@charset "utf-8";
/* CSS Document */

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top:0px;
}

body {
	background-image: url(images/site_bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
border: none;
}
* {
    outline: none;
}
#leftnavigation a{
	color: #333333;
	text-decoration:none;

}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #2894ED;
}
a:active {
	text-decoration: none;
	color: #2894ED;
}
.bullets {
color: #2894ED;
font-weight:bold;
}
input {
border: 0px;}
.login_user{
background-image:url(images/corecp_user.png);
width: 137px;
height: 22px;
border: none;
font-size: 12px;
color: #2894ED;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-left: 0px;
padding-top: 5px;
padding-left: 15px;
padding-right: 8px;
}
.login_pass{
background-image: url(images/corecp_pass.png);
width: 139px;
height: 22px;
border: none;
font-size: 12px;
color: red;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-left: 0px;
padding-top: 5px;
padding-left: 11px;
padding-right: 17px;
}
.login_submit{
width: 26px;
height: 25px;
background-image:url(images/corecp_login.png);
background-repeat:no-repeat;
border: none;
}
.Win{
color: #1FA034;
}
.Loss{
color: #AD2500;
}
.Draw{
color: #0079CC;
}
.Announcement{
color: #000000;
}
#loggedin{
color: white;
padding-left: 40px;
}
#loggedin a{
color:white;
}
.loggedin {
color:white;

}
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
background-image:url(images/middle_bg.png);
visibility: hidden;
z-index: 100;
background-position: center;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.map img {
border: 1px dashed #333333;
}
.gradualshine{
filter:alpha(opacity=50);
-moz-opacity:0.5;
}
#login{float:right; width:304px; height:100px;margin-top:-32px; background-image:url(images/login_bg3.png); background-position:right top; background-repeat:no-repeat;}
#login .loggedin{margin-left: 12px; margin-top: 7px;color: white;}
#login a{color:#09C;;}
#login a:hover{color:white;}
#login form{margin-top: 2px; margin-left:5px;}
#login input{width:125px; height: 21px; border: none; background-image:url(images/loginbox.png); color:#09C; background-repeat:no-repeat; padding-left: 5px;}
#login .login_password{color:red;}
#login .login_submit{width: 26px;height: 23px;background-image:url(images/corecp_login.png);background-repeat:no-repeat;border: none;}
.banner{background-color:black;background-image:url(images/banner_v2.png); background-repeat:no-repeat; border-left: 2px solid black; border-right: 2px solid black; background-position:bottom left;}
.clear {clear:both}
/* remove the list style */
/* Top Navigation */
#nav {
	line-height:40px;
	list-style:none;
	margin:0;
	padding:0;
}
#nav a.selected, .red {
	color:red
}
#nav img {
	border:none;
	margin:0;
	padding:0
}
#nav li {
	display:block;
	float:left;
	position:relative;
	z-index:500;
}
#nav li a {
	display:block;
	color:white;
	text-align:center;
	line-height:28px;
	font-family: 'Gruppo', arial, serif;
	font-size:16px;
	font-weight:bold;
}
#nav li.parent{
	background-image:url(images/nav_bg.png);
	width: 107px;
	height:32px;}
#nav li a:hover {
	color:#63B6EF;
}
#nav ul {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	background-color:#0A0C0D;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	color:#FFF;
	display:none;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute
}
#nav ul a {
	border-bottom:1px #101010;
	color:#FFF;
	display:block;
	font-size:14px;
	height:30px;
	line-height:30px;
	padding:3px 10px;
	width:110px
}
#nav ul a.cat {
	color:#63B6EF;
	font-weight:700
}
#nav ul a.last {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding-bottom:5px
}
#nav ul a:hover {
	background-color:#080808;
	background-image:none;
	color:#63B6EF;
	text-decoration:none
}
#nav ul li {
	float:left;
	background-image:none !important;
}
#nav ul li a {font-family:Verdana, Geneva, sans-serif !important; text-align:left; margin-left: 10px;}


 
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
    margin:0 0 0 -2px;
}
