/*
	default 0.1
	A simple default "skin" 
	
	Author: Guy Hagen (March 10, 2007)
	
	lite blue: aeaeae
	dark blue: 515ba8;
*/
* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

body {
	margin: 0; 
	padding: 0;
	background-color:#ffffff;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}



.floated {
	float: left;
	position:relative;
}
/* simple clearfix */
.simpleclearfix {
	o\verflow: auto;
	}
* html .simpleclearfix {
	height: 100%; /* IE5-6 */
	}
	


.container {
	margin: 0px auto;
	padding: 10px 20px 10px 20px;
	position:relative;
	clear: left;
	text-align: left;
}

.wrapper {
	margin: 0px 0px 0px 0px;
	font-size:11px;
	height: 100%;
}


.nav {
	background: #ffffff;
	margin: 0px 20px 20px 0px;
	padding:0px;
	width:186px;
	height: 100%;
	
}
.nav_top {
	background-image: url(./images/left_top.gif);
	background-position: 0px 0px;
	background-repeat: none;
	height: 132px;
	width:186px;
	margin:0px;
	padding:0px;
}
.nav_list {
	background:#dcdfef;
	margin:0px;
	padding: 10px 10px 10px 0px;
	border: none;
}
.nav_bottom {
	background-image: url(./images/left_bottom.gif);
	background-position: 0px 0px;
	background-repeat: none;
	height: 21px;
	width:186px;
	margin:0px;
	border: none;
	padding:0px;
}

.nav ul
{  
	list-style-type:none;
	padding:0px;
	margin:0px;
	width:186px;
	border-top: 2px solid #ffffff;
}
.nav li
{  		
	padding:0px 10px 10px 10px;
	font-size: 13px;
	border-bottom: 2px solid #ffffff;
	
}
.nav a 
{
	text-decoration:none;
}
.nav li:hover
{  	
	text-decoration:underline;
}


.options
{
	padding: 0px 20px 0px 20px;
}

img , a img {
border: none;
}

#pup {
	position                : absolute;
	width                   : 250px;
	padding                 : 5px;
	font-size               : 10px;
	text-align              : left;
	border                  : 2px solid #333;
	z-index                 : 200; /* aaaalways on top*/
	background-color: #7aa858;
	color:#000000;
	border:1px solid #ffffff;
}

#pup a {
	color:#a7cd8c;
}



/* ##########################################################################
	custom controller styles
	######################################################################### */


.centerbox {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#controls {
	vertical-align: middle;
}

#buttons
{
   position:relative;
	font-size:50%;
	vertical-align: text-top;
	float: left;
	z-index:500;
}

#timeindex
{
	color:#515ba8;
	padding:10px 10px 0px 0px;
    margin-left: auto;
    margin-right: auto;
	font-size:12px;
	position:relative;
	float: left;
	width:40px; 
}

#timebar {
	position:relative;
    top: 10px;
    width: 381px;
    height: 16px;
    background-color: #dcdfef;
    margin-left: auto;
    margin-right: auto;
	float: left;
}

#timebarIndicator {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 15px;
    height: 14px;
    margin-top:1px;
    z-index:101;
}

#progressline {
	border-right:2px dashed #ff0000;
	height:150px;
	display:block;
	width:3px;
	position: absolute;
	z-index:105;
	margin: -184px 0px 0px 133px;
	float:left;
}

.chart {
	margin-left:52px;
}

.slider
{
    position: absolute;
    display: block;
    float:none;
    z-index=600;
	
}

.textbox
{
	width:600px;
	padding:20px;
	position:relative;
}

.textbox p
{
	margin-bottom:18px;
}

/*email obfuscator */
p span.displaynone { 
	display:none; 
}


.progress {
	font-size:100%;
	background-color:#aaaaaa;
}


/* special layers to manage video control interface */
.buttonblock
{
	margin: 0px auto 0px auto;
	width:510px;
	background-color:#ffffff;
	z-index:101;
	display:block;
	position: absolute;
	opacity:.50;filter: 
	alpha(opacity=50); 
	-moz-opacity: 0.50;
}

.buttonblock2
{
	background: url("./images/playblocker.gif") center  162px no-repeat;
	z-index:102;
	display:block;
	position: absolute;
	font-size: 13px;
	padding-top:26px;
	color:#515ba8;
	width:510px;
	height:200px;
}

.buttonblock3
{
	background: url("./images/playblocker2.gif") center  162px no-repeat;
	z-index:102;
	display:block;
	position: absolute;
	font-size: 13px;
	padding-top:26px;
	color:#515ba8;
	width:510px;
	height:200px;
}

.buttonblock5
{
	background: url("./images/blockerdone.gif") center  162px no-repeat;
	z-index:103;
	display:none;
	position: absolute;
	font-size: 13px;
	padding-top:26px;
	color:#515ba8;
	width:510px;
	height:200px;
}
.buttonblock6
{
	background: url("./images/slidebarerrorblocker.gif") center  162px no-repeat;
	display:none;
	z-index:100;
	position: absolute;
	font-size: 13px;
	padding-top:26px;
	color:#515ba8;
	width:510px;
	height:200px;
}
#clickblocker
{
	z-index:9999999999;
	display:block;
	position: absolute;
	height:200px;
	width: 600px;
	background-color:#AA0000;
}



#hazard_top
{
	z-index:601;
	position:absolute; 
	margin-top:300px;
	height:80px; 
	width:550px;
}
#hazard_bottom
{
	position:absolute; 
	z-index:601;
	margin-top:530px;
	height:100px; 
	width:590px;
}

#hazard_right
{
	position:absolute; 
	z-index:601;
	height:550px; 
	width:40px;
	margin-left:550px;
}

#hazard_left
{
	position:absolute; 
	margin-left:-30px;
	z-index:601;
	height:590px; 
	width:40px;
}



#b3, #b4
{
	display:none;
}


#googleads
{
	z-index:1;
	position: absolute;
}


#annotation input.textarea
{

}


#annotation input.submit
{

}





.floatbox
{
	float:left;
	position:relative;
	margin:0px auto auto auto;
	padding: -10px 0 0 0;
	width:350px;
	height:100%;
}

.floatbox p
{
	padding:00px 10px 10px 20px;
}

.floatbox ol
{
	padding:0px 10px 10px 20px;
	font-size:11px;
}

.floatbox li
{
	font-size:11px;
}
.floatbox h2
{
	margin-top:-10px;
}


.smalllist {
	margin: 0px 40px 20px 40px;
	position: relative;
}


h1 {
	margin:0 0 10px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin:0px;
	
}

h2 {
	margin:0 0 10px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}

h3, h3 a, .wrapper2 h3, .wrapper2 h3 a {
	margin:0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#515ba8;
	
}

a, a:hover, a:visited {
	font-weight:bold; 
	color: #515ba8;
}
a:hover{
}

.wrapper td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border:none;
}
table tr td table {
border-spacing: 4px;
vertical-align:top;
}


table tr td table td, table tr td table th {
    background-color: #dcdfef;
    font-size: 11px;
vertical-align:top;
}

table tr td table td img, table tr td table td a, table tr td table td a img {
	border: none;
vertical-align:top;
}
table tr
{
vertical-align:top;
}

th 
{
	font-family("Arial, Helvetica");
	font-size: 100%;
	font-weight:bold; 
}



.pe {
background-color:#ffffff; margin-right:4px;
}
          
.bl {background: url(./images/bl.gif) 0 100% no-repeat; width: 100%;
	}
.br {background: url(./images/br.gif) 100% 100% no-repeat;}
.tl {background: url(./images/tl.gif)  0 0 no-repeat;}
.tr {background: url(./images/tr.gif) 100% 0 no-repeat; padding:20px 30px 30px 30px;}
.t {background: url('./images/top.gif') 0 0 repeat-x; width: 100%;}
.b {background: url(./images/bottom.gif) 0 100% repeat-x}
.l {background: url(./images/left.gif) 0 0 repeat-y}
.r {background: url(./images/right.gif) 100% 0 repeat-y}
	
	
.bl_blue {background: url(./images/bl_blue.gif) 0 100% no-repeat; width: 100%; }
.br_blue {background: url(./images/br_blue.gif) 100% 100% no-repeat;}
.tl_blue {background: url('./images/tl_blue.gif')  0 0 no-repeat;}
.tr_blue {background: url(./images/tr_blue.gif) 100% 0 no-repeat; padding:12px 24px 18px 24px;}
.t_blue {background: url(./images/t_blue.gif) 0 0 repeat-x; width: 100%; background-color: #dcdfef;}
.b_blue {background: url(./images/bottom_blue.gif) 0 100% repeat-x}
.l_blue {background: url(./images/left_blue.gif) 0 0 repeat-y}
.r_blue {background: url(./images/right_blue.gif) 100% 0 repeat-y}
	
	
.bl_white {background: url(./images/bl_white.gif) 0 100% no-repeat; width: 100%; }
.br_white {background: url(./images/br_white.gif) 100% 100% no-repeat;}
.tl_white {background: url('./images/tl_white.gif')  0 0 no-repeat;}
.tr_white {background: url(./images/tr_white.gif) 100% 0 no-repeat; padding:20px 30px 30px 30px;}
.t_white {background: url(./images/t_white.gif) 0 0 repeat-x; width: 100%; background-color: #ffffff;}
.b_white {background: url(./images/bottom_white.gif) 0 100% repeat-x}
.l_white {background: url(./images/left_white.gif) 0 0 repeat-y}
.r_white {background: url(./images/right_white.gif) 100% 0 repeat-y}
	
.ll {background: url(./images/left.gif) top left repeat-y;
	border: 20px solid #dcdeee;}
.rr {background: url(./images/right.gif) top right repeat-y;
	border: 20px solid #dcdeee;}
.tt {background: url(./images/top.gif) top left repeat-x;
	border: 20px solid #dcdeee;}
.bb {background: url(./images/bot.gif) bottom left repeat-x;
	border: 20px solid #dcdeee;}

.bl2 {background: url(./images/bl_small.gif) 0 100% no-repeat; width: 100%;
	background-color: #a7cd8c;}
.br2 {background: url(./images/br_small.gif) 100% 100% no-repeat;}
.tl2 {background: url(./images/tl_small.gif) 0 0 no-repeat;}
.tr2 {background: url(./images/tr_small.gif) 100% 0 no-repeat; padding:16px;}


.whitebox {
	height:100%; 
	padding: 0 0 10px 0;
}
.whitebox h2, h3 {
	color:#cdcfe2;
}
.borderbox h2, h3 {
	color:#55688e;
}

.clear {font-size: 1px; height: 1px}

input, checkbox, textarea
{
    background-color: #bcbecc;
	color:#55688e;
	border:none;
}
.blueinput
{
	width:234px; 
	margin:0px 5px 0px 0; 
	height:16px;
    background-color: #dedede;
	color:#000000;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.bluetextarea
{
	width:392px;
	margin:0px 5px 0px 0; 
    background-color: #dedede;
	color:#000000;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.bigbutton
{
	border: none;
	background: url('./images/seek.gif') no-repeat top left;
}
#reveal, #pausebutton
{
	display:none;
	z-index:500;
}

