html, body {
	overflow:hidden;
	height:100%;
	min-height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:url('/images/logo.png') center no-repeat #222;
	font:12px/1.31 arial,helvetica,sans;
	color:#444;
}

.logo_large {
	position:absolute;
	left:-999em;
	top:-999em;
}


div#loading_cover {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#111;
	overflow:hidden;
	z-index:990;
}

div#loading_bezel {
	position:absolute;
	left:50%;
	top:50%;
	width:200px;
	height:160px;
	margin-left:-100px;
	margin-top:-80px;
	background:url('/images/loading-bezel.png') center no-repeat;
	overflow:hidden;
	z-index:999;
}
div#loading_bezel img {
	display:block;
	position:relative;
	margin:auto;
	margin-top:60px;
}
div#loading_bezel span {
	display:block;
	margin-top:20px;
	font-weight:normal;
	font-size:14px;
	color:#CCC;
	text-align:center;
}



#editor_statusbar {
	position:absolute;
	display:block;
	width:100%;
	height:13px;
	left:0;
	bottom:0;
	padding:1px 0 0;
	margin:0;
	text-align:center;
	/* background:url('/images/statusbar.png') top left repeat-x #DDD; */
	background:url('/include/application.js/themes/leoparditis/images/sprites.png') 0 -205px repeat-x #DDD;
	z-index:600;
	color:#777;
	font-size:92%;
	overflow:hidden;
}



body .editor_parentform {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:none;
	z-index:100;
}



.shutterborg_filenamefield {
	display:block;
	position:absolute;
	top:14px;
	left:653px;
	width:100%;
	padding:3px;
	background:url('/include/editor.js/themes/leoparditis/images/toolbar-bg.png') top repeat-x #CCC;
	border:1px solid #AAA;
	border-top-color:#888;
	border-bottom-color:#CCC;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-size:110%;
	font-weight:bold;
	color:#666;
}
.shutterborg_filenamefield.focussed {
	background:#EEE;
	color:#222;
	border:1px solid #555;
	border-top-color:#333;
	border-bottom-color:#888;
}






#editor_statusbar a {
	color:#666;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	-moz-text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	-webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	/* color:#26B; */
	text-decoration:none;
}
#editor_statusbar a:hover {
	color:#222;
	/* color:#049; */
	text-decoration:none;
}
#editor_statusbar br, #editor_statusbar hr {
	display:none;
}





#sponsors1 {
	position:relative;
	overflow:hidden;
	float:right;
	clear:none;
}





.adHeadline {
	position:relative;
	display:inline;
	top:-2px;
	font-weight:normal;
	letter-spacing:0;
	text-decoration:none;
	border:none;
	color:#37C;
	margin:0;
	padding:0;
}
.adHeadline:hover {
	text-decoration:none;
	border:none;
}
.adText {
	position:absolute;
	left:-999em;
	top:-999em;
	z-index:0;
	height:0;
	display:none;
}






#main_desc {
	position:absolute;
	left:50%;
	top:50%;
	margin:-150px 0 0 -210px;
	width:380px;
	padding:5px 20px;
	background:#000;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	opacity:0.50;
	filter:alpha(opacity=50);
	color:#FFF;
	z-index:50;
}

#main_gads {
	position:absolute;
	left:50%;
	bottom:20px;
	margin:0 0 0 -365px;
	width:728px;
	padding:6px 6px 2px;
	background:#000;
	border-radius:11px;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	opacity:0.5;
	filter:alpha(opacity=50);
	color:#FFF;
	z-index:50;
}
#main_gads2 {
	position:absolute;
	left:50%;
	top:46px;
	margin:0 0 0 -365px;
	width:728px;
	padding:6px 6px 2px;
	background:#000;
	border-radius:11px;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	opacity:0.5;
	filter:alpha(opacity=50);
	color:#FFF;
	z-index:50;
}
#main_gads:hover, #main_gads2:hover {
	opacity:0.75;
	filter:alpha(opacity=75);
}










body .editor_menuitem.view__full_screen { display:none; font-size:1px; visibility:hidden; height:0; position:absolute; left:-999em; top:-999em; }

