/* $Id: clansphere.css 232 2006-08-19 16:07:22Z hajo $ */
html,body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	height: 100%;
}

* html div {
	height: 100%;
}

/*
a:link, a:visited {
	background-color:inherit;
	color:#FFFFFF;
	text-decoration:none;
}
a:active, a:hover {
	background-color:inherit;
	color:#C0C0C0;
	text-decoration:underline;
}
*/
div,span {
	background-color: inherit;
	color: #222222;
	font-family: Verdana, Helvetica, sans-serif;
}

img {
	border: 0px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}

td {
	background-color: inherit;
	color: #000000;
	font-size: 8pt;
	vertical-align: top;
}

textarea {
	width: 90%;
	margin: 0;
	padding: 0;
}

ul {
	margin: 0px;
}

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

#nav-left {
	width: 14%;
}

#nav-right {
	float: right;
	width: 20%;
}

#content {
	background-color: inherit;
	color: #222222;
	width: 66%;
}

#bottom {
	background-color: #686868;
	border: 1px solid #000000;
	color: inherit;
	margin-top: 20px;
	padding: 4px 0px 4px 0px;
	width: 100%;
}

#head {
	background-color: #686868;
	border: 1px solid #000000;
	color: #333333;
	font-size: 25pt;
	height: 100px;
	margin-bottom: 20px;
	width: 100%;
}

#debug {
	height: 150px;
	margin-bottom: 20px;
	overflow: auto;
	padding-left: 4px;
	width: 100%;
	text-align: left;
}

#errors {
	color: #880000;
}

#sql {
	color: #333333;
}

.form {
	background-color: #c0c0c0;
	border: 1px solid #000000;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 2px;
	padding-left: 3px;
}

.forum {
	background-color: #000000;
	color: inherit;
	margin: auto;
}

.headb {
	background-color: #000000;
	color: #F2F2F2;
	font-weight: bold;
	padding: 4px;
	text-align: left;
}

.bottom {
	background-color: #666699;
	color: inherit;
	padding: 4px 6px 4px 8px;
	text-align: left;
}

.newshead {
	background-color: #444488;
	color: #F2F2F2;
	font-size: 11pt;
	font-weight: bold;
	padding: 4px 6px 4px 8px;
	text-align: left;
}

.left,.center,.right {
	padding: 1px;
}

.leftb,.centerb,.rightb {
	background-color: #8B8B8B;
	color: inherit;
	padding: 4px 6px 4px 8px;
}

.leftc,.centerc,.rightc {
	background-color: #9E9E9E;
	color: inherit;
	padding: 4px 6px 4px 8px;
}

.left,.leftb,.leftc {
	text-align: left;
}

.center,.centerb,.centerc {
	text-align: center;
}

.right,.rightb,.rightc {
	text-align: right;
}

.quote {
	background-color: #9E9E9E;
	color: inherit;
	padding: 6px;
	text-align: left;
}

.navhead,.navhead2 {
	background-color: #444488;
	border: solid #000000;
	border-width: 1px 1px 0px 1px;
	color: #F2F2F2;
	font-weight: bold;
	padding: 4px;
}

.navbodyb,.navbody2b {
	background-color: #8B8B8B;
	border: 1px solid #000000;
	color: inherit;
	list-style: none;
	padding: 4px 6px 4px 8px;
	text-align: left;
}

.calhead {
	background-color: #666699;
	color: inherit;
	padding: 4px 2px 4px 2px;
}

.calday,.calevent,.caltoday,.calweek {
	padding: 4px 2px 4px 2px;
	text-align: right;
}

.calday {
	background-color: #8B8B8B;
	color: inherit;
}

.calevent {
	background-color: #9E9E9E;
	color: inherit;
}

.caltoday {
	background-color: #B2B2B2;
	color: inherit;
}

.calweek {
	background-color: #777777;
	color: inherit;
}