/*
Общие стили
*/

body {
    margin:0px;
    padding:0px;
    width:100%;
    font:11px Tahoma, Arial;
}

table, tr, td, th, p, ul, ol, li, dl, dt, dd, div, font, h4 {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Arial;
	font-size: 11px;
}

p, ul, ol, dl, dt, dd {
	padding: 15px 10px 0px 10px;
	text-align: left;
}

ul{
	color: #B67D03;
	list-style-image: url('../images/icon_sq_yellow.gif');
}

#body3 ul, #body3 ol{	padding: 6px 10px 12px 20px;}

p {
	text-indent: 10px;
	padding: 10px 0px;
}

a {
	color: #057499;
	text-decoration: none;
}

a:hover {
	color: #057499;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

.error, .errors, .warn, .menu_warn {
    color: #E90F19;
}

/*
Новости
*/

p.news, p.news1 {

}

p.news1 {
    text-transform: uppercase;
}

/*
Счета
*/

table.bill {
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

td.bill {
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    padding: 4px;
}

td.bill1 {
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    padding: 10px;
}

/*
Меню
*/

table.menu {
	background: #F4D009 url('../images/menu_bg2.gif') repeat-x left top;
	width: 100%;
	height: 38px;
}

td.menu {
	background: url('../images/menu_bg1.gif') no-repeat left top;
	padding: 1px 12px;
	text-align: center;
	vertical-align: middle;
}

td.menu1 {
	background: #FAD804 url('../images/menu_bg4.gif') repeat-y left top;
	padding: 10px 15px;
	width: 100%;
	border-right: 1px solid #000000;
}

td.menu2 {
	background: #FAD804 url('../images/menu_bg6.gif') repeat-x left top;
	height: 25px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

td.menu_selected {
	background: url('../images/menu_bg3.gif') no-repeat left top;
	padding: 1px 12px;
	text-align: center;
	vertical-align: middle;
}

a.menu, a:hover.menu {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

a.menu_list, a.menu_list1 {
	font-size: 11px;
	text-decoration: none;
}

a.menu_list {
    text-transform: uppercase;
    font-size: 12px;
}

div.dropmenu_close {
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
}

div.dropmenu_open {
    z-index: 100;
    display: block;
    position: absolute;
    text-align: left;
}

.ic_menu{	width: 6px;
	height: 6px;
	margin: 0px 10px;
	border: 0px;}


/*
Формы
*/

input.form_input2, select.form_input2 {
	width: 120px;
	height: 14px;
}

textarea.form_input2 {
    width: 360px;
    height: 360px;
}

td.login {
	padding: 3px 0px 0px 0px;
	font-weight: bold;
	vertical-align: middle;
}

td.caption {
    text-align:center;
    font-size:12px;
    font-weight:bold;
    background-color:#E0F4E0;
    padding: 2px 2px 3px 2px;
    text-transform: uppercase;
    color: #000000;
}

td.caption2 {
    text-align:center;
    font-size:10px;
    font-weight:bold;
    background-color:#E0F4E0;
    padding: 5px 1px 5px 1px;
    vertical-align:top;
    text-transform: none;
    color: #000000;
}

td.left {
    text-align:right;
    background-color:#F8FCF8;
    color: #000000;
    padding: 2px 2px 2px 2px;
    vertical-align:top;
}

td.left2 {
    text-align:left;
    font-size:12px;
    background-color:#F8FCF8;
    color: #000000;
    padding: 8px 10px 10px 10px;
}

td.right {
    text-align:left;
    background-color:#E0F4E0;
    color: #000000;
    padding: 3px 8px 8px 8px;
}

td.list {
    text-align: left;
    font-size: 11px;
    padding: 2px;
}

table.list {
    border-style: solid;
}

table.form {
    padding: 0px 0px 0px 0px;
    border-color:#D0E4D0;
    border-style: double;
    border-width:3px;
}

font.form {
    font-size: 11px;
    color: #000000;
}

input.form_input{
    border-style: inset;
    border-width: 1px;
    border-color:#D0E4D0;
    font-size:11px;
    width: 250px;
    height: 14px;
    background-color:#ffffff;
    padding-left: 4px;
}

input.form_file{
    border-style: inset;
    border-width: 1px;
    border-color:#D0E4D0;
    font-size:11px;
    width: 250px;
    height: 18px;
    background-color:#ffffff;
    padding-left: 4px;
}

input.form_button{
    border-style: outset;
    border-width: 1px;
    border-color:#D0E4D0;
    font-size: 11px;
    vertical-align: bottom;
    width: 60px;
    height: 20px;
    padding: 0px;
    margin: 0px;
}

select.form_select {
    border-style: inset;
    border-width: 1px;
    border-color:#D0E4D0;
    font-size:11px;
    width: 250px;
    height: 16px;
    background-color:#ffffff;
}

textarea.form_textarea{
    border-style: inset;
    border-width: 1px;
    border-color:#D0E4D0;
    font-size:11px;
    width: 250px;
    height:100px;
    background-color:#ffffff;
}

textarea.new_file {
    border-style: inset;
    border-width: 1px;
    border-color:#D0E4D0;
    font-size:11px;
    width: 600px;
    height: 600px;
    background-color:#ffffff;
}



/*
DIVЫ
*/

#top1 {	height: 25px;
	width: 100%;
	background: #ffffff url('../images/bg_top_1.jpg') repeat-x;}

#top2{	background: #42b5e1 url('../images/bg_top_2.jpg') repeat-x;
	height: 97px;
	width: 100%;
}

#logo{	float: left;
	width: 40%;}

#logo1{	float: left;
	width: 55%;
	height: 84px;
	background: url('../images/logo1.jpg') no-repeat right top;	margin: 4px 0px 0px 0px;
}

#logo_img{	border: 0px;
	margin: 6px 0px 0px 50px;}

#menu1 {
	width: 100%;
}

#caption1{
	z-index: 110;
	position: absolute;
	right: 250px;
	top: 40px;
	text-transform: uppercase;
	font-size: 22px;
	color: #19678B;
	margin: 0px;
	padding: 0px;
}

#caption2{
	z-index: 105;
	position: absolute;
	right: 50px;
	top: 45px;
	text-transform: uppercase;
	font-size: 38px;
	color: #E47386;
	margin: 0px;
	padding: 0px;
}

#body1{	width: 100%;}

#body2{
	vertical-align: top;
	background: url('../images/border.jpg') repeat-y right top;
	width: 79%;
}

#body3{	padding: 35px 20px 50px 100px;}

#body2_ua{
	width: 79%;
	padding: 0px 6px 0px 0px;
	float: left;
	background: url('../images/border.jpg') repeat-y right top;
	overflow: hidden;
	height:expression(this.scrollHeight < 750? "750px" : "auto");
}

#body3_ua{
	padding: 30px 20px 20px 80px;
	border-right: 1px solid #EEEEEE;
	background: url('../images/bg_top2.jpg') repeat-x left top;
	min-height: 600px;
	overflow: hidden;
	height:expression(this.scrollHeight < 750? "750px" : "auto");
}

#menu2{	width: 21%;
	vertical-align: top;
}

#adm_center{	padding: 25px 30px;}

.login1 {
	background: #057499 url('../images/caption_bg2.gif') repeat-x;
	height: 33px;
	text-align: left;
}

.login11 {
	background: url('../images/caption_bg1.gif') no-repeat;
	color: #FEFEFE;
	height: 33px;
	font-weight: bold;
	font-size: 11px;
}

.login111{	padding: 8px 10px 0px 30px;}

.login12 {
	float: right;
	text-align: left;
	padding: 8px;
	width: 20%;
}

.login2 {
	background: #F6D307;
	height: 60px;
	padding: 5px 0px 5px 30px;
	vertical-align: top;
}

.login3 {
	background: #DA8D0B;
	height: 20px;
}

#bottom1 {
	background: #FFF url('../images/bg_bottom2.jpg') repeat-x left top;
	text-align: center;
	min-height: 36px;
	float: left;
	width: 100%;
}

#bottom11{	padding: 8px 0px 18px 0px;}

#bottom2 {
	background: url('../images/bg_bottom1.jpg') repeat-x left top;
	height: 40px;
	text-align: left;
	float: left;
	width: 100%;
}

#bottom21{	padding: 0px 15px;}

