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

img {
  border: 0px;
}

form {
  display: block;
}

td {
  background-color: transparent;
  font-size: 8pt;
}

textarea {
  width: 90%;
}

ul {
  margin: 5px 12px;
}

hr {
  margin: 8px 0;
  color: #fff;
}

input, textarea, select {
  background: #e9e9e9;
  text-decoration: none;
  padding: 3px 8px;
  margin: 2px;
  font-size: 9pt;
  border: 1px solid #999;
}

input[type=checkbox] {
  padding: 0;
}

input[type=submit], input[type=button], input[type=reset] {
  background: url(Bilder/stripe_7.jpg);
  color: #fff;
  text-decoration: none;
  padding: 2px 8px 4px 8px;
  font-weight: normal;
  text-shadow: #000 1px 1px 0px;
  border: 1px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

input:hover[type=submit], input:hover[type=button], input:hover[type=reset] {
  background: url(Bilder/stripe_6.jpg);
}

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

#errors {
  color: #880000;
}

#sql {
  color: #333;
}

.form {
  text-decoration: none;
  padding: 3px 8px;
  margin: 2px;
  font-size: 9pt;
  border: 1px solid #999;
}

.forum, .static {
  background-color:#fff;
  margin: auto;
}

.headb, .newshead {
  font-size: 12px;
  font-weight: bold;
  height: 12px;
  padding: 20px 8px 3px 8px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid #07f;
  overflow: hidden;
  line-height: 13px;
}

.bottom {
  padding: 10px;
  text-align: left;
}

.left,.center,.right {
  padding: 0;
}

.icon {
  width: 25px;
  padding: 5px;
}

.game_icon {
  padding: 5px;
}

.wars_icon {
  padding: 3px 5px;
  float: right;
}

.leftb, .centerb, .rightb, .leftc, .centerc, .rightc {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  max-width: 600px;
}

.left, .leftb, .leftc {
  text-align: left;
}
img{
  max-width: 485px;
}
.center, .centerb, .centerc {
  text-align: center;
}

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

.quote {
  background-color: #f0f0f0;
  border: 1px solid #999;
  padding: 8px;
  text-align: left;
  text-shadow: none;
}

#msg_normal, #msg_success {
  margin: auto;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  text-align: center;
}

#msg_normal div, #msg_success div {
  padding: 8px 0 8px 20px;
}

#msg_normal {
  background-color: #fafafa;
}

#msg_success {
  background-color: #fafafa;
}

/* START Kalender */

.calhead, .calday, .calevent, .caltoday, .calweek {
  background-color: #fafafa;
  text-align: center;
  padding: 7px;
  border: 1px solid #e3e3e3;
}

.calhead, .calweek {
  background-color: #f0f0f0;
}

.calevent {
  background-color: #f0f0f0;
  font-weight: bold;
}

.caltoday {
  border: 3px solid #f90;
  padding: 5px;
}

/* ENDE Kalender */
/* START Manage*/

.manage {
  background: #f0f0f0;
  border: 1px solid #e3e3e3;
  padding: 15px 0px 0px 0px;
}

.manage:hover {
  background: #f7f7f7;
}

/* ENDE Manage*/