body {
	margin: 0px;
	background: #005496 url(../images/player_bg.jpg) top left no-repeat;
	font-family: verdana, sans-serif;
    font-weight: normal;
    font-size: 0.75em;
    color: #005496;
}



 td.c2 {text-align:right;    font-family: verdana, sans-serif;
    font-weight: normal;
    font-size: 0.75em;
    color: #2f7889;}
 p.c1 {text-align:left;    font-family: verdana, sans-serif;
    font-weight: normal;
    font-size: 0.75em;
    color: #2f7889;}
	
#videoContainer {
	position: absolute;
	top: 110px;
	left: 30px;
	width: 512px;
	height: 365px;
	margin: 0px;
	z-index:1;
}


#slidesContainer {
	position: absolute;
	top: 148px;
	right: 10px;
	width: 480px;
	height: 360px;
	margin: 0px;
	z-index:1;
	background-color:#FFFFFF;
}

#slideController {
	position: absolute;
	left: 6px;
	top: 186px;
	width: 320px;
	height: 1px;
	z-index:2;
}

#questionframe {
	position: absolute;
	top:545px;
	left: 5px;
	width: 805px;
	height: 100px;
	text-align: left;
}

#player_resources{
	width:320px;
	height:60px;
	text-align:left;
	position:absolute;
	top:190px;
	left: 5px;
	border: 1px solid #B2DEDE;
	font-size:11px;
	background-color:#FFFFFF;
}

#player_resources_headline{}

#player_resources_content{}


#highControl {
	position: absolute;
	top: 510px;
	left: 60px;
	width: 76px;
	height: 20px;
}

#lowControl {
	position: absolute;
	top: 510px;
	left: 310px;
	width: 76px;
	height: 20px;
}

#captions {
	position: absolute;
	top: 510px;
	left: 10px;
	width: 400px;
	height: 70px;
	border: 1px solid #FFF;
	background-color:#FFF;
	color:#000;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#message {
	position: absolute;
	top: 555px;
	left: 15px;
	width: 400px;
	height: 20px;
	font-size:11px;
}

a.message:hover{
color: #FF7200;
}




/**************************
   playerFooterContainer STYLES
**************************/


#playerFooterContainer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	top:550px;
	width: 910px;
	height: 30px;
	padding: 0px;
	background: #99CCCC;
	font-size: 16px;
	color: #FFF;
	text-align: right;
}

#playerFooterContainer a:link, #playerFooterContainer a:visited {
	color: #FFF;
	text-decoration: none;
}

#playerFooterContainer a:hover {
	text-decoration:underline;
}
/**************************
   QUESTIONS PAGE STYLES
**************************/

.questionsBody {

	background-repeat: no-repeat;
}

#questionsHeader {
	position: absolute;
	width: 500px;
	height: 60px;
	top: 5px;
	left: 5px;
	border-bottom: 1px solid #005399;
}

#questionsHeader h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: -10px;
}

#questionsHeader h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#questionsContainer {
	position: absolute;
	top: 130px;
	left: 40px;
	width: 465px;
	font-size: 16px;
	color: #FFF;
}

#indexing{
	position: absolute;
	top: 522px;
	left: 40px;
	width: 200px;
	font-size: 16px;
	color: #FFF;
}