html {
	margin: 0px auto;
}

body,td,h1,h2,h3 {
	font-family: freesans, helvetica, arial, sans-serif;
}

body {
	font-size: 12px;
}

#login {
	width: 400px;
	margin: 0px auto;
}

#register {
	width: 800px;
	margin: 0px auto;
}

#left_nav {
	width: 150px;
	float: left;
	border-right: 1px dotted #8f0000;
}

#mainbody {
	width: 700px;
	float: right;
	margin-right: 40px;
	
}

#exception {
	width: 400px;
	border: 2px solid #363636;
	padding: 5px;
}

#compatible_ad_zones {
	height: 150px;
	overflow: auto;
	
}

.backtrace_even {
	border-bottom: 1px solid #999;
	padding: 5px;
	background-color: #acacac;
}

.backtrace_odd {
	border-bottom: 1px solid #999;
	padding: 5px;
	background-color: #828282;
}

.input_field {
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}


.error {
	color: #f00;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}
.center { 
	text-align: center;
}	

.formlabel {
	text-align: right;
	padding: 5px;
	font-weight: bold;
}

.clear { clear: both; }

#blog_content { 
	width: 900px !important;
}

.usertable th {
	background-color: #8f0000;
	color: #fff;
	font-weight: bold !important;
	font-size: 13px;
	padding: 5px !important;
}

.usertable td { 
	padding: 5px;
	border-bottom: 1px dotted #8f0000;
}
.left { text-align: left; } 

div.autocomplete {
  position:absolute  !important;
  width:250px  !important;
  background-color:white  !important;
  border:1px solid #888 !important;
  margin:0  !important;
  padding:0 !important;
}
div.autocomplete ul {
  list-style-type:none !important;
  margin:0 !important;
  padding:0 !important;
}
div.autocomplete ul li.selected { background-color: #800000; color: #fff;}
div.autocomplete ul li {
  list-style-type:none !important;
  display:block !important;
  margin:0 !important;
  padding:2px !important;
  height:32px !important;
  cursor:pointer !important;
}

.inplaceeditor-form input[type=text] {
	width: 130px;
}

.inplaceeditor-form select {
	width: 150px;
}

.in_place {
	cursor: pointer;
	border-bottom: 1px dashed #800000;
}

.in_place:hover {
	color: #fff;
}
