@charset "utf-8";
/* The Grand Equaliser Rule */

body {
	font:1.5em Arial,Helvetica,sans-serif;
	margin:0px;
	background-color:#000;
	min-height:100%;
	/*background-image:url(/img/bkg-body.gif);*/
	background-repeat:repeat-x;
}

*{
background-color:#000;
color:yellow;
background-image:none;
}

a{
	color:cyan;
}

img{
	border:none;
}


table{
	border-collapse:collapse;
}

table td{
	border:1px solid yellow;
	padding:5px;
}

#footer-links{
	margin-top:20px;
}

/********* FORM CSS ************/

form{
	margin:0px;
	padding:0px;
}

form div{
	padding:0 0 10px 0;
	clear:both;
}

form div.hidden{
	padding:0;
}



.labelText{
	display: block;
	float: left;
	width: 150px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
	font-weight:bold;
	
}

.labelSelect{
	display: block;
	float: left;
	width: 150px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
	font-weight:bold;
}

.inputText{
	width:420px;
	
}

.inputPassword{
	width:420px;
	
}

.inputFile{
	width:420px;
}

.inputSelect{
	width:420px;
}

.inputSubmit{
	width:420px;
	display:block;
}

.inputTextarea{
	width:420px;
	height:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.inputTextareaLong{
	width:420px;
	height:500px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.inputTextareaShort{
	width:420px;
	height:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.inputToggle{
	text-align:center;
}

.legend{
	font-size:9px;
	font-style:italic;
}

form div.error span {
	color:#c00;
	background-color:transparent;
	font-weight:bold;
}
form div.error input, 
form div.error textarea, 
form div.error select {
	color:#000;
	background-color:#ffe5e5;
}
form div.radio.error div span, 
form div.checkbox.error div span {
	color:#000;
	background-color:transparent;
	font-weight:normal;
}

#errors {
	padding:5px;
	border:1px solid #c00;
	color:#c00;
	background-color:#ffe5e5;
	font-size:0.8em;
	list-style-type:none;
	clear:left;
}

fieldset { 
	border:none;
	}

legend {
  padding: 0.2em 0.5em;
  border:1px solid #ddd;
  font-size:90%;
  text-align:right;
  }

/***********   OVERLAY   ***********/



#overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:99999;
	width:100%;
	height:100%;
	color:#000;
	background:transparent url(/img/template01/overlay.png) repeat;
	display:none;
	
}

#overlayie{position:absolute;
	top:0;
	left:0;display:none;}

#asset {
	position:relative;
	border:1px solid #006;
	border-top:0;
	color:#000;
	background-color:#fff;
	margin-top:10px;
}
#handle {
	position:absolute;
	z-index:999;
	top:0;
	left:0;
	width:100%;
	padding:3px 0;
	color:#fff;
	background:#4c7eaf url(/img/template01/bkgLoginBarM.gif) repeat-x;
	text-align:center;
}
#handle h2 {
	margin:0;
	padding:0;
	font-size:12px;
	cursor:move;
}
#handle #backlink {
	position:absolute;
	top:0;
	right:0;
}
#handle #backlink a {
	margin:1px 0 0 0;
	padding:2px 6px;
	color:#000;
	background-color:#eee;
	font-size:12px;
	text-decoration:none;
	display:block;
}
#handle #backlink a:hover {
	color:#000;
	background-color:#fff;
}
#flvHolder {
	position:absolute;
	top:20px;
	right:0;
}
#flvHolderAnnotation {
	position:absolute;
	top:20px;
	left:0;
}
#imgHolder {
	margin-top:20px;
}
#imgHolderAnnotation {
	margin-top:20px;
}
#toggle {
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	height:20px;
	padding:10px 0;
	text-align:center;
}
#swfHolder {
	padding-top:20px;
}

/*-----------------------PROGRESS--------------------------*/


.progressMore{

}

.progressWrap{
	border:1px solid #ddd;
	margin-bottom:5px;
}

.progress-table{
	width:100%;
	

}


.progress-table ul{
	margin-left:20px;
	

}


.progress-bar{
	background-image:url(/img/bkg-progress.gif);
	background-repeat:no-repeat;
	padding:10px;
	height:15px;	
}

.progress-inner{
	/*background-image:url(/img/icon-pages_arrow.gif);
	background-repeat:no-repeat;
	background-position:right;*/
	text-align:right;
}


.progress-inner img{
	margin-left:-4px;
	margin-right:-5px;
}

.progress-inner span.pages-left{
		position:absolute;
		margin-left:-66px;
		margin-bottom:10px;
		border:1px solid #ddd;
		padding:2px;
		background-color:#222;
		font-size:0.9em;
}

.progress-inner span.pages-right{
		position:absolute;
		margin-left:0px;
		margin-left:-5px;
		border:1px solid #ddd;
		padding:2px;
		background-color:#222;
		font-size:0.9em;
}

.progress-inner span.mult-left{
		position:absolute;
		margin-left:-90px;
		border:1px solid #ddd;
		padding:2px;
		background-color:#222;
		font-size:0.9em;
}

.progress-inner span.mult-right{
		position:absolute;
		margin-left:-5px;
		border:1px solid #ddd;
		padding:2px;
		background-color:#222;
		font-size:0.9em;
}


.arrow_top_icon{
	margin-top:10px;

}

.overall_progress{
padding: 0 30px 30px 30px;

}

.progress_td{
 padding-left:10px;
 padding-right:15px;
 
 }


.progress_bar_table{
	height:15px;
	width:100%;	
	border:none;
	border-collapse:collapse;
	margin:0;
}

.progress_bar_table td{
	border:none;
}


.progress_10{
	background-color:#d60000;
	width:10%;
	height:15px;
	border-left:none;
}

.progress_20{
background-color:#e94000;
	width:10%;
	height:15px;
}

.progress_30{
background-color:#f87400;
	width:10%;
	height:15px;
}

.progress_40{
background-color:#fc9b00;
	width:10%;
	height:15px;
}

.progress_50{
background-color:#fcbe00;
	width:10%;
	height:15px;
}

.progress_60{
background-color:#e4ca00;
	width:10%;
	height:15px;
}

.progress_70{
background-color:#c1c700;
	width:10%;
	height:15px;
}

.progress_80{
background-color:#94b700;
	width:10%;
	height:15px;
}

.progress_90{
background-color:#77ab00;
	width:10%;
	height:15px;
}

.progress_100{
background-color:#379100;
	width:10%;
	height:15px;
	border-right:none;
}

.progress_chapter_title span a{
	font-size:14px;
	font-weight:bold;
}

.details-table{
	width:100%;
}

.progress-table td.endtd{
	border-bottom:1px dashed #ddd;
	padding-bottom:5px;
}

.details-table td{
	border-bottom:1px dashed #ddd;
	padding:3px;
	background-color:transparent;
}

.details-table-heading{
	width:150px;
	font-weight:bold;

}

.visited{
	color:green;
}

.notvisited{
	color:red;

}


.arrow_up{
	display:block;
	float:left;
	margin-top:2px;
	background-image:url('/img/but-arrow-up.gif');
	height:11px;
	width:11px;
	background-repeat:no-repeat;
	outline:none;
	padding-bottom:0px;
}

.arrow_down{
	display:block;
	float:left;
	margin-top:5px;
	background-image:url('/img/but-arrow-down.gif');
	background-repeat:no-repeat;
	height:11px;
	width:11px;
	margin-left:-3px;
	margin-right:3px;
	outline:none;
}


/*-----------------------------------------------------*/
