body
{
	font-family: Arial,Verdana,Helvetica,sans-serif;
	line-height: 120%;
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
.divider_red
{
	width: 1000px;
	height: 3px;
	background-color: #CC0000;
}
.divider_white
{
	width: 1000px;
	height: 3px;
	background-color: #FFFFFF;
}
.r1_1
{
	width: 250px;
	height: 24px;
	background: url(../images/red_bar.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #CC0000;
}
.r1_2
{
	width: 500px;
	height: 24px;
	background-color: #CC0000;
}
.r1_3
{
 	text-align: right;
	width: 1000px;
	height: 12px;
	background-color: #CC0000;
}
.title_white, .sub_white
{
	font-weight: bold;
}
.title_red, .sub_red
{
	font-weight: bold;
	color: #FFFFFF;
}
.text_red
{
	color: #FFFFFF;
}
A.text_red_link:link, 
A.text_red_link:visited, 
A.text_red_link:active, 
A.text_red_link:hover {text-decoration: underline; color: #FFFFFF;}
.text_white
{
	color: #000000;
}
A.text_white_link:link, 
A.text_white_link:visited, 
A.text_white_link:active, 
A.text_white_link:hover {text-decoration: underline; color: #000000;}


A:link, 
A:visited, 
A:active, 
A:hover {text-decoration: underline; color: #FFFFFF;}
/* -------------------------------------------------------------------------------------------------------------------- */
#intro
{
	border: 3px solid black;
	padding: 5px;
	vertical-align: top;
}
#video
{
	background: #000;
	color: #fff;
	font-weight:bold;
	padding: 5px;
	vertical-align: top;
	text-align: center;
}
#airdates
{
	border: 3px solid red;
	padding: 5px;
	vertical-align: top;
}
.airdate
{
	margin-top: 5px;
	padding: 5px;
	border: 1px solid red;
	background: #ffeeee;
}
.airdatefirst
{
	margin-top: 5px;
	padding: 5px;
	border: 1px solid black;
	background: #white;
}
.airdescription
{
}
.call
{
	margin-left: 10px;
}
.call td
{
	font-size: 80%
}
.calldescription
{
	font-style: italic;
}

.errormessage
{
	color: red;
}
