/* CSS Document */

body {
	background: transparent url(../images/dbs/grey_gradient_bgrnd.png) top center repeat-x;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;	*/
	font: 0.7em/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

div#topHeader {
	margin: 0 auto;
	width: 915px;
	height: 50px;
	padding: 10px 3em 10px 0;
	text-align: right;
}
div#topHeaderTitle {
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	padding: 20px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
}
div#topHeaderBgrnd {
	background: #000 url(../images/dbs/headerBgrnd.jpg) bottom center repeat-x;
}

div#topNavHorizBar {
	background-color: #444;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

div#topNavbar {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	background: #333 url(../images/dbs/bg-masthead.png) bottom center repeat-x;
	font-size: 11px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 1em 0;
}

div#topNavbar a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0.6em 2.5em;
}

div#topNavbar a:hover {
	text-decoration: underline;
}

div#topNavbar a:active {
}


div#topNavbar .topHighlight {
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
}
div#topNavbar .topHighlight:hover {
	text-decoration: none;
}


div#parentContentBox {
	width: 950px;
	margin: 0 auto;
	background-color: #aaa;
}

div#parentPageContentBox {
	width: 950px;
	margin: 0 auto;
	background: #fff url(images/graphics/content-bg.gif) top left no-repeat;
}

div#leftNavbar {
	float: left;
	width: 160px;
	padding: 5px;
	background-color: #ccc;
}

div#pageLeftNavbar {
	float: left;
	width: 175px;
	padding: -1px 5px 5px 5px;
}

div#leftNavbar .directionsBlock, div#pageLeftNavbar .directionsBlock {
	font-size: 10px;
	padding-left: 1em;
}

div#leftNavbar .header, div#pageLeftNavbar .header {
	color: #444;
	font-size: 15px;
}

div#leftNavbar .productionsBlock a {
	font-size: 9px;
	color: #369;
	text-decoration: none;
}

div#leftNavbar .productionsBlock a:hover {
	color: #000;
}

div#leftNavbar .recentProgramsBlock {
	font-size: 10px;
	display: none;
}

div#leftNavbar .recentProgramsBlock a:hover {
	color: #900;
}


div#mainNav {
	margin: 5px 0 2em 0;
}

div#mainNav a {
	display: block;
	padding: 5px 0px 5px 10px;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	border-bottom: #888 1px solid;
}

div#mainNav a:hover {
	text-decoration: underline;
}

div#mainNav a:active {
}


div#mainNav .navHighlight {
	color: #fff;
	font-weight: bold;
	background-color: #000;
}
div#mainNav .navHighlight:hover {
	text-decoration: none;
}


div#mainNav .subNav {
}

div#mainNav .subNav a {
	display: block;
	padding: 2px 0px 2px 15px;
	background-color: #ccc;
	font-size: 9px;
	color: #000;
	border: none;
	text-transform: none;
}

div#mainNav .subNavHighlight {
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
}

div#mainNav .subNav a:hover {
	background-color: #eee;
}

div#mainNav .subNav a:active {
	background-color: #fff;
}



div#whiteSeparator {
	border-bottom: 1px dotted #fff;
	margin: 6px 0;
}




.dbsLoginsBox {
	width: 95%;
	height: 150px;
	overflow: auto;
	background-color: #ccc;
	padding: 1em;
	font-size: 100%;
}







/*	Main content box here, along with nested center and right box defnitions, for homepage alone */
div#contentBox {
	float: right;
	width: 595px;
	background-color: #ddd;
}

div#contentBox .boxHeader-white {
	color: #fff;
	font-size: 24px;
	padding-top: 0.7em;
	padding-bottom: -1em;
	margin-bottom: -0.3em;
	clear: left;
}

div#contentBox .boxHeader-black {
	color: #000;
	font-size: 24px;
	margin: 15px 0 15px 0;
}

div#contentBox #rightBox {
	background-color: #444;
	width: 30%;
	float: right;
	color: #fff;
	font-size: 10px;
	text-align: center;
	min-height: 480px;
}

div#contentBox #rightBox .textLink {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

div#contentBox #centerBox {
	background-color: #FF9933;
	width: 60%;
	float: right;
}

div#dailyShowsBox {
	padding: 0.5em;
}



div.showsScrollerBox {
	overflow: auto;
	height: 414px;
	font-size: 70%;
}

div.showsScrollerBox a {
	display: block;
	text-decoration: none;
}


div#stationNewsBox {
	background-color: #E38222;
	padding: 0.5em;
	font-size: 70%;
}

div#stationNewsBox a {
	padding: 0.5em 0;
	text-decoration: none;
	clear: left;
	color: #000;
}

div#stationNewsBox a:hover {
	color: #fff;
	text-decoration: underline;
}

div#stationNewsBox .seeAll a {
	color: #fff;
}

div#stationNewsBox .seeAll a:hover {
	text-decoration: none;
	color: #333;
}

div#mainHighlightImage {
	margin: 0 0 -3px 0;
}

div#radioSpot {
	height: 170px;
	background-color: #FF6600;
	overflow: auto;
	padding: 3px;
}

div#radioSpot a {
	color: #000099;
	text-decoration: underline;
}

div#radioSpot h3 {
	text-align: center;
	font-size: 18px;
}



#textMessageBox {
	text-align: center;
	padding-bottom: 4px;
}





div#showBlock {
	padding: 2px 0;
	clear: both;
}

div#showBlock a:hover {
	background-color:#fff;
}

div#hpSeriesLogo {
	float: left;
	padding: 2px;
}






div#secondaryFeaturedImage img {
	margin-right: -3px;		/*	CRITICAL ELEMENT to fix the bug in IE 6 alone that would cause all the content in the center orange box to be shunted down below the grey footer and actually be completely hidden.  D'oh!  **** BILL GATES AND HIS ****ABLE IE!!!	*/
	width: 250px;
}


div#calendarNewsBox {
	font-size: 11px;
	margin-top: 1em;
}

div#calendarNewsBox .areaLink {
	color: #000;
}



div#billboardBox {
	background: transparent url(images/homepage/billboard-homepage.gif) top left no-repeat;
	height: 80px;
}

div#contactBox {
	text-align: center;
	background: transparent url(images/homepage/contact-homepage.gif) center left no-repeat;
	height: 110px;
}

div#pledgeBox {
	text-align: center;
	font-size: 16px;
	color: #fff;
/*	background: transparent url(images/homepage/contact-homepage.gif) center left no-repeat;	*/
	height: 110px;
}

div#pledgeBox .pledgeItemName {
	color: #000;
	font-size: 20px;
	line-height: 24px;
	margin-top: -5px;
	margin-bottom: 0;
}

div#pledgeBox a {
	color: #000;
	text-decoration: underline;
}




div#dvScreening {
	text-align: center;
	background: #f30 url(images/homepage/dvScreening-homepage.gif) center left no-repeat;
	padding-top: 0;
	color: #fff;
}

div#hmScreening {
	text-align: center;
	background: #f30 url(images/homepage/hmScreening-homepage.gif) center left no-repeat;
	padding-top: 0;
	color: #fff;
}

div#rtlScreening {
	text-align: center;
	background: #f30 url(images/homepage/rtlScreening-homepage.gif) center left no-repeat;
	padding-top: 0;
	color: #fff;
}

div#screeningContent {
	color: #fff;
	padding: 1em;
	padding-right: 118px;
}

div#screeningContent .title {
	font-size: 16px;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
}

div#screeningContent a {
	color: #fff;
	font-weight: bold;
}


div#calendarContent {
	margin: 1px 10px;
	text-align: center;
}

div#calendarContent .title {
	font-size: 12px;
	padding: 8px 0 0 0;
}

div#calendarContent .title a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

div#calendarContent .title a:hover {
	color: #000;
	border-color: #000;
	border-width: 1px 0;
	border-style: dotted;
	background-color: #ccc;
}

p.allShowsText {
	clear: both;
	text-align: center;
	padding-top: 2px;
	font-size: 10px;
	margin-bottom: 0;
}

p.allShowsText a:hover {
	color: #900;
}



div#bottomBox {
	margin-top: 0.5em;
	background-color: #ccc;
	display: none;
}





/*	Main content box for all inner pages on new KUED site	*/

div#pageContentBox {
	float: right;
	width: 750px;
	min-height: 550px;
	padding: 1em 5px;
//	border-left: 1px solid #ccc;
	font-size: 12px;
	color: #333;
}


div#pageContentBox .boxHeader-white {
	color: #fff;
	font-size: 24px;
}

div#pageContentBox .boxHeader-black {
	color: #444;
	font-size: 24px;
	padding-top: 1em;
}




div#pageContentBox #tableHeader {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	background-color: #ccc;
}

div#pageContentBox #tableHeader a {
	color: #000;
}

div#pageContentBox #tableSubHeader {
	background-color: #F2F2F2;
}




div#pageContentBox .error {
	color: #f00;
	font-variant: small-caps;
	font-size: 12px;
}


.loadTimeText {
	font-size: 85%;
	color: #CCC;
	text-align: center;
}






/*	Basic content formatting styles here	*/
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	color: #333;
	font-weight: bold;
}

h1 {
	margin: 0.5em 0 1em 0;
	line-height: 1em;
	color: #330000;
	font-variant: small-caps;
	font-size: 26px;
}

h2, h3, h4 {
	margin: 5px 0 5px 0px;
	line-height: 1em;
}



a:link, a:visited {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	color: #900;
	text-decoration: underline;
}




.required {
	color: #f00;
	font-style: italic;
}





div#middleColumn {
	width: 360px;
	line-height: 16px;
}








/*	This is where I handle the formatting of all related/associated files for an area, id'd by KIND		*/
div#relatedFilesBox {
	clear: both;
	margin: 2em 10em;
	border-width: 1px 0;
	border-color: #CCC;
	border-style: dotted;
}




div#textResizeBox {
	font-size: 10px;
	text-align: center;
}



div#floatedBackLinkBox {
	float: right;
}




div#floatedVideoSpotBox {
	float: right;
	width: 300px;
	border: 1px solid #000;
	padding: 5px;
}


div#rowCountFloatBox {
	float: right;
	margin-top: -4em;
	font-size: 11px;
	color: #666;
	font-style: italic;
}







/*	Footer stuff here... */
div#footer {
	background: #333 url(../images/dbs/bg-masthead.png) bottom center repeat-x;
	text-align: center;
	padding: 0 0 0.5em 0;
	clear: both;
}

div#footer #highlighted {
	color: #000;
}

div#footer a {
	text-decoration: none;
}

div#footer .topLine {
	padding: 5px;
	clear: both;
	color: #666;
}

div#footer .topLine a {
	color: #ccc;
	font-size: 10px;
}

div#footer .topLine a:hover {
	color: #fff;
}

div#footer .bottomLine {
	font-size: 9px;
	color: #666;
}

div #footer .bottomLine a {
	color: #666;
	font-weight: bold;
}
