@charset "utf-8";
/* CSS Document */


body{
	margin: 0;
	padding: 0;
	background-color:#99CCFF;
}

/* ----- clear fix for floats ----- */
/* these styles instruct non-IE browsers to render container elements so that they fully enclose floats */		
/* without this class applied, a float might hang over the bottom border of it's container */
.clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }		

/* hides clearfix from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* end hide from IE-mac */

#loadingContainer{
	position: fixed; 
	text-align: center; 
	margin: 0 auto; 
	width: 100%; 
	top: 45%; 
	color: #FFFFFF;
	line-height: 30px;
}


#loadInfo{
	width: 300px; 
	margin: 0 auto; 
	font-family: 'Book Antiqua', Arial, Helvtica; 
	font-style:italic; 
	font-size: 24px;
}

#statusBar {
	/*border: 1px solid #ccffff;*/
	border: 2px #AAA solid;
	width: 300px;
	background: #ddd url(../images/loader_bg.png) 50% repeat-x;
}

#status {
	background: url(../images/loader_progress.png) 0 50% no-repeat; 
	height: 20px; 
}


#textStatus .currentImg {display: block;}