* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	background: #FFFFFF;
	color: #050505;
    font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
}
div {
	display: block;
}
a {
	color: #796878;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.small {
	font-size: .8em;
}
input, select {
	font-family: Verdana;
	padding: 4px;
	background: #FFF8F8;
	border: 1px solid #050505;
	margin-bottom: 2px;
	margin-top: 2px;
}
input.n {
	-wap-input-format: '*N';
}
textarea {
	background: #FFF8F8;
	font-size: 1.0em;
	border: 1px solid #050505;
	margin-bottom: 2px;
}
input.button {
	font-family: Verdana;
	color: #FFF8F8;
    background: #796878;
	border: 1px solid #050505;
	padding: 2px 10px 2px 10px;
}
.main {
    margin: 10px 0px 10px 0px;
    padding: 0px 4px 0px 4px;
}
.unit {
	border: 1px solid #C0C0C0;
}
.building {
	border: 1px solid #CF880B;
}
.line {
    height: 10px;
}
.center {
	text-align: center;
}
.block {
    border-top: 2px solid #796878;
    background: #f7f5f5;
    padding: 6px;
    margin-top: 2px;
}
.list {
    background: #f7f5f5;
    padding: 6px;
}
.list2 {
	background: #FFFFFF;
    padding: 6px;
}
.map {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border-spacing: 0;
    border: 1px solid #796878;
}
.map .td {
	width: 42px;
	height: 42px;
}
.map .td_ {
	width: 21px;
	height: 21px;
}
img {
    padding: 0;
    margin: 0;
    border: 0;
}


.banner {
    background: #796878;
	text-align: center;
}
.title {
	color: #FFF8F8;
    background: #796878;
	text-align: center;
    font-weight: bold;
    padding: 2px;
}
.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: #6B6B6B;
}

.title .date, .title a {
	color: #f7f5f5;
}
.footer {
    text-align: center;
	font-size: .6em;
	color: #6B6B6B;
}
.footer a {
	color: #6B6B6B;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.i {
	color: gray;
	font-style: italic;
}
