* { margin:0; padding:0 }
html { height: 100%; }
body { 
	height: 100%; color: #525252;
	font: normal 11px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	background: #000;
}
img { border: none; }

a { text-decoration: none; color: #1373A0; outline: none; }
a:link,a:visited { color: #1373A0; cursor: pointer; }
a:hover,a:active { color: #F60; cursor: pointer; }


.global { width: 900px; margin-left: 100px; cursor: default;}
.clear { clear: both; }

.header_nav {
	float: left;
	margin: 18px 5px 5px 5px;
	vertical-align: middle;
}
.header_login {
	float: right;
	background-color: #000;
}
.header_nav .logo_link {
	float: left;
	margin: 10px 0 10px 5px;
}
.header_nav .sport_links {
	float: left;
	margin: 6px 0 0 15px;
}
.header_nav .sport_links span {
	float: left;
	margin: 0 10px 0 10px;
}
.header_nav .sport_links span:hover {
	border-bottom: 1px #999 solid;
}

.header_sport {
	float: left;
	margin: 14px 0 10px 10px;
}

.header_menu {
	float: left;
	width: 100%;
	height: 35px;
	background-color: #ff0000;
}

.header_menu img { float: left; padding: 12px 16px 15px 16px; }
.header_menu img:hover {
	background-color: #880000;
}
.header_menu .menu_right { float: right; }

.content {
	float: left;
	width: 860px;
	background-color: #eee;
	padding: 20px;
}

.pitch {
	float: left; width: 602px; height: 270px; padding: 20px; color: #ccc;
	background: #000 url('http://cdn.sports.ws/hero_fans1.jpg') no-repeat top right;
}
.pitch .pitch_text { margin: 15px 0 15px 0; width: 270px; font-size: 12px; }
.pitch .pitch_link a { color: #fe5c00; }
.pitch .pitch_link a:hover { color: #fff; }
.pitch .pitch_link img { vertical-align: bottom; }

.pitch_stats { float: left; margin-left: 13px; width: 165px; height: 310px; }
.pitch_stats .stat_box {
	float: left; 
	width: 205px;
	height: 110px;
	padding: 20px 15px 20px 15px;
	text-align: center;
	background: url('http://cdn.sports.ws/pitchstat_background.jpg') no-repeat top left; 
}
.pitch_stats .stat_box .data_text {
	clear: left;
	margin-top: 5px;
	font-size: 12px;
	color: #888;
}
.pitch_stats .stat_box .data_numbers {
	clear: left;
	width: 175px;
	height: 110px;
	overflow: hidden;
white-space: nowrap;
}
.pitch_stats .stat_box .data_dots {
	clear: left;
	width: 175px;
	height: 10px;
}
.data_hide {
	display: none;
}

.sport_pitch {
	float: left;
	width: 164px;
	height: 268px;
	margin: 15px 12px 0 0;
	padding: 20px;
	background-color: #fff;
	border: 1px #fff solid;
}

.sport_pitch:hover {
	background-color: #eeeeee;
	border: 1px #ccc solid;
	cursor: pointer;
}
.sport_pitch .sport_text {
	margin-top: 20px;
	margin-bottom: 3px;
}
.sport_sash {
	z-index: 1;
	position: relative;
	margin-top: -23px;
	margin-left: 142px;
}
.sport_pitch .sport_pitch_text {
	margin-top: 5px;
	clear: left;
}
	

.footer {
	float: left;
	padding-top: 10px;
}
.footer_nav .logo_link {
	float: left;
	margin: 5px 10px 0 10px;
	padding-right: 10px;
	border-right: 1px #ccc solid;
}
.footer_nav .sport_links {
	float: left;
	margin: 10px 0 0 10px;
}
.footer_nav .sport_links span {
	float: left;
	margin: 0 8px 0 8px;
}
.footer_nav .sport_links a {
	color: #ccc;
}
.footer_nav .sport_links a:hover {
	color: #c00;
}
.footer_links {
	clear: both;
	padding-top: 20px;
	width: 900px;
	text-align: center;
}
.footer_links img {
	vertical-align: middle;
	padding-right: 4px;
}
.footer_links a {
	color: #fff;
}
.footer_links a:hover {
	color: #c00;
}


/* --------------------------------- */

ul li { list-style-type: none; font-size: 10px;}

hr {color: #FFF; background-color: #CCC; height: 1px; border: none;}
.hide { display: none; }

input[type="text"], input[type="password"], textarea
{
    font-size: 12px;
    padding: 2px;
    border: solid 1px #AAAAAA;
}

