/* Basic page setup */
.textWhiteStandard, div,td
{	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
}
.err 
{
		color:#FF8383;
	font-weight:bold;
		font-size:14px;
}
.errorAst 
{
	margin-left:10px;
	color:#FF8383;
	xcolor:#D1F1FF;
	font-weight:bold;
	display:inline;
	font-size:14px;
}
.videoThumbMedium 
{
	max-width:163px;
	width:expression((this.width>163)&&(this.width >= this.height) ?163:true);
	max-height:118px;
	height:expression(((this.height>118)&&(this.height>=this.width)) ?118:true);

	border:solid 5px #24373D;
}
.videoPlayIcon 
{
	position:relative;
	left:-11px;
	top:30px;
	z-index:120;
	height:21px;width:21px;
	
}
* {
	margin:0;
	padding:0;
	line-height:100%;
	color:#FFFFFF;
}
.dropdownlist 
{
	background-color:#46626A;
	border:solid 1px #46626A;
	font-family:Arial;
	font-size:12px;
	padding:2px;
	color:#FFFFFF;
}
.dropdownlist2
{
	background-color:#46626A;
	border:solid 1px #46626A;
	font-family:Arial;
	font-size:12px;
	padding:2px;
	color:#FFFFFF;
}
.textfield 
{
	border:solid 1px #dedede;
	color:#000000;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.button 
{
	border:solid 1px #dedede;
	color:#000000;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
body {
	text-align:center;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border:none;
}

#content {
	text-align:left;	
	width:936px;
	margin:0 auto 0 auto;
	padding:10px 10px 0 10px;
	
	background-image:url(img/bg/content_bg.jpg);
	background-repeat:repeat-x;
}

#topnav {
	height:65px;
	width:936px;	
	margin-bottom:15px;
	margin-top: -5px;
}

#promos {
	height:230px;
	width: 936px; 
	padding: 0 0 5px 0;
}

#footer {
	width:935px;
	height:94px;
	
	margin-top:7px;
	display:block;
	clear:both;

	background-image:url(img/bg/footer_color_bg.png);
	background-repeat:repeat-x;
	background-position:0 12px;
}

.darkPromo700 
{
	width: 700px;
	
	background-image:url(img/bg/dark_700w.jpg);
	background-repeat:no-repeat;
	background-color:#6C929D;
}
.darkPromo700_Inner 
{
	padding:20px 10px 20px 10px;
}
.videoContent {
	width: 936px;
	height: 446px;
	
	padding: 0 0 5px 0;
	overflow:hidden;
	
	background-image:url(img/bg/home_videos_bg.jpg);
	background-repeat:no-repeat;
}

.disorderVids {
	width:690px;
	height:220px;
	
	border: 5px solid #a0e0ea;
	background-position:-5px -5px;
}

.homevids, .topvids {
	margin-left: 53px;
}

.bottomvids { clear:both; }
.bottomvids .videothumb {  margin-top:10px !important; margin-top:3px; } /* stupid IE !important hack */

.topvids p, .topvids h5, .topvids a { color: #1e2e33; }

.videothumb {
	float:left;
	width: 180px;
	height: 190px;
	
	margin-left:23px;
	
	background-repeat:no-repeat;
	background-position: 6px 6px;
}

.videothumb img, .videothumb2 {
	margin-bottom:7px;
}

.videothumb2 {
	float:left;
	width: 180px;
	
	margin-left:23px;
	
	background-repeat:no-repeat;
	background-position: 6px 6px;
}


/* Top Nav image formatting */
#navlogo {
	z-index:10;
	position:absolute;
	top:5px;
	margin-left:20px;
}




/* Promo Boxes */
#ticker {
	overflow:hidden;
	float:left;
	width:465px;
	height:230px;
}

#ticker .container {
	position:relative;
	z-index:1;
	bottom:22px;
}

.bottomButton {
	/* height:22px; */
	overflow:hidden;
	float:right;
	display:block;
	position:relative;
	/* vertical-align:bottom; */
	z-index:20;
	top:200px;
	right:5px;
}

.promoBox .bottomButton {
	top:191px;
	right:6px;
}

.bottomButtonLeft {
	height:18px;
	display:block;
	position:relative;
	vertical-align:bottom;
	z-index:20;
	top:200px;
	left:5px;
}

.widePromo, .tallPromo, .promoBox {
	float:left;
	overflow:hidden;
	
	margin-left:5px;

	border-width:5px;
	border-style:solid;

	background-position:top;
	background-repeat:repeat-x;
}

div.promoBox {
	width:220px;
	height:220px;
}

div.tallPromo {
	margin-left:0;
	height:480px;
	width:220px;
}

div.widePromo {
	width:455px;
	height:220px;
}

.dark {
	border-color:#6c939e;
	background-image:url(img/bg/promoDark_bg.jpg);
	background-color: #6c939e;
}

.medium {
	border-color:#a0e0ea;
	background-image:url(img/bg/promoMedium_bg.jpg);
	background-color: #a0e0ea;
}

.light {
	border-color: #c8eeff;
	background-image:url(img/bg/promoLight_bg.jpg);
	background-color: #daf4ff;
}

div.middlebar {
	width:935px;
	height:107px;
	margin:5px 0 5px 0;

	background:url(img/bg/disorder_bar_bg.jpg) repeat-x;

	overflow:hidden;
	clear:both;
}

div.moodmusic {
	margin:28px 25px 0 0;
	padding-left:20px;
	width:180px;
	float:left;
	
	background:url(img/vertical_rule.gif) left no-repeat;
}


div.relatedLink {
	margin-top:8px;
}


/* Text and Link formatting */

.light * { color:#1e2e33; }

p {}

	p {
		font-size:11px;
	}
	
	#footer p {
		text-align:center;
		font-size:10px;
		color:#c8eeff;
		margin-top:6px;
	}
	
	div.questions p {
		margin: 0 10px 5px 10px;
	}
	.dark p, .dark label{
		color: #FFFFFF;
	}	
	.medium p, .light p, .medium label, .light label {
		color: #1e2e33;
	}
	
	div.promoBox p {
		margin:7px;
	}
	
	p.boldrule {
		font-size:12px;
		font-weight:bold;
	}
	p.boldruleHead {
		font-size:13px;
		font-weight:bold;
	}
	div.relatedLink p {
		margin-top:0;
		margin-bottom:2px;
	}
	
	div.moodmusic p {
		margin-bottom:5px;
	}
	
	.promoColumn p {
		margin-bottom:17px;
		margin-left:9px;
	}
.dividerRule 
{margin-top:10px;
	margin-bottom:10px;
		width:689px;
		height:1px;
		/*background-image:url(img/bg_lightdivider.gif) ;
		background-repeat:repeat-x;
*/
		background-color:#9AB4C0;
		border-top:solid 1px #62737B;
}
a {}
	
	#footer a {
		color:#c8eeff;
		text-decoration:none;
	}
	#footer a:hover {
		color:#FFFFFF;
		text-decoration:underline;
	}
	
	.videothumb a {
		font-weight:bold;
		text-decoration:underline;
	}
	
	.videothumb a:hover {
		color:#FFFFFF;
	}
	
	p.boldrule a {
		padding:10px 9px 10px 9px;
		color: #1e2e33;
		text-decoration:none;
		display:block;
		width:auto;
		height:auto;
		background:url(img/divider_rule.jpg) bottom repeat-x;
		cursor: default;
	}
		
	p.xboldrule a:hover {
		background-color:#FFFFFF;
	}
	
	p.boldruleHead a {
		padding:10px 9px 10px 9px;
		color: #1e2e33;
		text-decoration:none;
		display:block;
		width:auto;
		height:auto;
	
	}
h5 {}
	
	div.moodmusic h5 {
		text-transform: capitalize;
	}
	
	.videothumb h5 {
		font-size:12px;
		font-weight:bold;
	}
	
	.relatedLink h5 {
		font-size:11px;
		font-weight:bold;
		margin-left:7px;
	}
	
	.promoColumn h5 {
		font-size:11px;
		text-transform:capitalize;
		margin-left:9px;
	} 
	

.black 
{line-height:16px;
		color:#000000;
}
.black2 
{
		color:#000000;
}
.lightblue
{color:#C4E9FC;
}
.privacy
{
	font-size: 12pt;
}
.privacy p
{
	margin-top: 10px;
	font-size: 10pt;	
}

.privacy p strong
{
	font-weight: bold;	
}

.privacy a
{
	color: #C8EEFF;
}
UL 
{
	margin-top:10px;
}
UL LI 
{
	margin-bottom:5px;
	margin-left:10px;
}