@charset "iso-8859-1";

html, body {
}

body {
	padding: 0;
	margin: 5px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: normal;
	background-color: #e2e2e2;
}

/* starndard typography */
a {
    color: black;
	text-decoration: none;
	border: 0;
	}
a:link {        /* unvisited link */
    /*text-decoration: underline;*/
	text-decoration: none;
	font-weight: bold;
    color: black;
	}
a:visited {     /* visited link */
	font-weight: bold;
    color: black;
	}
a:hover {       /* mouse over link - MUST come after a:link and a:visited */
	/*text-decoration: underline;*/
	color: #D50000;
	}
a:active {      /* selected link - MUST come after a:hover*/
	}
	
img {
	border: 0;
}


#container {
	width: 600px;
	height: 380px;
	padding: 10px;
	
/*	background-image:  url("images/background.jpg");
	background-repeat: no-repeat;
    background-position: top center;
*/	
	background-color: #e2e2e2;
	/*background-color:#6699FF;*/
}

.header {
	display: block;
	height: 20px;
	width: 600px;
	padding: 0 0 5px 0;
	margin: 0;
	border-bottom: solid 1px #999999;
	font-size: 11px;

}
.header img {
	vertical-align: middle;
}

.logo {
	display: block;
	height: 90px;
	width: 245px;
	padding: 10px 0 0;
	margin: 0;
}

.on_now {
	display: block;
	width: 245px;
	height: 40px;
	/*background-color:#339900;*/
	
	background-image:  url("http://www.2gb.com/images/butt_onair.gif");
    background-postition: top center;
	background-position: 50px 0px;
	background-repeat: no-repeat;

	padding: 34px 0 0 0;
}

.show {
	font-size: 14px;
}
.time {
	display: block;
	/*background-color:#3333CC;*/
	padding: 5px 0 0 0;

}

.player {
	display: block;
	padding: 15px 0 10px 0;
	width:340px;
	height: 75px;
	/*background-color: #99CCFF;*/
}

.on_next {
	display: block;
	width: 245px;
	height: 40px;
	/*background-color:#339900;*/
	
	background-image:  url("images/comingup.gif");
    background-postition: top center;
	background-position: 60px 0px;
	background-repeat: no-repeat;

	padding: 34px 0 0 0;

}
.footer {
	display: block;
	width: 245px;
	height: 60px;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: solid 1px #CCCCCC;
}
#media {
	margin: 0;
	padding: 0;
}
.selection {
	width: 600px;
	height: 190px;
	/*background-color:#66CCCC;*/
}
.choice_title {
	display: block;
	font-weight: bold;
	/*height: 30px;*/
	color: white;
	background-color: #cc0000;
	font-size: 13px;
	padding: 8px 0 8px 0;
}
