/* These rules will be hidden from NS4 & IE4.5/Mac */
/*-----------------COLORS:--------------------------
bronze #9f6643;
tan #e8d8c3;
dark background: #16110e;
----------------------------------------------------*/

/* Body & Main Wrapper------------------------------------------------*/
/*--------------------------------------------------------------------*/
body {
	/*background: #d0d1d5 url(../images/bodyBkGround.gif) repeat-y top left;*/
	background: #616161 url(../images/bg.jpg) no-repeat top left;
}

/* Product Page Flash Container  ----------------------------------*/
/*-----------------------------------------------------------------*/

#bowData {
	position: absolute;
	top: 74px;
	left: 0px;
	margin: 0;
	padding: 0;
	border: none;
	width: 965px;
	height: 662px;
	background: transparent;
	}


#subData {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	width: 965px;
	font-weight: normal;
	border-right: 1px #888888 solid;
	}

* html #subData { /* this selector recognized by IE only */
	border-right: none;
	}


.content_light {
	display: block;
	margin: 0;
	padding: 0;
	border-top: 1px solid #515257;
	background: transparent;
	width: 965px;
	/* height: 750px;
	overflow: auto; */
	}

.content_light hr {
	border: 0;
	color: #666;
	background-color: #666;
	height: 1px;
	width: 100%;
	text-align: left;
}

.paper {
	/* background: #d9dade  url(../images/paperBkGround.jpg) no-repeat top left; */
	background: #d0d1d5;
}

.top_sub_nav {
	display: block;
	margin: 0;
	padding: 0;
	border-top: 1px solid #330000;
	background: #16110e;
	width: 965px;
}


/*--- red base --*/
.editorial a:link {
	color: #990000;
	text-decoration: none;
	}
.editorial a:visited {
	color: #770000;
	text-decoration: none;
	}
.editorial a:hover {
	color: #cc0000;
	text-decoration: underline;
	}
.editorial a:active {
	color: #990000;
	text-decoration: none;
	}


#weeklyPhoto {
display: block;
	margin: 0;
	padding: 0;
	border-top: 1px solid #660000;
	width: 965px;
	height: 510px;
	}

/* Justin */
#navTrail {
	position: absolute;
	top: 74px;
	left: 0px;
	margin: 0;
	padding: 2px 0 2px 10px;
	border-bottom: 1px solid #330000;
	background-color: #000;
	color: #fff;
	width: 955px;
	font-size: 1.0em;
	}

* html #navTrail { /* this selector recognized by IE only */
	width:  965px; /* total width (only for IE5.x/Win) */
	w\idth: 955px; /* content width (for other IE) */
	}

#navTrail a:link {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.0em;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	}

#navTrail a:visited {
	font-size: 1.0em;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	}

#navTrail a:hover {
	font-size: 1.0em;
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
	}

#navTrail a:active {
	font-size: 1.0em;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	}



table.searchArea {
	position: relative;
	left: 90px;
	margin: 0;
	display: block;
	border: none;
	padding: 0;
}

table.searchArea td {
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	padding: 0 5px 0 0;
	}
	
table.searchArea form select {
	border: 1px solid #444; 
	font-size: 0.9em; 
	background: #333;
	color: #e8d8c3;
}

table.searchArea form input {
	border: 1px solid #444; 
	font-size: 1.0em; 
	background: #333;
	color: #e8d8c3;
}

table.searchArea form select optgroup {
	border: none; 
	background: #222;
 }

table.searchArea form select option {
	border-bottom: 1px solid #444; 
	font-size: 1.0em; 
	background: #222;
	color: #e8d8c3; 
	padding: 0 10px 0 10px;
	margin: 3px 0 5px 0;
	
 }

table.searchArea form fieldset {
	border: none;
	margin: 0; 
	padding: 0;
 }


table.poll_results {
	display: block;
	padding: 0;
	margin: 0;
	width: 250px;
}

table.poll_results td,
table.poll_results th {
	padding: 3px;
	margin: 0;
}

table.poll_results tbody tr {
	color: #e8d8c3;
	background-color: #f1e8db;

}
table.poll_results th {
	color: #e8d8c3;
	width: 250px;
	background-color: #660000;
}



/* specs table */	
table.standard {
	width: 100%;
	border: 1px solid #000;
	padding: 0;
	margin: 0;
}

table.standard td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #FFF;
	padding: 5px 5px 20px 5px;
	margin: 0;
	vertical-align: top;
}

table.standard th {
	border-bottom: 1px solid #000;
	color: #fff;
	background-color: #000;
	padding: 5px;
	margin: 0;
	text-align: left;
	vertical-align: middle;
}

table.standard td.title {
	font-weight: bold;
}


/* tune charts tables Table List ----------------------------------------------*/
/*------------------------------------------------------------------*/
table.tunechart {
	color: #000;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 500px;
	}

table.tunechart th,
table.tunechart td {
	font-size: 1.0em;
	margin: 0;
	padding: 2px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	color: #000;
	}

table.tunechart td p {
	color: #000;
}

table.tunechart th {
	font-size: 1.0em;
	color: #FFF;
	background: #330000;
	}

table.tunechart td {
	font-size: 1.0em;
	color: #000;
	background: #cabca9;
	}



/* eList / registration Forms -------------------------------------*/
/*-----------------------------------------------------------------*/
form.eList {
	margin: 0;
	padding: 0;
	}
	
form.eList fieldset {
	border: none;
	padding: 10px;
	}

form.eList select, input, textarea {
	margin:0 0 0 -0.25em ;
	padding: 1px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000;
	border: 1px solid #979797;
	line-height: 1.5em;
	}

form.eList label {
	float: left;
	width: 200px;
	line-height: 1.5em;
	margin:0.5em 10px 0.25em 0;
}

form.eList span {
	line-height: 1.5em;
}

form.eList hr {
	border: 0;
	color: #666;
	background-color: #979797;
	height: 1px;
	width: 100%;
	text-align: left;
	margin: 6px 0 6px 0;
}



/* MediaLogin / registration Forms --------------------------------*/
/*-----------------------------------------------------------------*/
form.mediaLogin {
	margin: 0;
	padding: 0;
	}
	
form.mediaLogin fieldset {
	border: none;
	padding: 0;
	}

form.mediaLogin input {
	margin: 0 0 5px 0;
	padding: 1px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000;
	border: 1px solid #c1bdad;
	line-height: 1.5em;
	}

form.mediaLogin label {
	display: block;
	margin: 0;
}

img.plusMinusBtn {
	display: inline;
	margin-right: 4px;
	}

.thumbContainer {
	display: inline;
	float: left;
	margin: 5px 50px 5px 0;
	text-align: center;
	width: 140px;
}

.thumbContainer img {
	border: none;
}

/*--- red base --*/
.thumbContainer a:link {
	color: #990000;
	text-decoration: none;
	}
.thumbContainer a:visited {
	color: #770000;
	text-decoration: none;
	}
.thumbContainer a:hover {
	color: #cc0000;
	text-decoration: underline;
	}
.thumbContainer a:active {
	color: #990000;
	text-decoration: none;
	}

.photoContainerLogos {
	background-color: #fff;
	padding: 5px;
	height: 125px;
	line-height: 125px;
	border: 1px solid #cc0000;
	}
	
.photoContainerBows {
	background-color: #fff;
	padding: 5px;
	height: 250px;
	line-height: 250px;
	border: 1px solid #cc0000;
	}

.photoContainerAds {
	background-color: #fff;
	padding: 5px;
	height: 200px;
	line-height: 200px;
	border: 1px solid #cc0000;
	}

.photoContainerVideos {
	background-color: #fff;
	padding: 5px;
	height: 100px;
	line-height: 100px;
	border: 1px solid #cc0000;
	}

.photoContainerLogos img,
.photoContainerBows img,
.photoContainerAds img,
.photoContainerVideos img {
	display: inline;
	vertical-align: middle;
	}


/* ---------------- TOURNEY RESULTS TABLE ---------------*/

table.tourney {
	width: 250px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	margin: 10px 0 10px 0;
	padding: 0;
	border-left: 1px solid #9f6643;
	border-top: 1px solid #9f6643;
	background-color: #000;
	text-align: left;
	}

table.tourney th {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	margin: 0;
	padding: 4px;
	background-color:#000000;
	color: #e8d8c3;
	font-weight: bold;
	text-align: left;
	}
 
table.tourney td {
	color: #e8d8c3;
	padding: 10px;
	font-size: 1.0em;
	text-align: left;
	border-top: none;
	border-right: 1px solid #9f6643;
	border-bottom: 1px solid #9f6643;
	}

table.tourney td.textRight {
	text-align: right;
	}

table.tourney td.smaller {
	font-size: 1.0em;
	}

table.tourney td.small {
	font-size: 0.9em;
	}

table.newTable th {
	background: #cc0000;
	}
