body {
	background: #000 url('../images/background2.jpg') top center no-repeat;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #9e9e9e;
	}
	
#midfloat {
	width: 920px;
	margin: 0 auto;
	}

.logo {
	width: 920px;
	float: left;
	margin: 0;
	padding: 0;
	}

.bodytop {
	width: 920px;
	height: 20px;
	float: left;
	background: url('../images/body_top.png') no-repeat;
	margin-top: 20px;
	}
	
.body {
	width: 920px;
	float: left;
	background: url('../images/body.png') repeat-y;
	padding: 0;
	margin: 0;
	}
	
	.contenthold {
		width: 800px;
		float: left;
		padding: 10px 50px;
		text-align: left;
		}
		
.endcontent {
	width: 920px;
	height: 116px;
	float: left;
	background: url('../images/footer2.png') no-repeat;
	}		

.endbody {
	width: 920px;
	height: 20px;
	float: left;
	background: url('../images/footer.png') no-repeat;
	}

.paddingset	{
	margin-bottom: 20px;
	}
	
/* form settings */
input {
	border: 1px solid #2e2e2e;
	background: #1d1d1d;
	color: #9e9e9e;
	}
	
textarea {
	border: 1px solid #2e2e2e;
	background: #1d1d1d;
	color: #9e9e9e;
	}

input.form-submit {
	background-image: url('../images/button.png') left-top no-repeat;
	height: 22px;
	width: 92px;
	cursor: pointer;
	}
		
/* IMCE handler */
body.imce #log-wrapper {
display: none;
}

body.imce #log-prv-wrapper #log-resizer.x-resizer {
display: none;
}

body.imce #log-clearer {
display: none !important;
}


/** remove imce's navigation display **/


body.imce #navigation-wrapper
{
  display:none;
}


body.imce .x-resizer
{
  display: none;
}
body.imce .y-resizer
{
  height: 6px;
  background-color: white;
}
body.imce #log-prv-wrapper
{
  border: none;
  background-color: #EBEBEB;
}
body.imce #browse-wrapper
{
  border: none;
 
}
body.imce table#file-header td:hover,
body.imce table#file-header td.asc,
body.imce table#file-header td.desc
{
  cursor: pointer;
  text-decoration: underline;
  color: #027AC6;
}
body.imce table#file-header td
{
  color: #027AC6;
}


body.imce ul.secondary li
{
  border: none;
}

body.imce #file-list tr:hover,
body.imce tr.highlight
{
  background-color: #FFFFCC;
}
body.imce tr.selected td {
background-color: #fffaad;
}
body.imce table#file-list
{
  border-top: 2px solid #C0C0C0;
}
body.imce table.files td
{
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  cursor: pointer;
}




body.imce a,
body.imce div
{
  outline:none;
}



body.imce ul.secondary li {
margin:0 0.4em;
padding: 0px;
}


body.imce ul#ops-list li a,
body.imce ul#ops-list li a:hover,
body.imce ul#ops-list li a:link,
body.imce ul#ops-list li a:visited,
body.imce ul#ops-list li a:active
{
-moz-border-radius:5px 5px 5px 5px;
background:url("images-imce/sprites.png") repeat-x scroll 0 -1069px transparent;

cursor:pointer;
padding:5px 10px;

color:#000000;
font:12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
text-align:left;

text-decoration:none;

white-space:nowrap;
width:auto;
vertical-align:baseline;
height:auto;
margin:0;
border-collapse:collapse;
border:0 none;
}



body.imce ul#ops-list li#op-item-delete a,
body.imce ul#ops-list li#op-item-delete a:hover,
body.imce ul#ops-list li#op-item-delete a:link,
body.imce ul#ops-list li#op-item-delete a:visited,
body.imce ul#ops-list li#op-item-delete a:active
{
background:url("images-imce/sprites.png") repeat-x scroll 0 -1106px transparent;
}

body.imce ul#ops-list li a:hover,
body.imce ul#ops-list li#op-item-delete a:hover
{
background-position:0 -1181px;
}
