/* CSS Document */
BODY {scrollbar-3d-light-color: #414141;
           scrollbar-arrow-color: "#ffffff";
           scrollbar-base-color: #000000;
           scrollbar-dark-shadow-color: "#000000";
           scrollbar-face-color: #000000;
           scrollbar-highlight-color: "#dddddd";
           scrollbar-shadow-color: "#dddddd";
		   background-color: #333333;
}
td {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#FFCC00;
}
a {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#FFCC00;
}
table {
	padding:0px;
	border:0px;
}	
a:hover {
	text-decoration:none;
}


/*VALHALLA TABLE STYLES */
.personaTbl {
	border: 1px solid #FFCC00;
	width: 550px;
}
.personaTbl td {
	text-align:left;
}
.imperatorTbl {
	border: 1px solid #FFCC00;
	width: 720px;
}
.imperatorTbl {
	text-align:left;
}
.kingdomTbl {
	border: 1px solid #FFCC00;
	width: 520px;
}
.kingdomTbl {
	text-align:left;
}
.gamesTbl {
	border: 1px solid #FFCC00;
	width: 780px;
}
.gamesTbl {
	text-align:left;
}
 img {
	border: 0px;
}
 tr.first, tr.first td {
	background-color:#444444;
	font-size: 20px;
}
 tr.odd, tr.odd td {
	background-color:#444444;
	font-size: 18px;
}
 tr.even, tr.even td {
	background-color:#666666;
	font-size: 18px;
}
 tr.odd2, tr.odd2 td {
	background-color:#444444;
	font-size: 16px;
}
 tr.even2, tr.even2 td {
	background-color:#666666;
	font-size: 16px;
}
 tr.odd3, tr.odd3 td {
	background-color:#444444;
	font-size: 14px;
}
 tr.even3, tr.even3 td {
	background-color:#666666;
	font-size: 14px;
}

 th {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight: bold;
	text-align: left;
	color:#FFCC00;
	border-width: 0px 0px 1px 0px;
	border-color: #FFCC00;
	border-style: solid;
}
 th.rank {
	width:45px;
}
 th.persona {
	width:auto;
}
 th.statusPoints {
	width: 100px;
}
 th.points {
	width: 60px;
}
 th.wreath {
	width:18px;
}


/* FOOTER STYLES */
#bottomMenu {						
	background-image: url(images/bottomMenuBg.gif);
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
#bottomMenu td {	
	text-align: center;	
}
#bottomMenu a {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
#bottomMenu a:hover {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: underline;
}

