.aboutoptions
{
	
	color:gainsboro;
	font-family:Arial;		
	font-size:15pt;
}

.about_text
{
	color:black;
	font-family:Arial;		
	font-size:12pt;
}

.about_text_large
{
	color:gray;
	font-family:Arial;		
	font-size:15pt;
}

.colorthemesmenu
{
	width:120px;
	height:50px;
	position:absolute;
	top:73px;
	right:9px;
	background-color:#FFFFE1;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	border-bottom: 1px gainsboro solid;
	border-top: 1px gainsboro solid;
	border-left: 1px gainsboro solid;
	border-right: 1px gainsboro solid;
	z-index:100%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}

.menuoptions
{
	width:300px;
	height:452px;
	position:absolute;
	top:190px;
	left:227px;
	background-color:white;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	border-bottom: 1px gainsboro solid;
	border-top: 1px gainsboro solid;
	border-left: 1px gainsboro solid;
	border-right: 1px gainsboro solid;
	overflow:auto;	
	z-index:100%;
}

.menuclose
{
    font-family:Arial;
    font-size:12px;
    text-align:center;
    font-weight:bolder;
    width:20px;
	color:gray;
	cursor:hand;
	cursor:pointer;
	text-decoration:none;
	border-bottom: 1px gray solid;
	border-top: 1px gray solid;
	border-left: 1px gray solid;
	border-right: 1px gray solid;
}

#loadingbox{
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	
	}
.close
{
    font-family:Arial;
    font-size:12px;
    text-align:center;
    font-weight:bolder;
    width:20px;
	color:black;
	cursor:hand;
	cursor:pointer;
	BORDER-TOP: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-right: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

.evehol
{
	font-family:arial;
	color:Black;
	font-size:15px;
	background-color:#FFFFFF;
	border-bottom: 3px black solid;
	border-top: 3px black solid;
	border-left: 3px black solid;
	border-right: 3px black solid;   
}

.eveholselected
{
	font-family:arial;
	color:Black;
	font-size:15px;
	background-color:#FFFFE1;
	border-bottom: 3px red solid;
	border-top: 3px red solid;
	border-left: 3px red solid;
	border-right: 3px red solid;   
}

#loadingbox a img{ border: none; }

#outerLoadingContainer{
	position: relative;
	background-color: #fff;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	/*I put in this part..to make a border around the "box"*/
	BORDER-TOP: #FE7107 2px solid;
	border-left: #FE7107 2px solid;
	border-right: #FE7107 2px solid;
	border-bottom: #FE7107 2px solid;
	overflow:auto;
	}

#loadingContainer{
	padding: 10px;
	}
	

#loadingBottomNav{ position: relative; top: 180px;width: 100%; text-align: right; }				
#bottomNavClose{  padding-bottom: 0.7em;	}

#exportContainer>#hoverNav{ left: 0;}

#loadingDataContainer{
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	text-align: left;
	}

#loadingData{
	padding:0 10px;
	}


#loadingoverlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;	
	background-color: #ffffff;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
