h3{
text-align: center;
}
.rank {
width: 37px;
float: left;
height: 30px;
font-size: 12px;
text-align: center;
padding-top: 5px;
color: #ebd7af;
}

.avatar {
width: 58px;
float: right;
height: 58px;
padding-top: 10px;
}

.avatar img {
border: 1px solid #f0dbb1;
}


.avatar_big {
width: 128px;

height: 128px;
}

.avatar_big img {
border: 4px solid #ce8e45;
}

.login-input{
	background: url(../images/login.jpg);
	width: 81px;
	height: 36px;
	border: 0px;
}
.logout-input{
	background: url(../images/logout.jpg);
	width: 81px;
	height: 36px;
	border: 0px;
}
.button {
	background: url(../images/button.gif);
	color: #FFFFFF;
	font-size: 12px;
	border: solid 1px #000000;
	margin-top: 5px;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	text-shadow: 0.1em 0.1em 0.2em black;
}
.button:hover {
	background: url(../images/button_on.gif);
	color: #a6856c;
}
.input {
	height: 21px;
	background: url(../images/input_main.png) repeat-x;
	border: none;
	color: #ffe7c3;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-box-shadow:    inset 0 0 5px #291b18;
	-webkit-box-shadow: inset 0 0 5px #291b18;
	box-shadow:         inset 0 0 5px #291b18;
}
.passStrenProgressBar{
	border: 1px solid gray; 
	height: 5px; 
	width: 100px; 
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
}
.passStrenProgressBar div{
	border: 0px solid white;
	font-size: 3px; 
	height: 5px; 
	width: 0%;
}
/* MSG Shop */
.bxs{
padding:3px;
padding-left:10px;
width:340px;
overflow:hidden;
position:relative;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-o-border-radius:5px;
-khtml-border-radius:5px;
}
.bxs.serror{
border:1px #ff6600 solid;
BACKGROUND: #ffbaba; 
}
.bxs.sok{
border:1px #74c008 solid;
BACKGROUND: #c2ffba;
}
.bxs{
margin-bottom:10px;
}
.bxs.sok .sbxicon{
background-image:url(../images/ok.png);
width:48px;
height:48px;
float:left;
margin-right:10px;
padding:0px;
}
.bxs.serror .sbxicon{
background-image:url(../images/nok.png);
width:48px;
height:48px;
float:left;
margin-right:10px;
padding:0px;
}
.bxs table.sbox td {
height:48px;
vertical-align:middle;
}
/* MSG Standart */
.bx{
padding:3px;
padding-left: 10px;
overflow:hidden;
position:relative;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-o-border-radius:5px;
-khtml-border-radius:5px;
}
.bx.error{
border:1px #ff6600 solid;
BACKGROUND: #ffbaba; 
}
.bx.ok{
border:1px #74c008 solid;
BACKGROUND: #c2ffba;
}
.bx.notice{
border:1px #fd9500 solid;
BACKGROUND: #fdd59c; 
}
.bx{
margin-bottom:10px;
}
.bx.ok .bxicon{
background-image:url(../images/ok.png);
width:48px;
height:48px;
float:left;
margin-right:5px;
padding:0px;
}
.bx.error .bxicon{
background-image:url(../images/nok.png);
width:48px;
height:48px;
float:left;
margin-right:5px;
padding:0px;
}
.bx .bxicon{
background-image:url(../images/notice.png);
width:48px;
height:48px;
float:left;
margin-right:5px;
padding:0px;
}
.bx table.box td {
height:48px;
vertical-align:middle;
}
#tooltip {
	text-align: left;
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
	max-width: 500px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0px;
	-moz-opacity: 0.92;
}

#tooltip h3, #tooltip div { 
	margin: 0; 
	font: 11px Tahoma; 
}
#status_text1_services{
	padding-left:3px;
	margin-top:10px;
	color:#ebd7af;
	line-height:100%
}
table.gtn { 
	border-collapse: collapse; 
	margin: 0px 0px 4px 0px;  
	-moz-box-shadow: 0 0 15px #423022;
	-webkit-box-shadow: 0 0 15px #423022;
	box-shadow: 0 0 15px #423022;
}
table.gtn td { 
	border: 1px solid #3d1c02;
 	padding: 3px; 
}
table.gtn td.guildlogo { 
	border: 0px solid #3d1c02;
 	padding: 0px; 
}
table.gtn tr.colhead { 
	background-image: url(../images/sts.jpg);
	background-repeat: repeat-x; 
}
table.gtn tr.colhead td { 
	padding: 3px; 
	text-align: center;
	font-weight: bold;
	color: #737a91;
}
table.gtn tr.colhead td.pinned { 
	padding: 3px; 
	text-align: center;
	font-weight: bold;
	color: #ff0000;
}
table.gtn tr.colhead td a { 
	padding: 3px; 
	color: #ebd7af;
}
table.gtn tr.colhead td a:hover { 
	padding: 3px; 
	color: #ebd7af;
	text-decoration: none;
}
.even { 
	background:	translucent;
}
.even2 { 
	background:	#1A1D26;
}
.yarr {
color : #726d6d;
font-size : 11px;
text-decoration: none;
font-family : 'Archivo Narrow', sans-serif;
text-shadow: black 0px 1px 0px;
}
.text_default td {
color : #000000;
font-family : Tahoma;
font-size : 11px;
}
tr.top_text_default {
font-family : Tahoma;
font-size : 11px;
color : black;
font-weight : bold;
background:#d4c4a2;
height:20px;
}
table.top_table {
border : 1px solid #000000;
font-family : Tahoma;
text-decoration : none;
font-size : 11px;
color : #6285a0;
height:30px;
}
table.sblock {
border : 1px solid #000000;
padding : 5px 0;
background-color : #643a21;
}
td.sblock {
padding-left : 10px;
padding-right : 10px;
padding-top : 6px;
padding-bottom : 6px;
background-color : #000000;
}
div.sblocki {
padding-top : 0;
padding-bottom : 3px;
border : 1px solid #000000;
border-top : none;
}
div.quote {
border : 1px dotted #000000;
margin : 10px 20px;
padding : 10px;
color : #6285a0;
font-size : 11px;
background : #101519;
}
.aBlock {
padding : 0;
border : 1px solid #000000;
background : #090c0e;
}
#sddm {
margin : 0;
padding : 0;
z-index : 30;
}
#sddm li {
margin : 0 0 0 0;
padding : 0;
list-style : none;
float : left;
font : 11px verdana;
}
#sddm li a {
display : block;
margin : 0 0 0 0;
padding : 5px 5px;
color : #73422f;
text-align : center;
text-decoration : none;
}
#sddm li a:hover {
color : #000000;
text-decoration : none;
}
#sddm div {
position : absolute;
visibility : hidden;
margin : 0;
padding : 0;
background : #090c0e;
border-top : 1px solid #000000;
border-left : 1px solid #000000;
border-right : 1px solid #000000;
width : 150px;
}
#sddm div a {
position : relative;
display : block;
margin : 0;
padding : 3px 3px;
width : auto;
white-space : nowrap;
text-align : left;
text-decoration : none;
background : #d1bd9a;
color : #73422f;
font : 11px arial;
border : 0;
border-bottom : 1px solid #000000;
}
#sddm div a:hover {
background : #c2b090;
color : #000000;
}
}
tr.bgcol1 {
background:#e1c9a0;
}
tr.bgcol11 {
background:#e1c9a0;
height:15px;
}
tr.bgcol2 {
background:#090c0e;
}
div.forumacc {
margin : 3px;
padding : 3px;
text-align : left;
border : 1px solid #000000;
background-color : #090c0e;
}
div.copy {
text-align : center;
font-family : Tahoma;
font : 9px arial;
color : #cccccc;
padding-bottom : 5px;
}
span.class0 {
color : #7fc7ff;
font-family : Tahoma;
font-size : 11px;
}
span.class1 {
color : #3a75c4;
font-family : Tahoma;
font-size : 11px;
}
span.class2 {
color : #1a4780;
font-family : Tahoma;
font-size : 11px;
}
span.class3 {
color : #1a4780;
font-family : Tahoma;
font-size : 11px;
}
span.class16 {
color : #cd5c5c;
font-family : Tahoma;
font-size : 11px;
}
span.class17 {
color : #c41e3a;
font-family : Tahoma;
font-size : 11px;
}
span.class18 {
color : #800000;
font-family : Tahoma;
font-size : 11px;
}
span.class19 {
color : #800000;
font-family : Tahoma;
font-size : 11px;
}
span.class32 {
color : #33c05b;
font-family : Tahoma;
font-size : 11px;
}
span.class33 {
color : #17b544;
font-family : Tahoma;
font-size : 11px;
}
span.class34 {
color : #0d6124;
font-family : Tahoma;
font-size : 11px;
}
span.class35 {
color : #0d6124;
font-family : Tahoma;
font-size : 11px;
}
span.class48 {
color : #ff9933;
font-family : Tahoma;
font-size : 11px;
}
span.class49 {
color : #7a3600;
font-family : Tahoma;
font-size : 11px;
}
span.class50 {
color : #7a3600;
font-family : Tahoma;
font-size : 11px;
}
span.class64 {
color : #7b7b7b;
font-family : Tahoma;
font-size : 11px;
}
span.class65 {
color : #515151;
font-family : Tahoma;
font-size : 11px;
}
span.class66 {
color : #515151;
font-family : Tahoma;
font-size : 11px;
}
span.class80 {
color : #9966cc;
font-family : Tahoma;
font-size : 11px;
}
span.class81 {
color : #7d40a3;
font-family : Tahoma;
font-size : 11px;
}
span.class82 {
color : #57316f;
font-family : Tahoma;
font-size : 11px;
}
span.class83 {
color : #57316f;
font-family : Tahoma;
font-size : 11px;
}
/* top 5 */
table.gtn2 { 
	border-collapse: collapse; 
	margin: 0px 0px 4px 0px; 
}
table.gtn2 tr.colhead2 { 
	background-image: url(../images/sts.jpg); background-repeat: repeat-x; 
}
.news_title{color:#9c7f68; font-size:12px; font-family:'times new roman'; margin-bottom:10px}
.news_title a{font-size:16px; text-decoration:none}
.news_title span{font-size:16px; text-decoration:none; color:#8e4b36}
.news_title a:hover{font-size:16px; text-decoration:underline}
.news_text{min-height:114px}
.news_text2{min-height:114px}
.news_read{float:right; text-decoration:none}