@charset "utf-8";
/* City TV-18 CSS Document for What's Up Today Feature on the Home Page */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #0C0B09; /* This Background color should match that of the City TV 18 page */
	margin: 0px;
}
td {
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
.ProgramTableStyle {
	width: 250px;
	border: none;
}
.ProgramContent { /* This is the programs table cells */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C2B29;
}
.CurrentProgram { /* This is the highlighted program that is currently running */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #43435B;
	background-color: #00245E; /* This is the background color of the cell for the highlighted program */
	border-top-style: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

