@import url(currentSeason.css);

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
	padding: 0px;
	margin: 0px;
	line-height: 1.4;
	}

#outerpage {
margin-left: 30px;
}

#header {
	margin: 15px;
	}	
	
#leftpage {
	margin-top: 25px;
	margin-left: 15px;
	float: left;
	margin-bottom: 10px;
	}
	
#releaseTwo {
	margin-top: 15px;
	}	
	
.tvShowTitle2 {
	font-weight: bold;
	font-size: 14px;
	}	
	
.releaseContent {
	background: #fff;
	padding: 3px 15px;
	width: 521px;
	}
	
.releaseDetails {
	background: #fff;
	padding: 3px 15px;
	}		
	
.releaseImgTag {
	border: 0px;
	}	
	
.releaseCover {
	float: left;
	}
	
.releaseText {
	float: left;
	margin-left: 20px;
	width: 290px;
	}	
	
.releaseDetailsText {
	float: left;
	margin-left: 20px;
	width: 400px;
	}		
	
.cssClear {
	clear: both;
	}		
	
.releaseDesc {
	min-height: 120px;
	_height: 120px;
	}	
	
.releaseDesc, .releaseDetailsDesc {
	padding: 7px 10px 10px 0px;
	display: block;
	}	
		
	
#releaseMorebar {
	margin-top: 10px;
	}	
	
#rightpage {
	float: left;
	margin-top: 25px;
	margin-left: 15px;
	width: 290px;
	}	
	
#releaseMenu {
	float: left;
	width: 144px;
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 15px;
	}	
	
.pollContent {
	background: #fff;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
	padding: 15px;
	width: 260px;	
	}

#pollResultsBar {
	margin-top: 15px;
	}
	
.listenNow {
	background: url(../images/home_listenNow.gif) no-repeat;
	width: 90px;
	height: 15px;
	display: block;
	}	
	
#pageText {
	background: #ffffff;
	padding-left: 10px;
	width: 540px;
	overflow: hidden;
	min-height: 400px;
	_height: 400px;
	}
	
.releaseYear {
	margin-bottom: 15px;
	}	
		
#releaseMenu ul {
	padding: 0px;
	margin: 0px;
}

#releaseMenu li {
	list-style: none;
	margin-bottom: 1px;
}

#releaseMenu li a {
	background: #fff url(../images/releaseMenuLi.gif) 10px 12px no-repeat;
	width: 100%;
	display: block;
	height: 25px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 20px;
	line-height: 2.3;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

#releaseMenu li a:hover {
	background-color: #E6E6E6;
	}

#cdSelector {
	margin: 20px 0px 0px 0px;
	height: 25px;
	}
	
	
.cdSelectButton, .cdSelectButtonSelected {
	padding: 5px;
	width: 40px;
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}	

.cdSelectButton {
	background: #333333;
	color: #FFFFFF;
	border: 1px solid #000;
	
}

.cdSelectButtonSelected {	
	background: #FFFFFF;
	color: #000000;
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 0px solid #000;
	border-top: 1px solid #999;
}

.cdSelectButton:hover {
	color: #999999;
	}
	
form {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}	

.fieldsTable td {
	padding: 1px;
	}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #575757;
	}

/* POLL */
.question {
font-weight: bold;
padding-bottom: 10px;
}
.radio {
width: 28px;
padding-bottom: 2px;
}

.radio input {
	border: 0px;
	}

.vote {
padding-top: 10px;
}

.vote input {
border: 0px;
}

.votePercent {
	padding-left: 5px;
	}
.margin15 td {
padding: 3px;
}

.t-comp-headline {
	font-weight: bold;
	padding-bottom: 15px;
	}
.pollResultPercentage {
font-size: 10px;
font-style: italic;
margin-left: 2px;
color: #000;
}

.pollResultTotal {
color: #000;
line-height: 2;
font-size: 9px;
}

#copyright {
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 40px;
	}

.copyrightHome #copyright {
	margin-left: 0px !important;
	margin-top: 10px;
	}