/* $Id: clansphere.css 232 2006-08-19 16:07:22Z hajo $ */

body {
        color: #FFFFFF;
        background-image:url(images/metal025.jpg);
        background-repeat:repeat;
        height:100%;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:8pt;
	margin:20px;
	text-align:center;
}

a:link, a:visited {
	background-color:inherit;
	color: #FFFFFF;
	text-decoration:none;
}
a:active, a:hover {
	background-color:inherit;
	color:#FF8000;
	text-decoration:underline;
}

div,span {
	font-family:Verdana,Helvetica,sans-serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
select, input, textarea {
	background-color:#687885;
	border:1px solid #000000;
	color:#002200;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:8pt;
	margin:2px;
	padding-left:3px;
}
img {
	border:0px;
}

form {
	display:inline;
}
td {
	background-color:inherit;
	color:#F2F2F2;
	font-size:8pt;
        vertical-align: top;
}
textarea {
	width:90%;
}
ul {
	margin:0px;
}

#nav-left,#content,#bottom {
	float:left;
	margin:auto;
}

#nav-left {
	width:15%;
}
#nav-right {
	float:right;
	width:15%;
}
#content {
	background-color:inherit;
        color: #FFFFFF;
	text-align:center;
	width:70%;
}
#bottom {
        color: #FFFFFF;
	margin-top:20px;
	padding:4px 0px 4px 0px;
	width:100%;
}
#head {
        color: #FFFFFF;
	font-size:14pt;
	height:50px;
	margin-bottom:20px;
	width:100%;
}
#debug {
	height:150px;
	margin-bottom:20px;
	overflow:auto;
	padding-left:4px;
	width:100%;
	text-align:left;
}
#errors {
	color:#CC0000;
}
#sql {
	color:#777777;
}


/*Manage*/
.manage {
  background-color: #2E3942;
  border:1px solid #000000;
  margin:5px;
  padding:5px 0px 0px 0px;
}
.manage:hover {
  background-color:#3E4851;
}

.h1 {
	color: #333333;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}
.h2 {
	color: #333333;
	font-size: 16pt;
	font-weight: normal;
	text-decoration: none;
}
.h3 {
	color: #333333;
	font-size: 20pt;
	font-weight: normal;
	text-decoration: none;
}
.forum {
	background-color:#000000;
	color:inherit;
	margin:auto;
	border-collapse:separate;
        border-spacing:1px;
        border:solid #303030; 
	border-width:0px 5px 5px 1px;

} 
.headb {
        background-color:#2E3942;
	color:#FF8000;
	font-weight:bold;
	padding:4px;
	text-align:left;
 }
.headb a:link, .headb a:visited { color:#FFFFFF; }
.bottom {
	background-color:#2E3942;
	color:inherit;
	padding:4px 6px 4px 8px;
	text-align:left;
}
.newshead {
	background-color:#2E3942;
        color: #FF8000;
	font-size:10pt;
	font-weight:bold;
	padding:4px 6px 4px 8px;
	text-align:left;
}

.left,.center,.right {
	padding:1px;
}
.leftb,.centerb,.rightb,.forlink {
	background-color:#3E4851;
        color: #FFFFFF;
	padding:4px 6px 4px 8px;
}
.leftc,.centerc,.rightc {
	background-color:#3E4851;
        color: #FFFFFF;
	padding:4px 6px 4px 8px;
}
.left,.leftb,.leftc,.forlink {
	text-align:left;
}
.center,.centerb,.centerc {
	text-align:center;
}
.right,.rightb,.rightc {
	text-align:right;
}
.quote {
	background-color:#2E3942;
	border:1px solid #000000;
	color:inherit;
	padding:6px;
	text-align:left;
}
.navhead,.navhead2 {
	text-align:left;
        padding:1px 1px 1px 8px;
        height: 26px;
        background-image:url(images/bg_sand_darkblue.jpg);
        background-repeat:repeat;
        border:solid #202020; 
	border-width:1px 5px 0px 1px;
}
 
.navbodyb {
        background-image:url(images/bg_sand_blue.jpg);
        border:solid #303030; 
	border-width:0px 5px 5px 1px;
	color:inherit;
	list-style:none;
	padding:4px 6px 4px 8px;
	text-align:left;
}

.navbody2b {
        background-image:url(images/bg_sand_red.jpg);
        border:solid #303030; 
	border-width:0px 5px 5px 1px;
	color:inherit;
	list-style:none;
	padding:4px 6px 4px 8px;
	text-align:left;
}

.navbodybanner {
        background-image:url(images/bg_sand_blue.jpg);
        border:solid #303030; 
	border-width:0px 5px 5px 1px;
	color:inherit;
	list-style:none;
	padding:4px 6px 4px 8px;
	text-align:center;
}

hr {
  /* color:#2E3942; */
  color:#FFFFF;
  border-style:solid;
  height:0.1px;
} 

img.logo {
  position:absolute; 
  top:30px; 
  left:50%;
  margin-left:-45px;
}

.headtable {
  width:100%;
  height:80px;
}

.tdb {
	background-color:#3E4851;
        border:solid #303030; 
	border-width:0px 5px 5px 1px;
        color: #FFFFFF;
	padding:4px 6px 4px 8px;
}


.leftc a:link, .leftc a:visited {
  color:#FF8000;
  padding-left:12px;
  background:url("images/link_icon.gif") left center no-repeat transparent;
}
