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

body {
	background-color:#202020;
	color:#CCCCCC;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:8pt;
	margin:0px;
	text-align:left;
	
}
a:link, a:visited {
	background-color:inherit;
	color:#8C8C8C;
	text-decoration:none;
}
a:active, a:hover {
	background-color:inherit;
	color:#B2B2B2;
	text-decoration:underline;
}
div,span {
	background-color:inherit;
	color:#F2F2F2;
	font-family:Verdana,Helvetica,sans-serif;
}
img {
	border:0px;
}
form {
	display:inline;
}


textarea {
	width:90%;
}
ul {
	margin:0pt;
}

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

#nav-left {
	width:14%;
}
#nav-right {
	float:right;
	width:20%;
}
#content {
	background-color:inherit;
	color:#202020;
	text-align:left;
	width:100%;
}
#bottom {
	background-color:#202020;
	border:1px solid #000000;
	color:inherit;
	margin-top:20px;
	padding:4px 0px 4px 0px;
	width:100%;
}
#head {
	background-color:#202020;
	border:1px solid #C4C4C4;
	color:#F2F2F2;
	font-size:25pt;
	height:100px;
	margin-bottom:20px;
	text-align:center;
	width:100%;
}
#debug {
	height:150px;
	margin-bottom:20px;
	overflow:auto;
	padding-left:4px;
	width:100%;
	text-align:left;
}
#errors {
	color:#CC0000;
}
#sql {
	color:#666666;
}

.form {
	background-color:#202020;
	border:1px solid #191919;
	color:#8D8D8D;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:8pt;
	margin:2px;
	padding-left:3px;
	}
.forum {
	background-color:#171717;
	color:inherit;
	margin:auto;
	width:100%;
	
}
.headb {
	background-color:#262626;
	color:inherit;
	font-weight:bold;
	text-align:left;
	padding:2px 2px 2px 2px;
}
.bottom {
	background-color:#262626;
	color:inherit;
	padding:2px 2px 2px 2px;
	text-align:left;
}
td {

	vertical-align:top;
}
.newshead {
	background-color:#262626;
	color:#1882D6;
	font-size:9px;
	font-weight:bold;
	text-align:left;
	padding:2px 2px 2px 2px;
	width:100%;
}
.left,.center,.right {
	padding:1px;
}
.leftb,.centerb,.rightb {
	background-color:#1C1C1C;
	color:inherit;
	
	
}
.leftc,.centerc,.rightc {
	background-color:#1C1C1C;
	color:inherit;
	
}
.left,.leftb,.leftc {
	text-align:left;
}
.center,.centerb,.centerc {
	text-align:center;
}
.right,.rightb,.rightc {
	text-align:right;
}
.quote {
	background-color:#444444;
	border:1px solid #C4C4C4;
	color:inherit;
	padding:6px;
	text-align:left;
}

.calday,.calevent,.caltoday, .calweek {
	padding:4px 2px 4px 2px;
	text-align:right;
}
.calday {
	background-color:#666666;
	color:inherit;
}
.calevent {
	background-color:#444444;
	color:inherit;
}
.caltoday {
	background-color:#3E3E3E;
	color:inherit;
}
.calweek {
	background-color:#333333;
	color:inherit;
}
.btn { 
	  color:#DDDDDD; 
	  font-family:Verdana,Helvetica,sans-serif;
	  font-size:8pt;
	  background-color:#222222; 
	  border:1px solid; 
	  border-color: #666 #666 #666 #666; 
}
.btnhov { 
	  border-color: #CCC #CCC #CCC #CCC; 
} 
.tooltip {
	position: absolute;
	display: none;
	background: #999999;
	color: #DDDDDD;
	padding: 0px;
	text-align: left;
	font-weight: normal;
	max-width: 200px;
	width: auto;
	border: 0px solid #9999EE;
}