
h2.panelHeader{
	margin:0 0 10px 0;
}
#editorPanel{
	width:700px;
	height:450px;
	position:relative;
	margin:60px auto;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}
#uploaderPanel{
	width:400px;
	height:290px;
	position:relative;
	padding:10px;
	margin:100px auto;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}
#uploadsImgPanel{
	width:200px;
	height:150px;
	float:left;
	margin:10px 10px 0 0;
}
#uploadsFilePanel{
	width:190px;
	height:150px;
	float:left;
	margin:10px 0 0 0;
}
div.uploadsOverview{
	width:100%;
	height:100%;
	border:1px solid #CCCCCC;
	overflow-y:scroll;
	overflow-x:hidden;
}
#uploadsButtons{
	clear:both;
	position:absolute;
	bottom:10px;
}
p.uploadsFiles{
	height:15px;
	vertical-align:middle;
	overflow:hidden;
	white-space:nowrap;
	border-bottom:1px dotted #CCCCCC;
	padding:5px 0 5px 0;
}
div.uploadsOverview input.checkbox{
	margin:0 10px 0 5px;
}
div.uploadsImg{
	width:auto;
	height:30px;
	padding:5px;
	border-bottom:1px dotted #CCCCCC;
	position:relative;
}
div.uploadsImg img{
	max-height:30px;
	margin:0 0 0 25px;
}
div.uploadsImg input.checkbox{
	margin:10px 0 0 0;
	position:absolute;	
}

/*Mainmenu Editor*/
#mainMenuEditorPanel, #submenuEditorPanel{
	width:400px;
	height:280px;
	position:relative;
	padding:10px;
	margin:60px auto;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}
#submenuEditorPanel{
	width:500px;
	height:300px;
}
#mainMenuItems, #submenuItems{
	width:375px;
	height:180px;
	border:1px solid #CCCCCC;
	padding:10px;
	overflow:auto;
}
#submenuItems{
	width:475px;
}
#mainMenuItems table, #submenuItems table{
	text-align:center;
}
#mainMenuEditorPanel input, #submenuEditorPanel input{
	font-size:0.9em;
	height:10px;
}


/*Site Editor*/
#siteEditorPanel{
	width:250px;
	height:280px;
	position:relative;
	padding:10px;
	margin:60px auto;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}
#siteItems{
	width:225px;
	height:180px;
	border:1px solid #CCCCCC;
	padding:10px;
	overflow:auto;
}
#siteItems table{
	text-align:center;
}



/*Editor Content*/
#editorContentWrapper{
	width:510px;
	height:350px;
	overflow:auto;
	margin:5px 0 10px 10px;
	padding:2px;
	border:1px ridge #CCCCCC;
}
#editorContent{
	width:auto;
	height:auto;
	padding:5px;
	border:1px dotted #CCCCCC;
}
#editorForm{
	width:500px;
	position:absolute;
	left:0px;
}
#editorForm input{
	font-size:1em;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#editorTitle{
	width:510px;
	margin:10px 0 0 10px;
}

/*Editor Image Overview*/
#editorImages{
	width:160px;
	height:40%;
	position:absolute;
	right:0px;
	overflow-x:hidden;
	overflow-y:scroll;
	border-left:1px solid #CCCCCC;
}
#editorImages  div.articleImgWrapper{
	width:60px;
	height:60px;
	float:left;
	margin:5px;
}
#editorImages img{
	border:1px solid #CCCCCC;
}

/*Editor File Overview*/
#editorFiles{
	width:160px;
	height:20%;
	position:absolute;
	right:0px;
	top:40%;
	overflow-x:hidden;
	overflow-y:scroll;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
p.fileLink{
	width:100%;
	padding:5px;
	overflow:none;
}
p.fileLink:hover{
	background-color:#EEEEEE;
	border-top:1px solid #CCCCCC;	
	border-bottom:1px solid #CCCCCC;	
}

/*Editor Sites Overview*/
#editorSites{
	width:160px;
	height:20%;
	position:absolute;
	right:0px;
	top:60%;
	overflow-x:hidden;
	overflow-y:scroll;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	
}
/*Editor Gallery Overview*/
#editorGalleries{
	width:160px;
	height:20%;
	position:absolute;
	right:0px;
	top:80%;
	overflow-x:hidden;
	overflow-y:scroll;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}


/*Editor Buttons*/
#editorButtons{
	position:absolute;
	right:175px;
	bottom:10px;
}
#editorButtons img, img.editorButtonBig, img.articleButtons{
	border:1px dotted #CCCCCC;
}
#editorButtons img:hover, img.editorButtonBig:hover, img.articleButtons:hover{
	border:1px solid #AAAAAA;
}
#editorColorSelector{
	width:40px;
	height:16px;
	font-size:0.9em;
	padding:0;
	margin:0;
	border:1px solid #EEEEEE;
	line-height:0.8em;
	vertical-align:top;
}
#editorColorSelector option{
	border:1px solid #FFFFFF;
}
#editorLinkUrl, #editorLinkText{
	width:102px;
	height:10px;
	position:relative;
	top:-3px;
	font-size:9px;
	color:#0066FF;
}


/*Gayllery Editor*/
#galleriesEditorPanel{
	width:250px;
	height:280px;
	position:relative;
	padding:10px;
	margin:60px auto;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}
#galleryItems{
	width:225px;
	height:180px;
	border:1px solid #CCCCCC;
	padding:10px;
	margin:0 0 10px 0;
	overflow:auto;
}
#galleryItems table{
	text-align:center;
}


