body {
	background-color: #FFFFFF;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	color: black;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: none;
	color: #A2020A;
}

.bigger{	/*bigger font-size */
	font-size: 10pt;
}

.dfs {	/*default font-size */
	font-size: 9pt;
}

.sfs {	/*small font-size */
	font-size: 8pt;
}

.xs {	/*extra-small font-size */
	font-size: 7pt;
}

.b {	
	font-weight: bold;
}

.ul {	
	text-decoration: underline;
}

.red {
	color: red;
}

.dim {
	color: #878787;
}

.header {
	width: 100%;
	height: 23px;
	background: url(images/header.gif) repeat-x;
	font-size: 10pt;
	font-weight: bold;
	color: #A2020A;
	padding-left: 3px;
	margin-bottom: 15px;
}

.table_sep {
	width: 100%;
	height: 7px;
	background: url(images/table_sep.gif) repeat-x;
}

.inp {
	font-size: 9pt;
}

.btn {
	background-color: #dcdcdc;
	border: 1px solid #ababab;
	font-size: 9pt;
}

.big_num {
	font-size: 12pt;
	font-weight: bold;
	color: #A2020A;
}

.favMessage {
	display: block;
	position: fixed;
	visibility: hidden;
	top: 40%;
	margin-top: -50px;
	left: 50%;
	margin-left: -250px;
	width: 500px; 
	height: 100px; 
	padding: 10px;
	border: #A22720 1px solid;
	background: #DCDCDC;
	/* for IE */
	filter: alpha(opacity=90);
	/* CSS3 standard */
	opacity: 0.9;
}

.comment {
	padding: 3px; 
	background-color: #F2F2F2;
}

table.top_menu  {
	width: 700px;
	height: 30px;
	font-size: 9pt;
	text-align: center;
}

.top_menu_left  {
	width: 6px;
	background: url(images/top_menu_left.gif) top right no-repeat;
}

.top_menu_right {
	width: 6px;
	background: url(images/top_menu_right.gif) top left no-repeat;
}

.top_menu_center {
	width: 688px;
	background: url(images/top_menu_bg.gif) repeat-x;
}

a.top_menu  {
	color: #666666;
}

a:hover.top_menu  {
	color: #A2020A;
}

.login_div {
	width: 700px; 
	overflow: hidden;
	position: absolute; 
	top: 0; 
	left: 50%;
	margin-left: -350px;
	z-index: 1; 
}

.login_input {
	width: 90px;
	height: 12px;
	font-size: 8pt;
}

.login_submit {
	font-size: 8pt;
	background: url(images/main_menu_bg.gif);
	border: 0;
	color: white;
}

table.main_menu  {
	width: 990px;
	height: 26px;
	background: url(images/main_menu_bg.gif);
	font-size: 9pt;
	color: white;
	font-weight: bold;
	margin-bottom: 1px;
}

td.main_menu_left  {
	width: 199px;
	background: url(images/main_menu_left.gif) top left no-repeat;
}

td.main_menu  {
	height: 26px;
	background: url(images/main_menu_sep.gif) top left no-repeat;
}

a.main_menu  {
	color: white;
	padding: 0px 12px 0px 12px;
}

a:hover.main_menu  {
	color: #9F010A;
}

.search_input {
	border: 1px white solid;
	background: url(images/search_icon.gif) top right no-repeat;
	background-color: white;
	font-size: 8pt;
	width: 140px;
	margin-left: 12px;
}

.search_help {
	position: absolute;
	visibility: hidden;
	background-color: #EEECEC;
	width: 154px;
	height: 55px;
	margin-top: 1px;
	margin-left: 12px;
	font-size: 8pt;
	font-weight: normal;
	color: black;
}

.countries {
	position: absolute; 
	margin-top: 7px;  
	background-color: #E6E6E6;
	border: #808080 1px solid;
	font-size: 8pt;
	font-weight: normal;
	color: black; 
	visibility: hidden;
}

.advanced_search {
	width: 98%;
	border-bottom: 1px solid #808080;
	font-size: 9pt;
	font-weight: bold;
	margin-left: 2px;
}

.main_table {
	width: 990px;
	height: 500px;
}

.leagues_menu  {
	background: url(images/left_menu_bg.gif);
	width: 200px;
}

table.leagues_list  {
	margin: 7px;
	line-height: 125%;
	color: white;
}

a.leagues_list  {
	color: white;
}

a:hover.leagues_list  {
	text-decoration: underline;
}

.login_box {
	width: 185px;
	height: 160px;
	background: url(images/loginbox.gif);
	background-repeat: no-repeat;
}

.favorites_box {
	width: 185px;
	height: 140px;
	background: url(images/fav.gif);
	background-repeat: no-repeat;
}

.border_top {
	border-top: 1px solid #C7C7C7;
}

.border_right {
	border-right: 1px solid #C7C7C7;
}

.border_bottom {
	border-bottom: 1px solid #C7C7C7;
}

.border_left {
	border-left: 1px solid #C7C7C7;
}

.border_all {
	border: 1px solid #C7C7C7;
}

.grey_fade_box{
	background: url(images/slide_bg.gif) top left repeat-x;
}

.team_box {
	width: 186px;
	height: 110px;
	background: url(images/team_box_bg.gif);
	background-repeat: no-repeat;
}

.smallbox {
	width: 140px;
	height: 21px;
	background: url(images/smallbox.gif);
	background-repeat: no-repeat;
	padding: 4px 0px 0px 4px;
	text-align: left;
}

.smallbox_text {
	font-family: trebuhcet ms, arial;
	font-size: 8pt;
	text-transform: uppercase; 
	color: #7F7F7F;
}

div.smallbox_black {
	width: 137px;
	height: 21px;
	background: url(images/smallbox_black.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 4px;
	color: #333333;
	margin: 1px;
}

div.smallbox_black_wide {
	width: 272px;
	height: 21px;
	background: url(images/smallbox_black_wide.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 3px;
	color: #333333;
	margin: 1px;
}

a.smallbox_black {
	color: #333333;
}

.stats {
	width: 770px;
	height: 500px;
	overflow: auto;
	font-size: 8pt;
}

.small_orange {
	font-size: 8pt;
	color: #FF5F00;
	font-weight: normal;
}