/* CSS Document */

body {
	background-image: url(img/back.png);
	background-repeat: repeat-x;
	background-color: #818398;
	margin-left:0px;
	margin-right:0px;
}
.flashcontain {
	position:absolute;
	z-index:0;
}

.played, .current, .comingup, .time {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	padding:2px;
	margin:4px;
}

.played {
	color:#999999;
}

.current {
	background-color:#FFFFFF;
	color:#232347;
}

.comingup {
	color:#FFFFFF;
}

.time {
	color:#FFFFFF;
}

.schedule_time {
	text-align:right;
	float:left;
	width:60px;
	display:table;
}
.schedule_title {
	width:200px;
	padding-left:8px;
	display:table;
}
.ad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin-bottom:10px;
}
.copy {
	background-color:#232347;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:11px;
}
.copy a:link {color: #FFF; font-weight:normal;}
.copy a:active {color: #FFF; font-weight:normal;}
.copy a:visited {color: #FFF; font-weight:normal;}
.body {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link {
	color: #3C1185;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #3C1185;
	font-weight: bold;	
}
a:hover {
	text-decoration: underline;
	color: #3C1185;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #3C1185;
	font-weight: bold;
}
td {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.error {
	width:100%;
	background-color:#CC0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding:4px;
}

.formerror {
	border:#CC0000 2px solid;
	margin:2px 0;
}
