/*
------------------------------------------------------------------------------
	Author: Shawn Makinson
	Date: 6/21/04
	Description: This css file is for the general global formatting styles such
							 as the sites font attributes or changes to a specific HTML tag.
	Change Log: 
------------------------------------------------------------------------------
*/

html, body {
	height:100%;
	margin:0;
	padding:0;
	border:0;
}

body {
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

body, td, p, div{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.25em;
	color:#333333;
}

form {
	margin:0;
	padding:0;
}

p {
 margin:10px 0 4px 0;
}

a:link, a:visited, a:active {
	color:#990000;
	text-decoration:none;
}

a:hover {
	color:#990000;
	background-color:#FFFFCC;
	text-decoration:underline;
}

a.linkemph {
	font-weight:bold;
}

ul {
	
}

li {
	
}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	margin:10px 0 4px 0;
}

h6 {
	font-size:1.05em;
}

h5 {
	font-size:1.1em;
}

h4 {
	font-size:1.2em;
}

h3 {
	font-size:1.25em;
}

h2 {
	font-size:1.35em;
}

h1 {
	font-size:1.4em;
}

img {
	border:0;
	display:block;
}

form{
	margin:0;
	padding:0;
}

object, embed {
	margin:0;
	display:block;
}

/***********************
	Footer Styles
************************/
#footer p {
	color:#666666;
	font-size:.85em;
	margin:2px 0 0 0;
}

#mindcomet {
	margin:0px auto;
	margin-top: 5px;
}

.footerList {
	color:#666666;
}

.footerList li.first {
	border-left:0;
}

.footerList a:link {
	color:#666666;
	font-weight:bold;
}
.footerList a:visited {
	color:#666666;
	font-weight:bold;
}
.footerList a:active {
	color:#666666;
	font-weight:bold;
}

.footerList ul {
	margin:0;
	padding:0;
	display:block;
}

.footerList li {
	display:inline;
	margin:0 0 0 0;
	padding:0 8px 0 8px;
	font-size:.85em;
	list-style: url(none);
	list-style-position:inside;
	border-left:1px solid #666666;
}

.secondaryFooterList {
	text-align:center;
}

.secondaryFooterList li.first {
	border-left:0;
}

.secondaryFooterList a:link {
	font-weight:bold;
}

.secondaryFooterList ul {
	margin:0;
	display:block;
}

.secondaryFooterList li {
	display:inline;
	margin:0 0 0 0;
	padding:0 10px 0 10px;
	font-size:9px;
	list-style: url(none);
	list-style-position:inside;
	border-left:1px solid #666666;
}

.secondaryFooterList table {
	margin:3px auto;
	text-align:center;
}

/***********************
	Program Grid Styles 
************************/

#programGrid td{
	font: 10px Verdana,Arial, Helvetica, Sans-Serif;
	color:#000000;
}
#programGrid a{
	color:#000000;
}
.borderBottomRight{
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

/***********************
	NascarTV Styles 
************************/
.intro { font: 11px Arial, Helvetica, sans-serif; color: #FFFFFF; line-height: 1.5em; }
.textstyle { font: 11px Arial, Helvetica, sans-serif; color: #666666; }
.linkbox { font: bold 10px Arial, Helvetica, sans-serif; color: #FFFFFF; line-height: 2em; text-align:left; }
.linkbox a { font: bold 10px Arial, Helvetica, sans-serif; color: #FFFF99; line-height: 2em; }
.linkbox a:hover { background-color:transparent; }
.linkbox2 a { font: bold 10px Arial, Helvetica, sans-serif; color: #FFFFFF; line-height: 2em; }
.programbox { font: 11px Arial, Helvetica, sans-serif; color: #333333; }

/***********************
	On Demand
************************/
.puzzle { float:left; }
.vodfooter { width:573px; height:48px; background-image:url(/_assets/img/vod/speedondemand_foot.gif); }
.vodschedule { background-image:url(/_assets/img/vod/speedondemand_sched_bg.gif); text-align:left; }
.vodsched_txt td { font:normal 9px verdana,arial,sans-serif; color:#fff; vertical-align:top; }
.vodsched_txt td a { color:#ffff99; text-decoration:none; font-weight:bold; }
.vodsched_txt td a:visited { color:#ffff99; text-decoration:none; font-weight:bold; }
.vodsched_txt td a:active { color:#ffff99; text-decoration:none; font-weight:bold; }
.vodsched_txt td a:hover { color:#ffff99; background-color:transparent; text-decoration:underline; }
.red { font:bold normal 12px "Myriad Roman",myriad,arial,sans-serif; text-align:center; color:#c00; }


/***********************
	Article Styles 
************************/
.article {
	padding:0 5px 0 5px;
}
.articleMediumRectangleAd {
	float:left;
	margin: 5px 0 5px 0px;
	padding: 5px 0 5px 5px;
	width:300px;
}

.articlePhotoRight{
	width:320px;
	float:right;
	margin: 5px 0px 5px 5px;
	padding: 5px;
}

.articlePhotoLeft{
	width:320px;
	float:left;
	margin: 5px 5px 5px 0px;
	padding: 5px;
}

.articlePhotoRight img{
	padding-bottom:5px;
}

.articlePhotoLeft img{
	padding-bottom:5px;
}

.photoCaption{
	font: 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
	background:#666666;
	width:320px;
}

.articlePhoto img{
	padding-bottom:5px;
}

.photoCaption p{
	margin: 5px;
	padding: 0px;
	color:#ffffff;
}

/***********************
	Table listing Styles 
************************/

#speedListing{
	/* Nothing for this top level yet */
}

#speedListing th, #speedListing td{
	padding:2px 0 2px 4px;
	font-size:.95em;
}

#speedListing th{
	color:#FFCC00;
	background-color:#666666;
}

.speedTable {
	/* Nothing for this top level yet */
}

.speedTable .oddrow {
	background-color:#ADADAD;
}

.speedTable .evenrow {
	background-color:#999999;
}

.speedTableLight {
	/* Nothing for this top level yet */
}

.speedTableLight .oddrow {
	background-color:#CCCCCC;
}

.speedTableLight .evenrow {
	background-color:#E6E6E6;
}

.headrow {
	color:#FFFFFF;
	background-color:#999999;
	font-weight:bold;
}


/***********************
	Generic Text Styles 
**************************/

.dots {
	border-bottom:1px dotted #666666;
	margin:2px 0 10px 0;
	padding:0;
}

.dotsBreadcrumb {
	border-bottom:1px dotted #666666;
	margin:2px 0 30px 0;
	padding:0 0 4px 0;
	width:520px;
}

.showcol {
	font-weight:bold;
	color:#FFFFFF;
	font-size:1em;
}

.copyDump{
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	margin:5px 15px 5px 0px;
	padding: 0px 15px 0px 15px;	
}

.copyDump a{
	color: #900;
}

.lightColorBox {
	background-color : #CCCCCC;
}

.message{
	font: 12px Arial, Helvetica, sans-serif;
	background:#CCC;
	border: 1px solid #000;
	color: #900;
	margin:5px 15px 5px 0px;
	padding: 0px 15px 0px 15px;	
}

.headerBorder {
	border-right: 1px solid black;
}

.whiteText{
	color:#ffffff;
}

.whiteText:visited{
	color:#ffffff;
}

.whiteArrows {
	padding:0 0 0 15px;
	margin:0;
	background: url(/_assets/img/whiteArrows.gif) no-repeat left center;
}
.message {
	border:1px dashed #666666;
	padding:4px 5px 10px 10px;
	background-color:#E7B033;
}

.titleText{
	color:#990000;
}
