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

img {
	border:0px;
}
form {
	display:inline;
}
td {
	background-color:transparent;
	color:#000;
	font-size:8pt;
	border: 0px;
	vertical-align:top;
}
textarea {
	width:90%;
}
ul {
	margin:0px;
}

input, textarea, select {
	background-color:#000;
	border:1px solid;
	border-top-color: #555;
	border-left-color: #555;
	border-bottom-color: #333;
	border-right-color: #333;
	color:#FFF;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:8pt;
	margin:2px;
	padding:2px;
}

#debug {
	height:150px;
	margin-bottom:20px;
	overflow:auto;
	padding-left:4px;
	width:100%;
	text-align:left;
}
#errors {
	color:#880000;
}
#sql {
	color:#333;
}
.h1 {
	color: #000;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}
.h2 {
	color: #999;
	font-size: 16pt;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
}
.h3 {
	color: #999;
	font-size: 20pt;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
}
.form {
    background: #000;
	border:1px solid #000;
	color:#fff;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:8pt;
	margin:2px;
	padding-left:3px;
}
.forum {
    background: #eee;
	color:inherit;
	margin:auto;
	border-collapse:collapse;
	border-spacing:1px;
/* CSS3 Eigenschaften */
/* Runde Ecken */
	-webkit-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0p 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 5px;
/* Schlagschatten */
	-webkit-box-shadow: 3px 3px 5px #000;
    -moz-box-shadow: 3px 3px 5px #000;
    box-shadow: 3px 3px 5px #000;
/* Schlagschatten für IE */
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#000, offx=2, offy=2)";
    filter:progid:DXImageTransform.Microsoft.DropShadow(color=#000, offx=2, offy=2);
/*CSS3 ENDE */
}

.round_shadow {
/* CSS3 Eigenschaften */
/* Runde Ecken */
	-webkit-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0p 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 5px;
/* Schlagschatten */
	-webkit-box-shadow: 3px 3px 5px #000;
    -moz-box-shadow: 3px 3px 5px #000;
    box-shadow: 3px 3px 5px #000;
/*CSS3 ENDE */
}
.shadow_shout_entry {
	/* CSS3 Eigenschaften */
/* Runde Ecken */
	-webkit-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0p 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 5px;
/* Schlagschatten */
	-webkit-box-shadow: 3px 3px 5px #000;
    -moz-box-shadow: 3px 3px 5px #000;
    box-shadow: 3px 3px 5px #000;
	border:1px solid #CCC;
	margin: 0px;
	margin-bottom: 10px;
	margin-right: 3px;
	padding-left: 3px;
	padding-right: 3px;
}
.static {
    background: #eee;
	color:#fff;
	border:1px solid #CCC;
	border-spacing:1px;
    padding:2px 10px;
}
.headb {
	background-color: #000;
	color:#FFF;
	font-size:8pt;
	font-weight:bold;
	padding: 9px 10px;
	text-align:center;
	text-decoration: none;
	border:1px solid #000;
}
.newshead {
  background-color:#000;
  color:#FFF;
  font-size:12px;
  font-weight:bold;
  padding: 9px 10px;
  text-align:center;
  border:1px solid #000;
}
.bottom {
	background-color:#eee;
	color:#000;
	padding:10px;
	text-align:left;
}
.left,.center,.right {
	padding:0;
}
.icon {
	padding:5px;
}
.game_icon {
	padding:5px;
}
.wars_icon {
	padding:7px 0 5px 5px;
	float:right;
}

.leftb,.centerb,.rightb {
    background: #eee;
	border:1px solid #CCC;
	color:#000;
	padding:10px;
	text-align:center;
}
.leftc,.centerc,.rightc {
    background: #eee;
	border:1px solid #CCC;
	color:#000;
	padding:10px;
	text-align:center;
}
.left,.leftb,.leftc {
	text-align: left;
}
.center,.centerb,.centerc {
	text-align: center;
}
.right,.rightb,.rightc {
	text-align: right;
}
.quote {
	background-color:#777;
	color:#000;
	padding:6px;
	text-align:left;
}
.navhead,.navhead2 {
	color:#CCC;
	font-weight:bold;
	padding:4px;
	text-align:center;
}
.navbodyb,.navbody2b {
	background-color:transparent;
	color:#fafafa;
	list-style:none;
	padding:4px 6px 4px 8px;
	text-align:left;
}

/* START Kalender */

.calhead {
  background: #ccc;
  border:1px solid #CCC;
  color:#000;
  font-weight:bold;
  text-align:center; 
  padding:1px 3px;
}
.calday, .calevent, .caltoday, .calweek {
  border:1px solid #CCC;
  padding:1px 3px;
  text-align:right;
}
.calday {
  color:#000;
}
.calevent {
  background-color:#ccc;
  color:#f90;
  text-decoration: blink;
}
.caltoday {
  background: #ccc;
  font-weight:bold;
  text-decoration: underline;
  color:#000;
}
.calweek {
  background: #ccc;
  font-weight:bold;
  color:#000;
  text-align:center;
}

/* ENDE Kalender */
.tooltip {
	display: none;
	background: #dedede;
	color: #000;
	padding: 2px;
	text-align: left;
	font-weight: normal;
	max-width: 200px;
	width: auto;
	border: 2px solid #800;
	z-index: 250;
}