div {
 	position: absolute; 
}
 
#divCentered {
 	left: 50%;
	top: 0px;
}
 
#divAnchor {
	left: -462px;
}



#divHeader
{
	top:10px;
	left:100px;
	height:150px;

}

#divMenuLeft
{
	top:180px;
	left:80px;
	height: 518px;
	width: 150px;
}

#divContent
{
	background-color: rgb(238,238,238);
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	top:165px;
	left:216px;
	height: 426px;
	width:524px;
	overflow: auto;
	overflow-y:auto;
	overflow-x:hidden;
	tab-interval:35.4pt;
	border:1px solid #907E3C;
	border-color: #ccc;
}

#divContentAdmin
{
	background-color: rgb(238,238,238);
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	top:170px;
	left:216px;
	width:624px;
	overflow: auto;
	overflow-y:auto;
	overflow-x:hidden;
	tab-interval:35.4pt;
}

.divHiddenField {
	display:none;
}

#divMenuRight
{
	top:180px;
	left:770px;
	height: 518px;
	width: 150px;
}

#divInfoText 
{
	top:609px;
	left:216px;
	height: 24px;
	width: 544px;
	font-family: arial; 
	font-size: 16px; 
	font-weight: bold;
	color: black; 
	background-color: white;
}

#divHelp
{
	top:217px;
	left: 245px;
	height:255px;
	width: 504px;
	display:none;
	overflow: auto;
	
}

#divMustLogIn
{
	top:210px;
	left: 282px;
	height:255px;
	width: 400px;
	display:none;
	overflow: auto;
	
}

#divPointsScore
{
	top:217px;
	left: 282px;
	height:255px;
	width: 400px;
	display:none;
	overflow: auto;
	
}

#divChart
{
	top:255px;
	left: 280px;
	height:347px;
	width:400px;
	display:none;
	background-color: rgb(238,238,238);
}

#divVirtualInfo
{
	background-color: rgb(238,238,238);
	top:205px;
	left: 276px;
	height:397px;
	width: 410px;
	display:none;
	overflow: auto;
}

#divPaging
{
	background-color: white;
	top:125px;
	left: 321px;
	width: 330px;
	display:none;
	border: 1px solid;
	border-color: black;
}

body 
{
	font-family: verdana;
}

table.menu 
{
	font-size: 10px;

}

A:link 
{
	color: black
}

A:active 
{
	color: black
}

A:visited 
{
	color: black
}

#menu 
{
	width: 12em;
	background: #eee;
} 

#menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a, #menu h2 {
	font: bold 10px/14px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 
{
	color: #FFF;
	background: #000;
	text-transform: uppercase;
}

#menu a 
{
	color: #907E3C;
	background: #efefef;
	text-decoration: none;
}

#menu a:hover 
{
	color: #fff;            
	background: rgb(154,206,244);
}

#menu ul li 
{
	float: left;
	width: 100%;
}
#menu ul li a 
{
	height: 1%; 
} 

#menu a, #menu h2 
{
	font: bold 0.9em/1.8em arial, helvetica, sans-serif; 
} 

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
}

span.seeLeague {
	font-size: 11px;
}

table.league {
	font-size:11px;
}

table.league  td{
	min-width: 20px;
	text-align: center;
}

table.league tr.header {
	background-color: white;
	font-weight; bold;
}

table.league tr.header td{
	font-size: 12px;
	font-weight; bold;
}

table.league tr.even {
	background-color: #dfdfdf;
}

table.league tr.odd {
	background-color: #efefef;
}

table.league td.league-club {
	min-width: 200px;
	text-align: left;
	padding: 0 0 0 2px;
}

span.seeLeague {
	cursor: pointer;text-decoration: underline;
}