* {
	font-family: "Trebuchet MS", Arial, sans-serif;
}
body {
	margin-top: 8px;
	font-size: 0.75em;
}
img {
	border: 0;
}
h1, h2 {
	font-size: medium;
	margin: 5px 0 10px 0;
	text-transform: uppercase;
	color: #005190;
	background-color: #FFF;
	border-top: 1px dashed #005190;
	border-bottom: 1px dashed #005190;
	padding: 5px 0 5px 10px;
	background: url(../../images/li-arrow.png) no-repeat left;
	text-align: left;
}
h2 {
	background-color: #005190;
	color: #FFF;
	font-size: small;
	padding: 5px 0 5px 20px;
	border: 0;
	background-position: 1% 35%;
	text-transform: none;
}
ul {
	margin-top: 0;
}
a {
	color: #005190;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
th {
	background-color: yellow;
	text-align: left;
}
table, th, td {
	border: solid #999;
	border-width: 0;
}
/*table {
	border-width: 0 1px 1px 0;
}*/
#container {
	width: 900px;
	margin: 0 auto;
	border: solid #D8D8D8;
	border-width: 0 1px 1px 1px;
}
#main_menu {
	background: url(../../images/left-menu.png) no-repeat left;
	border: solid #D8D8D8;
	border-width: 1px 0 1px 0;
	height: 41px;
}
#main_menu a.menu {
	display: block;
	float: left;
	background: url(../../images/menu-separator.png) no-repeat left;
	padding: 10px 15px 0 25px;
	height: 31px;
	font-weight: bold;
}
#main_menu a.left {
	background: none;
	padding-left: 35px;
}
#logo {
	float: left;
}
#banner-body-separator {
	height: 10px;
	background-color: #FF0;
	border: solid #D8D8D8;
	border-width: 1px 0 1px 0;
}
.banner-right {
	float: right;
}
#on_now {
	background: url(../../images/on-air-now.png) no-repeat;
	width: 214px;
	height: 152px;
	color: #FFF;
	padding: 10px 0 0 10px;
	font-size: 125%;
	font-weight: bold;
}
.ie6 #on_now {
        width: auto;
}
#left_panel {
	background-color: #F1F1F1;
	float: left;
	width: 209px;
	border-right: 1px solid #D8D8D8;
	margin-right: 10px;
}
#right_panel {
	float: right;
	width: 198px;
	padding: 5px 0 0 0;
	margin-left: 5px;
}
#body_part {
	float: left;
	width: 675px;
}
#footer {
	background-color: #F1F1F1;
	color: #666;
	text-align: center;
	font-size: smaller;
	border-top: 1px solid #D8D8D8;
}
#footer_menu {
	margin-bottom: 5px;
}
#footer_menu  a {
	margin: 0 5px 0 5px;
	font-size: 1.2em;
}
.sec_title {
	background: url(../../images/left-panel-head.png) no-repeat;
	color: #000;
	font-size: small;
	font-weight: bold;
	padding: 20px 0 3px 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}
ol li {
	margin-bottom: 10px;
}
.panel_head {
	background: url(../../images/panel-top.png) no-repeat;
	width: 183px;
	height: 29px;
	color: #FFF;
	font-weight: bold;
	padding: 12px 0 0 15px;
}
.panel_body {
	background: url(../../images/panel-bg.png) repeat-y;
	min-height: 50px;
	padding: 0 10px 10px 10px;
}
form {
	margin: 0;
}
.panel_footer {
	background: url(../../images/panel-bottom.png) no-repeat;
	height: 16px;
	margin: -5px 0 5px 0;
}
.row {
	width: 100%;
	clear: both;
	min-height: 30px;
}
.rowlabel {
	float: left;
	width: 150px;
	font-weight: bold;
}
.rowitem {
	float: left;
}
textarea, .textfield {
	font-size: small;
	width: 350px;
}
#left_panel ul {
	margin-left: 20px;
	padding: 0;
}
.ie #left_panel ul {
	margin-left: 25px;
}
#left_panel li {
	list-style-image: url(../../images/li-arrow.png);
}
.sponsors_list ul li {
	list-style-type: none;
	list-style-image: none !important;
	padding: 0;
	margin: 15px 0 0 -25px;
	text-align: center;
}
.hilite {
	font-weight: bold;
	font-size: large;
	color: #F00;
	margin: 5px 0 10px 0;
}
#current-show {
	margin-top: -10px;
	width: 119px;
	height: 152px;
	padding: 10px 80px 0 0;
}
#saturday, #sunday {
	width: 49%;
	float: left;
}
#sunday {
	float: right;
}
.list-live:link, .list-live:visited, .list-live:active {
	background: url(../../images/li-arrow.png) no-repeat left;
    display: block;
	color: #FFF;
	padding-left: 10px;
	text-decoration: underline;
    font-size: small;
    margin-top: 10px;
}

#projects-list {
	height: 80px;
}
#projects-list ul {
	list-style-type: none;
	text-align: center;
	height: 60px;
	padding-right: 50px;
}
#projects-list ul li {
	display: inline;
	margin: 0 5px 0 5px;
}

/* UI Tabs */
.ui-tabs-hide { display: none; }

.err-msg, .msg {
	background-color: pink;
	border: solid red;
	border-width: 2px 0 2px 0;
	margin: 5px 0 10px 0;
	padding: 3px 10px 3px 10px;
	text-align: center;
}
.msg {
	background-color: lightgreen;
	border-color: darkgreen;
}

#overlay { 
	background-image: url(../../overlay.png); 
}

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(../../spacer.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../overlay.png", sizingMethod="scale");
}

.surveyrow {
	margin-left: 50px;
}
.surveyrow div {
	float: left;
}
.required {
	font-weight: bold;
	color: red;
}
.day_head {
	color: #FF0;
	background-color: #006;
	font-weight: bold;
	font-size: 120%;
	display: block;
	padding: 3px 0 3px 5px;
}
.unpadding {
	border: 0;
	padding: 0;
}
.unpadded td {
	padding: 0;
	border: 0 !important;
	text-align: left !important;
}
.tftd-table td {
	border: 1px solid #000;
	height: 75px;
	vertical-align: top;
	color: #999;
}
.tftd-table td div {
	color: #000;
	text-align: center;
	margin-top: 5px;
}
.tftd-table .unpadded td {
	height: auto;
}
.tftd-name {
	font-weight: bold;
	font-size: 140%;
}