/* $Id: clansphere.css 232 2006-08-19 16:07:22Z hajo $ */

body {
         background-image:url(images/dgs_background_klein.jpg);
         background-attachment:fixed;
         background-color:#887744;
	color:#222222;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:8pt;
	margin:8px;
	text-align:center;
         scrollbar-face-color: #D7CCB6;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #aaaaaa;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #B5BDC8;
scrollbar-track-color: #D7CCB6;
scrollbar-arrow-color: #000000;
}
a:link, a:visited {
	background-color:inherit;
	color:#D4D4D4;
	text-decoration:none;
}
a:active, a:hover {
	background-color:inherit;
	color:#D4D4D4;
	text-decoration:underline;
}
div,span {
	background-color:inherit;
	color:#181800;
	font-family:Verdana,Helvetica,sans-serif;
}
img {
	border:0px;
}
form {
	display:inline;
}
td {
	background-color:inherit;
	color:#181800;
	font-size:8pt;
	vertical-align:top;
}
textarea {
	width:90%;
}
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;
	text-align:center;
	width:66%;
}
#bottom {
	background-color:#553300;
	border:1px solid #000000;
	color:#F2F2F2;
	margin-top:20px;
	padding:4px 0px 4px 0px;
	width:100%;
}
#head {
	background-color:#553300;
	border:1px solid #000000;
	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:#880000;
}
#sql {
	color:#444444;
}
.h1 {
	color: #222222;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}
.h2 {
	color: #222222;
	font-size: 16pt;
	font-weight: normal;
	text-decoration: none;
}
.h3 {
	color: #222222;
	font-size: 20pt;
	font-weight: normal;
	text-decoration: none;
}
.form {
	background-color:#553300;
	border:2px groove #000000;
	color:#BDBDBD;
	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:#BB8800;
	color:#005500;
	font-weight:bold;
	padding:4px;
	text-align:left;
}
.bottom {
	background-color:#663800;
	color:inherit;
	padding:4px 6px 4px 8px;
	text-align:left;
}
.newshead {
	background-color:#BB8800;
	color:#005500;
	font-size:11pt;
	font-weight:bold;
	padding:4px 6px 4px 8px;
	text-align:left;
}
.left,.center,.right {
	padding:1px;
}
.leftb,.centerb,.rightb {
	background-color:#886600;
	color:inherit;
	padding:4px 6px 4px 8px;
}
.leftc,.centerc,.rightc {
	background-color:#997700;
	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:#663800;
	border:1px solid #000000;
	color:inherit;
	padding:6px;
	text-align:left;
}
.navhead,.navhead2 {
	background-color:#BB8800;
	border:solid #000000;
	border-width:1px 1px 0px 1px;
	color:#005500;
	font-weight:bold;
	padding:4px;
	text-align:center;
}
.navbodyb,.navbody2b {
         background-color:#886600;
	border:1px solid #000000;
	color:inherit;
	list-style:none;
	padding:4px 6px 4px 8px;
	text-align:left;
}
.calhead {
	background-color:#886600;
	color:inherit;
	padding:4px 2px 4px 2px;
	text-align:center;
}
.calday,.calevent,.caltoday, .calweek {
	padding:4px 2px 4px 2px;
	text-align:right;
}
.calday {
	background-color:#997700;
	color:inherit;
}
.calevent {
	background-color:#775500;
	color:inherit;
}
.caltoday {
	background-color:#553300;
	color:#CCCCCC;
}
.calweek {
	background-color:#887744;
	color:inherit;
}
.tooltip {
	position: absolute;
	display: none;
	background: #dedede;
	color: #000;
	padding: 2px;
	text-align: left;
	font-weight: normal;
	max-width: 180px;
	width: auto;
	border: 2px solid #800;
}
/* medals tooltip by palle */
span.tool {
  position: relative;
  cursor: help;
}

span.tool span.tip {
  display: none;
}

span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 1.6em;
  left: 0;
  width: auto;
  padding: 3px 7px 4px 6px;
  border: 1px solid #888888;
  background-color: #ffffff;
  font-size: 12px;
  text-align: left;
  color: #000000;
}

#content span.tool::after {
  padding-left: 2px;
}
/* medals tooltip by palle */