/*=====================================
	Reset (from YUI)
=======================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
/* Custom */
iframe {border:0;}
/*=====================================
	Layout
=======================================*/

body {
	background: #303030 url(/images/bg-2015c.jpg) repeat-x;
	font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 13px;
	color: #e2e2e2;
	background-color: #303030;
}

a 
{
 text-decoration: none;   
}


/* Container Style */

#container {
	/*text-align: left;*/
	/* 2011 from 940 - 990 */
	/*width: 990px;*/
	text-align: left;
	width: 970px;
	margin: 0 auto;
	padding: 0 ;
}

#header {
	background: transparent url(/images/2015-design/uctv-logo2.png) top center no-repeat;
	height: 121px;
	width: 970px; 
	position: relative;
	left: 50%;
	margin-left: -485px;
	margin-top: 0;
	/* background-color: Black; */
}
#header .searchtext {
font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #ccc;
	display: inline;
/*	float: right;*/
	margin-top: 0;
	text-align: right;
	font-size: 12px;
}

#header .searchtext a{
text-decoration: none;
color: #cccccc;
}


#headerPrime {
	background: transparent url(/images/primeLogo2.jpg) top center no-repeat;
	height: 155px;
	width: 970px; 
	position: relative;
	left: 50%;
	margin-left: -485px;
	margin-top: 0;
	background-color: Black;
}
#headerPrime .searchtext {
font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #ccc;
	display: inline;
/*	float: right;*/
	margin-top: 0;
	text-align: right;
	font-size: 12px;
}

#headerPrime .searchtext a{
text-decoration: none;
color: #cccccc;
}



.headerPrime {
	background: transparent url(/images/primeLogo2.jpg) top center no-repeat;
	height: 155px;
	width: 970px; 
	position: relative;
	left: 50%;
	margin-left: -485px;
	margin-top: 0;
	background-color: Black;
}
.headerPrime .searchtext {
font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #ccc;
	display: inline;
/*	float: right;*/
	margin-top: 0;
	text-align: right;
	font-size: 12px;
}

.headerPrime .searchtext a{
text-decoration: none;
color: #cccccc;
}






#nav {
	/*font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;*/
	
	font-size: 14px;
	
	width: 100%;
	
}

#navPrime {
	font-size: 12px;
	text-transform: lowercase;
	width: 100%;
	margin-top:1px;
}

.navlinks {
	/*width: 970px; 
	position: relative;
	left: 50%;
	margin-left: -485px;
	padding: 15px 0 15px 0;*/
	
	width: 970px; 
	position: relative;
	left: 50%;
	margin-left: -485px;
	padding: 11px 0 15px 0;
	
	
}

.navlinksPrime {
	width: 970px; 
	position: relative;
	left: 50%;
	margin-left: -485px;
	text-align: right;
	padding: 15px 0 15px 0;
}


#backlink{
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	float: left;
	margin-left: 10px;
}

#sharelink{
	color: #fff;
	text-decoration: none;
	float: right;
	margin-right: 0px;
	padding-right:20px;
}

#nav ul{
	display: inline;
}
#nav ul li {
	display: inline;
	padding: 0 20px 0 20px;
	/*border: dotted white;
	border-width: 0 1px 0 0; */
	font-size: 13px;
	letter-spacing: .1em;
}
#nav ul li a{
	color: #fff;
	text-decoration: none;
}

#navPrime ul{
	display: inline;
}
#navPrime ul li {
	display: inline;
	padding: 0 10px 0 22px;
	font-size: 16px;
}
#navPrime ul li a{
	color: #fff;
	text-decoration: none;
}
	
#promos {
	color: #fff;
}
	#promos .times {
		font-size: 11px;
		float: left;
		width: 58px;
		font-weight: bold;
		padding: 0 10px;
	}
	#promos .titles {
		font-size: 11px;
		width: 240px;
		margin-left: 78px;
	}
	#promos .live-stream {
		padding: 5px 0;
		width: 240px;
		margin-left: 78px;
		font-size: 10px;
		}
	#promos .live-stream a {
		color: #f90;
		text-decoration: none;
		font-weight: bold;
	}
	#promos li {
		padding: 1em 0;
		border-bottom: 2px solid #768590;
	}
	#promos .titles a {
		color: #97D8FF;
		font-weight: bold;
		text-decoration: none;
	}

#content {
	height: 100%;
	overflow: hidden;
}	
	
/*
#content {
	height: 100%;
	width: 990px;
	position: relative;
	left: 50%;
	margin-left: -495px;
}
*/

#content.home {
	background: #fff;
	border: 2px solid #fff;
}

/* Sub Style */

#content.sub {
/*	background: #fff url(/images/bg-side.gif) right center repeat-y;*/
/*	border: 2px solid #fff;*/
	overflow: hidden;
}

#contentsearch {
	background: white;
	height: 100%;
	border: 2px solid #fff;
	padding: 20px;
	overflow: hidden;
}

#contentsearch h2 {
	color: #2F79D0;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 20px 0;
}

/* IE6 fix */
#contentsearch .main  {

	padding: 20px;
	margin: 20px;
}

/* IE6 fix */
/* 2011 changed specs */


/* content main style */

#content .main  {
	display: inline;
	float: left;
	width: 640px;
	margin: 0;
	/*padding: 20px 10px 20px 20px;*/
	padding: 20px 0px 20px 0px;
}

#content .mainLite  {
	display: inline;
	float: left;
	width: 580px;
	margin: 20px 10px 0 0;
	padding: 20px 30px 30px 30px;
	background-color:White;
	color: #333;
}


#content .mainLite a {
	color: #3366cc;
}

#content .mainLite ul {
	margin-left: 20px;
}

#content .mainLite li {
	list-style-type:disc;
	margin-top:10px;
}

.moreContent
{
    background-color:#333333;
    padding:20px;
    margin-top:20px;
}

.moreContent ul {
	margin-left: 20px;
}

.moreContent li {
	list-style-type:disc;
	margin-top:10px;
}




/* 2011 changed specs */
#content .monthlypromo  {
	display: inline;
	float: left;
	width: 680px;
	margin: 0;
}

/* 2011 changed specs */
#content .full {
	clear: both;
	float: left;
	padding-left: 10px;
	width: 680px;
}

#content .col-single {
	margin: 10px 0 10px 10px;
	clear: both;
}
#content .col-1  {
	float: left;
	width: 640px;
	/*margin: 0 0 20px 10px;*/
}

#content .col-1dark  {
	float: left;
	width: 640px;
	/*margin: 0 0 20px 10px;*/
	color: white;
	
}



#content .col-2  {
	font-size: 12px;
	float: left;
	width: 220px;
	margin: 0;
	margin-left: 20px;
}
#content .col-2 li {
	margin-bottom: 12px;
}
#content .col-2 li a{
	
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
	.sectionheaders2 {
		padding: 15px 0 15px 0;
		line-height: 23px;
		/*background: #d3e1eb; */
		letter-spacing: 1px; 
		/*color: #333333;*/
		font-size: 10px;
		text-transform: uppercase;
	}
	/*.grayborder, .grayborder2, .grayborder3 {
		border: 1px solid #888; padding: 2px; margin: 2px 10px 2px 2px;
	}*/
	
	.grayborder, .grayborder2, .grayborder3 {
		border: 1px solid #666666; margin-right:20px;
	}
	
	.grayborderTite
	{
	    border:1px solid #666666;
	}
	
	.promos-frame {
		width: 233px;
	}

.home-flash, .home-schedule, .home-special-programs, .home-new, .home-watch {
		color: #fff;
		display: inline;
		float: left;
	}
	.home-flash { margin: 0 0 0 0; background-color:#131313; padding:21px; border:1px solid #666666; text-align:center; }
	.home-schedule { background: #768590; width: 346px; height: 268px; border-bottom: 2px solid #fff; margin: 0; }
	.home-special-programs { font-size: 12px;background: #262526; width: 229px; height: 325px; margin: 0 2px 2px 0; }
	.home-special-programs img { border: 1px solid #888; padding: 2px; margin: 2px; }
	.home-new { display: inline; background: #262526 url(/images/bg-home-new.gif) top center repeat-y; width: 705px; height: 325px; }
	.home-new img { border: 1px solid #888; padding: 2px; margin: 2px; }
	
	.home-watch { background: #52636F url(/images/watch.gif) 25px 25px no-repeat; width: 467px; height: 270px; }
		.home-watch div { padding: 0 20px 0 215px; }
	.home-explore { background: #4C5154; text-align: center; width: 467px; height: 270px; display: inline; float: right; }
		.home-explore li { display: inline; }
		.home-explore img { border: 1px solid #888; padding: 2px; margin: 2px; }
	
	.promoimage {
		width: 185px;
		height: 104px;
		margin: 0 auto;
	}
	

	.homepromodesc, .homepromotitle {
		text-align: left;
		padding: 0 10px;
	}
	
	.titlebar {
		margin: 0;
		padding-bottom: 20px;
		overflow: hidden;
	}
	
	.titlebar .headers {
		float: left;
		width: 640px;
	}
	
	.titlebar .links {
		float: right;
		font-size: 12px;
		width: auto;
		text-align: right;
		margin-right: 10px;
		text-transform: none;
	}
	.titlebar .links2 {
		float: right;
		font-size: 12px;
		width: auto;
		text-align: right;
		margin-right: 0px;
		text-transform: uppercase;
		text-decoration: none;
	}
	.titlebar .links a{
		font-weight: bold;
		text-decoration: none;
	}
	.titlebar .links2 a{
		font-weight: bold;
		text-decoration: none;
	}
	
	.rightLinks
	{
	    margin-top:20px;
	    text-align:right;
	    line-height:2em;
	}
	
	
#footer {
/*	clear: both;*/
	text-align: center;
	font-size: .9em;
	color: #fff;
	/*margin-top: 20px;*/
		width: 990px;
	position: relative;
	left: 50%;
	margin-left: -495px;
	
	
}
	#footer div.lines {
		padding: 5px 0;
		border-top: 2px solid white;
		border-bottom: 2px solid white;
/*		margin-bottom: 5px;*/
	}
	#footer a { 
		text-decoration: none; 
	}
	#footer ul{
		display: inline;
		text-transform: uppercase;
	}
	#footer ul li {
		display: inline;
		padding-left: 2em;
	}

/*====================
	Drop Down Menu
======================*/
#dropmenudiv{
	/*position:absolute;
	margin-top:12px;
	border-style:solid;
	border-width:1px;
	border-color:#999999 #1a1a1a #1a1a1a #999999;
    font-size:12px;
	line-height:2em;
	z-index:100;*/
	
	position:absolute;
	margin-top:12px;
	margin-left: -35px;
border:1px solid Black;
border-bottom: 1px solid Black;
line-height:22px;
z-index:1000;
width: 500px;

}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-decoration: none;
	color: white;
	border: solid #000000;
	border-width: 0 0 1px 0;
padding: 10px 0 10px 0;
font-weight:normal;
font-size:13px;
font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;

}

.menuHeaders 
{
    border:none;
    text-align:left;
    padding-top:5px;
    padding-bottom:5px;
    /*text-align:center;*/
    color:white;
    /*font-style:italic;*/
    background-color:#1a3551;
    letter-spacing: .1em;
}



#dropmenudiv a:hover{ /*hover background color*/
	background-color: #4f81b4;
}
	
/*====================
	Media Listing
======================*/

/*
#Title img{
	border: 1px solid #888; 
	padding: 2px; 
	margin: 2px;
}
*/
#program-list-heading {
	background-color: #D3E1EB;
	height: 42px;
}
#program-list-heading li{
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding: 9px 0;
}
#program-list-heading li.title {
	text-align: left;
	width: 455px;
	font-size: 16px;
	padding: 5px 0 5px 5px;
}
#program-list-heading li.watch, #program-list-heading li.audio, #program-list-heading li.video, .program-watch, .program-audio-podcast, .program-video-podcast {
	width: 60px;
	text-align: center;
}
#program-list-heading li.buy, .program-buy-it{
	width: 30px;
	text-align: center;
}
table.program-list { width: 100%;}
table.program-list thead tr{

}
table.program-list thead tr th{

}
table.program-list thead tr.info-header th{
	background-color: #D3E1EB;
	}
table.program-list thead tr th.title{
	font-weight: bold;
	font-size: 16px;
	padding-left: 0px;
	text-transform: uppercase;
}

.page-links {
	margin-top: 10px;
	font-size: 12px;
	display: block;
	width: 170px;
	background: #D3E1EB;
	overflow: hidden;
	text-transform: uppercase;
}
.page-links a{ text-decoration: none;}
.next-link { /*float: right; padding: 5px;*/ }
.previous-link { /*float: left; padding: 5px;*/ padding-right:50px;border-right: 1px solid #666666;margin-right:50px;}
/*====================
	Sidebar Style
======================*/

#sidebar {
	color: #e2e2e2;
	/*margin-left: 660px;*/
	/*background-color: white;*/
	/* 2011 232 - 310 */
	width: 305px;
	overflow: hidden;
	font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

.sidebarStyle
{
 margin-left:0px; 
 padding-left: 20px; 
 width:305px;   
}

.sidebartext {
	font-size: 14px;
	color: #99ccff;
	padding-left: 10px;
}
#sidebar a{
	color: #99ccff;
	text-decoration: none;
}
#sidebar div.subscribe {
	margin: 20px 0 0 0;
	line-height: 11px;
text-align:right;
font-size:14px;
}
#sidebar .subscribe li {
	margin-bottom: 10px;
}

#sidebar .subscribe a{
	font-size: 11px;
	color: #A3D8FF;
	text-decoration: none;
}
#sidebar .subscribe img {
	width: 24px;
	height: 24px;
	vertical-align: top;
	padding-right: 10px;
}

#sidebar h4 {
padding-top: 10px;
}

#sidebar .promoimage {

	width: 125px;
	height: 71px;
	border: 1px solid #666666; 
}
#promos-side li a{
	color: #A3D8FF;
	text-decoration: none;
}
#promos-side li{
	font-size: 11px;
	overflow: hidden;
}

#promos-side .sidetext{
	padding-top: 10px;
	padding-right: 10px;
}

#promos-side .promodesc{
	padding-right: 10px;
}


#sidebar .browseSubjects a.homepromos{
	font-size: 13px !important;
	color: #A3D8FF;
}

#sidebar .browseSubjects {
	margin-top: 10px;
}
#bullseye {
	color: #AECFE6;
	font-size: 11px;
}
#bullseye input {
	margin: 0;
}
/*====================
	Category
======================*/
#FeaturedShows {

}
#FeaturedShows tbody tr td{
	vertical-align: top;
	width: 33%;
	text-align: left;
	background-color: #131313;
	padding: 5px 5px 10px 5px;
	border: 1px solid #666666;

}
#FeaturedShows .showlink {
	text-align: left;
	padding: 8px 8px 0 8px;
	font-size: 13px;
}
#FeaturedShows a{
	text-transform: capitalize;
	text-decoration: none;
}
/*
#categorySeries li {
	width: 158px;
	display: inline;
	float: left;
	margin: 5px;
}
#categorySeries a{
	font-size: 12px;
	color: #A3D8FF;
}
*/
/*
#airingThisWeek , #newVideos, #mostPopular  {
	height: auto;
}
#airingThisWeek .subjectpromos, #newVideos .subjectpromos, #mostPopular .subjectpromos  {
	font-size: 11px;
	color: #A3D8FF;
	text-decoration: none;
}
#airingThisWeek li, #newVideos li, #mostPopular li  {

	padding: 5px;
	clear:both;
	min-height: 60px;
	font-size: 12px;
}
*/

.related-programs ol  {
width: 640px;
list-style-type: none;
}


.related-programs ol li  {
display:inline;
}

.related-programs .odd  {
display:inline;
}

.related-programs .even  {
display:inline;
}

.related-programsLI  {
	padding: 14px 14px 0 14px;
	font-size: 12px;
	text-align: left;
	float: left;
	width: 185px;
	display:inline;
}

/*=====================================
	Search
=======================================*/
.more-programs {
	text-align: right;
	font-size: 14px;
	font-style: italic;
	padding: 15px 15px 0 0;
	clear: both;
	/*border: solid #666666; border-width: 0 0 1px 0;*/
	margin-bottom: 0;
}

.darkLinks {
	text-decoration: none;
	color: #99ccff;
}

.program-info {
	width: 660px;
	font-size: 11px;
	color: #e2e2e2;
}
.program-info a{
	font-weight: normal;
	text-decoration: none;
	color: rgb(0, 101, 179);
	
}

.program-picture img{
    width:180px;
	height: 100px;
	border: 1px solid #666666;  
	margin: 0;

}

@font-face 
{
 font-family: univers;
 src: url('/fonts/lte50144.ttf');   
}

@font-face 
{
 font-family: universSkinnyBold;
 src: url('/fonts/lte50148.ttf');   
}

.thumbnailPhoto img{
    width:284px;
	height: 160px;
	border: 1px solid #666666;  
	margin: 0;
    position: relative; 
    top: 0; 
    left: 0;  
}

.thumbnailInfo {
    width:285px; 
    height: auto; 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    z-index: 10; 
    background-color:rgba(0,0,0,0.8);
    /* Fallback for web browsers that doesn't support RGBa */
background: rgb(0, 0, 0) transparent;
/* RGBa with 0.6 opacity */
background: rgba(0, 0, 0, 0.8);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

}

.thumbnailTitle 
{
 font-size:18px; 
 margin-left:5px;
 color:White;
 font-family: univers;
 font-weight: normal;   
}

.thumbnailTitle a
{
 color:White;
}

#thumbnailTitle 
{
 font-size:16px; 
 margin-left:5px;
 color:White;
 font-family: univers;
 font-weight: lighter;
 padding-top:5px;
 padding-right:5px;
}

#thumbnailTitle a
{
 color:White;
}

.thumbnailDateViews
{
font-size:12px; 
margin-left:5px;
font-family: univers;
color:White;
font-weight: normal;
padding-bottom:5px;
padding-top:3px;
}

.playButtonImg
{
 padding:2px 0 0 15px; 
 width:30px;   
}


.program-picture-soon img{
    width:115px;
	height: 65px;
	border: 1px solid #666666;  

}



.program-picture2 img{
    width:180px;
	height: 100px;
	border: 1px solid #666666;  
	margin: 0;

}



.program-title {
	font-size: 12px;
	padding-bottom:5px;
	padding-top:0;
	font-weight:normal;
}

.program-title-soon {
	font-size: 11px;
	padding-bottom:5px;
	padding-top:0;
	font-weight:normal;
}

.program-firstair-soon {
	font-size: 11px;
}

.program-description {
	font-size: 12px;
	padding-bottom:5px;
	
}
.program-firstair {
	font-size: 12px;
	padding-right: 15px;
}
.program-views {
	font-size: 12px;
}

/*
#AiringThisWeek .sidetext{
	padding: 10px;
}
*/

.subjectpromoimage {
	border: none; 
	width: 300px;
	height: 169px;
	margin:0;
}
.subjectpromoimage a.homepromos{
	color: #fff;
}
.subjectseriesimage {
	border: 1px solid #666666; 
	margin: 2px;
	width: 306px;
	height: 170px;
}



.browseSubjects {
	padding-left: 10px;
	padding-right: 10px;
}
.browseSubjects .homepromos{
	text-transform: none;
	font-size: 11px;
}

	.full.nu a{
		text-decoration: none;
		/*color: #0065B3;*/
	}

	#content .series {
		clear: both;
		background: #52636F;
		margin: 20px 0 20px 0;
		overflow: hidden;
		width: 640px;
	}

	#content .series-more {
		width: 640px;
		overflow: hidden;
	}
	table.category-more {
	}
	table.category-more td{
		width: 33%;
		margin: 0;
		vertical-align: top;
		border-right: 1px solid #666666;
	}
	table.category-more td.last {
		border: 0;
	}
	table.category-more td.even {
		background: #4C5154;
	}
	table.category-more td.odd {
		/*background: #4C5154;*/
	}
#content .series .header, #content .series .more {
	background: #403E40;
	font-size: 10px; color: #ccc; text-transform: uppercase;
	padding: 7px;
	margin: 0;
}
#content .series .more {
	text-align: right;
}
.series .more-subject-series {
	color: #ECA65D;
	text-decoration: none;
	font-weight: bold;
}
.category-more .linkorangeboxRT {
	width: 200px;
	text-align: right;
	padding-left: 10px;
	padding-bottom: 20px;
	text-transform: uppercase;
	margin-top: 20px;
}
.category-more .linkorangeboxRT a{
	color: #ECA65D;
	font-size: 10px;
	font-weight: bold;
}
.more-rss {
	text-align: right;
	font-size: 11px;
}
.more-rss a{
	color: #A3D8FF;
	text-decoration: none;
}
#FeaturedShows_MoreProgramsLink {
	float: right;
	text-decoration: none;
	font-size:14px;
	padding: 20px 0 20px 0;
}
/*
#CategorySeries ul li{
	width:175px;
        float:left;
        margin-right:20px;
}
#CategorySeries ul {
margin: 10px 0 10px 12px;
padding-bottom: 20px;
}
*/
/*====================
	Series
======================*/
#SeriesImage {
	/*border: 5px solid black; 
	padding: 0;
	width: 630px;*/
	
	border: 1px solid #666666; 
	padding: 0px;
	width: 302px;
	margin-top:20px;
	
	/*margin-bottom: 20px;*/
}
#SeriesListPanel .series-picture {
	float: left;
	margin-right: 0;
	/*width: 200px;
	height: 113px;*/
	
}
#SeriesListPanel img {
	width: 200px;
	height: 113px;	
	border: 1px solid #666666; 
	padding: 0; 
	margin: 0 15px 0 0;
}

.series-list li{
	font-size: 12px;
	border-bottom: 1px solid #666666;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	overflow: hidden;
	height:113px;
}
.series-list li a{
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}


.series-description
{
 color: #e2e2e2;
 padding-top: 10px;   
}

#content.home ul.category-boxes li img{
	border: 1px solid #888;
	padding: 2px;
	margin: 4px 2px;
	width: 100px;
}
#content.home ul.category-boxes {
	margin-left: 5px;
}
#content.home ul.category-boxes li{
	width: 100px;
}
#content.sub ul.category-boxes li img{
	border: 1px solid #888;
	padding: 2px;
	margin: 4px 2px;
	width: 77px;
}
#SpecificSeriesPanel li.title {
	display: none;
}

.program-list.narrow-width {
	width: 429px;
}

.program-list.normal-width {
	width: auto;
}

.program-list-soon.narrow-width {
	width: 300px;
}

.program-list-soon.normal-width {
	width: auto;
}

.program-info {
	width: 400px;
	font-size: 11px;
}

.program-info a{
	font-weight: bold;
	text-decoration: none;
	color: rgb(0, 101, 179);
}


.program-info-soon {
	width: 155px;
	font-size: 11px;
}

.program-info-soon a{
	font-weight: bold;
	text-decoration: none;
	color: rgb(0, 101, 179);
}


.program-infoTest {
	width: 450px;
	font-size: 11px;
	
}
.program-infoTest a{
	font-weight: bold;
	text-decoration: none;
	color: rgb(0, 101, 179);
	
}



.program-descriptionTest {
	font-size: 13px;
	padding-bottom:10px;
}
.program-firstairTest {
	font-size: 12px;
}
.program-viewsTest {
	font-size: 12px;
}

.program-list tbody tr {
	border-bottom: 1px solid #666666;
}

.program-list tbody tr td{
	padding: 20px 0 0 0;
}

.program-list ol {
	font-size: 20px;	
	vertical-align: top;
}

.program-list th.watch, .program-list th.audio, .program-list th.video, .program-list th.buy {
	font-weight: bold;
	font-size: 10px;	
	text-align: center;
	text-transform: uppercase;
	padding: 0 5px;
}
.program-list td.icon {
	text-align: center;
	vertical-align: top;
}
.program-list  #series-links h2, #upcoming h2{
	font-size: 10px;
	color: #fff;
	background: #768590;
	text-transform: none;
	padding: 5px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

#description {
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align:left;
	line-height:1.5em;
	text-indent:20px;
}
#ctl00_ScheduleNote {
	font-weight: bold;
}
.program-airtime {
	font-size: 11px;
	color: #e2e2e2;
	padding-right:15px;
}
#upcoming ol {
	margin-top: 10px;
}
#upcoming a{
	text-transform: none !important;
}
#upcoming ol li {
	padding-right: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666666;
	margin-bottom:10px;
}
#upcoming .program-picture {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
#upcoming ol li div.program-time {
	font-weight: bold;
	font-size: 11px;
}
#upcoming .program-picture img{
	width: 125px;
	height: 71px;
}

td.program-itemnumber {
	width: 18px;
}


/*====================
	Tables
======================*/
table.basic td {
	padding: 2px;
}


/*====================
	Misc
======================*/
.pressbox {
	font-size: 12px;
	margin-left: 10px;
	}
.pressbox a{
	text-decoration: none;
}
.pressbox td {
	padding: 5px 0;
}



.col-1 ul li, .col-1 ol li  {
	margin-left: 30px;
	
}
.col-1 ul {
	list-style-type: disc;
	margin-bottom: 20px;
}
.col-1 ol {
	list-style-type: decimal;
	margin-bottom: 20px;
}



table.cable td {
	padding: 5px;
	border: 1px solid #fff;
}
.textwhite {
	color: #fff;
}
.sectionheaders
{
	padding-left: 5px; 
	line-height: 23px; 
	background-color: #768590; 
	letter-spacing: 1px; 
	color: #fff; 
	font-size: 13px;
	text-transform: uppercase;
}

/*====================
	Watch
======================*/
#CurrentLink {
	text-decoration: none;
}

.schedule-up-next {
	background: #D3E1EB;
	padding: 5px;
}

#content .col-1.equal {
	width: 345px;
	margin: 0;
	padding-left: 10px;
}

#content .col-2.equal {
	width: 300px;
	font-size: 14px;
}

#NextPanel h4{
	font-size: 14px;
	font-style: italic; 
	font-weight: bold;
}

.primetime-picture img{
	border: 1px solid #666666;
	width: 64px;
	height: 49px;
	float: left; 
}
ol.primetime-list li
	{
	border-bottom: 1px rgb(118, 133, 144) dashed; 
	padding: 10px; 
	clear: both;
	}
#ScheduleCalendar {
	width: 305px;
}
#ScheduleCalendar {
	font-size: 11px;
	/*background-color: #131313;*/
	/*background-color: #d3e1eb;*/
	text-transform: uppercase;
	background-color: White;
}

#ScheduleCalendar tbody {

}

#ScheduleCalendar tbody tr {

}

#ScheduleCalendar tbody tr td.TableOtherMonthDay{
	position: relative;
	padding: 0; 
	border-bottom: 0; 
}
#ScheduleCalendar tbody tr td.TableOtherMonthDay a{
	position: absolute;
	top: -9999px;
}

#ScheduleCalendar tbody tr td{
	padding: 5px;

}


#ScheduleCalendar tbody tr td a{
	/*color: #a3d8ff;*/
	text-decoration: none;
}

.TitleTableClass tbody tr td{
	/*color: #222222;*/
	
	color: Black;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
}
.TitleTableClass tbody tr td a {
	/*color: #222222 !important;*/
	color: Black !important;
	font-weight: bold;
}

/* behind the SUN MON TUE bar... */
#ScheduleCalendar tbody tr th {
	color: #e2e2e2;
	text-align: center;
	/*background-color: #716d71;*/
	background-color: #131313;
	padding: 5px;
}

#schedule {
	font-size: 11px;
}

#schedule table 
{
 width:305px;   
}

#schedule td {
	/*border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #403E40;
	background: #4C5154;*/
	border: solid #666666;
	border-width: 0 1px 1px 1px;
	padding: 1px;

}
#schedule td.time {
	width: 54px;
	padding: 5px;
	vertical-align: top;
	color: #9CF;
}
#schedule td.title {
	width: 176px;
	padding: 5px;
}
#schedule td.title a{
text-decoration: none;
}

.this-week-picture img{
	border: 1px solid #131313; 
	margin-left: 15px;
	width: 150px;
	height: 84px;
	float: right;
}
ol.this-week-list li a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
}
ol.this-week-list li {
	font-size: 11px;
	/*background-color: #D3E1EB;*/
	color: #e2e2e2;
	line-height:1.5em;
	border-bottom: 1px #666666 solid; 
	padding: 20px; 
}

.this-week-title
{
 font-size:14px;   
 padding-bottom:10px;
}

ol.this-week-list {
	display: none;
	}

.this-week-no-items div {
	display: none; 
	}
table.category-more {
	font-size: 11px;
	color: #ccc;
}

table.category-more h3 {
	background: #4C5154;
	height: 24px;
	padding: 10px 0 0 10px;
	vertical-align: center;
}
table.category-more a{
	font-size: 11px;
	color: #A3D8FF;
	text-decoration: none;	
}
table.category-more  tbody tr td.odd {
	/*background-color: #333333;*/
}
table.category-more  tbody tr td.even {
	/*background-color: #4C5154;*/
}
table.category-more  tbody tr td ul li h3{
	cursor: pointer;
}
/*=====================================
	Ondemand
=======================================*/
div.subjects {
	overflow: hidden;
	background: #4C5154;
}

.subjectsListDemand
{
    padding-bottom:12px;
}

.subjects-more h2, .subjects h2 {
	/*color: #B1B1B1;
	background: #403E40;*/
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px;
}
.subjects ul li {
	float: left;

}
.subjects ul li img{
	width: 77px;
	height: 77px;
}

.subjects-more
{
 padding:15px;   
 border: solid #666666;
 border-width: 0 1px 1px 1px;
 line-height:1.5em;
}

.subjects-more tr
{
  
}

.subjects-more td {
	vertical-align: top;
	padding-bottom:20px;  
}
.subjects-more table td {
	padding: 10px 5px;
}
.subjects-more table {
	padding: 10px 5px;
	/*background: #52636F*/
}
.subjects-more table a{
	/*color: #A3D8FF;*/
	text-transform: normal;
	text-decoration: none;
}
.browseSubjects a{
	font-size: 12px !important;
	color: #A3D8FF;
}

#CampusList ul{
	border-bottom: 1px dashed #ccc;	
}
#sidebar #CampusList ul li{
	padding: 10px 0;
}
.category-more #CampusList ul li{
	padding: 5px 0;
}
#CampusList {
	padding: 10px;	
}
#CampusList a{
	color: #A3D8FF;
	text-decoration: none;
}
#sidebar #CampusList a{
	font-size: 11px;
}
.latest {text-align: right;}
.latest a{color: #f60 !important;font-weight: bold; text-decoration: none;}
.featured-series {
	width: 305px;
}	
.featured-series .grayborder2 {
	margin: 5px;
}

.featured-series .grayborderFeatured {
	border:1px solid #666666;
	margin-bottom:15px;
	
}

/*=====================================
	Typography
=======================================*/

.showlink1 {
	text-align: left;
	padding-left: 8px;
}

a.link1 {
text-transform: uppercase;
text-decoration: none;
}

h1 {
	display: inline;
	float: left;
	font-size: 3em;
	font-weight: bold;
	width: 425px;
	height: 155px;
}
h1 a{
	display: block;
	width: 725px;
	height: 155px;
	text-indent: -999em;
}
.home-schedule .header {
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 15px;
}
.home-schedule .header a{ 
	color: #fff;
	text-decoration: none;
}
.home-schedule .header span{ 
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
.home-new h2, .home-watch h2, .home-explore h2 { font-size: 15px; background: #262526; color: #ccc; text-transform: uppercase; text-align: left; padding: 3px 0 3px 10px; margin: 0 0 10px 0; }
.home-special-programs h2 { font-size: 12px; background: #262526; color: #ccc; text-transform: uppercase; text-align: left; padding: 3px 0 3px 10px; margin: 0; }
.home-new h2 { margin-bottom: 5px; }
.homepromos, .homepromotitle, .home-watch h3 { font-size: 14px; margin-bottom: 10px; color: #A3D8FF; text-transform: capitalize; }
.homepromos, .homepromotitle a, .home-watch h3 a {
	color: #A3D8FF;
	text-decoration: none;
}
.headers {padding-left: 0;}
.home-special-programs .homepromos {font-size:12px;}
.titlePartTwo{
color: #6aa4e0; 
text-align: left; 
font-size: 24px; 
font-weight: 900; 
text-transform: uppercase;
}
.textbigger a{
font-size: 14px;
color: #333;
text-decoration: none;
}
#election {
	padding: 0 10px;
}
#election table{
	color: #fff;
}
#election a.homepromos, #election .homepromotitle a, #election .home-watch h3 a {
	color: #A3D8FF;
	text-decoration: none;
}
.home-watch p{
	line-height: 14px !important;
}


#content table.category-more h2 {
	background: #131313;
	font-size: 12px; color: #ccc;
	padding: 10px;
	text-align:center;
	margin: 0;
}
.main a{
	color: #99ccff;
	text-decoration: none;
	}

.numbered ul
{
 margin-top:15px;
 margin-bottom:15px;
 margin-left:20px;   
}

.numbered li
{
 margin-top:15px;
 margin-bottom:15px;   
}
	
#content .titlebar  h2 {
	color: #99ccff;
	font-size: 32px;
	text-transform: none;
	font-weight: normal;
	margin: 0 0 0 0;
}
#content .titlebar h3 {
	color: #e2e2e2;
	font-size: 26px;
	text-transform: none;
	font-weight: normal;
	margin: 0 0 0 0;
}

#content .titlebar h4 {
	color: #e2e2e2;
	font-size: 26px;
	text-transform: none;
	font-weight: normal;
	margin: 0 0 0 0;
}

#content .titlebarLite  h2 {
	color: #3366cc;
	font-size: 32px;
	text-transform: none;
	font-weight: normal;
	margin: 0 0 0 0;
}


#sidebar h2 {
	padding: 10px;
	background-color: #131313;
	border: 1px solid #666666;
	color: white;
	text-align: left;
	font-size: 14px;
	font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	margin-top: 20px;
}
#content .col-1 h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
}

#content .mainLite h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
}

#description p a{
	color: #0065B3;
	font-weight: bold;
	text-decoration: none;
}

#browseSubjects2 .homepromos{
	color: #0065B3;
	font-size: 12px;
	text-transform: none !important;
}

p {
	margin: 0 0 ;
}

#footer
{
background-color:Black;

}

#footer.footContainer
{

}


#footer a {
	color: #AECFE6;
}


/* Resources */
#resourceLinks a span, #bonusLinks a span{
	font-size: 12px;
	text-transform: none !important;
}
#resources a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* Standards */

#StandardsPanel h2{
    padding: 10px;
    background-color: #660000;
    color: #e2e2e2;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    border: 1px solid #666666;
    text-transform: none
}
/*
#StandardsText h3 {
	font-size: 12px !important;
	color: #333;
	background: #D3E1EB;
	padding: 5px !important;
	margin-top: 10px;
}
*/

#StandardsText h3 {
    margin-top: 20px;
    padding: 10px;
    background-color: #666666;
    color: #e2e2e2;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    border: 1px solid #999999;
    text-transform: none
}

#StandardsText h4{
padding: 10px 0 10px 10px;
font-weight: bold;
}

#StandardsText p{
padding: 10px 0 0 10px;
}


/* Section colors */
#container.art #HeaderTitle{ color: #cc3333; }
#HeaderTitle.art{ color: #cc3333; }
/*#container.art #nav{ background: #720011; }*/

#container.bus #HeaderTitle{ color: #cc33cc; }
/*#container.bus #nav{ background: #661866; }*/
#HeaderTitle.bus{ color: #cc33cc; }

#container.edu #HeaderTitle{ color: #d9b835; }
#HeaderTitle.edu{ color: #d9b835; }
/*#container.edu #nav{ background: #BA7F00; }*/

#container.ag #HeaderTitle{ color: #339900; }
/*#container.ag #nav{ background: #2B6017; }*/
#HeaderTitle.ag{ color: #339900; }

#container.health #HeaderTitle{ color: #3385ee; }
#HeaderTitle.health{ color: #3385ee; }
/*#container.health #nav{ background: #26438C; }*/

#container.hum #HeaderTitle{ color: #D76918; }
#HeaderTitle.hum{ color: #D76918; }
/*#container.hum #nav{ background: #D76918; }*/

#container.pa #HeaderTitle{ color: #8ea9df; }
#HeaderTitle.pa{ color: #8ea9df; }
/*#container.pa #nav{ background: #3399CC; }*/

#container.sci #HeaderTitle{ color: #3E8F69; }
#HeaderTitle.sci{ color: #3E8F69; }
/*#container.sci #nav{ background: #3E8F69; }*/

#container.pet #Title{ color: #ff3333; }
/*#container.pet #nav{ background: #720011; }*/

/* Mail Form Style */
div.EmailForm table
	{
	background-color: #d3e1eb;
	padding-left: 0;
	margin-left: 0;
	width: 580px;
	}

div.EmailForm table table
	{
	width: auto;
	
	}

div.EmailForm td, th 
	{
	position: relative; 
	padding: 20px 20px 0 20px; 
	margin-left: 0;
	vertical-align: top;
	}

	
.thinline {
	line-height: 1px;
}

Label.offscreen
	{
	display: block; 
	position: absolute;
	left: -1000px;
	top: -1000px;
	}

/* Style for link box */

div.linkbox {
	border: 1px solid #cd9b30;
	padding: 0;
	margin-top: 10px;
	width: 220px;
	}

#sidebar div.linkbox {
	border: 0; 
	width: 100%; 
	margin-right: 0; 
	margin-top: 0;
	}


div.linkbox h3 {
	margin-top: 20px;
    padding: 10px;
    background-color: #131313;
    color: #e2e2e2;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    border: solid #666666;
    border-width: 1px 1px 0 1px;
    text-transform: none
	}

#sidebar div.linkbox h3 {
	border-bottom: 0;
	}
div.linkbox h4 {
	padding: 0;
	margin-top: 10px;

	}


div.linkbox h3#selected {
	}

div.linkbox ul {
	padding: 20px 0 10px 0;
	}

#content .col-2  div.linkbox ul li a
	{
	margin-bottom: 10px;
	text-transform: none;
	}
#content #sidebar  div.linkbox ul li a
	{
	font-size: 12px; 
	}
#content #sidebar  div.linkbox ul li
	{
	margin-bottom: 10px;
	}


/* Styles for Tabs */

#Tabber
	{
	margin-top: 10px; 
	}

#Tabber div
	{
	border-left: 1px solid #cd9b30;
	border-bottom: 1px solid #cd9b30;
	border-right: 1px solid #cd9b30;
	padding: 5px 10px 5px 10px;
	}

#Tabber div#schedule_div
	{
	padding: 0;
	}

#Tabber div div, #Tabber div#Clicker
	{
	border: none;
	padding: 0;
	}

#Tabber div li
	{
	margin-top: 0;
	}

#Tabber ul.tablist
	{
	padding: 8px 0; /* Must match vertical padding for the link elements */
	margin-left: 0;
	border-bottom: 1px solid #cd9b30;
	font: normal 10px Verdana, sans-serif;
	}

#Tabber ul.tablist li
	{
	list-style: none;
	margin: 0;
	display: inline;
	margin-top: 0;
	}

#Tabber ul.tablist li a
	{
	color: black;
	padding: 8px;
	font-size: 10px;
	font-weight: normal;
	margin-left: 0;
	border: 1px solid #cd9b30;
	border-bottom: none;
	background-color: #fcd88b;
	text-decoration: none;
	text-transform: none; 
	}

#Tabber ul.tablist li a:hover
	{
	color: black;
	background-color: #cd9b30;
	border-color: #cd9b30;
	}

#Tabber ul.tablist li.current a
	{
	background: white;
	border-bottom: 1px solid white;
	}

#Tabber div h4 {
	margin: 5px 0;
	font-style: italic;
	}

.nounderline {
text-decoration: none;
}

table.basic2 td {
	padding: 5px; 
	}
	
#AcqForm tr {
height: 30px;
}

#AcqForm table {
padding-left: 30px;
}

#AcqForm tr td{
margin-left: 30px;
}

#AcqForm .title{
font-weight: bold;
font-size: 12px;
padding-bottom: 10px;
padding-top: 10px;
background-color: #cccccc;
text-align: center;
}

#AcqForm legend{
font-weight: bold;
padding-bottom: 10px;
padding-top: 10px;
background-color: #cccccc;
text-align: center;
}

.footerBox
{
    border:solid #666666; 
    border-width: 0 0 0 1px;
    color:#e2e2e2;
    font-size: 12px;
    padding: 15px;
    text-align:left;
}

.footerHeader
{
    font-size:16px;
    padding-bottom: 25px;
}

.footerBox a{
	color: #99ccff;
	text-decoration: none;
	}

.searchInput
{
border: none;
background: #000000;
text-align:left;
height: 30px;
width: 250px;
border: 2px solid #666;
 /*   -webkit-border-radius:10px; 
    -moz-border-radius:10px; 
    border-radius: 10px; */
    margin-top:13px;

}

.searchField
{
    margin-top:5px;
    margin-left: 10px;
    background: #000000;
    width: 210px;
    border: none;
    color: #cccccc;
font-size: 1.1em;
}

.searchInputWhite
{
border: none;
background: white;
text-align: left;
height: 30px;
width: 300px;
border: 1px solid #666666;
margin-top:5px;
padding-left: 15px;
}

.searchFieldWhite
{
    margin-top:5px;
    margin-left: 10px;
    background: white;
    width: 260px;
    border: none;
    color: #333;
font-size: 1.1em;
}

.searchInputWhiteMedEd
{
border: none;
background: white;
text-align: left;
height: 30px;
width: 200px;
border: 1px solid #666666;
margin-top:5px;
padding-left: 15px;
}

.searchFieldWhiteMedEd
{
    margin-top:5px;
    margin-left: 10px;
    background: white;
    width: 160px;
    border: none;
    color: #333;
font-size: 1.1em;
}


.searchSubmitButton
{
height: 30px;
width: 200px;
background: #99CCFF;
color: #333;
border: 1px solid #666666;
margin-top: 10px;
font-size: 1.1em;
text-align: left:
padding-left: 15px;
}

.connectTop
{
 background: black url(/images/connectBG.gif) repeat-x;
 color: #999999;
 font-size: 10px; 
 border: none;
 width:100px;
 text-align:center;
 padding: 3px 3px 3px 3px;
 margin-top:0;
}

.speakerImage 
{
 border:1px solid #666666;   
 max-width:303px;
}

.paddingTop20px
{
    margin-top:20px;
}

.links
{
    margin-top:20px;
    text-align:right;
    line-height:2em;
    font-size:14px;
}

.rssHeaders
{
	margin-top: 20px;
	padding: 10px;
	background-color: #131313;
	color: #e2e2e2;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	border: solid #666666;
	border-width: 1px 1px 1px 1px;
	text-transform: none
}

.rssTableTD
{
 border:solid #666666;   
 border-width: 0 0 1px 0;
 padding: 10px 0 10px 0;
}

.sideheaderLeft
{
	margin-top: 0;
	padding: 10px;
	background-color: #131313;
	color: #e2e2e2;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	border: solid #666666;
	border-width: 1px;
	text-transform: none;

}


	#home-new-list {
		display: inline;
	}	
	
#home-new-list ul
{
    padding:10px;
    background-color:#131313;
}
	
	#home-new-list li{
		text-align: center;
		float: left;
		display: block;
		width: 203px;
	}


.monthlyPromos
{
 width: 190px;
 height: 103px;  
 border: 1px solid #666666;
}

.monthlyPromosTitle
{
 font-size: 12px;
 text-align: left;
 padding:7px;
}

.healthRound
{
 display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_health.gif');
 height:90px;
 width:90px;   
}
.healthRound:hover
{
    display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_health_lite.gif');
 height:90px;
 width:90px;   
}


.artsRound
{
 display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_arts.gif');
 height:90px;
 width:90px;   
}
.artsRound:hover
{
    display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_arts_lite.gif');
 height:90px;
 width:90px;   
}


.humanitiesRound
{
 display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_humanities.gif');
 height:90px;
 width:90px;   
}
.humanitiesRound:hover
{
    display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_humanities_lite.gif');
 height:90px;
 width:90px;   
}


.publicaffairsRound
{
 display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_publicaffairs.gif');
 height:90px;
 width:90px;   
}
.publicaffairsRound:hover
{
    display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_publicaffairs_lite.gif');
 height:90px;
 width:90px;   
}

.educationRound
{
 display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_education.gif');
 height:90px;
 width:90px;   
}
.educationRound:hover
{
    display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_education_lite.gif');
 height:90px;
 width:90px;   
}

.scienceRound
{
 display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_science.gif');
 height:90px;
 width:90px;   
}
.scienceRound:hover
{
    display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_science_lite.gif');
 height:90px;
 width:90px;   
}

.businessRound
{
 display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_business.gif');
 height:90px;
 width:90px;   
}
.businessRound:hover
{
    display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_business_lite.gif');
 height:90px;
 width:90px;   
}

.gardeningRound
{
 display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_gardening.gif');
 height:90px;
 width:90px;   
}
.gardeningRound:hover
{
    display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_gardening_lite.gif');
 height:90px;
 width:90px;   
}

.seriesRound
{
 display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_series.gif');
 height:90px;
 width:90px;   
}
.seriesRound:hover
{
    display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_series_lite.gif');
 height:90px;
 width:90px;   
}

.uccampusRound
{
 display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_uccampus.gif');
 height:90px;
 width:90px;   
}
.uccampusRound:hover
{
    display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_uccampus_lite.gif');
 height:90px;
 width:90px;   
}

.espanolRound
{
 display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_espanol.gif');
 height:90px;
 width:90px;   
}
.espanolRound:hover
{
    display: block;
 text-indent:-99999px;
 background: url('http://www.uctv.tv/images/round_espanol_lite.gif');
 height:90px;
 width:90px;   
}

#newVideos ul
{
    display: inline;
}

#newVideos ul li
{
    display: inline;
}

.liteOL
{
    margin-left:20px;
}

.liteLI
{
    list-style-type:decimal;
}

/*=====================================
	Clear Everything via SonSpring
=======================================*/
html body div.clear,html body span.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;margin:0;padding:0;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}

