/* The following code forces a vertical scroll bar to stop page shifts on short pages */
html { min-height: 100%; margin-bottom: 1px; }

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-color:#3b3b3b;
}

td {
	font-family: Verdana;
	font-size:12px;
	border-width: 0;
	color: #000;
}

h1 {
	font-size:12px
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.disclaimer {
	font-family: Verdana;
	font-size:9px;
}

.welcome20 {
	color: #7156B0;
	font-size:20px;
	font-weight: bold;
}
.welcome16 {
	color: #7156B0;
	font-size:16px;
	font-weight: bold;
}
.welcome16white {
	color: #FFFFFF;
	font-size:16px;
	font-weight: bold;
	margin-left: 85px;
}
.BlueHeading {
	color: #0000FF;
	font-weight: bold;
	font-size: 12px;
}
.WhiteHeading {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.OrangeHeading {
	color: #ff7f01;
	font-weight: bold;
	font-size: 12px;
}

.formstate {
	font-weight: normal;
	font-size: 10px;
	color:#0033FF;
}

.twitter {
	background:url(images/twtterbg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.twitterhead {
	padding-top:10px;
	font-size:20px;
	color:#666666;
}

.android-table {
	background-color:#AAFFAA;
}

.apple-table {
	background-color:#EEEEEE;
}
.countdown {
	background:url(images/360-Button---tune-in-live.png);
	font-family:Verdana, Geneva, sans-serif;
	height: 73px;
}

.countdown-summer {
	background:url(images/360-Button---tune-in-summer.png);
	font-family:Verdana, Geneva, sans-serif;
	height: 73px;
}

.countdown-return {
	background-image:url(images/1000-Summer-Series-2012.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#cd {
	width: 220px; height: 1px;
	padding: 0px;
	font-family: Arial; font-size: 20pt;
	font-weight:bold;
	color:#FFCC00;
	background-color:#FFF;
}

/* Normal site link states */
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:active {
	color: #71AC35;
}
a:hover {
	color: #71AC35;
}

/* White on Purple site link states */
a.special:link {
	color: #ffffff;
	text-decoration:underline;
}
a.special:visited {
	color: #ffffff;
	text-decoration:none;
}
a.special:active {
	color: #ffffff;
	text-decoration:none;
}
a.special:hover {
	color: #ffffff;
	text-decoration: underline;	
}

/* Newsletter NAV*/
.nl-title{
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	font-weight:bold;
	background-color:#7557ad;
	color:#FFFFFF;
	}
	
.nl-options{
	font-size:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	font-weight:normal;
	background-color:#a17ee1;
	color:#FFFFFF;
	}
	
a.nlspecial:link {
	color: #ffffff;
	text-decoration:none;
}
a.nlspecial:visited {
	color: #ffffff;
	text-decoration:none;
}
a.nlspecial:active {
	color: #ffffff;
	text-decoration:none;
}
a.nlspecial:hover {
	color: #ffffff;
	text-decoration: underline;	
}

