@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	margin: 0px;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 69px;
	width: 850px;
	background-position: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
}
.header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.linkPad {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.broadcast {
	background-image: url(images/broadcast.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 512px;
	padding-top: 50px;
	padding-bottom: 10px;
}
.footerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D0014;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
footerLinks:hover {
	color: #B30020;

}
.smBoxTop {
	background-image: url(images/box-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 15px;
}
.heading {
	font-size: 19px;
	line-height: 16px;
	font-weight: bold;
	color: #6D0014;
}
a {
	color: #6D0014;
}
a:hover {
	color: #B30020;
}
.credits {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.bigBox {
	background-image: url(images/bigBox.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 512px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.onOff {
	background-image: url(images/on_air.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 67px;
	width: 70px;
}
form {
	margin: 0px;
}
.formTitle {
	font-size: 20px;
	font-weight: bold;
	color: #999999;
}
.textBoxes {
	font-size: 16px;
	color: #333333;
	border: 1px solid #666666;
	width: 300px;
}
.textAreas {
	font-size: 16px;
	color: #333333;
	border: 1px solid #666666;
	width: 300px;
}
.button {
	font-size: 16px;
	color: #666666;
	padding: 6px;
	width: 130px;
	border: 1px solid #666666;
	text-align: center;
	vertical-align: middle;
}
.button:hover {
	font-size: 16px;
	color: #000000;
	padding: 6px;
	width: 130px;
	border: 1px solid #666666;
	text-align: center;
	vertical-align: middle;
}
.showTable {
	height: 60px;
	width: 530px;
	margin-bottom: 8px;
	border: 1px solid #999999;
	padding: 4px;
}
.showTable2 {
	background-color: #eeeeee;
	height: 60px;
	width: 530px;
	margin-bottom: 8px;
	border: 1px solid #999999;
	padding: 4px;
}
#showTimes {
	height: 260px;
	width: 550px;
	border: 1px solid #CCCCCC;
	overflow: auto;
	padding: 4px;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#cccccc;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-darkshadow-color:#cccccc;
	scrollbar-shadow-color:#cccccc;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#eeeeee;
}
.dayTag {
	font-size: 24px;
	font-weight: bold;
	color: #ADADAD;
	text-decoration: none;
}
.dayTag:hover {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ADADAD;
	padding: 2px;
}
.nowPlaying {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	color: #FF0000;
	padding-bottom: 8px;
	font-weight: bold;
}
whosPlaying {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #333333;
	background-image: url(images/djs/);
	background-repeat: no-repeat;
}
.meetDJname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	padding-left: 4px;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	text-transform: uppercase;
}
.meetDJname2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	padding-left: 4px;
	text-decoration: none;
	font-weight: bold;
	background-color: #eeeeee;
	width: 100%;
	text-transform: uppercase;
}
.meetDJname:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-left: 4px;
	text-decoration: none;
	font-weight: bold;
}
#meetDJ {
	padding: 4px;
	height: 150px;
	width: 235px;
	border: 1px solid #cccccc;
	overflow: auto;
	margin-top: 4px;
	margin-bottom: 20px;
}
.meetDJtable {
	margin-bottom: 4px;
	border: 2px solid #CCCCCC;
}
.red {
	color: #6D0014;
}

