/* Styles for friday show */

body {
	color:#747474;
	font-family: Arial,sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	overflow:auto;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

#container {
	width:100%;
}

.holder {
	background: #ffffff none repeat scroll 0 0;
	margin: 0 auto;
	width: 1000px
}

.main_content {
	background: #ffffff none repeat scroll 0 0;	
	height: 100%;
	width: 792px;
	padding:0 104px 30px 104px;
}

.main_content .element {
	margin-bottom:30px;
}

.main_content_left {
	border-right: 1px solid #ffffff;
	float: left;
	padding: 0 10px 0 0;
	width: 530px;
}

.main_content_left h2 {
	color:#272420;
	font-size:18px;
	font-weight:normal;
	line-height:120%;
	margin:0;
	padding: 0 0 10px 0;
}

.main_content_right {
	float: right;
	padding: 0 0 0 10px;
	width: 223px;
}

.main_content_right .item_wrapper{
	width: 188px;
	background-color: #ffffff;
	padding: 4px;
	margin-bottom:5px;
}

.main_content_right .item_preview_person .item_preview_details {
	width: 100px;
}
.main_content_right .item_preview_person .item_preview_image {
	width: 42px;
	height: 42px;
}
.main_content_right .item_preview_image img{
	padding:0px;
}

.right_panel {
	margin-bottom:20px;
}

.right_panel .top {
	background: url(/images/right_actions_box_top.png); 
	height: 10px; 
	width: 230px; 
	margin-left: 2px
}

.right_panel .middle_blue {
 	background-image: url(/images/bluepanel.jpg);
	padding: 5px 10px 5px 12px;
}

.right_panel .bottom_blue {
	background: url(/images/bluebottom.jpg); 
	height: 17px; 
	width: 222px; 
}

.right_panel2 {
	margin-bottom:20px;
}

.right_panel2 .top_grey {
	background: url(/images/past_shows.jpg); 
	height: 58px; 
	width: 222px; 
}

.right_panel2 .middle_grey {
 	background-image: url(/images/greypanel.jpg);
	padding: 10px 10px 10px 11px;
}

.right_panel2 .bottom_grey {
	background: url(/images/greybottom.jpg); 
	height: 17px; 
	width: 222px; 
}

.header_top {
	height: 166px;
}

.bannertop{
	background-image: url(/images/banner_side.jpg);
	background-repeat: repeat-x;
	height: 222px;
	width:100%;
	position: absolute;
	padding: 0;
	border:none;
	z-index:-1;
}

.bannerbottom{
	background: url(/images/banner_bot.jpg);
	background-repeat: repeat-x;
	height: 90px;
	width:100%;
	position: absolute;
}
.clear {
	clear:both;
}

.image_holder{
	padding-left: 244px;
	padding-top: 100px;
}

.item_wrapper {
	margin-bottom:10px;
	margin-right:10px;
	width:520px;
}
.video_people .item_wrapper {
	float:left;
	margin-right:10px;
	border: 1px solid #9D9D9D;
	padding: 5px;
}
.item_preview_business{
    float:left;
}

.item_preview_business .item_preview_image {
	width: 110px;	
} 
.item_preview_business .item_preview_details {
	width: 110px;
}

.item_preview_person{
    float:left;
}
.item_preview_person .item_preview_image {
	width: 46px;
}
.item_preview_person .item_preview_details {
	width: 174px;
}

.item_preview_description {
	float: left;
	width:280px;
}
.item_preview_description p {
	font-size: 11px;
	margin:0;
	padding: 0;
}
.item_preview_description a {
	text-decoration:none;
	font-size: 11px;
	margin:0;
	padding: 0;
}

.item_preview_image {
	float: left;
	margin-right: 10px;
}
.item_preview_image img {
	border: 1px solid #9D9D9D;
	padding: 2px;	
}
.item_preview_details {
	float: left;
	margin-right: 10px;
}
.item_preview_details h4 {
	font-size: 12px;
	margin:0;
	padding: 0;
}
.item_preview_details p {
	font-size: 11px;
	margin:0;
	padding: 0;
}

.item_preview_video .item_preview_image {
	margin-right:8px !important;
	width:70px;
}
.item_preview_video .item_preview_details {
	width:100px;
	font-size: 11px;
}
.item_preview_video img {
	padding: 0px;
}



#title{
	font-size: medium;
	font-family: "Trebuchet MS";
}

p {
	line-height:115%;
	margin:0 0 10px 0;
	font-size: small;
}

h2 {
	font-size: small;
	font-family: "Verdana";
	font-weight: normal;
}

h3 {
	color: #24a7e6;
	font-size: smaller;
}

a {color: #24a7e6; text-decoration: none; font-family: "Arial"; cursor: pointer;}

a:visited {color: #24a7e6; text-decoration: none; }

a:hover {color: #1f80ae; text-decoration: none;}

a img { border: none;}

