@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #d6d6d6;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/back.gif);
	background-repeat: repeat-x;
}
#UTVSsite {
	border-top: 5px solid #b40000;
	width: 975px;
	margin: 0px auto;
}
a {
	color: #cc0000;
}
a:hover {
	text-decoration: none;
}
#UTVSheader {
	border-top: 1px solid #ffffff;
	background-image: url(images/header-back.gif);
	background-repeat: no-repeat;
}
#UTVSheader #headerLinks {
	float: right;
	border: 1px solid #333333;
}
#UTVSheader #headerLinks a {
	display: block;
	width: 119px;
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	font-size: 11px;
}
#UTVSheader #headerLinks a:hover {
	color: #000000;
	background-color: #b4b4b4;
}
/* Start Menu CSS */
#Nav {
	border-top: 1px dotted #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	width: 975px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}

#Nav li {
	margin: 0px;	
	display: inline;
	list-style: none;
	float: left;
}
#Nav li a {
	display: block;
	width: 141px;
	padding: 5px 10px;
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px dotted #333333;
	
}
#Nav li a.noborder {
	border-right: 1px solid #000000;
}
#Nav li a:hover {
	background: #333333;
}
.Menu {
	padding: 0px;		
	position: absolute;
	margin: 0px;
	list-style: none;
	width: 161px;
	display: none;
	float: right;
	z-index: 100;
}
a.smaller {
	font-size: 12px;
	font-weight: normal;
}
.Menu li {
	
}
.Menu li a {
	display: block;
	padding: 20px;
	clear: both;
	background-color: #000000;
	text-decoration: none;
	color: #ffffff;
	text-align: left;	
}
.Menu li a:hover {
	background-color: #333333;
}
/* End Menu CSS */

#UTVScontent {
	clear: left;
	background-color: #333333;
	padding: 19px;
	overflow: auto;
	border-bottom: 1px solid #ffffff;
}
#UTVScontent #main {
	width: 545px;
	overflow: auto;
	/* height: 320px; */
	background-image: url(/21/images/back2.gif);
	background-repeat: repeat-y;
	padding: 10px;
	color: #ffffff;
}
#UTVScontent #main p {
	margin-top: 5px;
	font-size: 13px;
}
#UTVScontent #schedule {
	float: right;
	width: 350px;
	/* height: 330px; */
	border: 5px solid #000000;
	background-color: #000000;
}
#UTVScontent #rightSection {
	float: right;
	color: #ffffff;
	padding: 15px;
	width: 332px;
	/* border: 5px solid #000000;
	background-color: #000000; */
}
#UTVScontent #rightSection.hide {
	display: none;
}
#UTVScontent #rightSection h3 {
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	border-bottom: 1px dotted #333333;
}
#UTVScontent #rightSection p {
	font-size: 13px;
}
#UTVScontent #schedule h2.day {
	margin: 0px;
	padding: 4px;
	color: #ffffff;
	font-size: 13px;
	background-color: #000000;
	border-bottom: 1px dotted #333333;
	height: 15px;
	overflow: hidden;
	cursor: pointer;
}
.dailySchedule {
	overflow-y: scroll;
	background-color: #ffffff;
	color: #000000;
	display: none;
}
#schedule .dailySchedule h4 {
	padding-bottom: 1px;
	margin: 1em 4px 4px 4px;
	font-size: .8em;
	border-bottom: 1px dotted #cccccc;
	color: #000000;
}
#schedule .dailySchedule h5 {
	margin: 3px 3px 0px 3px;
	padding: 0px;
	font-size: .6em;
	font-weight: normal;
	color: #aaaaaa;
}
#schedule .dailySchedule ul.normal {
	margin: 0px 0px 1em 0px;
	padding: 0px;
}
#schedule .dailySchedule ul.normal li {
	font-size: .8em;
	margin: 0px 0px 0px 25px;
}
#UTVScontent #schedule p {
	margin: 0px;
	padding: 4px;
	font-size: 12px;
}
#UTVScontent #topSection {
	width: 520px;
	background-color: #000000;
	border: 5px solid #000000;
	color: #ffffff;
	padding: 15px;
}
#UTVScontent #topSection.fullscreen {
	 width: 895px;
}
#UTVScontent #topSection h3 {
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	border-bottom: 1px dotted #333333;
}
#UTVScontent #topSection p {
	font-size: 13px;
	line-height: 19px;
}
.standard {
	width: 250px;
}
.small {
	width: 40px;
}
a.sideLink {
	color: #ffffff;
	text-decoration: none;
}
a.sideLink:hover {
	color: #990000;
}
#BOTTOMnavigation {
	border-top: 5px solid #cc0000;
	padding: 19px;
	background-color: #000000;
	clear: both;
	font-size: 12px;
}
#BOTTOMnavigation p {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #ffffff;
}
#BOTTOMnavigation ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
}
#BOTTOMnavigation a {
	color: #cccccc;
	text-decoration: none;
}
#BOTTOMnavigation a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#topContent, #bottomContent {
	background-color: #000000;
	margin-top: 10px;
	padding: 20px;
}
#UTVScontent #topContent img {
	margin-left: 10px;
}
#topContent h3, #bottomContent h3 {
	color: #ffffff;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
	font-size: 17px;
	border-bottom: 1px dotted #333333;
}
#topContent p, #bottomContent p {
	color: #ffffff;
	margin: 5px 0px 1em 0px;
	font-size: 13px;
	line-height: 19px;
}
 #scrollup {
   position: relative;
   overflow: hidden;
   height: 320px;
   width: 545px
 }
 #scrollup a {
	 
}
 .headline {
   position: absolute;
   top: 320px;
   left: 0px;
   height: 320px;
   width: 535px;
 }
 #main_area {
	  padding: 20px;
	  width: 527px;
}
#main_area h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 17px;
	border-bottom: 1px dotted #333333;
}
#main_area p {
	margin-top: 0px;
}
#main_area p.mini {
	margin: 0px;
	padding: 0px;
}
.stackIt {
	margin: 0px;
	padding: 7px;
}
.stackIt ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
.stackIt li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#topSection h5, #bottomContent h5 {
	margin: 0px;
	padding: 0px;
	font-size: .6em;
	font-weight: normal;
	color: #aaaaaa;
}
#bottomContent p {
	margin: 0px 0px 1em 0px;
	padding: 0px;
}
.myLink {
	cursor: pointer;
}
#bottomContent a .newsBit  {
	display: block;
	/* background-color: #cccccc; */
	border-bottom: 1px dotted #333333;
	padding: 5px;
	margin-bottom: 8px;
	text-decoration: none;
	color: #333333;
}

#bottomContent a:hover .newsBit p  {
	color: #000000;
}
#bottomContent a:hover .newsBit h5 {
	color: #000000;
}
#bottomContent a:hover .newsBit {
	background-color: #fefefe;
}
#bottomContent #socialMedia {
	margin: 30px 0px 0px 0px; 
}