/* CSS Document */

body { 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}

blockquote {
	margin-top:8px;
	margin-bottom:26px;
}

.infoWindow { 
        overflow: auto; 
	height: 240px;
        width: 270px; 
	font-size:12px;
} 




.infoWindow td { 
	font-size:12px;
} 


div.tables {
	background-image: url(/images/table.gif);
	width:150px;
	height:75px;
	line-height:70px;
	vertical-align:bottom;
	text-align:center;
	font-weight:bold;
	color:white;
}

table.games {
	font-size:12px;
	border-width: 3px;
	border-spacing: ;
	border-style: double;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.games th {
	font-size:12px;
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: black;
	font-weight:bold;
	color: white;
	background-color: green;
	-moz-border-radius: ;
}
table.games td {
	font-size:12px;
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}





.login, .tableHeader {
	background-color: green;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

.login, .tableHeaderGray {
	background-color: #DDDDDD;
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}

.login, .tableSubHeader, .tableSubheader a {
	background-color: #CCCCCC;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

.login, .tableRow0, .tableRow0 a {
	background-color: #ffffcc;
	font-family: Verdana;
	font-size: 11px;

}

.login, .tableRow1, .tableRow1 a {
	background-color: #FFFFff;

	font-size: 11px;

}

.login, .tableRowMain, .tableRowMain a {
	background-color: #eff4f6;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.login, .tableMessageCell {
	background-color: #e0e8eb;
}

.login, .tableMessageCellRight {
	background-color: #ffffff;
}





.pageHeading 
{
	color:green;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}

td.loginCellHeader {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#E6EAED;
	color:#13411C;
	font-size:16px;
}

td.loginCell {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#E6EAED;
	color:#13411C;
	font-size:12px;
}

td.loginCellRed {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#E6EAED;
	color:red;
	font-size:12px;
}


td.bodyCell {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#000000;
	font-size:14px;
	line-height:20px
}

td.listingHeading {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#003366;
	color:#FFFFFF;
	font-size:12px;
	padding-right:5px;
	font-weight:bold;
}
td.listing {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#000000;
	font-size:12px;
	padding-right:5px;
}
td.listingM {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#000000;
	font-size:12px;
	padding-right:5px;
	text-decoration: line-through;
}


td.footerCell {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.smallStrikeText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: line-through;
}

.smallText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}



.x5TopMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.x5TopMenuOver{background-color: #DDEEFF; color: #333333;}
.x5TopMenu A {text-decoration:none; color: #333333;}
.x5TopMenu A:active {text-decoration:none; color: #333333;}
.x5TopMenu A:visited {text-decoration:none; color: #333333;}
.x5TopMenu A:hover {text-decoration:none; color: #333333;}


.X5textBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.X5textBottom A {text-decoration:none; color: #FFFFFF;}
.X5textBottom A:active {text-decoration:none; color: #FFFFFF;}
.X5textBottom A:visited {text-decoration:none; color: #FFFFFF;}
.X5textBottom A:hover {text-decoration:underline; color: #FFFFFF; }







#dhtmltooltip {
position: absolute;
border: 1px solid black;
padding: 5px;
background-color: white;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
