body 
{
	background: #050505 URL(/images/bg.gif) repeat-x;
	width: 954px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
}
	
#wrap 
{
	background: #000000;
	width: 954px;
	margin: 20px auto 0px;
	padding: 0px;
}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited 
{
	color: #FAB000;
	text-decoration: none;
}
	
a:hover 
{
	text-decoration: underline;
}

/************************************************
*	Image  									*
************************************************/
img
{
	border: 0px;
}

/************************************************
*	Header  									*
************************************************/

#header 
{
	background: #000000 url(/images/headerbg.gif) no-repeat;
	width: 954px;
	height: 131px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
}
	
#header a img
{
	border: none;
	margin: 0px;
	padding: 0px;
}

#headerleft
{
	height: 131px;
	width: 340px;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}


#headermiddle
{
	width: 275px;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding-top: 15px;
	padding-left: 40px;
	text-align: center;
	overflow: hidden;
}

#headerright 
{
	float: right;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 15px 15px 0px 0px;
	width: 275px;
}

#headerright_top
{
	float: right;
	font-size: 12pt;
	height: 75px;
	text-align: right;
	width: inherit;
}

#headerright_top a, #headerright_top a:visited 
{
	color: #FAB000;
	font-weight: bold;
	text-decoration: none;	
}

#headerright_top a:hover
{
	color: #FFFFFF;
}

#headerright_bottom
{
	clear: both;
	float: right;
	text-align: left;
	width: 200px;
}

/************************************************
*	Navbar      								*
************************************************/

#navbar
{
	background: #000000 url(/images/navbar.gif) no-repeat;
	width: 954px;
	height: 60px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
}
	
#navbarleft
{
	width: 850px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
	
#navbarright 
{
	width: 50px;
	float: right;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	text-align: right;
}
	
#navbarright img 
{
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#nav 
{
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: none;
}
	
#nav ul 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav a 
{
	border-right: 1px solid #333333;
	color: #FFFFFF;
	display: block;
	font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0px 0px 0px;
	padding: 15px 25px 11px 25px;
}
	
#nav a:hover 
{
	background: url(/images/navbullet.gif) no-repeat;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
    margin: 5px 0px 0px 0px;
	padding: 15px 25px 11px 25px;
}

#nav li
{
	float: left;
	margin: 0px;
	padding: 0px;
}
	
#nav li li
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 140px;
}
	
#nav li li a, #nav li li a:link, #nav li li a:visited 
{
	background-color: #050505;
	width: 140px;
	float: none;
	margin: 0px;
	padding: 8px 10px 8px 25px;
	border: 1px solid #555555;
}
	
#nav li li a:hover, #nav li li a:active 
{
	background: #333333;
	padding: 8px 10px 8px 25px;
}

#nav li ul 
{
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul 
{
	left: auto;
	display: block;
}
	
#nav li:hover ul, #nav li.sfhover ul 
{
	left: auto;
}

/************************************************
*	Homepage 					     		    * 
************************************************/

#homepage
{
	width: 954px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
}
	
#homepage h1
{
	color: #FFFFFF;
	font-size: 22px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
}
	
#homepage h2
{
	color: #202020;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}
	
#homepage h3
{
	color: #202020;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
	
#hpmain
{
	background: #111111 url(/images/bodybg.gif) repeat-y;
	float: left;
	width: 954px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	display: inline;
}
	
#hpmain a, #hpmain a:visited
{
	color: #FAB000;
	text-decoration: none;
}
	
#hpmain a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
	
#hpmain p
{
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.hpmainfull
{
	float: left;
	margin: 0px;
	padding: 0px 30px 0px 20px;
	width: 914px;
}

.hpmainleft
{
	float: left;
	width: 557px;
	margin: 0px;
	padding: 0px 30px 0px 20px;
}

.hpmainright
{
	float: right;
	width: 307px;
	overflow: hidden;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}

.hpmaincolumnleft
{
	float: left;
	width: 447px;
	margin: 0px;
	padding: 0px 10px 0px 20px;
}
.hpmaincolumnright
{
	float: right;
	width: 447px;
	margin: 0px;
	padding: 0px 20px 0px 10px;
}

/************************************************
*	Footer      								*
************************************************/

#footer
{
	background: url(/images/footerbg.gif) no-repeat;
	color: #989898;
	float: left;
	width: 939px;
	height: 37px;
	margin: 0px auto 0px;
	padding: 0px 15px 0px 0px;
	text-align: right;
}
	
#footer a, #footer a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
	
#footer a:hover
{
	text-decoration: underline;
}

/************************************************
*	The List      								*
************************************************/
#thelist_left
{
	float: left;
	font-size: 14pt;
	text-align: right;
	height: 20px;
	width: 231px;
	overflow: hidden;
	vertical-align: top;
	padding: 0px 3px 5px 25px;
}
#thelist_right
{
	float: left;
	font-size: 14pt;
	text-align: left;
	height: 20px;
	padding: 0px 25px 5px 3px;
	width: 210px;
	overflow: hidden;
	vertical-align: top;
}

img.thelist_bar
{
	margin-top: 5px;
}

/************************************************
*	Glass Panes		      						*
************************************************/
#gp_900_header
{
	background: #080808 url(/images/gp_900_header.gif) no-repeat;
	float: left;
	font-size: 14pt;
	width: 831px;
	height: 42px;
	padding: 18px 33px 0px 50px;
	text-align: left;
}

#gp_900_mid
{
	background: #080808 url(/images/gp_900_mid.gif) repeat-y;
	float: left;
	padding: 5px 30px 0px 25px;
	text-align: center;
	width: 859px;
}

#gp_900_footer
{
	background: #080808 url(/images/gp_900_footer.gif) no-repeat;
	float: left;
	width: 914px;
	height: 45px;
	margin-bottom: 15px;
}

#gp_580_header
{
	background: #080808 url(/images/gp_580_header.gif) no-repeat;
	float: left;
	font-size: 14pt;
	width: 503px;
	height: 42px;
	padding: 18px 33px 0px 50px;
	text-align: left;
}

#gp_580_mid
{
	background: #080808 url(/images/gp_580_mid.gif) repeat-y;
	float: left;
	padding: 5px 30px 0px 28px;
	text-align: center;
	width: 527px;
}

#gp_580_footer
{
	background: #080808 url(/images/gp_580_footer.gif) no-repeat;
	float: left;
	width: 586px;
	height: 45px;
	margin-bottom: 15px;
}

#gp_445_header
{
	background: #080808 url(/images/gp_445_header.gif) no-repeat;
	float: left;
	height: 27px;
	padding: 18px 0px 0px 50px;
	text-align: left;
	width: 395px;
}

#gp_445_mid
{
	background: #080808 url(/images/gp_445_mid.gif) repeat-y;
	float: left;
	padding: 5px 25px 0px 25px;
	text-align: center;
	width: 395px;
}

#gp_445_footer
{
	background: #080808 url(/images/gp_445_footer.gif) no-repeat;
	float: left;
	height: 45px;
	margin-bottom: 15px;
	width: 445px;
}

#gp_300_header
{
	background: #080808 url(/images/gp_300_header.gif) no-repeat;
	float: right;
	width: 242px;
	height: 27px;
	padding: 18px 15px 0px 50px;
	text-align: left;
}

#gp_300_header_notitle
{
	background: #080808 url(/images/gp_300_header_notitle.gif) no-repeat;
	float: right;
	width: 242px;
	height: 14px;
	padding: 18px 15px 0px 50px;
	text-align: left;
}

#gp_300_mid
{
	background: #080808 url(/images/gp_300_mid.gif) repeat-y;
	float: right;
	width: 257px;
	padding: 10px 25px 0px 25px;
	text-align: center;
}

#gp_300_footer
{
	background: #080808 url(/images/gp_300_footer.gif) no-repeat;
	float: right;
	width: 307px;
	height: 45px;
	margin-bottom: 30px;
}

#gp_ad_leaderboard
{
    background: URL(/images/gp_ad_leaderboard.gif) no-repeat;
    float: left; 
    text-align: center; 
    width: 850px; 
    height: 113px; 
    margin: 0px 20px 5px 20px;
    padding: 8px 30px 0px 30px;
}

/************************************************
*	Ads		      								*
************************************************/
#ads_leaderboard_top
{
	background-color: #1C1C1C; 
	border-bottom: 1px dotted #C0C0C0; 
	clear: both; 
	text-align: center; 
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 10px;
	width: auto;
}

#ads_leaderboard_bottom
{
	background-color: #1C1C1C; 
	border-top: 1px dotted #C0C0C0; 
	clear: both; 
	text-align: center; 
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 10px;
	width: auto;
}

/************************************************
*	Divs	      								*
************************************************/
div.textBlock
{
	color: #FFFFFF;
	font-size: 12pt;
	font-family: Arial, Tahoma, Verdana;
	text-align: left;
	padding: 15px 0px 15px 0px;
}

div.textBlock10
{
	font-size: 10pt;
	font-family: Arial, Tahoma, Verdana;
	text-align: left;
	padding: 0px 0px 15px 0px;
}

div.errorLinks
{
	font-size: 12pt;
	font-family: Arial, Tahoma, Verdana;
	text-align: left;
	padding: 15px;
	float: left;
	width: 200px;
}

div.errorText
{
	border-bottom: 1px dotted #C0C0C0;
	font-size: 12pt;
	font-family: Arial, Tahoma, Verdana;
	border-bottom: 1px dotted #C0C0C0; 
	clear: both; 
	text-align: left; 
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 10px;
	width: auto;
}

div.errorTitle
{
	font-size: x-large;	
	font-family: Arial, Tahoma, Verdana;
	text-align: center;
	padding: 15px;
}

div.fav_error
{
	background-color: #CC0303;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12pt;
	font-weight: bold;
	float: left;
	padding: 3px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	width: 493px;
}

div.fav_success
{
	background-color: #036603;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12pt;
	font-weight: bold;
	float: left;
	padding: 3px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	width: 493px;
}

/************************************************
*	Search      								*
************************************************/
input.searchFocus
{
	background-color: #080808;
	border: 1px solid #FAB000;
	font-family: Arial, MS Serif;
	color: #FFFFFF;
	font-size: 14pt;
	height: 25px;
	padding-left: 3px;
	padding-right: 3px;
	width: 194px;
}

input.searchFocus:hover
{
	border: 1px solid #FFFFFF;
}

input.searchBlur
{
	background-color: #080808;
	border: 1px solid #FAB000;
	color: #777777;
	font-family: Arial, MS Serif;
	font-size: 14pt;
	height: 25px;
	padding-left: 3px;
	padding-right: 3px;
	width: 194px;
}

input.searchBlur:hover
{
	border: 1px solid #FFFFFF;
}

#divAutoComplete
{
	background: #111111;
	border: 1px solid #000000;
	display: none;
	font-size: 12pt;
	position: absolute; 
	width: 200px;
	text-align: left;
	z-index: 1000;
}

#divAutoComplete ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#divAutoComplete li 
{
	color: #FFFFFF;
    margin: 0px;
	padding: 0px;
	width: 200px;
	text-decoration: none;
	overflow: hidden;
}

#divAutoComplete li a, #divAutoComplete li a:link, #divAutoComplete li a:visited 
{
	color: #FFFFFF;
	display: block;
    margin: 0px;
	padding: 5px;
	width: 190px;
	text-decoration: none;
	overflow: hidden;
}

#divAutoComplete li:hover
{
	background-color: #333333;
	text-decoration: none;
}

/************************************************
*	Users	      								*
************************************************/
span.username
{
	background-position: left center;
	padding-left: 15px;
}
span.username#online1
{
	background-image: url(/images/icons/online1.gif);
	background-repeat: no-repeat;
}
span.username#online2
{
	background-image: url(/images/icons/online2.gif);
	background-repeat: no-repeat;
}
span.username#offline1
{
	background-image: url(/images/icons/offline1.gif);
	background-repeat: no-repeat;
}
span.username#offline2
{
	background-image: url(/images/icons/offline2.gif);
	background-repeat: no-repeat;
}
