body {
     font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 margin: 0px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
	text-decoration: none;
	outline: none;
}

#header {
	width: 100%;
	background: url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;
	height: 80px;
}

#footer {
	width: 910px;
	margin: 0 auto;
}

#outerDiv {
    width: 910px;
    margin: 0 auto;
}

#content {
	float:left;
	margin-left:200px;
	margin-top:15px;
	margin-bottom: 50px;
	width: 710px;
	height: auto;
}

#content1 {
	float:left;
	margin-top:15px;
	margin-bottom: 50px;
	width: 910px;
	height: auto;
}

#contentRight {
	float:right;
	margin-top:15px;
	margin-left:30px;
	width: 250px;
	height: auto;
}

#contentLeft {
	float:left;
	width: 630px;
	height: auto;
}

#contentLeft1 {
	float:left;
	width: 300px;
	height: auto;
}

#contentLeft2 {
	float:left;
	width: 300px;
	height: auto;
	margin-left: 30px;
}

#login {
	float:left;
	height: auto;
	margin-top: 50px;
	background-color: #e8f0f8;
	margin-right: 50px;
	margin-left:150px;
}

#register {
	float:left;
	padding: 5px;
	height: auto;
	margin-top: 50px;
    background-color: #e8f0f8;
}

.clear { clear: both 
}

#logo {
	float: left;
	width: 72px;
	height: 48px;
	margin-left:5px;
	margin-top: 5px;
}

#radio {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

#play {
	float: right;
	margin-top: 8px;
	margin-right: 8px;
}


#boxtitle {
	float: left;
	margin-top:15px;
	margin-bottom: 3px;
	padding: 3px;
	width:500px;
}

#boxbg {
	float: left;
	width: 300px;
	height: 58px;
	margin-bottom:8px;
	background-color: #e8f0f8;
}

#boxbg_stations {
	float: left;
	width: 300px;
	height: 58px;
	margin-top:15px;
	margin-bottom:8px;
	background-color: #e8f0f8;
}

#box_bannerbottom{
	margin-top: 10px;
}

#player {
	width: 340px;
	margin: 0 auto;
	padding: 15px;
}

.bigtitle {
    color: #000;
	font-weight:bold;
    font-size:16px;
}

.bigtitleblue {
    color: #0055ff;
	font-weight:bold;
    font-size:16px;
}

.title {
    color:#000;
	font-weight:bold;
	font-size:13px;
}

.titleblue {
    color:#0055ff;
	font-weight:bold;
	font-size:13px;
}

.radiotitle {
    color: #111;
    font-size:12px;
	font-weight:bold;
}

.radioloc {
    color: #111;
    font-size:11px;
}

.radioinfo {
    color: #0055ff;
	font-size:11px;
}

.radiotitle_stations {
    color: #111;
    font-size:11px;
	font-weight:bold;
}

.radiotitle_player {
    color:#f9f9f9;
	font-weight:bold;
	font-size:12px;
}

.radioloc_player {
    color:#f9f9f9;
	font-size:11px;
}

.radioinfo_player {
    color:#88afff;
	font-size:11px;
}

.error {
    color:#FF0000;
	font-size:11px;
}

.footer {
    color:#a6a6a6;
	font-size:11px;
}

.text {	
	color: #000;	
	font-size: 12px;
}

.textblue {	
	color: #0055ff;	
	font-size: 12px;
}

.textblue1 {	
	color: #0055ff;	
	font-size: 12px;
	font-weight:bold;
}

.infoblack {
    color:#000;
	font-size:11px;
}

.infogrey {
    color:#555;
	font-size:11px;
}

.infoblue {	
	color: #0055ff;
	font-size: 11px;
}

.counter {	
	color: #0055ff;
	font-size: 11px;
	font-weight:bold;
}

.header {	
	color: #333;
	font-size: 10px;
}

.pagination li { 
    display: inline; border: 0; 
}

.pagination li a { 
    margin-right: 5px;
	padding: 3px 3px;
	font-size: 13px;
	font-weight:bold;
	color: #0055ff;
	background: #FFF;
}

.pagination li a.currentPage { 
	color: #333; 
	border: 0;
	text-decoration: none; 
}

#navbar {
	margin: 0;
	padding: 0;
	height: 2em; }
	
#navbar li {
	list-style: none;
	float: left; }
	
#navbar li a {
	display: block;
	padding: 3px 8px;
	font-size: 12px;
	font-weight:bold;
	color: #333;
}

#navbar li a:hover {	
	text-decoration:none;
	color: #0055ff;
	display: block;
	padding: 3px 8px;}

#navbar li ul {
	display: none;
	width: 7.2em; /* Width to help Opera out */
	background-color: #000;
}
	
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; 
}
	
#navbar li:hover li, #navbar li.hover li {
	float: none; }
	
#navbar li:hover li a, #navbar li.hover li a {
    color: #0055ff;
	background-color: #fff;
	font-size: 12px;
	text-decoration:none;
	font-weight:normal;
	border-bottom:1px solid #ccdbff;
	border-right:1px solid #ccdbff;
}
	
#navbar li li a:hover {
	background-color: #0055ff;
    color: #fff;
}