body
{
	margin: 0px;
	padding-bottom: 5px;
	font: normal 12px/17px Verdana, Arial, Helvetica, sans-serif;
	background: #16265A url(/ImagesSite/bg.jpg);
}

img
{
	border: 0px;
	font-size: 9px;
}

td
{
	vertical-align: top;
}

a
{
	color: #21359D;
	text-decoration: none;
}

a:hover
{
	color: #BA0013;
}

a.white
{
	color: White;
}

a.white:hover
{
	color: Yellow;
}

.mainborder
{
	width: 984px;
	margin: 0px auto;
	padding: 0px 1px 1px 1px;
	border-right: 2px solid #5C688D;
	border-bottom: 2px solid #5C688D;
	border-left: 2px solid #5C688D;
}

.contentareaBlue
{
	background: url(/ImagesSite/bg_gradient_blue.jpg) repeat-x;
}

.contentareaGray
{
	background: #4E5363 url(/ImagesSite/bg_gradient_gray.jpg) 0 122px repeat-x;
}

.contentareaBlack
{
	background: #000000 0 122px repeat-x;
}

.headerarea
{
	height: 88px;
	width: 984px;
}

.logo
{
	float: left;	
}

.logo img
{
	height: 87px;
	width: 304px;
/*	width: 364px;*/
}

.tagline
{
	float: left;
	width: 675px;
/*	width: 615px;*/
	height: 88px;
	font-size: 11px;
	color: White;
	padding-right: 5px;
	background-repeat: no-repeat;
}

.tagline a
{
	color: White;
	text-decoration: none;
}

.tagline a:hover
{
	color: White;
	text-decoration: underline;
}

.date
{
	margin: 2px 0px 0px 416px;
/*	margin: 2px 0px 0px 356px;*/
}

.searcharea
{
	margin: 25px 0px 0px 416px;
/*	margin: 25px 0px 0px 356px;*/
}

/**************************************************************************************************************************/
/* BEGIN NAV STYLES */
/**************************************************************************************************************************/

.mainnav
{
	background: url(/ImagesSite/bg_mainnav.jpg) repeat-x;
	border-top: #ba0013 3px solid;
	border-bottom: #ba0013 3px solid;
	height: 28px;
}

.mainnav td
{
	white-space: nowrap;
}

.mainnav td a
{
	font: bold 12px/12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #16265B;
	border-right: #C9C8C8 1px solid;
	margin: 3px 0px;
	padding: 5px 12px 0px 12px;
	height: 17px;
	display: block;
}

.mainnav td a.last
{
	border-right: none;
}

.mainnav td a:hover
{
	color: #BA0013;
	background-color: #F1F4FA;
}

.mainnav td.select a
{
	background-color: #F1F4FA;
    border: solid #333366 1px;
    border-bottom-width: 0px;
}

.mainnav td.link, .mainnav td.linkSelect
{
	vertical-align: middle;
	white-space: nowrap;
}

.mainnav td.link a
{
	font: bold 11px/12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #BA0013;
}

.mainnav td.link a:hover, .mainnav td.linkSelect a:hover
{
	color: #16265B;
}

.mainnav td.linkSelect a
{
	font: bold 11px/12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #BA0013;
	background-color: #F1F4FA;
    border: solid #333366 1px;
    border-bottom-width: 0px;
}

.dropdown-redframe
{
	line-height: 12px;
	border-right: 3px solid #BA0013;
	border-bottom: 3px solid #BA0013;
	border-left: 3px solid #BA0013;
	display: table;
	background-color: #F9F9F9;
	padding: 2px;
}

.dropdown-redframe table
{
	border: 3px solid #D8D7D7;
}

.dropdown-redframe ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.dropdown-redframe a
{
	color: #505C84;
	width: 175px;		
	text-decoration: none;
	display: block;
	padding: 3px;
	white-space: nowrap;
}

.dropdown-redframe a:hover
{
	color: #16265B;
	background-color: #DDDDDD;
}

/**************************************************************************************************************************/
/* END NAV STYLES */
/**************************************************************************************************************************/

.contentBox
{
	width: 957px;
	margin: 5px auto;
	padding: 9px;
}

.contentTable
{
	background-color: White;
}

.contentBody
{
	padding: 10px 7px 0px 4px;
}

.corner-topleft
{
	background-image: url(/ImagesSite/corner_topleft.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 3px;
}

.corner-topright
{
	background-image: url(/ImagesSite/corner_topright.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 3px;
}

.corner-bottomleft
{
	background-image: url(/ImagesSite/corner_bottomleft.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 3px;
}

.corner-bottomright
{
	background-image: url(/ImagesSite/corner_bottomright.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 3px;
}

.leftcolumn
{
	width: 653px;
	text-align: left;
	vertical-align: top;
}

.rightcolumn
{
	padding-left: 7px;
	width: 297px;
	text-align: left;
	vertical-align: top;
}

.noborder
{
	padding: 1px;
	margin-bottom: 17px;
}

.grayborder
{
	border: 1px solid #CDCDCD;
	padding: 1px;
	margin-bottom: 17px;
}

.grayborder-wide
{
	border: 1px solid #CDCDCD;
	padding: 1px;
	margin-bottom: 17px;
	width: 100%;
}

/**************************************************************************************************************************/
/* BEGIN CONTENT STYLES */
/**************************************************************************************************************************/

.small
{
	font-size: 10px;
}

.gray
{
	font-size: 11px;
	color: #666666;
}

.darkgray
{
	font-size: 11px;
	color: #333333;
}

a.graylinks
{
	color: #666666;
	text-decoration: none;
}

a:hover.graylinks
{
	color: #666666;
	text-decoration: underline;
}

.imageblock
{
	display: block;
}

.capnews-dateline
{
	font-size: 10px;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 5px;
	background-color: #F7F2EB;
	color: #666666;
}

.morelinks
{
	font-size: 10px;
	text-align: right;
	border-top: 1px solid #CCCCCC;
	font-weight: bold;
	padding: 2px 5px;
	background-color: #F7F7F7;
}

.morelinks td.graytext
{
	color: #666666;
}

.morelinks td.select a
{
	display: block;
}

.morelinks td.invert
{
	background-color: #21359D;
	border: 1px inset #BA0013;
}

.morelinks td.invert a
{
	color: White;
	display: block;
}

.morelinks td.invert a:hover
{
	color: Yellow;
}

.popupMenu /*Use with Ajax Toolkit's HoverMenuExtender*/
{
	position: absolute;
	visibility: hidden;
}

.popupMenu-redframe
{
	border: 3px solid #BA0013;
	display: table;
	background-color: #F9F9F9;
	padding: 5px;
}

.popupMenu-redframe table
{
	border: 3px solid #D8D7D7;
}

.popupMenu-redframe ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.popupMenu-redframe a
{
	color: #505C84;
	width: 200px;		
	text-decoration: none;
	display: block;
	padding: 5px;
}

.popupMenu-redframe a:hover
{
	color: #16265B;
	background-color: #DDDDDD;
}

h2
{
	margin: 0px;
	padding: 6px 0px 0px 6px;
	font: bold 16px/16px "Lucida Grande", Arial, Helvetica, Sans-serif;
	color: White;
	text-transform: uppercase;
	height: 21px;
}

h2.title
{
	color: Black;
}

h2.redtab
{
	background: url(/ImagesSite/tabs/tab_red.png) no-repeat;
}

h2.lightredtab
{
	background: url(/ImagesSite/tabs/tab_lightred.png) no-repeat;
}

h2.orangetab
{
	background: url(/ImagesSite/tabs/tab_orange.png) no-repeat;
}

h2.bluetab
{
	background: url(/ImagesSite/tabs/tab_blue.png) no-repeat;
}

h2.graytab
{
	background: url(/ImagesSite/tabs/tab_gray.png) no-repeat;
}

.featurearea
{
	border-right: 2px solid #BA0013;
	border-bottom: 2px solid #8F000F;
	border-left: 2px solid #74000B;
	padding: 1px;	
}

.featurearea td
{
	text-align: left;
	vertical-align: top;
}

table.Afeature
{
	width: 640px;
}

.featurearea-header
{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 1px 0px;
	margin-bottom: 1px;
}

.featurearea-header h3
{
	background: url(/ImagesSite/bg_blackstripes.png) repeat-x;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	height: 22px;	
	font: bold 16px/16px "Lucida Grande", Arial, Helvetica, Sans-serif;
	color: White;
	text-transform: uppercase;	
}

.feature-content
{
	padding: 5px 5px 5px 10px;
}

.feature-content h4
{
	margin: 0px;
	padding: 0px;
	font: bold 15px/16px "Lucida Grande", Arial, Helvetica, Sans-serif;
	color: #000000;
	text-transform: uppercase;
}

.blevelfeatures-headers
{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 1px 0px;
}

.blevelfeatures-headers h3
{
	background: url(/ImagesSite/bg_blackstripes.png) no-repeat;
	margin: 1px 0px;
	padding: 5px 0px 0px 5px;
	height: 22px;	
	font: bold 16px/16px "Lucida Grande", Arial, Helvetica, Sans-serif;
	color: White;
	text-transform: uppercase;	
}

.leftfeature
{
	width: 320px;
	border-right: 1px solid #CCCCCC;
	padding-right: 1px;
}

.rightfeature
{
	width: 320px;
	padding-left: 1px;
}

/**************************************************************************************************************************/
/* END CONTENT STYLES */
/**************************************************************************************************************************/

/**************************************************************************************************************************/
/* BEGIN RECENT PROGRAM STYLES */
/**************************************************************************************************************************/

.recentprograms
{
	margin-top: 1px;
	padding: 2px;
	overflow: auto;
}

.headerClosed
{
	background: url(/ImagesSite/buttons/btn_down.jpg) no-repeat left top;
	margin-top: 5px;
    padding: 0px 5px 10px 20px;
    cursor: pointer;
    border-bottom: solid 1px #CCCCCC;
}

.headerClosed a:hover
{
	background-color: #F7F2EB;
	display: block;	
}

.headerOpen
{
	background: url(/ImagesSite/buttons/btn_up.jpg) no-repeat left top #FFFAF3;
	font-weight: bold;
	margin-top: 5px;
    padding: 0px 5px 10px 20px;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    cursor: pointer;
}

.headerOpen a:hover
{
	background-color: #F7F2EB;
	display: block;	
}

.programsContent
{
	background-color: #FFFAF3;
    border: 1px solid #CCCCCC;
    border-top: none;
}

.programsContent td.image
{
	padding: 5px 0px 10px 22px;
}

.programsContent td.main
{
	padding: 5px 10px 10px 10px;
}

.programsContent img.imageblock
{
	float: left;
	display: block;
	padding-right: 5px;
}

.programsContent div.bottomtext
{
	color: #666666;
	font-size: 11px;
	padding-top: 5px;
}

/**************************************************************************************************************************/
/* END RECENT PROGRAM STYLES */
/**************************************************************************************************************************/

/**************************************************************************************************************************/
/* BEGIN SIDEBAR STYLES */
/**************************************************************************************************************************/

.adblock
{
	padding: 20px 0px;
	display: block;
	text-align: center;
}

.featurelistings
{
	overflow: auto;
}

.featurelistings p
{
	margin: 5px;
	padding: 5px 10px;
}

.featurelistings ul
{
	list-style-type: none;
	line-height: 14px;
	margin: 0px;
	padding: 5px 10px;
}

.featurelistings ul li
{
	background: url(/ImagesSite/bullets/bullet.gif) 5px 14px no-repeat;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0px 10px 10px;
}

.featurelistings ul li.last
{
	border-bottom: none;
}

.featurelistings ul li span.liBlock
{
	padding: 0px 5px;
	display: block;
}

.featurelistings ul li span.liBlock a
{
	padding: 0px;
	display: inline;
}

.featurelistings ul li ul
{
	list-style-type: none;
	line-height: 14px;
	margin: 0px;
	padding: 5px 0px;
}

.featurelistings ul li ul li
{
	background: url(/ImagesSite/bullets/bullet.gif) 5px 10px no-repeat;
	padding: 5px 0px 0px 15px;
}

a.breaking
{
	font-weight: bold;
	color: #BA0013;
	text-decoration: none;
}

a:hover.breaking
{
	font-weight: bold;
	color: #BA0013;
	text-decoration: underline;
}

.dateLine
{
	color: #FF6600;
	font-weight: bold;
}

/**************************************************************************************************************************/
/* END SIDEBAR STYLES */
/**************************************************************************************************************************/

/**************************************************************************************************************************/
/* BEGIN BUTTON STYLES */
/**************************************************************************************************************************/

/*padding added for new link types*/
.btnicons-border
{
	border-top: 1px solid #CCCCCC;
	background-color: #F7F2EB;
	padding: 5px;
	padding-left: 10px;
}

.btnicons-border-left
{
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
}

.btnicons-left
{
	padding: 3px 0px 3px 5px;
}

.btnicons-right
{
	padding: 3px 0px 3px 5px;
}

.btnicons-border td
{
	vertical-align: middle;
}

/**************************************************************************************************************************/
/* END BUTTON STYLES */
/**************************************************************************************************************************/

.footer
{
	width: 965px;
	margin: 0px auto;
	padding: 5px 0px 10px 0px;
	font-size: 11px;
	color: white;
}

.footer ul
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style-type: none;
}

.footer ul li
{
	display: inline;
	padding: 0px 10px;
	border-right: 1px solid #FFF;
}

.footer ul li.first
{
	padding: 0px 10px 0px 0px;
}

.footer ul li.last
{
	border-right: none;
}

.footer ul li a
{
	color: #FFF;
	text-decoration: none;
}

.footer ul li a:hover
{
	color: #FFF;
	text-decoration: underline;
}

.nowrap
{
	white-space: nowrap;
}

h4
{
	margin: 0px;
	padding: 0px;
	font: bold 15px/17px "Lucida Grande", Arial, Helvetica, Sans-serif;
	color: #000000;
}

h5
{
	margin: 0px;
	padding: 0px;
	font: bold 13px/15px "Lucida Grande", Arial, Helvetica, Sans-serif;
	color: #000000;
}

/********** RECENT PROGRAMS **********/

.rpHeader
{
	margin-top: 5px;
    padding: 0px 5px 10px 0px;
}

.rpSegment
{
	color: #21359D;
	cursor: pointer;
}

.rpContent { }

.rpContent td.image
{
	padding: 5px 0px 10px 22px;
}

.rpContent td.main
{
	padding: 5px 10px 10px 10px;
}

.rpContent img.imageblock
{
	float: left;
	display: block;
	padding-right: 5px;
}

.rpContent div.bottomtext
{
	color: #666666;
	font-size: 11px;
	padding-top: 5px;
}

.Pager
{
	padding-top: 5px;
	margin: 0px auto;
	width: 620px;
}

.Pager table
{
	border-top: solid 2px #16265B;
}

.Pager table td
{
	text-align: center;
	width: 19%;
	white-space: nowrap;
	vertical-align: middle;
}

/********** SUBPAGES **********/

.series-header
{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 1px;
}

.series-header img
{
	display: block;
}

.bg-topicstab
{
	background: url(/ImagesSite/tabs/bg_topicstab.png) no-repeat;
	height: 35px;
	padding-bottom: 1px;	
}

.bg-topicstab h2
{
	margin: 0px;
	padding: 6px 0px 0px 0px;
	font: bold 20px/20px "Lucida Grande", Arial, Helvetica, Sans-serif;
	color: Black;
	text-transform: uppercase;
	background-color: White;
	height: 27px;
}

.bg-generictab
{
	background: url(/ImagesSite/tabs/bg_generictab.png) no-repeat;
	height: 35px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 1px;		
}

.bg-generictab-long
{
	background: url(/ImagesSite/tabs/bg_generictab_long.png) no-repeat right;
	height: 35px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 1px;		
}

.bg-generictab h2, .bg-generictab-long h2
{
	margin: 0px;
	padding: 6px 0px 0px 0px;
	font: bold 20px/20px "Lucida Grande", Arial, Helvetica, Sans-serif;
	color: Black;
	text-transform: uppercase;
	background-color: White;
	height: 27px;
}

.subpgfeature
{
	padding: 0px;	
}

.subpgfeature-header
{
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 1px 0px;
}

.subpgfeature-header h3
{
	background: url(/ImagesSite/bg_blackstripes.png) repeat-x;
	margin: 1px 0px;
	padding: 5px 0px 0px 5px;
	height: 22px;	
	font: bold 16px/16px "Lucida Grande", Arial, Helvetica, Sans-serif;
	color: White;
	text-transform: uppercase;
}

.subpgfeature-headerRED
{
	border-top: 1px solid #810601;
	border-bottom: 1px solid #810601;
	padding: 1px 0px;
	margin-bottom: 1px;
}

.subpgfeature-headerRED h3
{
	background: url(/ImagesSite/bg_Redstripes.png) repeat-x;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	height: 22px;	
	font: bold 16px/16px "Lucida Grande", Arial, Helvetica, Sans-serif;
	color: White;
	text-transform: uppercase;	
}

.subpgfeature-headerRED table
{
	width: 100%;
}

.subpgfeature-header h4
{
	background: url(/ImagesSite/bg_blackstripes.png) repeat-x;
	margin: 1px 0px;
	padding: 2px 0px 0px 5px;
	height: 25px;
	font-weight: normal;
}

.subpgfeature-rpRecordCount h3
{
	font: normal 12px/16px Verdana, Arial, Helvetica, Sans-serif;
	text-transform: none;
	white-space: nowrap;
}

.subpgfeature-rpRecordCount a
{
	color: White;
	text-decoration: underline;
}

.subpgfeature-rpRecordCount a:hover
{
	color: Yellow;
}

.subpgfeature-header table
{
	width: 100%;
}

.subpg-feature
{
	width: 648px;
}

.subpg-leftfeature
{
	width: 320px;
	background-color: #F7F2EB;
}

.subpg-leftfeature-photo
{
	width: 320px;
	border-right: 1px solid White;	
	border-bottom: 1px solid White;
	background-color: #DDDDDD;
}

.subpg-rightfeature
{
	width: 100%;
	border-left: 1px solid #CCCCCC;	
	padding-left: 1px;
	background-color: #F7F2EB;
}

.links 
{
	font: normal 12px/17px Verdana, Arial, Helvetica, sans-serif;
}

.links table { }

.links table th
{
	width: 50%;
	border-bottom: 1px solid #CCCCCC;
}

.links table td { }

.links_centerColBorder
{
	border-right: 1px solid #CCCCCC;
	width: 50%;
}

.links h4
{
	margin: 0px;
	padding: 10px 5px;
	font: bold 14px/14px "Lucida Grande", Arial, Helvetica, Sans-serif;
	color: #000000;
	text-transform: uppercase;
}

.links h5
{
	margin: 0px;
	padding: 5px 5px;
	font: bold 12px/12px Verdana, Arial, Helvetica, Sans-serif;
	color: #000000;
}

.links ul
{
	margin: 1px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

.links ul li
{
	margin: 1px 1px 1px 0px;
	padding: 10px 5px 0px 30px;
	background: url(/ImagesSite/bullets/bullet.gif) 20px 16px no-repeat;
	border-bottom: none;
}

/* BEGIN icon links bullets */

.links ul li.link
{
	background: url(/ImagesSite/bullets/icon-link.gif) 8px 15px no-repeat;
}

.links ul li.link_ext
{
	background: url(/ImagesSite/bullets/icon-link_external.gif) 5px 11px no-repeat;
}

.links ul li.read
{
	background: url(/ImagesSite/bullets/icon-read.gif) 10px 12px no-repeat;
}

.links ul li.read_ext
{
	background: url(/ImagesSite/bullets/icon-read_external.gif) 8px 11px no-repeat;
}

.links ul li.watch, .links ul li.watch-noAlt
{
	background: url(/ImagesSite/bullets/icon-watch.gif) 10px 13px no-repeat;
}

.links ul li.listen
{
	background: url(/ImagesSite/bullets/icon-listen.gif) 10px 10px no-repeat;
}

/* END icon links bullets */

.links ul li a, .links ul li.watch-noAlt a { }

/* BEGIN icon links text styles */

.links ul li.link a, .links ul li.link_ext a
{
	color: #d85700;
}

.links ul li.read a, .links ul li.read_ext a
{
	color: #2d4491;
}

.links ul li.watch a
{
	color: #c90000;
}

.links ul li.watch a:hover
{
	color: #21359D;
}

.links ul li.listen a
{
	color: #239800;
}

.links ul li.link a:hover, .links ul li.link_ext a:hover, .links ul li.read a:hover, .links ul li.read_ext a:hover, .links ul li.listen a:hover
{
	color: #BA0013;
}

/* END icon links text styles */

.links dl
{
	/*background-color: #F7F2EB;*/
	margin: 1px 0px 1px 1px;
	padding: 0px;
	/*border-bottom: 1px solid #CCC;*/
}

.links dl dt
{
	padding: 10px 5px 0px;
	font-weight: bold;
}

.links dl dd
{
	padding: 0px 5px 10px;
	margin: 0px;
	/*border-bottom: 1px solid #CCC;*/
}

.links dl dd ul
{
	list-style-type: none;
	line-height: 14px;
	margin: 0px;
	padding: 5px 10px;
}

.links dl dd ul li
{
	background: url(/ImagesSite/bullets/bullet.gif) 5px 14px no-repeat;
	padding: 10px 0px 0px 15px;
	border-bottom: none;
}

.links dl dd ul li.link, .links dl dd ul li.link_ext, .links dl dd ul li.listen, .links dl dd ul li.watch, .links dl dd ul li.visit, .links dl dd ul li.visit_ext
{
	margin: 1px 1px 1px 0px;
	padding: 10px 5px 0px 30px;
}

.aboutSeries
{
	padding: 0px 5px 10px;
}

.aboutSeries p
{
	padding: 10px 0px 5px;
	margin: 0px;
}

/****RADIO****/

a.weekBtn
{
     font-weight: bold;
     color: white;
     text-transform: uppercase;
}

a.weekBtn:hover
{
    color: Yellow;
}

a.weekBtnSelected
{
    font-weight: bold;
    color: Yellow;
	text-transform: uppercase;
}

a.weekBtnSelected:hover
{
    color: White;
}

.radioNav
{
	background: url(/ImagesSite/bg_mainnav.jpg) repeat-x;
	height: 28px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.radioNav table
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.radioNav td a
{
	font: bold 11px/11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #16265B;
	border-right: #C9C8C8 1px solid;
	margin: 3px 0px;
	padding: 5px 15px 0px 15px;
	height: 17px;
	display: block;
}

.radioNav td a.last
{
	border-right: none;
}

.radioNav td a:hover
{
	color: #BA0013
}

a.radioNavBtnSelect
{
	background-color: #F1F4FA;
    border: solid #333366 1px;
    border-bottom-width: 0px;
}

.GridRowAlt
{
	background-color: #E3EBFA;
}

.GridRowHead
{
	background-color: #333399;
	color: White;
	font-weight: bold;
}

.watch-current
{
	font-weight: bold;
	display: inline;
}

/* State of Union */
.boldValign
{
    font-weight: bold;
    vertical-align: bottom;
}

.subnav a
{
	display: block;
	padding: 5px;
	text-align: center;
}

.subnav a:hover
{
	background-color: #DDDDDD;
}

a.link, a.link_ext
{
	color: #d85700;
}

a.read, a.read_ext
{
	color: #2d4491;
}

a.watch
{
	color: #c90000;
}

a:hover.watch
{
	color: #21359D;
}

a.listen
{
	color: #239800;
}

a:hover.link, a:hover.link_ext, a:hover.read, a:hover.read_ext, a:hover.listen
{
	color: #BA0013;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* Presidential Survey */

table#surveyTB
{
	font-family:arial, helvetica;
	font-size:12px;
	width:100%;
	padding:0px;
	overflow:auto;
}

table#surveyTB th
{
	color:white;
	background-color:#24559E;
	text-align:center;
	font-size:14px;
	padding:7px 7px 7px 7px;
	border-bottom:solid 2px #1A3C70;
	border-right:solid 2px #1A3C70;
	border-top:solid 2px #5B80B6;
	border-left:solid 2px #5B80B6;
}

table#surveyTB td
{
	padding:6px 6px 6px 6px;
	font-weight:bold;
}

.CategoryTB
{
	font-family:arial, helvetica;
	font-size:12px;
	width:100%;
	padding:5px;
}

.CategoryTB a:visited
{
	color:#7B045B;
}

.CategoryTB th
{
	color:white;
	background-color:#24559E;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding:6px 5px 6px 10px;
}

.CategoryTB td
{
	font-weight:bold;
	padding:3px;
}

.mOver1
{
	color:blue;
	background-color:white;
	padding:3px 3px 3px 3px;
}

.mOver1:hover
{
	background-color:#F9F2C3;
}

.mOver2
{
	color:blue;
	background-color:#F9F5DB;
	padding:3px 3px 3px 3px;
}

.mOver2 td
{
	border-bottom:solid 1px #AFAA80;
}

.mOver2:hover
{
	background-color:#F9F2C3;
}
.indPresident
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px; 
	font-weight:bold;
	color:#0A246A;
	padding-top:20px;
	text-align:center;
}

.summaryTD
{
	font-weight: bold;
	font-size:13px;
	background-color: #C4D8F7;
	border-bottom: solid #6B7078 1px; 
	padding:2px;
	color: #16265A;
	text-align:center;
	text-align: -moz-center;
}

.sumResult
{
	font-weight: bold;
	font-size:13px;
	background-color: white;
	border-bottom: solid #6B7078 1px; 
	padding:2px;
	color: #16265A;
	text-align:center;
}

table#participants
{
	margin:0px auto;
	width:85%;


}

table#participants tr
{
	padding:50px 5px 3px 5px;
	
}
table#participants td
{

	
}

table#surveySum
{
	margin:0px auto;
	width:70%;
	border:0px;
	padding-bottom:5px;
}

.textCenter
{
	text-align: center;
}

.clearFloat
{
	clear: both;
}

.programListContentImgArea
{
	float: left;
	padding: 5px 5px 10px 5px;
	width: 70px;
}

.programListContentImgArea img
{
	height: 52px;
	width: 70px;
}

.programListContentTextArea
{
	float: left;
	padding: 5px 5px 10px 5px;
	width: 490px;
}

#pagerArea
{
	padding-top: 5px;
	margin: 0px auto;
	width: 580px;
}

#pagerArea table
{
	border-top: solid 2px #C7BE95;
}

#pagerArea table td
{
	text-align: center;
	width: 19%;
	white-space: nowrap;
	vertical-align: middle;
}

.showMore
{
	color: #2d4491;
	cursor: pointer;
	font-weight: bold;
	white-space: nowrap;
}