/* Шрифт*/

/* hr */
hr {
	border: 1px solid #aeaed2;
	border-bottom-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	
	width:180px;
	height:1px;
}


td {
 font: 11px Verdana;
 color:#000000;
}


input, select {
 font: 11px Verdana;
 color:#333333;
 border: 1px solid #666666;
 background-color: #ffffff;
}


.input_buttom { /* Фон на конопку */
background-color: #4e6ba5;
color:#ffffff;
}


/*Ссылки*/
a:link{color: #1f3768 ; text-decoration: underline }
a:visited { color: #1f3768; text-decoration: underline}
a:hover { color: #1f3768; text-decoration: none }
a:active { color: #1f3768; text-decoration: none }

a.menu_left:link{color: #ffffff; text-decoration: none }
a.menu_left:visited { color: #ffffff; text-decoration: none}
a.menu_left:hover { color: #ffffff; text-decoration: underline }
a.menu_left:active { color: #ffffff; text-decoration: underline }


/*------------------------------------------*/

/*Меню*/
.menu_top_td { 
text-align:center;
cursor:pointer;
color:#000;
vertical-align:top;
padding-top:3px;
width:100px;
font-weight:bold;
}


.menu_top_td_2 { 
text-align:center;
cursor:pointer;
color:#000;
vertical-align:top;
padding-top:3px;
width:100px;
font-weight:bold;
}


.sub_menu_top_tbl {
background-color: #ede890;
border:1px solid #c3bf75;
width:160px;
display:none;
z-index:2;
}

.sub_menu_top_td {
padding-left:3px;
padding-right:3px;
height:20px;
cursor:pointer;
}


/*------------------------------------------*/


.content {
padding-bottom:10px; 
background-color:#f7f7f7; 
border-left: solid 1px #949494; 
border-top: solid 1px #949494; 
border-right: solid 1px #949494;
}


.content table {
width:100%;

}

.content td {
padding:5px 5px 5px 5px;
text-align:left;
}

.content input {
 background-color: #ffffff;
 border: 1px solid #aeaed2;
}

.content select {
border: 1px solid #939393;
background-color: #ffffff;
}

.content .input_buttom { /* Фон на конопку */
background-color: #4e6ba5;
color:#ffffff;
}

.content .zagolovok {
background-image:url(../img/bg_in.gif);
background-repeat:repeat-x;
font-weight:bold;
height:22px;
padding:0px 0px 0px 5px;
}

.content .zagolovok_in {
background-color:#E9E9E9;
font-weight:bold;
height:22px;
padding:0px 0px 0px 5px;
}

.content .centr td {
text-align:center;
}

.content hr {
	border: 1px solid #939393;
	border-bottom-width : 0px;
	width:100%;
	height:1px;
}
