body {
	background: #272727  repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	margin: 0px;
	padding: 0px;
	
}
table,tr,td {
	font-family: Tahoma;
	font-size: 12px;
}

#container {
	background: #4C4C4C  repeat-x;
	margin: 0px auto;
	width: 900px;
	height:auto;
	position:relative;
    margin-bottom:0px;
}


a:link, a:hover, a:visited, a:active, a:focus {
	color: white;
	text-decoration: none;
}

a:hover {
	color: red;
}

a:active, a:focus {
	color: #000000;
	text-decoration: none;
	border-style: none;
	-moz-outline: none;
}

.menu {
    font-weight :bold;
    text-align: left;
	height:25px;
	margin-top: 0px;
	background-color: #1F1F1F;
	
}
.topmenu {
	text-align: left;
	height:100px;
	margin-top: 0px;
	background-color: #000000;
}

.errortxt{
	color:#FF0000;
}

.columnleft{
	width:468px;
	height:520px;
	float: left;
	margin-top: 10px ;
	margin-left: 0px;
	margin-bottom:10px;
	/*background-color:#fff;*/
}
.columnright{
	width:45%;
	height:520px;
	float: right;
	margin-top: 10px ;
	margin-left: 0px;
	margin-bottom:10px;
	text-align: left;
/*	background-color:#000;*/
}

#playradio{
	margin-top: 10px ;
	margin-left: 0px;
	margin-bottom:10px;
	text-align: center;
}

#webboard{
	height:auto;
	margin-top: 5px ;
	margin-bottom:5px;
	background-color:#4C4C4C;
	margin-left:5px;
	margin-right:5px;

}

h1{
	font-size:x-large;
	/*background-color:#C2CFDF;*/

}

.content {
	font-size: 10pt;
	margin-bottom: 1px;
	margin-left:1px;
	margin-right:1px;
	margin-top: 0px ;
	padding: 4px;	
	text-align: left;
	background-color:#1F1F1F;
}





.error, td.error {
	color: red;
	font-weight: bold;	
}



.scrolly {
	height: 100%; 
	overflow-y: auto;	
	margin-right: 4px;	
}

.listhdr, div.list a, .chart div {	
	
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;	
	margin-bottom: 2px;
	margin-left:1px;
	margin-right:1px;
	margin-top: 0px ;
	overflow: hidden;	
}

div.list a {
	display: block;
	padding-left: 12px;			
	

}

div.list a.a {
	background-color: #4C4C4C;
	margin-left:1px;
}

div.list a.b {
	background-color: #686767;
	margin-left:1px;	
}


div.list a:hover {
	/*background-color: #CCCCCC;*/
	color: #333333;
}





