@import url('/style/global.css');

div#topBanner {
	display:none;
}


a
{
	text-decoration:none;
	color:#4d4e4e;		
}

body
{
}


a:hover
{
	text-decoration:underline;	
}

a:hover p
{
	text-decoration:underline;	
}

#globalNav
{
	width:859px;
	clear:both; 
	border-top:solid 1px white;
	border-left:solid 1px white;
}

#globalLogoPlaceholder
{
	width:100%;
	height:72px;
	clear:both;
	background: #0C2D3C url(/news/images/news_player_logo.gif) left no-repeat;
	background-color: #0C2D3C;
}

#logoImg
{
	width:300px;
	height:54px;	
	margin:9px 0px;
	float:left;
}

#main
{
	width:860px;
	height: inherit;
}

#playerPlaceholder
{
	float:left;
	border-top:solid 1px white;
	width: 100%;
	height: 376px;	
	background-color: #175681;
	clear: both;
}

#playerFrame
{
	margin: 4px auto 0px auto;
	width: 512px;
	height: 334px;
	background-color: #eee;
}

#playerControls
{
	width: 512px;
	height: 46px;
	margin: 0px auto;
	background-color: rgb(164, 150, 121);
}

#left
{
	float:left;
	width: 529px;
}


#playerContent
{
	border-top:solid 1px white;
	border-left:solid 1px white;
	float:right;
	width: 326px;
	height: 461px;	
	background-color: #FFFFFF;
}

#playerFeatures
{
	border-top:solid 1px white;
	width: 100%;
	height: 84px;
	background-color: #e8e8e8;
	clear:both;
}

#playerFeatures .featureModule
{
	float:left;
	width: 48%;
	height: 83px;
}

#playerFeatures .featureModule h2
{
	font-size: small;
	padding: 2px;
	margin: 0px;
}

#playerFeatures .featureModule p
{
	font-size: 8pt;
	padding: 2;
	margin: 0px;
}

#playerFeatures .featureModule img
{
	margin: 0px 4px 2px 0px;
	float:left;
}


#playerFooter
{
	border-top:solid 1px white;
	border-left:solid 1px white;
	width: 859px;
	height: 1.6em;
	background-color: #0c2d3c;
	clear:both;
	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top:0.3em;
}

#playerFooter a {
color:#ffffff;
}

#playerFooter div#copyright{
	background-color: #0c2d3c;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
font-weight:bold;
color:#ffffff;
padding-left:407px;
display:inline;
float:left;
}

#playerFooter div#terms{
	background-color: #0c2d3c;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
font-weight:bold;
color:#ffffff;
float:right;
display:inline;
padding-right:15px;
}


.title
{
	text-align: left;
	vertical-align: baseline;
	padding: 0.2em 0em 0.2em 0em;
	width: 100%;
	
	color:white;
	
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 9px;
	height: 1em;
	min-height: 1em;
}

.title a
{
	color:white;
	text-transform:none;
}

.title a:hover
{
	color:white;
	text-decoration:underline;
}


.buttonPlaceholder
{
	float:left;
	margin: 8px 8px;
}


a.button
{
	background-color: rgb(70,29,23);
	margin:0px 4px;
	padding:0px;
}

a.button img
{
	width:16px;
	height:16px;
	vertical-align: middle;
	padding:4px 9px;
	border: none;
}

.timerPlaceholder
{
	float:left;
	width:200px;
	margin: 8px 8px;
}

.audioPlaceholder
{
	float:left;
	margin: 8px 8px;
}

.audio
{
	font-size:4pt;
	width:7px;
	margin: 0px 0px;
	text-decoration: none;
	border: 1px rgb(70,29,23) solid;
	display: inline-block ;
}

.audioSel
{
	font-size:4pt;
	width:7px;
	margin: 0px 0px;
	background-color: rgb(70,29,23);
	border: 1px rgb(70,29,23) solid;
	text-decoration: none;
	display: inline-block ;
}

#playerContent h1
{
	margin:0em 0em;
	padding:0em 12px;
	font-size: x-large;
	font-weight: normal;
	background-color: #4d4e4e;
	color:white;
	border-bottom:solid 1px white;
	
}

#playerContent h1 span.IndexDate{
	font-size: medium;
}

#playerContent div.clipMenu
{
/*	width:326px; */
	height: 400px;
	overflow:auto; 
}

#playerContent div.clipMenu div.clipTitle
{
	font-size: 10pt;
	font-weight: bold;
	padding: 0.3em 0em 0.2em 0em;
}

#playerContent ul.clipList
{
	list-style: none;
font-weight:normal;
	padding:0px;
	margin:0px;
	border-bottom: 1px #0c2d3c solid;
}

#playerContent ul.clipList li
{
	margin: 0px;
	padding: 0.1em 0.3em 0.5em 12px;
	font-size: 8pt;
	clear: both;
}

#playerContent ul.clipList li.sel
{
	background-color:#e8e8e8;
}

#playerContent ul.sel
{
	background-color:#e8e8e8;
}


#playerContent ul.clipList li .clipNav
{
	margin:0em;
	padding:0.2em 0em;
	clear: both;
	height: 1.2em;
}

#playerContent ul.clipList li .clipPlay
{
	width: 120px;
	float: left;
}

#playerContent ul.clipList li .clipPlay img
{
  padding: 0px 5px 0px 0px;
  border:0px;
}

#playerContent ul.clipList li .clipPlay a
{
	text-decoration: none;
}

#playerContent ul.clipList li .clipPlay a:hover
{
	text-decoration: underline;
}

#playerContent ul.clipList li .clipDuration
{
}


#playerContent ul.clipList li img
{
	float: left;
	margin: 0.2em 0.5em 0.1em 0em;
	border: 1px #555 solid;
}

#playerContent ul.clipList li div.clipDescr
{
	clear: both;
}

#playerContent ul.clipList li div.clipDescr p
{
	margin: 0px;
	padding: 0px;
}

#playerContent ul.clipList li a
{
	text-decoration: none;
}

#playerContent ul.clipList li a:hover
{
	text-decoration: underline;
}

#playerSettings
{
	padding: 1em;
}

div#clipExtraInfo{
	clear: both;
	height: 22px;
	min-height: 22px;
	text-align: center;
}

div#clipExtraInfo a{
	color:white;
	clear: both;
	margin: 0px auto;
	width: 300px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#adPannel{
	clear:both;
}

#adMessage{
	clear: both;
	height: 1em;
	min-height: 1em;
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	padding: 16px 0px;
	text-align: center;
}

#adMessage p{
	margin: 0px auto;
	text-align: center;
}

/* ----------------------------------- Explicit Warning */

div.warning {
	background-color:black;
	color:#ffffff;
	height:334px;
}



div.warning p{
	text-align:center;
	width:382px;
	padding:65px 65px 0px 65px;
	margin:0px;
	font-size:120%;
}

div.warning a {
	color:#ffffff;
}

span.warningOptions {
	font-weight:bold;
	font-size:130%;
	color:#ffffff;
}

span.warningOptions img {
	padding:10px 20px;
}

