@charset "utf-8";
/* CSS Document */

body{
	background-color: #FFFFFF;
	background-image: url(../gfx/main_bg.gif);
	background-repeat: repeat-x;
	margin: 0px auto 0px;
	
	color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}


#root{
	width: 980px;
	margin: 0px auto 0px;

}
#headImg{
	height: 230px;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
}


#mainmenu{
	width: 960px;
	height: 30px;
	margin: 0px auto 0px;
	margin-top: -30px;
	position: relative;
}


#master{
	width: 980px;
	margin: 0px auto 0px;
	padding: 0px;
	background-image: url(../gfx/c_bg.png);
	background-repeat: repeat-y;
}

#submenu{
	width: 940px;
	height: 50px;
	margin: 0px auto 0px;
	background-image:url(../gfx/subnavbg.gif);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-top: 9px;
}

#foo{
	margin-bottom: 25px;
	text-align: right;
}
/*
#content{
	width: 960px;
	margin: 0px auto 0px;
	padding-top: 30px;
	float: left;
}
*/

a.mainActive{
	color: #2864C7;
	font-weight: bold;
}

a.mainInActive{
	color: #ABABAB;
	font-weight: bold;
}

a.subActive{
	color: #2864C7;
	margin-right: 20px;
	font-weight: bold;
}

a.subInActive{
	color: #ABABAB;
	margin-right: 20px;
}




th{
	
	font-size: 11px;
	color: #2864C7;
	background-color: #BFD1EE;
	height: 25px;

	background-color: #6F97D9;
	color: #FFFFFF;
}

.eabTable{
	border:	solid 1px #CCCCCC;
	padding: 2px;
}

.emptyRow{
	height: 1px;
	border: solid 0px #FFFFFF;
}

table{
	border: solid 0px #FFFFFF;
}

td.defaultRow{
	border: solid 0px #FFFFFF;
	font-size: 11px;
	height: 25px;
	line-height: 130%;
	text-align:center;
}

td.colorRow{
	font-size: 11px;
	height: 25px;
	background-color: #EAF0FA;
	border: solid 0px #FFFFFF;
	border-top: solid 0px #D4E0F4;
	border-bottom: solid 0px #D4E0F4;
	line-height: 130%;
	text-align:center;
}


#overlayDiv{
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	overflow: hidden;
	width: 1px;
	height: 1px;
	text-align: center;
	background-image: url(../gfx/playerbg.png);
}


#fix{
	width: 960px;
	text-align: right;
	margin-bottom: 3px;	
}
a.foo{
	font-size: 11px;
}

a.foo2{
	font-size: 11px;
	color: #CCCCCC;
	margin-bottom: 10px;
}
