/* VOX Media player */
body{
	background:#fff url("/media/img/layouts/vox/player_bkgd.gif") repeat-y;
	margin:0;
	max-height:575px;
	max-width:625px;
	}
#top_bar{
	background: #525252 url("/media/img/layouts/vox/player_gradient.jpg") bottom repeat-x;
	border-bottom:2px solid #fff;
	margin:0;
	height:49px;
	}
#logo{
	background: url("/media/img/layouts/vox/player_logo.jpg") top left no-repeat;
	height:49px;
	margin:0 0 0 5px;
	float:left;
	width:200px;
	}
#missourian{
	background: url("/media/img/layouts/vox/player_frommo.jpg") bottom no-repeat;
	float:right;
	position:relative;
	width:200px;
	height:47px;
	}
#bottom_area{
	width:625px;
	margin:0px;
	border-top:3px solid #6f2121;
	}
#left{
	width: 425px;
	float:left;
	height:400px;
	padding: 0px 0xp 0xp 20px;
	}
#left .audio{
	position: absolute;
	top:200px;
	left: 50px;
}

#left .slideshow{
	position: absolute;
	left: 12px;
}

#right{
	width:180px;
	float:left;
	border-left:2px solid #ccc;
	background:#eae9e9;
	padding:0 0 0 5px;
	position:relative;
	}
h1{
	color:#666;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	width:inherit;
	}
p{
	font-family:Helvetica, Arial, sans-serif;
	line-height:15px;
	font-size:13px;
	text-align:left;
	overflow:hidden;
	color:#333;
	margin:4px;
	}
p.byline{
	color:#6f2121;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	}
p.byline a:link{
	color:#6f2121;
	text-decoration:none;
	}
p.byline a:visited{
	color:#6f2121;
	text-decoration:none;
	}
p.byline a:hover{
	color:#333;
	text-decoration:underline;
	}
p.runtime{
	color:#525252;
	text-align:right;
	font-size:11px;
	}
#ajax{
	background:#d4d3d3 url("/media/img/layouts/vox/player_ajax.gif") bottom left repeat-x;
	clear:both;
	text-align: center;
	width:625px;
	border-top:3px solid #ccc;
	overflow:hidden;
	padding: 0px;
	}
#ajax .description{
	display: none;
	position: absolute;
	top: 400px;
	width: 425px;
	height: 55px;
	text-align: left;
	background:#d4d3d3 url("/media/img/layouts/vox/player_ajax.gif") bottom left repeat-x;
	z-index:4;
}


#ajax h3{
	margin:2px 7px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#6f2121;
	}
#ajax .thumbmedia{
	width:135px;
	float:left;
	margin:10px 0px 10px 0px;
	}
	
#ajax img{
	border: none;
}

#ajax .subhed{
	color:#FFF;
	margin-left:7px;
	}
#ajax .mediatype{
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	margin-left:4px;
	font-family:Helvetica,Arial,sans-serif;	
	}
#ajax .arrow{
	float: left;
	margin: 20px 10px 10px 10px;
	width: 20px;
}

#tools {
	width: 170px;
	height: 20px;
	float: right;
	margin: 5px 12px 0px 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666;
	text-align: right;
	}
#tools a:link {
	text-decoration: none;
	text-align: left;
	color:#521717;
	font-size:10px;
	}
#tools a:visited {
	text-decoration: none;
	}
#tools a:hover {
	color: #333;
	text-decoration: none;
	}
.tool {
	width: 12px;
	height: 12px;
	margin: 0 2 -4px 2px;
	}
#email_form{
	background-image: url("/media/img/layouts/vox/bg.jpg");
	position: absolute;
	text-align: left;
	display: none;
	width: 375px;
	margin: 30px 4px 4px 4px;
	padding: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	letter-spacing: 0;
	color: #000;
	border: 1px solid #CCC;
	background-repeat: repeat;
	}
#email_form .note{
	margin: 2px 0 10px 14px;
	}
#email_form .buttons{
	margin-top: 4px;
	width: 340px;
	text-align: right;
	}
#email_form a:link {
	text-decoration: none;
	text-align: left;
	color:#521717;
	}
#email_form a:visited {
	text-decoration: none;
	}
#email_form a:hover {
	color: #333;
	text-decoration: none;
	}