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%;
	margin: 0 auto;
	height: 80px;
	margin-top:10px;
	margin-bottom:10px;
}

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

#outerDiv {
    width: 930px;
    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: 930px;
	height: auto;
}

#contentRight {
	float:right;
	margin-top:45px;
	width: 180px;
	height: auto;
}

#contentLeft {
	float:left;
	width: 710px;
	margin-right:40px;
	height: auto;
}

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

#contentLeft2 {
	float:left;
	width: 335px;
	height: auto;
	margin-left: 40px;
}

#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;
}

#radio {
	float: left;
	margin-left: 10px;
	vertical-align:middle;
}

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

#boxtitle {
	float: left;
	margin-top:15px;
	width:335px;
	padding-bottom:5px;
	vertical-align:middle;
}

#boxbg {
	float: left;
	width: 335px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-top: 1px solid #eee;
}

#boxbg:hover {
	border-top: 1px solid #ccc;
}

#boxbg_stations {
	float: left;
	width: 335px;
	padding-top:12px;
	padding-bottom:12px;
	margin-top:10px;
	margin-bottom:10px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

#boxbg_stations:hover {
	background-color:#f8f8f8;
}

#box_bannerbottom{
	margin-top: 10px;
}

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

.bigtitle {
    color: #111;
	font-weight:bold;
    font-size:18px;
}

.bigtitleblue {
    color: #111;
	font-weight:bold;
    font-size:18px;
}

.title {
    color:#111;
	font-weight:bold;
	font-size:14px;
}

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

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

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

.radioinfo {
    color: #0066ff;
	font-size:12px;
}

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

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

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

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

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

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

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

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

.textblue1 {	
	color: #0066ff;	
	font-size: 13px;
	font-weight:bold;
}

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

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

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

.counter {	
	color: #0066ff;
	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: #0066ff;
	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: 13px;
	font-weight:bold;
	color: #0066ff;
}

#navbar li a:hover {	
	text-decoration:underline;
	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; 
	border-bottom:1px solid #ccc;
}
	
#navbar li:hover li, #navbar li.hover li {
	float: none; }
	
#navbar li:hover li a, #navbar li.hover li a {
    color: #0066ff;
	background-color: #fff;
	font-size: 12px;
	text-decoration:none;
	font-weight:normal;
	border-right:1px solid #ccc;
}
	
#navbar li li a:hover {
	background-color: #0066ff;
    color: #fff;
}
