* {
 margin: 0;
 padding: 0;
 font-family: Verdana, Tahoma, Arial, sans-serif;
 font-size: 12px;
}
html {
 background-color: #000;
}
h1, h2, h3, h4, h5 {
 color: #640909;
 font-family: Georgia, Verdana, Tahoma, sans-serif;
 font-variant: small-caps;
 font-weight: normal;
 margin: 0 0 6px;
}
h1 {
 font-size: 25px;
 display: none;
}
h2 {
 font-size: 20px;
}
h3 {
 font-size: 15px;
 text-align: right;
}
p {
 margin: 1.12em;
}
img {
 border: 0;
}
a {
 text-decoration: none;
 color: #8B4F18;
}
a:hover {
 text-decoration: underline;
}
hr {
 border-top: 1px dashed #8B4F18;
 border-bottom: 0;
 border-left: 0;
 border-right: 0;
}
table {
 border-top: 1px solid #000;
 border-left: 1px solid #000;
 margin: 10px 0 5px 5px;
}
th, td {
 border-right: 1px solid #000;
 border-bottom: 1px solid #000;
 padding: 3px;
 text-align: center;
}
th {
 background-color: #A3662D;
}
th.header {
 font-size: 13px;
 min-width: 50px;
 background-color: #A3662D;
 background-image: url(../_img/bg.gif);
 background-repeat: no-repeat; 
 background-position: center left; 
}
th.header:hover {
 cursor: pointer;
 background-color: #8d5b2d;
}
th.headerSortDown {
 background-image: url(../_img/desc.gif);
 background-color: #c3874f;
}
th.headerSortUp {
 background-image: url(../_img/asc.gif);
 background-color: #c3874f;
}

#wrapper {
 margin: auto;
 width: 1000px;
}
#header {
 width: 1000px;
 height: 224px;
 background-image: url('../_img/_design/header.jpg');
 background-repeat: no-repeat;
}
#flags {
 margin-right: 220px;
 margin-top: -220px;
 float: right;
}
#info {
 margin: auto;
 padding: 2px 0 0 60px;
 width: 822px;
 height: 31px;
 color: #E2C891;
 background-image: url('../_img/_design/info.jpg');
 background-repeat: no-repeat;
}
#contentFrame {
 margin: auto;
 width: 872px;
 background-image: url('../_img/_design/outerbg.jpg');
 background-repeat: repeat-y;
}
#content {
 margin-left: 22px;
 padding: 20px 10px 10px 10px;
 width: 807px;
 background-color: #C6AA7B;
 background-image: url('../_img/_design/topBG.jpg');
 background-position: top;
 background-repeat: no-repeat;
}
#main {
 margin-top: -3px;
 padding: 10px;
 background-image: url('../_img/_design/scrollbg.gif');
 background-color: #f7e5bd;
}
#bottom {
 margin: auto;
 width: 872px;
 height: 168px;
 background-image: url('../_img/_design/bottom.jpg');
 background-repeat: no-repeat;
}
#footer {
 margin: auto;
 width: 872px;
}
 #footer div {
  margin: 15px 5px;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
 }
#footerLeft {
 float: left;
 height: 120px;
}
#partners img {
 margin: 0 60px;
 vertical-align: middle;
}
#statistics {
 display: none;
 padding-right: 10px;
}
#filterHolder {
 margin-top: 10px;
}
#filter {
 margin-left: 5px;
}
#back {
 display: blocK;
 width: 1000px;
 height: 224px;
}

#guildTable tbody tr td a span {
 display: none;
 position: absolute;
 padding: 5px;
 border: 1px solid #c0c0c0;
 background-color: #333;
 color: #fff;
 width: 180px;
 text-decoration: none;
}
#guildTable tbody tr td a:hover span {
 display: block;
 text-decoration: none;
}

.button {
 margin: 6px 3px 10px 3px;
 padding: 4px;
 border: 1px solid #E2C891;
 color: #ECDFD4;
 font-weight: bold;
 background: transparent url('../_img/btnbg.gif') top left repeat-x;
}
.button:hover {
 text-decoration: none;
 border: 1px solid #C4AA73;
 background-position: bottom left;
}
.center {
 text-align: center;
}
.left {
 text-align: left;
}
.fleft {
 float: left;
 text-align: left;
 text-decoration: none;
}
.right {
 text-align: right;
 text-decoration: none;
}
.odd {
 background-color: #DAC7A0;
}
.even{
 background-color: #F7E5BD;
}
.error {
 font-weight: bold;
 border: 1px solid #ff0000;
 background-color: #FBE3E4;
 padding: 5px;
}
.decrease {
 color: #ff0000;
}
.increase {
 color: #39A239;
}