/*-----------------------------------------------------
Edit Console
------------------------------------------------------*/
div#EditConsole{
	background-color : #eee;
	
	padding : .5em;
	font-size : .9em;
	z-index:100;
}

div#EditConsole hr{
	height : 1px;
	color : #beb2d7;
	border: 0;
}



div#EditConsole h2{
	font-size : 0.9em;
}


div#EditConsole a:link, 
div#EditConsole a:visited{
	color : #000;
	text-decoration : none;
}

div#EditConsole a:hover{
	color : #000;
	text-decoration : underline;
}


/*---------------*/

	.editdiv{ font-size : 1em; }
	.editdiv hr{ height : 1px; color : #82b5be; border: 0; }
	.editdiv h2{background-color : #5b1b38; color : #fff; font-size : 1em; font-weight : bold; line-height : 1.7em; cursor : hand; text-align : center; }
	.editmenuTitleBar{ color : #fff; font-weight : bold; line-height : 1.7em; cursor : hand; }
	#editConsoleOptions{ BORDER: #5b1b38 1px solid; DISPLAY: block; BACKGROUND-COLOR: #ffffff }
	#editConsole{padding : 0; TEXT-ALIGN: left; WIDTH: 200px;}

#EditConsoleDiv hr{
	height : 1px;
	/*background-color : #82b5be;*/
	color : #82b5be;
}


#EditConsoleDiv a:link, 
#EditConsoleDiv a:visited{
	color : #000;
	text-decoration : none;
}

#EditConsoleDiv a:hover{
	color : #000;
	text-decoration : underline;
}
#dwindow{z-index:200;}