#media_player h3 {
	font-size: 26px;
	font-weight: normal;
	color: #AC2134;
	margin: 20px 0;
	letter-spacing: -1px;
	border-bottom: 1px solid #222;
	line-height: 1;
}

#media_player h4 {
	font-size: 1.2em;
	line-height: 1.333em;
	margin: 1.666em 0 -1.333em;	
}

/* Forms */

dl.form {

}

dl.form dt {
	margin: 0.8em 0 0;
	font-weight: bold;
	font-size: 11px;
}

input.input_text {
	border: 1px solid #333;
	padding: 3px;
	background-color: #111;
	color: #eee;
}

dl.form select {

}

dl.form .input_text input,
dl.form .textarea textarea,
dl.form select
{
	border: 1px solid #333;
	padding: 3px;
	font-weight: normal;
	font-size: 13px;
	font-family: "arial" sans-serif;
	background-color: #111;
	color: #eee;
	width: 220px;
}

dl.form select {
	width: auto;
	padding: auto;
}

dl.form .button_submit {
	margin-top: 1.6em;
	text-align: center;	
}

/*#copy dl.form .button_submit a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

dl.form .button_submit a span {
	margin: 0 4px;
	padding: 6px 2em 5px;
	background: url("../images/media/bg-btn.png") no-repeat left top;
	border: 1px solid #222a2f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	text-transform: uppercase;
	font-size: 11px;
}

dl.form .button_submit a:hover span {
	background: url("../images/media/bg-btn-hover.png") no-repeat left top;
}*/


dl.form .button_submit a {
	text-decoration: none !important;
	font-weight: bold;
}

dl.form .button_submit a span {
	margin: 0 4px;
	padding: 6px 1.5em 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	text-transform: uppercase;
	background-color: #1D74BC;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

dl.form .button_submit a:hover span {
	color: #1D74BC;
	background-color: #fff;
}

dl.form dd.captcha {
	text-align: center;
}

dl.form dd.captcha img.captcha_wait {
	visibility: hidden;
	position: absolute;
	margin-left: -2em;
}

dl.form dd.captcha div.div_captcha {
	margin-top: 0.5em;
}

dl.form dd.captcha div.div_captcha img{
	vertical-align: middle;
	margin-right: 0.2em;
}

div.error_message {
	float: left;
	margin-top: -1em;
	width: 225px;
	color: #f00;
	font-weight: bold;
}

.submit_wait {
	text-align: center;
	margin: 0.5em 0 -1em;
	display: none;
}


/* Browse
**************************/

#series_list {
	margin-top: -10px;
	border-top: 5px solid #1D74BC;
}

#series_list #sort_by {
	line-height: 1em;
	margin: -2em 0px 0 0;
	padding: 0em 0 1em;
	font-size: 1.5em;	
	text-align: right;
	color: #444;
}

#sort_by select {
	background-color: #000;
	color: #fff;
	border: 0px solid #222;
	padding: 4px;
	font-family: arial;
	font-size: 12px;
}

#series_list ul {
	margin: 0;
	padding: 0;
	list-style: none;			
}	

#series_list li {
	border-bottom: 1px dotted #222;
	overflow: auto;
	margin: 30px 0 15px;
	padding: 1px 0 30px;
	_height: 1%;
}

#series_list div.series_graphic {
	float: left;
	line-height: 75px;
	background-color: #444;
	text-align: center;
	color: #666;
	font-size: 16px;
	margin-right: 1em;
}	

#series_list div.series_graphic a {
	display: block;
	line-height: 75px;	
	color: #666;
	text-decoration: none;
}

#series_list ul li h3 {
	margin: 0.472em 0 0em;
	font-size: 22px;
	line-height: .945em;
	font-weight: normal;
}

#series_list h3 a {
	text-decoration: none;
	color: #AC2134;	
}

#series_list h3 a:hover {
	text-decoration: underline;	
}

#series_list p.series_date {
	font-size: 17px;
	letter-spacing: -1px;
	margin: 0;
	color: #333;
}

#series_list p.description {
	font-size: 11px;
	margin: 0.945em 0 0;
	height: 3.6em;
	overflow: hidden;
	color: #aaa;
}

#series_list_nav {
	text-align: center;
	color: #888;
	text-transform: lowercase !important;
	font-variant: small-caps;
}

#series_list_nav ul {
	display: inline;
	color: #fff;
}

#series_list_nav ul li {
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 16px;
	margin: 0 .15em;
	
}

#series_list_nav ul li a {
	text-decoration: none;
	/*padding: 4px 8px 3px;
	border: 1px solid #3a464d;	
	background-color: #182025;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	font-weight: bold;
}

#series_list_nav ul li a:hover {
	/*background-color: #638ea4;
	color: #000;
	padding: 5px 9px 4px;
	border: none;*/
}

#series_list_nav ul li span {

}


/* Player
****************************************************/

#check_animation {
	margin: -2.2em 0 0.2em 0;
	font-size: 10px;
	text-transform: uppercase;
	color: #ccc;
}

#check_animation input {
	position: relative;
	top: 2px;
}
		
#media_player {
	/*margin-top: 1.6em;*/
	/*background-color: #000;*/
	position: relative;
	padding: 1px 0;
	overflow: hidden;
}

#media_player span.dummy {
	display: none;
}

#media_player div.pnl_close {
	position: absolute;
	right: 0;
	margin: -2em 0 0 0;		
	line-height: 2em;	
	
	background: #000 url("../images/media/bg-close.png") no-repeat 18px 8px;	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;	
}

#media_player div.pnl_close a {
	padding: 0 20px 0 32px;
	display: block;	
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #fff;	
}

#media_player div.series_description {
	margin: 0 0em;
	display: none;
}

#media_player #pnl_intro div.series_description {
	display: block;
}

/*
#media_player div.series_description #series_description_collapse {
	font-size: 12px;
	max-height: 100px;
	max-height: expression('1500px');
	height: expression(this.offsetHeight>100?'100px':'default');
	overflow: hidden;
	position: relative;
}
*/

#media_player div.series_description #series_description_collapse #series_description_morelink {
	display: block;
	visibility: hidden;
	position: absolute;
	bottom: 4px;
	right: 0;
	padding-left: 1em;
	font-weight: bold;
	background-color:#000;
}

#media_player div.series_description p {
	font-size: 12px;
	max-height: 16em;
	height: expression(this.offsetHeight>100?'16em':'default');
	overflow: auto;
}

#media_player div.series_nav {
	margin: 0em;
}

#copy_body #media_player div.series_nav ul {
	height: 27px;
	
	margin: 0.8em 0;
	padding: 0;
	
	list-style: none;
	
	text-align: center;
	line-height: 27px;
	font-size: 12px;
	font-weight: bold;
}

#media_player div.series_nav ul li {
	display: inline;
}

#media_player div.series_nav ul a {
	text-decoration: none;
	font-weight: bold;
}

#media_player div.series_nav ul li a span {
	margin: 0 0px 0 0;
	padding: 6px .75em 5px;
	/*background: url("../images/media/bg-btn.png") no-repeat left top;
	border: 1px solid #161a1c;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	text-transform: uppercase;
	background-color: #1D74BC;
	font-size: 11px;
	color: #fff;
}

#media_player div.series_nav a:hover span {
	color: #1D74BC;
	background-color: #fff;
}


/* Series Info Panel */

#pnl_intro {
	padding: 1px 0; 
	min-height: 318px;
	height: expression(this.offsetHeight>100?'318px':'default');
}

#media_player #pnl_intro div.series_description p.series_date {
	font-size: 1.5em;
	overflow: visible;
	margin: 0;
	color: #444;
	letter-spacing: -1px;
}

#media_player #pnl_intro div.series_graphic {
	text-align: center;
	float: left;	
	margin-right: 1.5em;
}


/* Video Panel */

#pnl_video {
	padding: 0em 0 1px 0;
	background-color: #000;
	min-height: 368px;
}

#video_player {
	width: 520px;
	padding: 30px 0 0;
	margin: 0px auto 0;
}


/* Audio Panel */

#pnl_audio {
	padding: 0em 0 1px 0;
	background-color: #000;
	min-height: 268px;
}

#pnl_audio div.series_audio {
	background-position: center center;
	background-repeat: no-repeat;
	height: 240px;
	text-align: center;
	margin: .8em 1.5em;
	border: 1px solid #222;	
}

#audio_player_old {
	text-align: center;
	margin: 0;
	padding: 82px 0 83px;
	background: url("../images/media/bg-overlay.png");
}

#audio_player {
	width: 528px;
	height: 180px;
	padding-top: 30px;
	margin: 0 auto;	
}


/* Share Series Panel */

#pnl_share {
	padding: 1px 1.5em;
	background-color: #000;
}

#pnl_share h4 {
	
}

#pnl_share p.share_url {
	margin-left: 2.5em;
}

#pnl_share p.share_url input {
	width: 50% !important;	
}

#pnl_share dl.form {
	margin: 2.4em 0 2.4em 2.5em;
}

#pnl_share #banner_preview {
	text-align: center;
}

#pnl_share #error_message_share {
	padding: 1px 0;
	margin: 2em 0 -2em 2.5em;
	float: none;
}

#pnl_share_thanks {
	padding: 1px 1.5em; 
	background-color: #000;
}


/* Invite a Friend Panel */
	
#pnl_invite {
	padding: 1px 1.5em 1px;
	background-color: #000;
}

#pnl_invite dl.form {
	margin: 2.4em 0 2.4em 0;
	width: 66%;
	border-right: 1px solid #222;
}

#pnl_invite dl.form dt {
	margin-right: 15px;	
}

#pnl_invite p {
	margin-right: 15px;
}

#pnl_invite div.invite_copy {
	margin: 2.4em 0 0;
	padding: 1px 0 0;
	width: 33%;
	float: right;
} 

#pnl_invite .invite_copy p {
	margin-left: 15px;
	margin-right: 0;
	margin-bottom: 0;
}

#pnl_invite p.series_graphic {
	margin-top: 0;
}

#pnl_invite_thanks {
	padding: 1px 1.5em; 
	background-color: #000;
}

/* Wait panel */

#pnl_wait {
	text-align: center;
	padding-top: 140px;
}



/* WEEK PAGER NAVIGATION 
*************************************/

#copy_body #week_nav {
	margin: 0em 2px 0px 1px;
	clear: both;
	border-bottom: 1px solid #333;	
	height: 30px;
	overflow: visible;
}

#week_nav p {
	margin: 0 0 0px;
	float: left;
	display: inline;
	line-height: 30px;
	font-size: 30px;
	color: #222;
	color: #AC2134;
	letter-spacing: -2px;
}

#week_nav ul {
	margin: 0;
	padding: 0;
	display: inline;
	display: inline;
	font-size: 15px;
	font-weight: bold;
}

#week_nav ul li {
	float: left;
	display: inline;
	margin: 0 0 0 6px;
	position: relative;
	margin-bottom: -1px;
}

#week_nav ul li a {
	text-decoration: none;
}

#week_nav ul li span {			
	width: 2em;
	padding: 4px 0;
	display: block;
	
	text-align: center;
	cursor: default;
	
	border: 1px solid #333;	
	border-bottom: none;
	background-color: #111;
	margin-top: 1px;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;	
	font-size: 1.15em;
}		

#week_nav ul li a span {
	background-color: #000;
	color: #444;
	margin-top: 0;
	cursor: pointer;
}

#week_nav ul #link_view_all span {
	width: auto;
	padding: 1px 8px;
}	

#week_nav ul li a:hover span {
	background-color: #222;
	color: #000;
}


/* MEDIA TABLE */

#week_media {
	clear: both;
}

#copy_body #week_media table {
	margin: 0em 0;
	width: 100%;			
	border-collapse: collapse;
	line-height: 1.6em;
	font-size: 15px;
}

#week_media table th {
	padding: 0px 5px;
	color: #111;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
}

#week_media th span {
	display: none;	
}

#week_media table td {
	padding: 3px 5px;
	border: 2px solid #000;
	border-top: none;
	background-color: #111;
	vertical-align: middle;
}

#week_media td.media_category {
	color: #333;	
	text-align: center;
	width: 24px;
}

#week_media td.media_category img {
	behavior:url("/taglib/css/iepngfix.htc");
}

#week_media .media_performer {
	font-style: italic;
	color: #aaa;
	font-size: 11px;
}

#week_media .media_link_video,
#week_media .media_link_audio,
#week_media .media_link_notes {
	width: 80px;
	text-align: center;
}	

#week_media .no_media {
	text-align: center;
}


#week_media table a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

#week_media tr.row_current td {
	background-color:#222;
}

#week_media td.current {
	background-color: #444 !important;
}

#week_media td.current a {
	color: #fff;
	text-decoration: none;
}

#footer {
	margin-bottom: 500px;
}

#search_results {
	margin-top: 1em !important;
}