/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
}
body {
	padding-bottom: 35px;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #141414;
	padding-right: 0px;
}
#tab {
	border-bottom: 2px solid #c5c6c7;
}
p, td, div {
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 13px;
	color: #000000;
}
ul, ol {
	list-style-position: outside;
	margin-left: -40px;
	left: 10px;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #999;
	background-color: #999;
	border: none;
}
#container {
	margin: 0 auto;
	text-align: left;	
}
#top {
	text-align: center;
}
#nav {
	background: #004f61;
	background: -moz-linear-gradient(top, #004f61 0%, #000000 22%, #000000 78%, #004f61 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004f61), color-stop(22%,#000000), color-stop(78%,#000000), color-stop(100%,#004f61));
	background: -webkit-linear-gradient(top, #004f61 0%,#000000 22%,#000000 78%,#004f61 100%);
	background: -o-linear-gradient(top, #004f61 0%,#000000 22%,#000000 78%,#004f61 100%);
	background: -ms-linear-gradient(top, #004f61 0%,#000000 22%,#000000 78%,#004f61 100%);
	background: linear-gradient(to bottom, #004f61 0%,#000000 22%,#000000 78%,#004f61 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f61', endColorstr='#004f61',GradientType=0 );
	height: 38px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.50);
}
#nav a {
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
	display: block;
	float: left;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	line-height: 38px;
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}
#nav a:hover, #nav a.current {
	color: #00AABE;
	line-height: 37px;
	padding-top: 1px;
}
#content {
	background: #000;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.50);
}
#con {
	padding: 5px;
	text-align: left;
}
#con_top {
	font-family: 'Orbitron', sans-serif;
	line-height: 20px;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 7px;
	color: #00AABE;
}
#con_top select {
	text-transform: none;
}
#print {
	float: right;
}
#print img {
	margin-left: 5px;
}
#copy {
	background-color: #FFFFFF;
	padding: 15px;
	border: solid 1px #000;
}
#right {
	padding-left: 5px;
}
#right div {
	font-size: 12px;
}
.right_outer {
	margin-bottom: 7px;
	border: solid 1px #000;
}
.first {
	font-weight: bold;
}
#right .right_top, #right .right_top2 {
	font-family: 'Orbitron', sans-serif;
	background: #004f61;
	background: -moz-linear-gradient(top, #004f61 0%, #000000 22%, #000000 78%, #004f61 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004f61), color-stop(22%,#000000), color-stop(78%,#000000), color-stop(100%,#004f61));
	background: -webkit-linear-gradient(top, #004f61 0%,#000000 22%,#000000 78%,#004f61 100%);
	background: -o-linear-gradient(top, #004f61 0%,#000000 22%,#000000 78%,#004f61 100%);
	background: -ms-linear-gradient(top, #004f61 0%,#000000 22%,#000000 78%,#004f61 100%);
	background: linear-gradient(to bottom, #004f61 0%,#000000 22%,#000000 78%,#004f61 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f61', endColorstr='#004f61',GradientType=0 );
	color: #FFF;
	padding: 5px;
	padding-bottom: 6px;
	text-transform: uppercase;
	font-size: 12px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}
#right .right_top2 {
	background: #1fb4c6;
	background: -moz-linear-gradient(top, #1fb4c6 0%, #147c93 35%, #147c93 65%, #1fb4c6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1fb4c6), color-stop(35%,#147c93), color-stop(65%,#147c93), color-stop(100%,#1fb4c6));
	background: -webkit-linear-gradient(top, #1fb4c6 0%,#147c93 35%,#147c93 65%,#1fb4c6 100%);
	background: -o-linear-gradient(top, #1fb4c6 0%,#147c93 35%,#147c93 65%,#1fb4c6 100%);
	background: -ms-linear-gradient(top, #1fb4c6 0%,#147c93 35%,#147c93 65%,#1fb4c6 100%);
	background: linear-gradient(to bottom, #1fb4c6 0%,#147c93 35%,#147c93 65%,#1fb4c6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fb4c6', endColorstr='#1fb4c6',GradientType=0 );
}
.right_inner, .right_inner2 {
	padding: 7px 2px;
	background-color: #000;
	border: none;
}
.right_inner {
	background: #000;
}
#right .item {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #004f61;
	font-size: 10px;
}
#right .right_inner2 .item {
	color: #FFF;
}
#right a {
	color: #FFF;
}
#right h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	border: none;
	text-transform: uppercase;
	background-color: transparent;
	background-image: none;
	border-bottom: solid 1px #004f61;
	color: #CCC;
}
#right h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	margin-top: 10px;
	text-shadow: none;
}
#right h2 a {
	color: #999;
}
#right p {
	font-size: 10px;
	margin: 0px;
	border: solid 1px #004f61;
	border-bottom-width: 4px;
	padding: 4px;
	margin-top:2px;
	color: #FFF;
}
#right p a {
	color: #000000;
	border-bottom: dotted 1px #000000;
}
#right p a:hover {
	border-bottom: solid 1px #000000;
	text-decoration: none;
}
#right .item em {
	font-size: 10px;
	font-style: normal;
}
#bot_sponsors {
	padding-top: 10px;
}
#bot_sponsors img {
	background-color: #FFF;
	border: solid 2px #555;
	padding: 1px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .35); 
}
#precise {
	padding-left: 10px;
	padding-top: 35px;
	padding-bottom: 50px;
	float: left;
}
#foot {
	background: url(/images/foot_bg.png) top repeat-x;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#foot p {
	text-align: center;
	color: #787878;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#foot_logo {
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}
#foot a {
	color: #BEC0C3;
	margin-right: 3px;
	margin-left: 3px;
}
#foot a:hover {
	color: #FFF;
}
#foot a.current {
	color: #FFF;
	font-weight: bold;
}
#tab_inner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}