#league_promotion, #league_relegation {
	margin: 0;
	padding: 0;
}

#league_promotion dt, #league_relegation dt {
	font-weight: bold;
}

#league_promotion ul, #league_relegation ul {
	margin: 0;
	padding: 0;
}

#league_promotion ul li, #league_relegation ul li {
	list-style: none;
	padding: 6px 0 6px 20px;
	/*height: 25px;*/
}

#league_promotion ul li.checked {
	background: url(../img/checked.gif) no-repeat 0 50%;
}

#league_promotion ul li.unchecked {
	background: url(../img/unchecked.gif) no-repeat 0 50%;
}

#league_relegation ul li.checked {
	padding-left: 0;
	color: #C00000;
}

#league_relegation ul li.unchecked {
}

.league_view_stats {
	float: left;
	display: block;
	width: 312px;
	height: 51px;
	background: url(../img/leagues/buttons/view_stats.gif) no-repeat;
}

.view_stats {
	background: url(../img/leagues/timeline/clipboard.gif) no-repeat top center;
}

.league_view_stats span {
	display: none;
}

.league_quit_league {
	margin-left: 30px;
	float: left;
	display: block;
	width: 211px;
	height: 51px;
	background: url(../img/leagues/buttons/quit_league.gif) no-repeat;
}

.league_quit_league span {
	display: none;
}

#timeline_descr {
	margin: 10px 0 0 10px;
}

#timeline {
	margin: 10px 0 0 10px;
	padding: 0 0 0 0px;
	width: 401px;
	height: 26px;
	background: url(../img/leagues/timeline/timeline.gif) no-repeat 2px 4px;
}

#timeline_marker {
	float: left;
	/*width: 22px;*/
	height: 26px;
	background: url(../img/leagues/timeline/timeline_marker.gif) no-repeat top right;
}

#timeline_days {
	float: left;
	margin: 0 0 0 10px;
	width: 315px;
	text-align: center;
}

#timeline_pause {
	float: left;
	margin: 0;
	width: 80px;
	text-align: center;
}

a.blue_bold {
 color: #4466CC;
 font-size: 10px;
 font-family: verdana;
 font-weight: bold;
 text-decoration: none;
 text-decoration: underline;
 cursor: pointer;
}

a.blue_bold:hover {
	color: #444444;
}

.h2_events {
	margin: 0;
	font-size: 10px;
}

.h2_events a {
	font-size: 10px;
}

.h3_events {
	margin: 0;
	font-size: 10px;
}

.p_events {
	margin: 0 0 10px 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
}

.breakline {
	margin: 6px 0 6px 0;
	border-top: 1px solid #ddd;
}

#general_rules p {
	margin: 10px 0 0 0;
}

tr.promotion_line td {
  border-bottom: 1px solid #328e1d;
}

tr.relegation_line td {
  border-bottom: 1px solid #c52c2c;
}

.ul_square, .ul_square_float {
	margin: 0;
	padding: 0;
}

.ul_square li, .ul_square_float li {
	padding: 0 0 0 15px;
	list-style: none;
	background: url(../common/img/icons/check_12.png) no-repeat 0 50%;
}