/*
Styles for video refers
*/

.mediaCaption
{
	font-size: 10px;
	color: #333333;
}

/*
Article text
*/

.articleSuperHeader
{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.articleHeader
{
	font-size: 16pt;
	font-weight: normal;
}

.articleSubHeader
{
	font-size: 14px;
	font-weight: normal;
}

.articleTimestamp
{
	font-size: 8pt;
	font-weight: bold;
}

.articleByline
{
	font-size: 10pt;
	font-weight: bold;
}

.articleBylineTitle
{
	font-size: 10pt;
	font-weight: normal;
}

.articleDateline
{
	font-size: 10pt;
	font-weight: bold;
}

.articleBody
{

	font-size: 12px;
	font-weight: normal;
}

/*
Tooltips
note: z-index should be higher than that of the skyscraper ad.
*/

a.darkGray {position: relative}
a.darkGray span.newsTooltip {display: none; z-index: 100}
a.darkGray span.entertainmentTooltip {display: none; z-index: 100}
a.darkGray span.lifestylesTooltip {display: none; z-index: 100}
a.darkGray span.sportsTooltip {display: none; z-index: 100}
a.darkGray span.moneyTooltip {display: none; z-index: 100}
a.darkGray span.bestofTooltip {display: none; z-index: 100}
a.darkGray:hover {display: inline}
a.darkGray:hover span.newsTooltip {display: block; z-index: 100; position: absolute; left: 5px; padding: 6px; width: 300px; background: #f0c0c0; color: black; border: 1px ridge #d03636; text-decoration: none}
a.darkGray:hover span.entertainmentTooltip {display: block; z-index: 100; position: absolute; left: 5px; padding: 6px; width: 300px; background: #c0ddf1; color: black; border: 1px ridge #3693d2; text-decoration: none}
a.darkGray:hover span.lifestylesTooltip {display: block; z-index: 100; position: absolute; left: 5px; padding: 6px; width: 300px; background: #e3f4c0; color: black; border: 1px ridge #a6dc37; text-decoration: none}
a.darkGray:hover span.sportsTooltip {display: block; z-index: 100; position: absolute; left: 5px; padding: 6px; width: 300px; background: #f3efc4; color: black; border: 1px ridge #dfd15b; text-decoration: none}
a.darkGray:hover span.moneyTooltip {display: block; z-index: 100; position: absolute; left: 5px; padding: 6px; width: 300px; background: #d9c0c3; color: black; border: 1px ridge #863640; text-decoration: none}
a.darkGray:hover span.bestofTooltip {display: block; z-index: 100; position: absolute; left: 5px; padding: 6px; width: 300px; background: #ffe6c0; color: black; border: 1px ridge #ffaf36; text-decoration: none}

/*
Banner
*/

#bannerTicker
{
	width: 761px;
	height: 20px;
	background-color: #FFFFFF;
}

/*
*/

TD
{
	font-size: 7pt;
	color: #333333;
}

#mainContent
{
	position: absolute;
	width: 780px;
	height: auto;
	margin-left: -390px;
	left: 50%;
}

.navAnim
{
	height: 4px;
	overflow: hidden;
}

.navButton
{
	position: relative;
	top: 0px;
	height: 4px;
	width: 43px;
}


#search
{
	background-color: #262626;
	width: 239px;
}

input {
	margin: 0px;
	padding: 0px;
}

Input.homeSearch 
{
	width: 114px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 7pt;
	color: #666666;
}

Input,Select.sendFriend 
{
	width: 155px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 7pt;
	color: #666666;
}

Input.sendFeedback
{
	width: 211px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 7pt;
	color: #666666;
}

Input.sideSearch
{
	width: 120px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 7pt;
	color: #666666;
}

Select.sideSelect
{
	width: 120px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 7pt;
}

.bannerHeader
{
	display: inline;
}


.textHeader
{
	position: relative;
	top: 0px;
	padding-left: 8px;
	font-size: 7pt;
	color: #333333;
}

.textHeaderLarge
{
	position: relative;
	top: 0px;
	padding-left: 8px;
	font-size: 14pt;
	color: #333333;
}

.selectedTextBold
{
	color: #FF9900;
	font-weight: bold;
}

.selectedText
{
	color: #FF9900;
}

.largerText
{
	font-size: 10px;
}

.newsCell
{
	background-color: #CC0000;
}

.entertainmentCell
{
	background-color: #0076C6;
}

.lifestylesCell
{
	background-color: #8ED201;
}

.sportsCell
{
	background-color: #D6C52F;
}

.moneyCell
{
	background-color: #66000D;
}

.bestofCell
{
	background-color: #FF9400;
}

.greyBG
{
	background-color: #E0E0E0;
}

.adImageVert
{
	position: relative;
}

.adHeaderSection
{
	padding-left: 7px;
	
}

.dispatchesCell
{
	background-color: #FF9900;
}

.featuresBox
{
	width: 86px;
}

.dashedLine
{
	background-image: url(../images/default/dashed_line.gif);
	width: 180px;
	height: 1px;
}

.bullet_orange
{
	background-image: url(../images/default/bullet_orange.gif);
	width: 10px;
	height: 11px;
}

.newsFlashSmall
{
	background-image: url(../images/default/news_flash_small.gif);
	width: 470px;
	height: 45px;
	color: #FFFFFF;
	font-size: 16pt;
}

.newsFlashLarge
{
	background-image: url(../images/default/news_flash_large.gif);
	width: 470px;
	height: 75px;
	color: #FFFFFF;
	font-size: 16pt;
}

/*
Dark Gray Box
*/

#footerBannerTopLeft
{
	width: 1px;
	height: 1px;
}

#footerBannerTop
{
	background-image: url(../images/default/footer_border_top.gif);
	height: 1px;
}

#footerBannerTopRight
{
	width: 2px;
	height: 1px;
}

#footerBannerLeft
{
	background-image: url(../images/default/footer_border_left.gif);
	width: 1px;
}

#footerBannerMain
{
	background-color: #333333;
	color: #FFFFFF;
}

#footerBannerRight
{
	background-image: url(../images/default/footer_border_right.gif);
	width: 2px;
	height: 1px;
}

#footerBannerBottomLeft
{
	width: 1px;
	height: 1px;
}

#footerBannerBottom
{
	background-image: url(../images/default/footer_border_bottom.gif);
	height: 1px;
}

#footerBannerBottomRight
{
	width: 2px;
	height: 1px;
}

/*
Dark Gray Box
*/

.darkGrayBoxTopLeft
{
	background-image: url(../images/default/d_graybox_border_u_left.gif);
	width: 2px;
	height: 2px;
}

.darkGrayBoxTop
{
	background-image: url(../images/default/d_graybox_border_top.gif);
	height: 1px;
}

.darkGrayBoxTopRight
{
	background-image: url(../images/default/d_graybox_border_u_right.gif);
	width: 2px;
	height: 2px;
}

.darkGrayBoxLeft
{
	background-image: url(../images/default/d_graybox_border_left.gif);
	width: 2px;
}

.darkGrayBoxMain
{
	background-color: #595959;
}

.darkGrayBoxRight
{
	background-image: url(../images/default/d_graybox_border_right.gif);
	width: 2px;
}

.darkGrayBoxBottom
{
	background-image: url(../images/default/d_graybox_border_bottom.gif);
	height: 2px;
}

.darkGrayBoxBottomLeft
{
	background-image: url(../images/default/d_graybox_border_b_left.gif);
	width: 2px;
	height: 1px;
}

.darkGrayBoxBottom
{
	background-image: url(../images/default/d_graybox_border_bottom.gif);
	height: 1px;
}

.darkGrayBoxBottomRight
{
	background-image: url(../images/default/d_graybox_border_b_right.gif);
	width: 2px;
	height: 1px;
}

/*
Links
*/

A.Orange:link, A.Orange:visited, A.Orange:active 
{ 
	text-decoration: none; 
	color: #FF9900; 
}

A.Orange:hover 
{ 
	text-decoration: underline; 
	color: #FF9900; 
}

A.OrangeLine:link, A.OrangeLine:visited, A.OrangeLine:active 
{ 
	text-decoration: underline; 
	color: #FF9900; 
}

A.OrangeLine:hover 
{ 
	text-decoration: underline; 
	color: #FF9900; 
}

A.Black:link, A.Black:visited, A.Black:active 
{ 
	text-decoration: none; 
	color: #000000; 
}

A.Black:hover 
{ 
	text-decoration: underline; 
	color: #000000; 
}

A.darkGray:link, A.darkGray:visited, A.darkGray:active 
{ 
	text-decoration: none; 
	color: #333333; 
}

A.darkGray:hover 
{ 
	text-decoration: underline; 
	color: #333333; 
}

A.mediumGray:link, A.mediumGray:visited, A.mediumGray:active 
{ 
	text-decoration: none; 
	color: #666666; 
}

A.mediumGray:hover 
{ 
	text-decoration: underline; 
	color: #666666; 
}

.asapTickerWrapper
{
	position: relative;
	white-space: nowrap;
	background: #FFFFFF;
	overflow: hidden;
	width: 761px;
}

.asapTickerContents
{
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	white-space: nowrap;
	width: 761px;
	background: #FFFFFF;
	vertical-align: middle;
}

.asapTickerContents BR
{
  display: none;
  vertical-align: middle;
}

.asapTickerContents A
{
  color: black;
  text-decoration: none;
  font-size: 9pt;
  font-weight: bold;
  font-family: verdana;
  vertical-align: middle;
}

.asapTickerContents A:hover
{
  color: black;
  text-decoration: underline;
}

