body {
	background:url('../images/grass.jpg') fixed;
	margin:0px;
}
body, div, table {
	font-family:Arial, Verdana, Tahoma;
	font-size:11px;
}
a {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#991b1f;
}
a.link_red {
	color:#991b1f;
}
a.link_red:hover {
	text-decoration:underline;
}
form, p {
	margin:0px;
}
h1 {
	margin:5px;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
}
hr {
	border:0px;
	border-bottom:solid 1px;
}
#calendar_left {
	width:120px;
	padding:1px 1px 0px 0px;
	font-family:Arial,Tahoma,Verdana;
	font-size:10px;
	text-align:center;
}
#calendar_left div {
	width:16px;
	height:14px;
	padding-top:2px;
	color:#c0c0c0;
	text-align:center;
	float:left;
	margin:0px 0px 1px 1px;
}
#calendar_left div.day_title {
	color:#000000;
	background:#d0d0d0;
}
#calendar_left div.day_title_weekend {
	color:#991b1f;
	background:#ffd0d0;
}
#calendar_left .active_day {
	width:16px;
	height:14px;
	padding-top:2px;
	color:#ababab;
	text-align:center;
	float:left;
	margin:0px 0px 1px 1px;
}
#calendar_left a {
	display:block;
	float:left;
	width:16px;
	height:14px;
	padding-top:2px;
	color:#333333;
	text-align:center;
	float:left;
	text-decoration:none;
	margin:0px 0px 1px 1px;
}
#calendar_left a:hover {
	color:#ffffff;
	background:#991b1f;
}
#calendar_left .selected_day {
	display:block;
	width:16px;
	height:14px;
	padding-top:2px;
	color:#ffffff;
	background:#991b1f;
	text-align:center;
	float:left;
	margin:0px 0px 1px 1px;
}
#calendar_left .month_title {
	width:84px;
	height:16px;
	text-align:center;
	float:left;
	margin:0px 0px 1px 1px;
}
#calendar_left .loading {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#c0c0c0;
	text-align:center;
	width:90px;
}
#calendar_right {
	width:120px;
	padding:1px 1px 0px 0px;
	font-family:Arial,Tahoma,Verdana;
	font-size:10px;
	text-align:center;
	margin-bottom:10px;
}
#calendar_right div {
	width:16px;
	height:14px;
	padding-top:2px;
	color:#c0c0c0;
	text-align:center;
	float:left;
	margin:0px 0px 1px 1px;
}
#calendar_right div.day_title {
	color:#000000;
	background:#d0d0d0;
}
#calendar_right div.day_title_weekend {
	color:#991b1f;
	background:#ffd0d0;
}
#calendar_right .active_day {
	width:16px;
	height:14px;
	padding-top:2px;
	color:#ababab;
	text-align:center;
	float:left;
	margin:0px 0px 1px 1px;
}
#calendar_right a {
	display:block;
	float:left;
	width:16px;
	height:14px;
	padding-top:2px;
	color:#333333;
	text-align:center;
	float:left;
	text-decoration:none;
	margin:0px 0px 1px 1px;
}
#calendar_right a:hover {
	color:#ffffff;
	background:#991b1f;
}
#calendar_right .selected_day {
	display:block;
	width:16px;
	height:14px;
	padding-top:2px;
	color:#ffffff;
	background:#991b1f;
	text-align:center;
	float:left;
	margin:0px 0px 1px 1px;
}
#calendar_right .month_title {
	width:84px;
	height:16px;
	text-align:center;
	float:left;
	margin:0px 0px 1px 1px;
}
#calendar_right .loading {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#c0c0c0;
	text-align:center;
	width:90px;
}
#menu_offer {
	padding:1px;
	font-family:Arial,Tahoma,Verdana;
	font-size:11px;
	width:120px;
	background:#e0e0e0;
	text-align:left;
}
#menu_offer a {
	display:block;
	color:#333333;
	text-decoration:none;
	border-bottom:dotted 1px #999999;
}
#menu_offer a:hover {
	color:#991b1f;
	border-bottom:solid 1px #991b1f;
}
#menu_offer a.selected {
	display:block;
	color:#991b1f;
	text-decoration:none;
	font-weight:bold;
	border:0px;
}
#menu_offer a.international {
	display:block;
	color:#1f1b99;
	text-decoration:none;
}
#menu_offer .submenu {
	border:solid 1px #c0c0c0;
	padding:1px;
	background:#ffffff;
}
#menu_offer .submenu a {
	border:0px;
}
#menu_offer .mll {

}
#menu_offer .mlr {
	float:right;
	text-align:right;
}
#menu {
	width:996px;
	border:solid 1px #000000;
	background:#d9d9d9;
	height:37px;
	padding:0px;
	margin:0px;
	cursor:pointer;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position:absolute;
}
#menu ul li {
	display: inline;
	margin: 0px;
} 
#menu ul li a {
	height:34px;
	display: block;
	float: left;
	padding: 3px 12px 0px 12px;
	font: bold 11px Arial;
	color:#000000;
	text-decoration: none;
	text-align:center;
	background:#d9d9d9;
} 
#menu ul li a:hover {
	background:#757575;
	color:#ffffff;
}
#menu ul li#active a {
	background:#000000;
	color:#ffffff;
}
#submenu {
	width:996px;
	border:solid 1px #000000;
	border-top:0px;
	background:#e0e0e0;
	padding:0px;
	margin:0px;
	height:20px;
}
#submenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position:absolute;
}
#submenu ul li {
	display: inline;
} 
#submenu ul li a {
	height:17px;
	display: block;
	float: left;
	font: bold 11px Arial;
	padding: 3px 17px 0px 17px;
	color:#000000;
	text-decoration: none;
	background:#e0e0e0;
}
#submenu ul li a:hover {
	background:#999999;
	color:#ffffff;
}
#submenu ul li#active a {
	background:#000000;
	color:#ffffff;
}
#layoutLayer {
	width:998px;
	background:url('../images/bkg.jpg') repeat-y top center;
}
#topLayer {
	width:996px;
	height:94px;
	background:#e0e0e0;
	border:solid 1px #000000;
	border-bottom:0px;
}
#mainContent {
	display:table-row;
	width:998px;
}
#right_container {
	display:table-row;
	width:250px;
}
#lefLayer {
	display:table-cell;
	vertical-align:top;
	width:125px;
	border-left:solid 1px #000000;
}
#rightLayer {
	display:table-cell;
	vertical-align:top;
	width:250px;
	border-right:solid 1px #000000;
}
#rightLayer1 {
	display:table-cell;
	vertical-align:top;
	width:125px;
	border-top:solid 1px #787878;
}
#rightLayer2 {
	display:table-cell;
	vertical-align:top;
	width:125px;
	border-top:solid 1px #787878;
}
#contentLayer {
	display:table-cell;
	vertical-align:top;
	width:623px;
}
#copyrightLayer {
	border:solid 1px #000000;
	text-align:left;
	background:#e0e0e0;
	color:#636363;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	padding:2px;
}
#contact {
	width:100px;
	float:right;
	text-align:right;
	padding-right:2px;
}
#contact a{
	color:#991b1f;
	text-decoration:none;
}
#contact a:hover{
	font-weight:bold;
}
#navigationLayer {
	text-align:left;
	border-bottom:solid 1px #000000;
}
#menu_stats_0 {
	padding:1px;
	font-family:Arial,Tahoma,Verdana;
	font-size:11px;
	width:120px;
	text-align:left;
}
#menu_stats_0 a {
	display:block;
	color:#333333;
	text-decoration:none;
	border-bottom:dotted 1px #999999;
}
#menu_stats_0 a:hover {
	color:#991b1f;
	border-bottom:solid 1px #991b1f;
}
#menu_stats_0 a.selected {
	display:block;
	color:#991b1f;
	text-decoration:none;
	font-weight:bold;
	border:0px;
}
#menu_stats_0 .submenu {
	border:solid 1px #c0c0c0;
	padding:1px;
	background:#ffffff;
}
#menu_stats_0 .submenu a {
	border:0px;
}
#menu_stats_1 {
	padding:1px;
	font-family:Arial,Tahoma,Verdana;
	font-size:11px;
	width:120px;
	text-align:left;
}
#menu_stats_1 a {
	display:block;
	color:#333333;
	text-decoration:none;
	border-bottom:dotted 1px #999999;
}
#menu_stats_1 a:hover {
	color:#991b1f;
	border-bottom:solid 1px #991b1f;
}
#menu_stats_1 a.selected {
	display:block;
	color:#991b1f;
	text-decoration:none;
	font-weight:bold;
	border:0px;
}
#menu_stats_1 .submenu {
	border:solid 1px #c0c0c0;
	padding:1px;
	background:#ffffff;
}
#menu_stats_1 .submenu a {
	border:0px;
}
#menu_stats_2 {
	padding:1px;
	font-family:Arial,Tahoma,Verdana;
	font-size:11px;
	width:120px;
	text-align:left;
}
#menu_stats_2 a {
	display:block;
	color:#333333;
	text-decoration:none;
	border-bottom:dotted 1px #999999;
}
#menu_stats_2 a:hover {
	color:#991b1f;
	border-bottom:solid 1px #991b1f;
}
#menu_stats_2 a.selected {
	display:block;
	color:#991b1f;
	text-decoration:none;
	font-weight:bold;
	border:0px;
}
#menu_stats_2 .submenu {
	border:solid 1px #c0c0c0;
	padding:1px;
	background:#ffffff;
}
#menu_stats_2 .submenu a {
	border:0px;
}
#menu_stats_3 {
	padding:1px;
	font-family:Arial,Tahoma,Verdana;
	font-size:11px;
	width:120px;
	text-align:left;
}
#menu_stats_3 a {
	display:block;
	color:#333333;
	text-decoration:none;
	border-bottom:dotted 1px #999999;
}
#menu_stats_3 a:hover {
	color:#991b1f;
	border-bottom:solid 1px #991b1f;
}
#menu_stats_3 a.selected {
	display:block;
	color:#991b1f;
	text-decoration:none;
	font-weight:bold;
	border:0px;
}
#menu_stats_3 .submenu {
	border:solid 1px #c0c0c0;
	padding:1px;
	background:#ffffff;
}
#menu_stats_3 .submenu a {
	border:0px;
}
#tz {
	width:70px;
	font-size:10px;
	border:solid 1px #999999;
}
#tz_title {
	height:17px;
	width:140px;
	font: bold 11px Arial;
	color:#000000;
	padding: 2px 6px 0px 6px;
	float:left;
}
#match_previews_by_date a{
	display:block;
}
#match_previews_by_competition a{
	display:block;
}
#results_archive{
	padding-left:10px;
}
#results_archive a{
	display:block;
}
#notes {
	background:#efefef url('../images/note.png') no-repeat 2px 2px;
	padding:3px 5px 3px 20px;
	border:solid 1px #d0d0d0;
	color:#991b1f;
	text-align:left;
	display:inline-block;
	margin:15px 0px 15px 0px;
}
#ticket {
	width:360px;
	background:#dfdfdf;
	border:solid 1px #c0c0c0;
	padding:5px;
	position:absolute;
}
#column_title {
	font-weight:bold;
	text-align:center;
	color:#991b1f;
	background:#e0e0e0;
	margin:0px 1px 0px 1px;
}
.subtitle {
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-align:center;
	padding:2px;
	margin:2px;
}
.little_subtitle {
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-align:center;
}
.loading {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	font-weight:bold;
	color:#c0c0c0;
	text-align:center;
	padding:20px;
}
.vrsta {
	background:#ffffff;
}
.siva_kolona {
	background:#efefef;
}
.title {
	font-family:Arial, Tahoma, Verdana;
	font-size:18px;
	color:#000000;
	font-weight:bold;
	text-align:center;
	padding:2px;
	margin:5px;
}
.title_2 {
	font-family:Arial, Tahoma, Verdana;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-top:15px;
}
#dialogBox {
	display:block;
	left:0px;
	top:0px;
	position:absolute;
	z-index: 2;
	font-family:Arial, Tahoma, Verdana;
	font-size:11px; 
	border:solid 1px #000000;
	border-right:solid 2px #000000;
	border-bottom:solid 2px #000000;
	overflow: hidden; 
	background: #ffffff; 
	padding:2px;
	text-align:center;
}
.table_title_row {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	color:#000000;
	padding:2px;
	text-indent:5px;
	/*border-top:solid 1px #999999;*/
	text-align:left;
}
.table_title_row_left {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	color:#000000;
	padding:2px;
	text-indent:5px;
	/*border:solid 1px #999999;
	border-right:0px;
	border-bottom:0px;*/
	text-align:left;
}
.table_title_row_right {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	color:#000000;
	padding:2px;
	text-indent:5px;
	/*border:solid 1px #999999;
	border-left:0px;
	border-bottom:0px;*/
	text-align:left;
}
.table_title_row2 {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	border-bottom:solid 1px #d0d0d0;
	border-top:solid 1px #d0d0d0;
	text-align:center;
	text-indent:0px;
}
.table_title_row_left2 {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	border:solid 1px #d0d0d0;
	border-right:0px;
	/*border-top:0px;*/
	text-align:center;
}
.table_title_row_right2 {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	border:solid 1px #d0d0d0;
	border-left:0px;
	/*border-top:0px;*/
	text-align:center;
}
.table_row {
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	color:#000000;
	border:solid 1px #d0d0d0;
	border-top:0px;
	border-right:0px;
	text-align:left;
	padding:0px;
	padding-left:2px;
}
.table_row_left {
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	color:#000000;
	border:solid 1px #d0d0d0;
	border-top:0px;
	border-right:0px;
	text-indent:7px;
	text-align:left;
	padding:0px;
}
.table_row_right {
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	color:#000000;
	border:solid 1px #d0d0d0;
	border-top:0px;
	text-indent:7px;
	text-align:left;
	padding:0px;
}
.table_row_ar {
	font-family:Arial;
	font-size:11px;
	color:#000000;
	border:solid 1px #d0d0d0;
	border-top:0px;
	border-right:0px;
	text-align:center;
	padding:1px;
}
.table_row_ar_small {
	font-family:Arial;
	font-size:10px;
	color:#000000;
	border:solid 1px #d0d0d0;
	border-top:0px;
	border-right:0px;
	text-align:right;
	padding:1px;
}
.table_row_arbl {
	font-family:Arial;
	font-size:11px;
	color:#000000;
	border:solid 1px #d0d0d0;
	border-top:0px;
	border-right:0px;
	text-align:center;
}
.table_row_arbl_small {
	font-family:Arial;
	font-size:10px;
	color:#000000;
	border:solid 1px #d0d0d0;
	border-top:0px;
	border-right:0px;
	text-align:right;
	padding-right:1px;
}
.table_row_arb {
	font-family:Arial;
	font-size:11px;
	color:#000000;
	border:solid 1px #d0d0d0;
	border-top:0px;
	text-align:right;
	padding-right:1px;
}
.table_row_arb_small {
	font-family:Arial;
	font-size:10px;
	color:#000000;
	border:solid 1px #d0d0d0;
	border-top:0px;
	text-align:right;
	padding-right:1px;
}
.table_row_nb {
	font-family:Arial;
	font-size:11px;
	color:#000000;
	border:solid 1px #d0d0d0;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	text-align:left;
	padding-right:1px;
	text-indent:0px;
	padding:1px;
}
.table_row_nb_small {
	font-family:Arial;
	font-size:10px;
	color:#000000;
	border:solid 1px #d0d0d0;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	text-align:left;
	padding-right:1px;
	text-indent:0px;
	padding:1px;
}
.table_row_nbc {
	font-family:Arial;
	font-size:11px;
	color:#000000;
	border:solid 1px #d0d0d0;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	text-align:center;
	text-indent:0px;
	padding:0px;
}
.table_row_nbc_small {
	font-family:Arial;
	font-size:10px;
	color:#000000;
	border:solid 1px #d0d0d0;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	text-align:center;
	text-indent:0px;
	padding:0px;
}
.table_row_left_small {
	font-family:Arial;
	font-size:10px;
	color:#000000;
	border:solid 1px #d0d0d0;
	border-top:0px;
	border-right:0px;
	text-align:right;
}
.table_row_right_small {
	font-family:Arial, Tahoma, Verdana;
	font-size:10px;
	color:#000000;
	border-bottom:solid 1px #d0d0d0;
	cursor:pointer;
	padding-right:1px;
}
.table_row_right_extra_small {
	font-family:Arial, Tahoma, Verdana;
	font-size:9px;
	color:#000000;
	border-bottom:solid 1px #d0d0d0;
	cursor:pointer;
	padding-right:0px;
	text-align:center;
}
.table_row_no_left {
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	color:#000000;
	border-bottom:solid 1px #d0d0d0;
	/*border-top:0px;
	border-right:0px;*/
	text-indent:2px;
	text-align:left;
}
.season_selected {
	padding-left:3px;
	padding-right:3px;
	background:#991b1f;
	border:solid 1px #991b1f;
	border-top:solid 3px #991b1f;
	font-weight:bold; color:#ffffff;
}
.season_item {
	font-family:Arial;
	font-size:11px;
	color:#000000;
	margin-left:2px;
	margin-right:2px;
	cursor:pointer;
	text-align:center;
}
.season_over {
	font-family:Arial;
	font-size:11px;
	color:#991b1f;
	/*margin-left:2px;
	margin-right:2px;*/
	cursor:pointer;
	text-align:center;
}
.spacer {
	padding-left:2px;
	padding-right:2px;
	color:#999999;
	font-family:Tahoma;
	font-weight:normal;
	font-size:12px;
}
.cm {
	font-family:Arial, Tahoma, Verdana;
	font-size:11px; 
	display:block;
	position:absolute;
	z-index: 999999;
	background:#ffffcc;
	margin-left:-1px;
}
.cnm {
	cursor:pointer;
}
ul.RightMenu {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	list-style-type: none;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width:160px;
}

ul.RightMenu li {
	border-bottom: 1px solid #000000;
}

ul.RightMenu li label,li a {
	display: block;
	padding: 2px 10px 3px 10px;
	text-decoration: none;
	color: #000000;
	background: #ffffff;
	cursor:pointer;
}

ul.RightMenu li label:hover,li a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #991b1f;
}
.table_row_green {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	color:#000000;
	border:solid 1px #d0d0d0;
	border-top:0px;
	border-right:0px;
	text-indent:2px;
	text-align:left;
	background:#6FB790;
	font-weight:bold;
}
.table_row_red {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	color:#000000;
	border:solid 1px #d0d0d0;
	border-top:0px;
	border-right:0px;
	text-indent:2px;
	text-align:left;
	background:#DF7F90;
	font-weight:bold;
}
.table_row_yellow {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	color:#000000;
	border:solid 1px #d0d0d0;
	border-top:0px;
	border-right:0px;
	text-indent:2px;
	text-align:left;
	background:#DEE7B1;
	font-weight:bold;
}
.table_row_purple {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	color:#000000;
	border:solid 1px #d0d0d0;
	border-top:0px;
	border-right:0px;
	text-align:center;
	font-weight:bold;
}
.table_row_orange {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	color:#000000;
	border:solid 1px #d0d0d0;
	border-top:0px;
	border-right:0px;
	text-align:center;
	background:#d0d0d0;
	font-weight:bold;
}
.page_number {
	border:solid 1px #009975;
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	/*font-weight:bold;*/
	color:#000000;
	padding:0px 5px 0px 5px;
	margin:2px;
	cursor:pointer;
}
.page_number_over {
	background:#991b1f;
	border:solid 1px #ffffff;
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	padding:0px 5px 0px 5px;
	margin:2px;
	cursor:pointer;
}
a.page_number {
	border:solid 1px #009975;
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	/*font-weight:bold;*/
	color:#000000;
	padding:0px 5px 0px 5px;
	margin:2px;
	cursor:pointer;
}
a.page_number:hover {
	background:#991b1f;
	border:solid 1px #ffffff;
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	padding:0px 5px 0px 5px;
	margin:2px;
	cursor:pointer;
}
.standings_extras {
	/*border:solid 1px #009975;*/
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	/*font-weight:bold;*/
	color:#000000;
	padding:2px;
	cursor:pointer;
}
.standings_extras_nrc {
	/*border:solid 1px #009975;*/
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	/*font-weight:bold;*/
	color:#000000;
	padding:1px;
	cursor:pointer;
}
.standings_extras_over {
	background:#00ffff;
	border:solid 1px #009975;
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	/*font-weight:bold;*/
	color:#000000;
	padding:1px;
	cursor:pointer;
}
.standings_extras_selected {
	background:#991b1f;
	border:solid 1px #ffffff;
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	padding:1px;
	cursor:pointer;
}
.standings_extras_selected_nrc {
	background:#991b1f;
	border:solid 1px #ffffff;
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	padding:1px;
	cursor:pointer;
}
.league_title {
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	color:#000000;
	/*font-weight:bold;*/
	text-align:center;
	padding:2px;
	margin:2px;
	/*border-bottom:solid 2px #991b1f;*/
}
.league_selected {
	padding-left:3px;
	padding-right:3px;
	background:#991b1f;
	border:solid 1px #991b1f;
	border-bottom:solid 2px #991b1f;
	font-weight:bold; color:#ffffff;
}
a.league_selected {
	padding-left:3px;
	padding-right:3px;
	background:#991b1f;
	border:solid 1px #991b1f;
	border-bottom:solid 2px #991b1f;
	font-weight:bold; color:#ffffff;
}
.league_item {
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	color:#000000;
	/*font-weight:bold;*/
	text-align:center;
	padding:2px;
	margin:2px;
	/*border-bottom:solid 2px #d0d0d0;*/
	cursor:pointer;
}
.league_item_over {
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	color:#991b1f;
	/*font-weight:bold;*/
	text-align:center;
	padding:2px;
	margin:2px;
	/*border-bottom:solid 2px #d0d0d0;*/
	cursor:pointer;
}
a.season_selected {
	padding-left:1px;
	padding-right:1px;
	background:#991b1f;
	border:solid 1px #991b1f;
	border-bottom:solid 2px #991b1f;
	font-weight:bold; color:#ffffff;
	font-size:10px;
}
.season_item {
	font-family:Arial, Tahoma, Verdana;
	font-size:10px;
	color:#000000;
	/*font-weight:bold;*/
	text-align:center;
	padding:1px;
	margin:1px;
	/*border-bottom:solid 2px #d0d0d0;*/
	cursor:pointer;
}
#benchmark {
	margin:10px;
	padding:10px;
	text-align:center;
	font-weight:bold;
	background:#ffff75;
	border:dashed 2px #ff0000;
	font-size:12px;
}
.cmenu_item {
	display:block;
	border-bottom:dotted 1px #999999;
	padding:1px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	padding:2px 10px 2px 10px;
}
.cmenu_item:hover {
	background:#991b1f;
	color:#ffffff;
}
.cmenu_item_selected {
	display:block;
	border-bottom:dotted 1px #999999;
	padding:1px;
	background:#991b1f;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	padding:2px 10px 2px 10px;
}
.cmenu_item_selected:hover {
	color:#ffffff;
}
.annotation {
	text-align:left;
	padding:10px 5px 15px 5px;
}
#navigation_layer {
	text-align:left;
	padding:2px 5px 2px 5px;
	border-bottom:solid 1px #999999;
	background:#efefef;
	margin:0px 1px 0px 1px;
}
#clubResult {
	margin-top:10px;
}
#newsLayer a {
	text-decoration: none;
	color:#454545;
}
#newsLayer a:hover {
	color:#991b1f;
	text-decoration:underline;
}
#newsLayer h1 {
	font-family:Arial;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
div.results_date {
	margin:10px 0px 5px 0px;
	font-size:14px;
	font-weight:bold;
	background:#e0e0e0;
	width:600px;
	padding:2px 0px 2px 0px;
}
div.results_level {
	color:#991b1f;
}
div.results_match {
	border-top:solid 1px #999999;
	border-bottom:dashed 1px #d0d0d0;
	height:18px;
	padding-top:2px;
}
a.results_team {
	font-size:14px;
	font-weight:bold;
}
div.results_score {
	float:left;
	width:60px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
div.results_note {
	color:#991b1f;
	border-bottom:dashed 1px #d0d0d0;
	text-align:center;
}