* {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
	margin: 0 auto;
	max-width: 480px;
    background: #333;
    color: #ddd;
    font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
}
.bg {
    background: #333;
}
div {
    display: block;
}
a {
    color: #cea74c;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    background: #333 !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.menu:hover {
    background: #333 !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.menu, .menu a {
    text-decoration: none !important;
}
.round {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
img {padding: 0;margin: 0;line-height: 0}
.small {
    font-size: .8em;
}
input, select {
    color: #1B1B1B;
    font-family: Verdana;
    padding: 4px;
    background: #ddd;
    border: 1px solid #cea74c;
    margin-bottom: 2px;
    margin-top: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
input[type="submit"] {
    -webkit-appearance: none;
}
input.n {
    -wap-input-format: '*N';
}
textarea {
    color: #1B1B1B;
    background: #ddd;
    font-size: 1.0em;
    border: 1px solid #cea74c;
    margin-bottom: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
input.button {
    font-family: Verdana;
    background: #8c0000;
    color: #ccc;
    padding: 4px 10px 4px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    border-top: none !important;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #440000;
}
input.button:hover {
    background: #6d0000;
    cursor: pointer;
    cursor: hand;
}
.main {
    margin: 10px 0px 10px 0px;
    padding: 0px 4px 0px 4px;
}
.line {
    height: 10px;
}
.center {
    text-align: center;
}
.block {
    border-top: 2px solid #a83f3f;
    background: #1B1B1B;
    padding: 6px;
    margin-top: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.list {
    background: #1B1B1B;
    padding: 6px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.list2 {
    background: #333;
    padding: 6px;
}
.map {
    color: #a83f3f;
    margin: auto;
    border-collapse: collapse;
    padding: 0;
    border-spacing: 0;
    border: 1px solid #a83f3f;
}
.map img {
    display: block;
}
.map .td img {
    margin: auto;
}
.map .td {
    width: 36px;
    height: 36px;
}
.map .td_ {
    width: 18px;
    height: 18px;
}
img {
    padding: 0;
    margin: 0;
    border: 0;
}
.me {
    border: 1px solid #4A708B;
}
.clan {
    border: 1px solid #006400;
}
.unit {
    border: 1px solid #cea74c;
}
.building {
    border: 1px solid #CF880B;
}
.enemy {
    border: 1px solid red;
}
.target {
    border: 1px solid green;
}


.title {
    color: #cea74c;
    background: #1B1B1B;
    text-align: center;
    font-weight: bold;
    padding: 2px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.title .info {
    font-weight: normal;
}
.title .info .u {
    text-decoration: underline;
}
.text {
    padding-left: 3px;
}
.nav {
    text-align: center;
    margin-top: 10px;
/*      padding: 4px;
    border: 1px solid #796878; */
}
.bar2 {
    margin-top: 4px;
    margin-bottom: 4px;
    height: 6px;
    width: 120px;
    padding: 2px;
    background: grey;
}
.bar2 .progress {
    background: green;
    height: 6px;
}
.bar {
    margin-left: auto;
    margin-right: auto;
    height: 6px;
    width: 120px;
    padding: 2px;
    background: grey;
}
.health {
    background: green;
    height: 6px;
}
.mana {
    background: blue;
    height: 6px;
}
.stamina {
    background: orange;
    height: 6px;
}
.exp {
    background: red;
    height: 6px;
}
.date {
    font-size: .8em;
    color: #696969;
}


.footer {
    text-align: center;
    font-size: .6em;
    color: #ddd;
}
.footer a {
    color: #ddd;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.i {
    color: gray;
    font-style: italic;
}
.exp_bar {
    background-color: #444;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.exp_bar .progress {
    background-color: green;
    padding-top: 1px;
    padding-bottom: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
