 @import url('/style/global.css');
/* this overrides the global page background so you can use your own instead of the brown yoke. global one should (probably) be removed */

.wrapper {
	background-image: url(/back_digitalradio/images/bg_main.png);
	background-repeat: repeat-y;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#container {
	width: 860px;
	position:absolute;
	top:195px;
	background-image:url(/digitalradio/twoxm/images/container_bg.gif);
	background-repeat:repeat-y;
	background-position:-1px 0px;
}

#navigation {
	position: absolute;
	left: 10px;
	width: 224px;
	padding-top:10px;
	background: #000;
	text-align:center;
}

#navigation h3{font-size:16px;}

#navigation a:link { color:#FFF; border:none; text-decoration:none;}

#allcontent {
	width: 620px;
	margin-left: 235px;
	background-color: #000;
}

#playbutton {
	margin: 0 20px;
	font-size:16x;
	color:#CC0000;
	padding-bottom: 20px;
	border-bottom: #999999 1px solid;
}

#playbutton a {
	color:#CC0000;
	text-decoration:none;
}

#listenlive {
	margin: 0 20px;
}

#programmedetails img {
	float:left;
	padding: 0 10px 20px 0;
	height:80px;
	width: 120px;
	
}

#news img {
	float:left;
	padding: 0 10px 5px 0;
	height:160px;
	width: 240px;
}

#news {
	margin-right:10px;
	font-size: 12px;
}

#programmedetails {
	margin: 0 10px 0 20px;
	font-size: 12px;
}


#programmedetails a {
	color:#FFF;
	text-decoration:underline;
}


#footer {background-color:#000; clear:both;}

.showname {
	font-size:16px;
	text-decoration:underline;
	margin-bottom:2px;
}

div#titleBanner {
	background-image:url(/digitalradio/twoxm/images/banner_plain.gif);
	height:75px;
width:615px;
display:block;
background-repeat:no-repeat;
overflow:hidden;
}

h1 {
	width:615px;
	height:75px;
	font-size:1px;
	text-indent:-999px;
}

div#titleBanner a.facebook {
float:right;
display:block;
}

div#titleBanner a.twitter {
float:right;
display:block;
}


.intro {
	font-size:12px;
}

.txtime{
	font-size:11px;
	margin-top:2px;
}

.divider {
	border-bottom: #999999 1px solid;
	margin:20px;
}

.navimagelinks {text-decoration:none; border:none;
}
