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

img {
	border:0;
}

#error {
	width: 50%;
	padding: 10px;
	top: 18%;
	left: 25%;
	z-index: 1000;
	background: #058BBF;
	position: fixed;
	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;
}

.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:70%;
	height:70%;
	font-size:11px;
	display:none;
	position: fixed;
	min-height:400px;
	top:15%;
	left:15%;
	z-index: 1001;
	color:#666;
}

*html #mainContentEditor {
	position:absolute;
}

#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;
	border:1px solid #999;
	opacity:0.8;
	filter:alpha(opacity=80);
	background:#fff;
	z-index:2000;
}

.regionMenu img {
	border:0;
	z-index:2001;
	vertical-align:middle;
	width:22px;
	height:24px;
}

.regionWrapper {
	position:relative;
}

.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;
	width:100%;
	height:100%;
	display: none;
	background-color: #666;
	z-index: 1000;
	opacity:0.6;
}

* html #mainMask { position: absolute; }

#mainEditorCornerLeftTop {
	position:absolute;
	left:0;
	top:0;
	width:10px;
	height:10px;
	background:url(../modules/admin/images/img-editor-border.png) 0 -12px;
}

#mainEditorMiddleTop {
	margin:0 10px;
	height:10px;
	background:url(../modules/admin/images/img-editor-border.png) repeat-x;
}

#mainEditorCornerRightTop {
	position:absolute;
	right:0;
	top:0;
	width:10px;
	height:10px;
	background:url(../modules/admin/images/img-editor-border.png) no-repeat -10px -12px;
}

#mainAdminControl1 {
	background:#fff;
	border-left:1px solid #666;
	border-right:1px solid #666;
	padding:0 10px;
	text-align:left;
	min-height:300px;
	height:100%;
	overflow-y:auto;
}

#mainEditorCornerLeftBottom {
	position:absolute;
	left:0;
	bottom:-20px;
	width:10px;
	height:10px;
	background:url(../modules/admin/images/img-editor-border.png) no-repeat 0px -22px;
}

*html #mainEditorCornerLeftBottom {
	bottom:0;
}

#mainEditorMiddleBottom {
	margin:0 10px 0 10px;
	height:10px;
	background:url(../modules/admin/images/img-editor-border.png) repeat-x 0 -2px;
}

#mainEditorCornerRightBottom {
	position:absolute;
	right:0px;
	bottom:-20px;
	width:10px;
	height:10px;
	background:url(../modules/admin/images/img-editor-border.png) no-repeat -10px -22px;
}

*html #mainEditorCornerRightBottom {
	bottom:0;
}
