body
{
	margin: 10px;
	color: #FFFFFF;
	font-family: verdana,arial;
	font-size: 11px;
	background: #002549;	
	scrollbar-3dlight-color:#FFFFFF;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-base-color:#002549;
    scrollbar-track-color:#002549;
}
		
a
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	color: #AFBBD5;
}

SELECT
{
	font-size: 10px;
	font-family: verdana, arial;
	border: 1px solid white;
}

.button
{
	font-size: 10px;
	font-family: verdana, arial;
	color: #FFFFFF;
	background: #003366;
	border: 1px solid white;
	height: 18px;
}


#main
{
	text-align: center;
	padding-top: 10px;
}

#maintable
{
	border: 1px solid white;
	color: white;
	width: 800px;
}

#title
{
	margin: 0px;
	background : #002549;
}

#break
{
	font-size: 1px;
	background-color : #AFBBD5;
	border-top: 1px solid white;
	border-right: 0px solid white;
	border-bottom: 1px solid white;
	border-left: 0px solid white;
	height: 18px;
}

#menu
{
	background-color : #002549;
	border-top: 0px solid white;
	border-right: 0px solid white;
	border-bottom: 1px solid white;
	border-left: 0px solid white;
	font-family: verdana,arial;
	font-size: 11px;
	color: white;	
	text-align: center;
	height: 18px;
}	

.separator
{
	width: 2px;
	height: 9px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin-left: 6px;
	margin-right: 6px;
}

#content
{
	font-family: verdana, arial;
	font-size: 14px;
	color: white;
	padding: 10px;
	background-color: #000000;
}

#content .maincontent
{
	margin: 0px;
}

#content .rightsection
{
	width: 20px;
	vertical-align: top;
	padding-left: 10px;
}

#content .leftsection
{
	width: 200px;
	vertical-align: top;
	padding-right: 10px;
}

#content .midsection
{
	width: 550px;
	vertical-align: top;
}

#newsitem
{
	border: 1px solid white;
	font-family: verdana, arial;
	font-size: 11px;
	color: white;
	width: 550px;
}

#newsitem .title
{
	height: 20px;
	font-size: 11px;
	font-family: verdana, arial;
	font-weight : bold;
	color: #FFFFFF;
	padding-left: 5px;	
	padding-right: 5px;
	background: #285180;
}

#newsitem .content
{
	font-size: 14px;
	font-family: verdana, arial;
	color: white;
	padding: 5px;	
	background: #002549;
}

#newsitem .info
{
	height: 20px;
	font-size: 10px;
	font-family: verdana, arial;
	color: #FFFFFF;
	background: #003366;
	padding-left: 5px;	
	padding-right: 5px;		
}

#server
{
	border: 1px solid white;
	font-family: verdana, arial;
	font-size: 11px;
	color: white;
	width: 680px;
}

#server .name
{
	height: 20px;
	font-size: 11px;
	font-family: verdana, arial;
	font-weight : bold;
	color: #FFFFFF;
	padding-left: 5px;	
	padding-right: 5px;
	background: #285180;
}

#server .content
{
	padding: 5px;	
	background: #002549;
}

#server .content .picture
{
	width: 212 px;
}

#server .content .details
{
	font-size: 11px;
	font-family: verdana, arial;
	color: white;	
}

#server .content .details .type
{
	color: #FFFFFF;
}

#server .link
{
	height: 20px;
	font-size: 10px;
	font-family: verdana, arial;
	color: #FFFFFF;
	background: #003366;
	padding-left: 5px;	
	padding-right: 5px;		
}

#commentform 
{
	font-size: 11px;
	font-family: verdana, arial;
	padding-left: 5px;	
	padding-right: 5px;
}

#commentform INPUT, TEXTAREA
{
	font-size: 10px;
	font-family: verdana, arial;
}

#commentform .button
{
	font-size: 10px;
	font-family: verdana, arial;
	color: #FFFFFF;
	background: #003366;
	border: 1px solid white;
	height: 18px;
}

#smallbox
{
	border: 1px solid white;
	font-family: verdana, arial;
	font-size: 11px;
	color: white;
	width: 190px;
}

#smallbox .content
{
	font-size: 10px;
	font-family: verdana, arial;
	color: white;
	background: #002549;
	padding-left: 2px;
}

#smallbox .title
{
	height: 20px;
	font-size: 11px;
	font-family: verdana, arial;
	font-weight : bold;
	color: #FFFFFF;
	padding-left: 5px;	
	padding-right: 5px;
	background: #285180;
}

#smallbox .server
{
	font-size: 10px;
	font-family: verdana, arial;
	color: white;
	background: #002549;
	padding-left: 2px;
}

#smallbox .contact
{
	font-size: 10px;
	font-family: verdana, arial;
	color: white;
	background: #002549;
	padding-left: 2px;
}

#smallbox .players
{
	font-size: 9px;
	font-family: verdana, arial;
	color: #00FF00;
	background: #002549;
	text-align: right;
	padding-left: 2px;
	padding-right: 2px;
}

#smallbox .offline
{
	font-size: 9px;
	font-family: verdana, arial;
	color: #FF0000;
	background: #002549;
	text-align: right;
	padding-left: 2px;
	padding-right: 2px;
}

#smallbox TEXTAREA
{
	border: 1px solid;
	font-size: 9px;
	font-family: verdana, arial;
}

.copyright
{
	color: white;
	font-size: 11px;
	font-family: verdana, arial;
	margin: 5px;
}