/* Editors */

div.htmlEditable {
	position:relative;
	border:1px dotted silver;
	padding:2px;
	min-height:30px;
	}
div.htmlEditable input.htmlEditableB {
	position:absolute;
	right:1px;
	top:1px;
	padding:0 3px;
	border:0;
	color:white;
	background:red;
	font-size:8pt;
	opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	cursor:pointer;
	}
div.htmlEditable input.htmlEditableB:hover {
	position:absolute;
	right:1px;
	top:1px;
	padding:0 3px;
	border:0;
	color:white;
	background:red;
	font-size:8pt;
	cursor:pointer;
	opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	}
input.htmlMetaEditableB {
	position:absolute;
	right:0;
	top:0;
	padding:0 3px;
	border:0;
	color:white;
	background:red;
	font-size:8pt;
	opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	cursor:pointer;
	z-index:13000;
	}
input.htmlMetaEditableB:hover {
	position:absolute;
	right:0;
	top:0;
	padding:0 3px;
	border:0;
	color:white;
	background:red;
	font-size:8pt;
	cursor:pointer;
	z-index:13000;
	opacity:1;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	}

input.htmlLogoutB, input.htmlLogoutB:hover {
    position:absolute;
    right:0;
    top:70px;
    padding:0 3px;
    border:0;
    color:white;
    background:red;
    font-size:8pt;
    opacity:0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    cursor:pointer;
    z-index:13000;
    }
input.htmlLogoutB:hover {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }

	
div.editorForm {
	width:608px;
	margin:0 auto;
	}
div.hastalavista {
	width:90%;
	margin:0 auto;
	}
div.editorForm textarea {
	width:100%;
	}
div.hastalavista textarea {
	width:100%;
	height:600px;
	}
div.editorForm h1 {
	width:608px;
	height:30px;
	line-height:30px;
	background:URL(/images/inplace/general_bar.gif) no-repeat;
	overflow:hidden;
	font-size:12pt;
	padding-left:10px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	}
div.hastalavista h1 {
	height:30px;
	line-height:30px;
	overflow:hidden;
	font-size:12pt;
	padding-left:10px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	width:100%;
	background:silver;
	}
div.editorForm div.editorFormInner {
	width:606px;
	_width:608px;
	background:#f6f6f6;
	border:1px solid #e1e1e1;
	border-top-width:0;
	overflow:hidden;
	padding-bottom:20px;
	}
div.hastalavista div.editorFormInner {
	width:100%;
	}
div.editorForm div.editorFormInnerX {
	width:606px;
	_width:608px;
	background:#f6f6f6;
	border:1px solid #e1e1e1;
	border-top-width:0;
	overflow:hidden;
	padding-bottom:20px;
	text-align:left;
	}	
div.editorForm div.editorFormInnerX div {
	padding:10px 0 0 10px;
	width:550px;
	}
div.editorForm div.editorFormInnerX div label {
	float:left;
	display:block;
	width:80px;
	}
div.editorForm div.editorFormInnerX div input, div.editorForm div.editorFormInnerX div textarea {
	width:333px;
	}
div.editorForm div.editorFormInnerX div input#sub {
	width:111px;
	}

div.editorForm div.editorFormInner div {
	padding:5px 0 0 10px;
	clear:both;
	width:550px;
	}
div.editorForm div.editorFormInner div label {
	float:left;
	display:block;
	width:80px;
	}

div.editFileUpload {
	width:606px;
	_width:608px;
	padding:10px 0;
	border:1px solid silver;
	}
div.scrolled {
	overflow:auto;
	zwidth:606px;
	z_width:608px;
	height:450px;
	border:1px solid silver;
	border-top:0;
	background-color:#EEE;
	}
div.scrolled table.datatable td {
	padding:5px;
	padding-right:15px;
	vertical-align:middle;
	}
div.scrolled table.datatable td img {
	border:1px solid silver;
	}
