#main{min-height:0px;background:none #fff;padding-bottom: 65px;border-top:none;}

/*** VIDEO LIST ***/

#videolist { width: 194px; float: left; margin-right: 10px;}
#videolist h2 { background: url('/media/6946/main-sprite.png') -360px -177px no-repeat; height: 22px; text-indent: -9999px; margin-bottom: 3px}

#videolist img { margin-bottom: 10px; }

#main_video_wrap {
	float: left;
	margin-right: 15px;
	width: 347px;
}

#main_video_wrap p {
	float: left;
	width: 320px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 17px;
	margin: 10px;
}

#main_video { height: 246px; }

#main_video p {
	margin: 0px;
	padding: 10px;
	background: url(images/video-grad.png) repeat-x bottom;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 324px;
	position: relative;
	top: -5px;
}

#main_video p a {
	color: #bf0014;
	font-weight: bold;
	text-decoration: none;
}

/**** MEDIA LISTS ****/

#media-lists { width: 350px; float: left; }
#media-lists h2 { text-indent: -9999px; }

/**** Podcast List Styles ****/

#podcasts { float: left; width: 360px; }
#podcasts h2 { background: url('/media/6946/main-sprite.png') -359px -200px no-repeat; height: 28px;}

#podcasts table {
	font-size: 12px;
	border-spacing: 0px;
	width: 350px;
}

#podcasts a {
	color: #333;
	text-decoration: none;
	text-shadow: 1px 1px 1px #ececec;
}

#podcasts table td {
	font-family: arial, sans-serif;
	padding: 7px;
	text-shadow: 1px 1px 1px #ececec;
}

#podcasts tr.dark td{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;	
	background: #ececec;
}

#podcasts tr.light td{
	background: #fff;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

#podcasts th {
	text-align: left;
	border-top: 5px solid #bf0013;
	border-bottom: 1px solid #bbb;
	padding: 5px;
	font-family: Arial, sans-serif;
	color: #333;
}

/**** Webinars List Styles ****/
#webinars { float: left; width: 360px; margin-top: 20px;}
#webinars h2 { background: url('/media/6946/main-sprite.png') -359px -231px no-repeat; height: 34px;}

#webinars table {
	font-size: 12px;
	border-spacing: 0px;
	width: 350px;
}

#webinars a {
	color: #333;
	text-decoration: none;
	text-shadow: 1px 1px 1px #ececec;
}

#webinars table td {
	font-family: arial, sans-serif;
	padding: 7px;
	text-shadow: 1px 1px 1px #ececec;
}

#webinars tr.dark td{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;	
	background: #ececec;
}

#webinars tr.light td{
	background: #fff;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

#webinars th {
	text-align: left;
	border-top: 5px solid #bf0013;
	border-bottom: 1px solid #bbb;
	padding: 5px;
	font-family: Arial, sans-serif;
	color: #333;
}

tr.see_all td {
	border-bottom: 1px solid #bbb!important;
	padding: 3px 7px!important;
}

/*Media List Section Headers*/
h2.sectionHeader{text-indent:-9999px;margin-bottom: 3px;}
h2.podcasts{ background: url('/media/6946/main-sprite.png') -359px -200px no-repeat; height: 28px;}
h2.videos{background: url('/media/6946/main-sprite.png') -360px -177px no-repeat; height: 22px;}
h2.webinars{background: url('/media/6946/main-sprite.png') -359px -231px no-repeat; height: 34px;}

/*Media List Tables*/
table.mediaList{border-spacing:0;font-size:12px;width:800px;}
table.mediaList a{color: #333;text-decoration: none;text-shadow: 1px 1px 1px #ececec;}
table.mediaList td{font-family: arial, sans-serif;padding: 7px;text-shadow: 1px 1px 1px #ececec;}
table.mediaList th{text-align: left;border-top: 5px solid #bf0013;border-bottom: 1px solid #bbb;padding: 5px;font-family: Arial, sans-serif;color: #333;}
table.mediaList tr.dark td{border-top:1px solid #fff;border-bottom: 1px solid #fff;background: #ececec;}
table.mediaList tr.light td{background:#fff;border-top: 1px solid #bbb;border-bottom: 1px solid #bbb;}

table.mediaListWide{width:650px;}