/* Стили панели администратора */

*{
    padding: 0;
    margin: 0;
}


html, body{
    background-color : #FFFCEF;
    font-family : sans-serif;
    font-size : 16px;
	height:100%;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.wrapper {
	min-height:100%;
	height:auto  !important;
	height:100%;
	margin:0 auto -124px;
	border-left: 2px solid #fcf5dd;
	border-right: 2px solid #fcf5dd;
	background-color : #FFFCE8;
}

#header{
	background-color: #000000;
	background-image: url(/img/header_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 150px;
	border-bottom: 1px solid #fcf5dd;
	position: relative;
	margin: 0 5px;
}
#logo{
	margin-left: 50px;
}
#logo a, #logo a img{
	border: 0;
}
.menu{
	left: 10px;
	bottom: 5px;
	font-size: 14px;
	color: white;
	position: absolute;
}
.support{
	text-align: right;
	right: 5px;
	bottom: 5px;
	color: white;
	position: absolute;
}
.menu a{
	color: white;
}
.menu a:hover{
	color: red;
}

#content{
	margin: 10px;
}
.sub{
	margin: 10px;
	background-color : #fcf5dd;
	border: 1px solid #e5e5e5;
	padding: 10px;
}

.footer, .push {
	height: 124px;
}

.footer{
	background-color: #000000;
	background-image: url(/img/header_bg.png);
	background-repeat: repeat-x;
	margin: 0 5px;
}
.copy{
	text-align: center;
	color: #FFFFFF;
	/*margin: 50px auto;*/
	padding-top: 50px;
}
.copy a{
	color: #FFFFFF;
}

h1, h2, h3, h4{
	color: #000000;
}

a {
    color: #0187c5;
}


a:hover {
   color: #0187c5;
}


input.text,select {
    font-size: 15px;
    background-color: #FFFFFF;
    border: 1px solid Silver;
	width: 300px;
  }


textarea {
    font-size: 15px;
    background-color: #FFFFFF;
    border: 1px solid Silver;
  }


input.button {
    font-size: 20px;
    background-color: #FFFFE0;
    border: 1px solid Silver;
    padding: 2px;
  }
.form_table{
	
}
.form_table td, .form_table th{
	vertical-align: top;
	padding: 5px;
	border: 1px solid #e5e5e5;
}
.form_table th{
	background-color: #e5e5e5;
}
.form_table td.line_descr{
	text-align: center;
	width: 300px;
}
.form_table td.line_value{
	width: 500px;
}
.smalltext{
	font-size: 9px;
}

.error{
	color: red;
}


