body {
  background-color: #efefef;
  padding: 0;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  color:#666;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

a {
  color: #ac0000;
  text-decoration:none;
}
a:hover {
  text-decoration: underline;
}

#mainwrapper {
	width:870px;
	border:1px solid #e4e4e4;
	padding:0 10px;
	background-color:#FFF;
	margin:auto;
}

#bottom {
	background-color:#efefef;
	color:#666;
	font-size:10px;
	padding:4px;
	clear: both;
  	margin-bottom: 10px;
	margin-top:10px;
  	text-align: center;
	/*width:533px;
	margin-left:150px;*/
}

#bottom a:link, #bottom a:hover, #bottom a:visited, #bottom a:active {
	color:#666;
	text-decoration:underline;
}
#bottom a:hover {
	text-decoration:none;
}


#debug {
  background-color: #FFFFFF;
  border: 1px solid #888888;
  padding: 5px;
  color: #757575;
  font-family: Tahoma;
}
#head {
  height: 136px;
  margin-top:10px;
}
#debug {
  overflow: auto;
  font-size: 10px;
  line-height: 150%;
}
#head span {
  color: #B91F1D;
}
#head div {
  font-size: 12px;
  font-family: Tahoma;
  letter-spacing: 1px;
}

#errors {
  color:#DD3300;
}
#sql {
  color:#333333;
}
#nav-left {
  float: left;
  width: 140px;
  margin-bottom: 10px;
}
#nav-left a {
  border-right: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  /*border-bottom: 0px solid #e4e4e4;*/
  display: block;
  text-decoration: none;
  color: #555555;
  padding: 2px 0 2px 8px;
  background-color: #FFFFFF;
  font-family:Tahoma, Verdana, Geneva, sans-serif;	
}

#nav-left p {
  margin:0;
  padding:0;
  border-bottom:1px solid #d4d4d4;
}

/*.dark {
  background-color: #F0F0F0 !important;
}*/
#nav-left a:hover {
  background-color:#efefef;
}
/*#nav-left a:hover:before {
  content:"» ";
}*/
* html #nav-left a:hover, *:first-child+html #nav-left a:hover {
  padding-left: 15px;
}
#content {
  float: left;
  margin: 10px;
  font-size: 12px;
  font-family: Tahoma;
  position: relative;
  width:540px;
}
#nav-right {
  float: right;
  margin-bottom: 10px;
  width: 170px;
  color:#555555;
  font-family:Tahoma, Verdana, Geneva, sans-serif;
}

#nav-right fieldset {
	margin:0 0 10px 0;
	padding:0;
}

.navbody { 
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  background-color: #FFFFFF;
  padding:4px 6px 4px 8px;
  color: #333333;
}


#nav-left div, .navhead {
  margin-top: 10px;
  color: #ffffff;
  font-family:'Segoe UI',Tahoma, Verdana, Geneva, sans-serif;
  letter-spacing: 1px;
  padding:4px 6px 4px 8px !important;
  background-color: #ac0000;
  font-size: 12px;
}
#counter span {
  float: right;
}

#ajax_loading {
  position:absolute;
  top:20px;
  right:60px;
}