#copy h2 {
	margin: 0.85em 0;
}

#copy h2 a {
	text-decoration: none;	
}

#copy {
	width: auto;
	float: none;
	padding: 1px 0;
}

#copy_body {
	margin: 0;
	border: none;	
}

/* Forms */

#copy dl.form {
	margin: 0;
}

dl.form dt {
	margin: 0.85em 0 0;
}

input.input_text {
	border: 1px solid #aaa;
	padding: 3px;
	font-weight: normal;
	font-size: 13px
	font-family: "arial", sans-serif;
	background-color: #fff;
	color: #222;
}

dl.form select {

}

dl.form .input_text input,
dl.form .textarea textarea,
dl.form select
{
	border: 1px solid #aaa;
	padding: 3px;
	font-weight: normal;
	font-size: 13px
	font-family: "arial", sans-serif;
	background-color: #fff;
	color: #222;
	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: #2271a9 url("../images/media/bg-btn.png") no-repeat left top;	
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
	/*border: 1px solid #2271a9;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	text-transform: uppercase;
	font-size: 11px;
}

dl.form .button_submit a:hover span {
}

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;
}

#podcast {
	margin-top: -3em;
}

#link_podcast {
	font-size: 11px;
	line-height: 4.3em;
	padding-left: 19px;
	background: url("../images/media/podcast_link-bg.gif") no-repeat left center;
}


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

#series_list {
	margin-top: -1.7em;
	border-top: 2px solid #ccc;
}

#series_list #sort_by {
	line-height: 1.89em;
	margin: -3em 0px 0 0;
	padding: 0 0 0.75em;
	font-size: 11px;
	text-align: right;
}

#sort_by select {
	width: 100px;
	font-family: arial;
	font-size: 11px;
}

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

#series_list li {
	border-bottom: 1px dotted #aaa;
	overflow: auto;
	margin: 1.7em 0;
	height: 142px;
}

#series_list div.series_graphic {
	float: left;
	margin-right: 1em;
}	

#series_list div.series_graphic a {
	display: block;	
	text-decoration: none;
}

#copy #series_list ul li h3 {	
	margin: 0;
}

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

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

#series_list p.series_date {
	font-size: 10px;
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
	text-transform: uppercase;
	margin: 0;
}

#series_list p.description {
	margin: 0.85em 0;
	height: 3.4em;
	overflow: hidden;
}

#series_list_nav {
	text-align: center;
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
	padding: .85em 0 0
}

#series_list_nav ul {
	display: inline;
}

#series_list_nav ul li {
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	
}

#series_list_nav ul li a {

}

#series_list_nav ul li a:hover {

}

#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: #ddd;
	position: relative;
	padding: 0px 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: #2271a9 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;	
	
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
}

#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 1.5em;
	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;
}

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

#media_player div.series_description p.series_date {
	font-size: 10px;
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
	text-transform: uppercase;
}

#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-family: "lucida sans unicode", "lucida grande", sans-serif;
	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;
	color: #fff;
}

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

#media_player div.series_nav a:hover span {
}


/* Series Info Panel */

#pnl_intro {
	padding: 1px 0 1px; 
}

#media_player #pnl_intro div.series_graphic {
	text-align: center;
	background-color: #000;
	float: left;	
	margin-right: 1.5em;
	margin-bottom: .25em;
	padding: 0;
}
/*
#media_player #pnl_intro div.series_description {
	float: left;
	margin: 0;
	width: 160px;
}*/

#media_player #pnl_intro div.series_description p {
	margin-bottom: 0;	
}

#media_player #pnl_intro  div.series_nav {
	clear: both;
}

/* Video Panel */

#pnl_video {
	padding: 0px 0 1px;
}

#video_player {
	text-align: center;
	background-color: #000;
}


/* Audio Panel */

#pnl_audio {
	padding: 1px 0;
}

#pnl_audio div.series_audio {
	background-position: center center;
	background-repeat: no-repeat;
	height: 240px;
	text-align: center;
}

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

#audio_player {
	height: 180px;	
	background-color: #000;
	margin: 0;	
	text-align: center;
}


/* Share Series Panel */

#pnl_share {
	padding: 1px 1.5em;
}

#pnl_share h4 {
	margin-bottom: -.85em;
}

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

#pnl_share dl.form {
	margin: 1.7em 0 1.7em 1.5em;
}

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

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

#pnl_share_thanks {
	padding: 1px 1.5em; 
}


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

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

#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: 243px;
	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; 
}

/* Wait panel */

#pnl_wait {
	text-align: center;
	padding-top: 4em;
}



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

#copy_body #week_nav {
	margin: .85em 0 0;
	clear: both;
	border-bottom: 1px solid #999;	
	height: 28px;
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
}

#week_nav p {
	margin: 0;
	float: left;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2.4em;
}

#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: 1px 0;
	display: block;
	text-align: center;
	cursor: default;
	border: 1px solid #999;	
	border-bottom: none;
	background-color: #ddd;
	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;	
}		

#week_nav ul li a span {
	background-color: #999;
	color: #fff;
	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: #fff;
	color: #000;
}


/* MEDIA TABLE */

#week_media {
	clear: both;
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
}

#copy_body #week_media table {
	margin: 0em 0;
	width: 100%;			
	border-collapse: collapse;
	line-height: 1.7em;	
}

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

#week_media th span {
	display: none;	
}

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

#week_media td.media_category {
	color: #3a464d;	
	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: 10px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

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

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

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

#footer {
	margin-bottom: 500px;
}

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

#debug {
	display: none;
}