﻿#frame {
	width: 100% !important;
}

#contentleft {
	width: 33%;
	margin: 0;
	padding: 0;
	border: none;
}

#contentcenter {
	width: 33%;
	margin: 0;
	padding: 0;
	border: none;
}

#contentright {
	width: 33%;
	margin: 0;
	padding: 0;
	border: none;
}



div.program_container {
	margin: 20px 0;
	padding: 0;
	font-size: x-small;
	color: #666666;
	font-family: Helvetica, sans-serif;
}

div.program_container a:link {
	color: #333333 !important;
}

div.program_container a:visited {
	color: #333333 !important;
}

div.program_container a:hover {
	text-decoration: underline;
	color: #aaaaaa !important;
}

div.program_container a:active {
	text-decoration: underline;
	color: #aaaaaa !important;
}


div.program_container img {
	/*border: 1px solid #cccccc;*/
	padding: 0;
	margin-bottom: 3px;
	width: 144px;
	height: 72px;
	background: #cccccc;
}

.program_title {
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	font-size: small;
}

.program_header {
	font-weight: bold;
}

.program_weekly {
	/*background: lime;*/
	background-color: rgb(138,206,59);
	padding: 0 2px;
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}

.program_monthly {
	/*background: cyan;*/
	background-color: rgb(138,206,239);
	padding: 0 2px;
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}

.program_gallery {
	/*background: red;*/
	background-color: rgb(255,0,0);
	padding: 0 2px;
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}
