/* 
Автор стиля: ldrpg.ru 
*/

body{
	/*font-family: Arial;
	font-size:12px;*/
	font-family: sans-serif;
	background-color: #F5F5F5;
}
hr {
color: #4A171E;
}
.title{
	padding:2px 0 0 4px;
	height:18px;
	font-size: medium;
	color:white;
	background-color:green;
}
.t_header{
	margin: 4px;
	padding: 5px 10px;
	color: #e6d3c7;
	background: #890000;
	border: 1px solid #949494;
	border-radius: 5px;
	text-align: center;
}
/*
.Menu-Buttons {
	border:1px solid black;
	background-color:#CC3300;
	padding:1px;
}
.Menu-Buttons:link {
	color: white;
}
*/
a.btn {
	margin: 1px;
	padding: 5px 40px;
	color: white;
	background: #440000;
	border: 1px solid #949494;
	border-radius: 10px;
	font-weight: bold;
}
a.btn:hover {
	color: #fff;
	background: #850000;
}
a.btn:link {
	color: white;
}

.nw {
color:#CC0000;
font-weight:bold;
}
.inp {
border: 1px solid Silver;
border-color: 	black ;
background-color: #A00000 ;
color: 	white ;
}
.btn_in {
border: 1px solid Silver;
border-color: 	white ;
background-color: #A00000 ;
color: 	white ;
}
.a_cn_game
	{
		font-weight: bold;
	}

.h_title
	{
		color:  #500000 ;
	}
	
a:link {

}
a:visited {

}

.bar1 {
	font-size: 10px;
	color: #393E46;
	text-transform: uppercase;
	padding: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 2px; 
	border-top: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	border-bottom: 1px solid black;
	border-right: 1px solid #AFAFAF;
	background-color: #E2E2E2;
	text-align: center;
}

.sinf {
text-transform: uppercase;
color: #CC0000;
}
input:focus{
outline:none;
border-color:rgba(217,0,0,.75);
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
input{
font-family:Tahoma;
border:1px solid #aaa;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
text-shadow: 1px 1px 0 #9d9d9d;
}

.progress{
	display: inline-block;
    width: 15%;
    height: 18px;
    position: relative;
	background-color: #989898;
	color: white;
	font-size: 14px;
	line-height: 18px;
	border-radius: 5px;
}
.progress .ldrpg-fill{
    position: absolute;
    left: 0px;
    top:0px;
    bottom: 0px;
    width: 0%;
	border-radius: 5px;
}

.progress .ldrpg-bar-color-danger {
	background: #d9534f;
}

.progress .ldrpg-bar-color-orange {
	background: #ff6600;
}

.progress .ldrpg-bar-color-green {
	background: #339900;
}

.progress .ldrpg-text{
    position: relative;
    text-align: center;
}