body,html {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width:400px;
	}
	
div#titlebar {
	position:relative;
	z-index:1;
	width:100%;
	background:url(images/header-right.jpg) repeat-x top;
	height:110px;
	top:0;
	left:0;
	z-index:1;
	text-align:right;
	vertical-align:bottom;
	}

div#navbar {
	position:relative;
	height:38px;
	width:100%;
	z-index:1;
	background:#FFFFFF;
	}
	
div#navbarbase {
	position:relative;
	height:16px;
	z-index:1;
	background:url(images/navbar-base.jpg) repeat-x bottom white;
	}

#navbar ul {
	list-style:none;
	padding:0;
	margin:0;
	}
	

#navbar li {
	float: left;
	margin:0;
	padding-left:6px;
	text-align:center;
	}
	
#navbar a.unselected {
	display: block;
	background:url(images/btn-normal.gif) no-repeat right top;
	height:28px;
	width:78px;
	padding:0px;
	color:white;
	text-decoration:none;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	color:white;
	line-height:28px;
	}	
	
#navbar a.unselected:hover {
	background:url(images/btn-over.gif);
	color:#990000;
	}
	
#navbar a.selected {
	display: block;
	background:url(images/btn-selected.gif) no-repeat right top;
	height:28px;
	width:78px;
	padding:0px;
	color:white;
	text-decoration:none;
	font-size: 10px;
	line-height:28px;
	font-weight: bold;
	text-decoration:none;
	color:white;
	}	
	
#leftmenu {
	display:block;
	position:absolute;
	overflow:auto;
	background:url(images/left-bar.jpg) left repeat-y;
	width:100px;
	top:160px;
	bottom:40px;
	width:100px;
	z-index:1;
	}

#leftmenu ul {
	list-style:none;
	font-size:10px;
	margin-left:5px;
	padding-left:5px;
	}
	
#leftmenu li {
	margin:0px;
	padding:0px;
	}
	
#mainbody {
	display:block;
	position:absolute;
	left:100px;
	top:165px;
	bottom:40px;
	right:0px;
	overflow:auto;
	}
	
#footer {
	position:absolute;
	height:40px;
	left:0px;
	right:0px;
	bottom:0px;
	background:url(images/navbar-base.jpg) top repeat-x;
	color:silver;
	text-align:center;
	vertical-align:baseline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	}

span.headline {
	font-size:14px;
	font-weight:bold;
	}

span.headlinegrey {
	font-size:14px;
	font-weight:bold;
	color:gray;
	}

a {
	text-decoration:none;
	color:#990000;
	}
	
a:visited{
	text-decoration:none;
	color:#990000
	}

a:hover{
	text-decoration:underline;
	color:#990000
	}

table {
	padding:0;
	margin:0;
	}
	
td {
	vertical-align:center;
	}
	
.smalltext{
	font-size:10px;
	}

P{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

UL{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

H1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	}

H2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}

font.strongwhite{
	font-weight:bold;
	color:#FFFFFF;
	}

.dlgButton{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:		bold;
	font-size:			10px;
	border-top:			1px solid #AAAAAA;
	border-left:		1px solid #AAAAAA;
	border-right:		1px solid #333333;
	border-bottom:		1px solid #333333;
	background-color:	#EEEEEE;
	padding:			2px 16px;
	}

a.stealthlink{
	text-decoration:none;
	color:#000000;
	background:none;
	font-size:10px;
	}
	
a.stealthlink:visited{
	color:#000000
	}
	
a.stealthlink:hover{
	color:#000000}

table.listviewtable{
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:silver;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:silver;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:silver;
	}

tr.listviewtr{
	height:15px;
	}

tr.listviewtr1{
	background-color:white;
	height:15px;
	}

tr.listviewtitle{
	background-color:#FEABD5;
	height:20px;
	}

td.listviewtitle{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid silver;
	color:black;
	}

tr.listviewtrhead{
	background-color:#EEEEEE;
	height:20px;
	color:black;
	font-weight:bold;
	}

tr.listviewtrhighlight{
	background-color:#009966;
	height:15px;
	}

tr.listviewtrhighlight.a{
	background-color:#009966;
	height:15px;
	color:black;
	}

td.listviewtd{
	font-size:10px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:silver;
	}

a.expand{
	cursor:hand;
	font-weight:bold;
	text-decoration:none;
	}

div.menuhead{
	background-color:#DDDDDD;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#AAAAAA;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#FFFFFF;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#AAAAAA;
	height:25px;
	width:500px;
	vertical-align:text-bottom;
	text-align:left;
	margin-left:0px;
	}

a.menuoption{
	height:25px;
	text-align:left;
	margin-left:0px;
	}

div.expandedmenu{
	width:100px;
	display:none;
	}

table.player_details{
	border:1px solid #AAAAAA;
	background-color:#EEEEEE;
	margin-left:20px;
	}

td.expanded{
	font-size:10px;
	}

div.alert{
	border:1px solid red;
	text-align:center;
	background-color:white;
	color:red;
	font-weight:bold;
	}

img{
	border:none;
	}

table.pagenav{
	padding:0;
	margin:0;
	}

td.pagenav{
	padding:0;
	margin:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:gray;
	}

td.pagenav a{
	color:gray;
	text-decoration:none;
	}

td.pagenav a:visited{
	color:gray;
	text-decoration:none;
	}

td.pagenav a:hover{
	color:#white;
	background-color:black;
	}

.border1{
	border:1pt black solid;
	}
	
.xp{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid silver;
	}

.para-fade{
	background:url(IMAGES/paragraph-fade.jpg);
	background-repeat:repeat-x;
	padding:5px;
	}

.para-fade-small{
	background:url(IMAGES/paragraph-fade.jpg);
	background-repeat:repeat-x;
	padding:5px;
	font-size:11px;
	}

div.officials{
	text-align:center;
	padding:2px 2px 2px 2px;
	background:#DDDDDD;
	font-size:10px;
	display:block;
	position:relative;
	width:800px;
	}

div.officialsrow{
	text-align:center;
	position:relative;
	width:100%;
	display:block;
}
	
span.officialmugshot{
	display:inline-block;
	padding:2px 5px 2px 5px;
	text-align:center;
	}
