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

#error {
	width: 50%;
	padding: 10px;
	top: 18%;
	left: 25%;
	z-index: 1000;
	background: #058BBF;
	position: absolute;
	border: solid 2px #FFFFFF;
}

#report {
	margin-left:20%;
	margin-right:20%;
	width:60%;
	background:#03C;
	position:fixed;
	top:100px;
	z-index:1002;
	padding:10px 0;
	display:none;
}

.formText {
	width: 98%;
}

.formReq {
	color: #CCFF00;
}

.formNote {
	width: 98%;
	color: #006699;
	padding: 2px;
	background: #CCFF00;
}

.formButton a {
	text-decoration: none;
}

.formButton a:hover {
	text-decoration: underline;
}

#mainContentEditor {
     width: 550px;
     display: none;
     padding: 15px;
     background: #fff;
     font-size:11px;
     position: absolute;
     z-index: 1001;
     top:50px;
     text-align:center;
     color:#666;
}

#mainContentEditor label {
     color:#666;
}

#mainContentEditor a {
     color:#036;     
}

#mainContentEditorControls {
     margin: 15px 0 0 0;
}

.regionMenu {
	color:#000;
	padding:5px;
	text-align:right;
	position:absolute;
	right:0;
	z-index:2000;
}

.regionMenuBG {
	background:#ffffff;
	border:1px solid #666;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:35px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	z-index:2001;
}

.regionMenu img {
	position:relative;
	border:0;
	z-index:2001;
}

.regionWrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .regionWrapper { height:1%; }


.toolbar {
	display:none;	
}

#mainMask {
	top: 0px;
	left: 0px;
	position: fixed;
	display: none;
	background-color: #000000;
	z-index: 1000;
}
