/* $Id: clansphere.css 232 2006-08-19 16:07:22Z hajo $ */

a:link, a:visited {
	background-color:inherit;
	color:#373737;
	text-decoration:none;
}
a:active, a:hover {
	background-color:inherit;
	color:#004400;
	text-decoration:underline;
}
img {
	border:0px;
}
form {
	display:inline;
}
textarea {
	width:90%;
}
ul {
	margin:0px;
}

#nav-left,#content,#bottom {
	float:left;
	margin:auto;
}

#nav-left {
	width:14%;
}
#nav-right {
	float:right;
	width:20%;
}
#errors {
	color:#CC0000;
}
#sql {
	color:#777777;
}
.left,.center,.right {
	padding:1px;
}
.leftb,.centerb,.rightb {
	background-color:#EDEDED;
	color:#222222;
	padding:1px 6px 1px 8px;
}
.leftc,.centerc,.rightc {
	background-color:#EDEDED;
	color:#222222;
	padding:4px 6px 4px 8px;
}
.left,.leftb,.leftc {
	text-align:left;
}
.center,.centerb,.centerc {
	text-align:center;
}
.right,.rightb,.rightc {
	text-align:right;
}
#counter span {
  float: right;
}
#ajax_loading {
  position:absolute;
  top:20px;
  right:20px;
}
.dark {
  background-color: #F0F0F0 !important;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
