/***** Голубая обвязка *****/
.left_top {
	background:  url(images/left_top.gif) top left no-repeat;
	width: 100%;
}
.right_top {
	background: url(images/right_top.gif) top right no-repeat;
}

.center_top
{
height: 9px;
background:#8BB1FF; 
margin-left: 9px;
margin-right: 9px;
}

.left_bottom {
    height: 20px;
	background: url(images/left_bottom.gif) bottom left no-repeat;
	margin-top: 0px;

}
.right_bottom {
    height: 30px;
	background: url(images/right_bottom.gif) bottom right no-repeat;
	margin-top: -30px;
}

.center_bottom
{
height: 9px;
background:#8BB1FF; 
margin-left: 9px;
margin-right: 10px;
margin-top: -9px;
}

.color {
background:#8BB1FF; 
margin-bottom: -11px;
margin-top: 0px;

}

.text
{
background:#8BB1FF; 
color: white;
font-weight: bold;
font-size: 11px;
font-family: Verdana, sans-serif;
margin-left: 20px;
margin-right: 20px;
position: relative; top: -1px;
}


/***** Зеленая обвязка *****/
.left_top_auth {
	background:  url(images-auth/left_top.gif) top left no-repeat;
	width: 100%;
}
.right_top_auth {
	background: url(images-auth/right_top.gif) top right no-repeat;
}

.center_top_auth
{
height: 9px;
background:#00B034; 
margin-left: 9px;
margin-right: 9px;
}

.left_bottom_auth{
    height: 20px;
	background: url(images-auth/left_bottom.gif) bottom left no-repeat;
	margin-top: 0px;

}
.right_bottom_auth {
    height: 30px;
	background: url(images-auth/right_bottom.gif) bottom right no-repeat;
	margin-top: -30px;
}

.center_bottom_auth
{
height: 9px;
background:#00B034; 
margin-left: 9px;
margin-right: 10px;
margin-top: -9px;
}

.color_auth {
background:#00B034; 
margin-bottom: -11px;
margin-top: 0px;

}

.text_auth
{
background:#00B034; 
color: white;
font-weight: bold;
font-size: 11px;
font-family: Verdana, sans-serif;
margin-left: 20px;
margin-right: 20px;
position: relative; top: -1px;
}

/***** MIN *****/
body {
    margin:0;
    padding: 0px;
    font-size: 11px;
    font-family: Verdana, sans-serif;

}

/***** MIN *****/
.min {
	color: black;
    font-size: 11px;
    font-family: Verdana, sans-serif;
}

/***** LINK *****/
a:link, a:visited, a:active {
	text-decoration: none;
	color: #4876FF;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}
a:hover {
	text-decoration: none;
	color: #2F4485;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}

a.search:link, a.search:visited, a.search:active {
	text-decoration: none;
	color: red;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}

a.b:link, a.b:visited, a.b:active {
	text-decoration: none;
	color: #4876FF;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
}


/***** ADMIN MENU *****/
.tablemenuadmin {
	background-color: #FFEEEE;
	border-color: #990000;
	border-style: dashed;
	border-width: 2px;
	padding: 5px 10px;
	margin: 10px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	width: 80%;
}
.tablemenuadmin a {
	text-decoration: none;
	color: #19537A;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}
.tablemenuadmin a:hover {
	text-decoration: none;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

/***** FORM ELEMENTS *****/
.button {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	color: #ffffff;
	border: 0px solid #8BB1FF;
	background: url(images/side_back)top left no-repeat;
	background-color: #8BB1FF;
	width: 80px;
	height: 22px;
	cursor: pointer;
}
.select {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	border: 1px solid #d8d6d6;
	background-color: #f5f5f5;
}
.input {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	text-align: left;
	border: 1px solid #d8d6d6;
	background-color: #f5f5f5;
}
.file {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	text-align: left;
	border: 1px solid #d8d6d6;
	background-color: #f5f5f5;
}
.textarea {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	border: 1px solid FFFAFA ;
	background-color: FFFAFA;
}

/***** MAIN TD *****/
.tdmain {
	padding: 2px 10px 20px 10px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	
	
}
.td_top_menu {
    margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
    color: black;
    font-weight: normal;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    text-align: center;
	height:200px;
		
}
.td_top_menu a {
    color: #4876FF;
}
.td_top_menu a:hover {
    color: #2F4485;
}
.td_bottom_menu {
	margin: 10px 0px;
	padding: 3px;
	
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	text-align: center;
	
}
.td_bottom_menu a {
	color: #4876FF;
}
.td_bottom_menu a:hover {
	color: #2F4485;
}
.td_vacres_switch {
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	text-align:center;
}
.td_vacres_switch_in {
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	text-align:center;
}

/***** LEFT/RIGHT BLOCKS *****/
.left_head {
	background-color: gray;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	padding: 3px;
}
.left_body {
	color: black;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	
	padding: 3px 5px;
}
.left_body_stat {
	text-align: center;
	color: black;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	border-color: #E6E6E6;
	background-color: white;
	padding: 0px 10px;
	width: 30%;
}

/***** TABLE STYLES *****/
thead {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	background-color: #E5E8F3;
	color: #4876FF;
}
thead td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
tbody_razdel {
	font-size: 10px;
	font-family: Verdana, sans-serif;
}
tbody {
	font-size: 12px;
	font-family: Arial;
}
tbody td.text{
	padding: 0px 10px;
}
tbody td.data{
	padding: 5px 10px;
	border-bottom: 0px solid #E2E2E2;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
}

tbody td.data_razdel{
    color: #4876FF;
	padding: 2px 1px;
	padding-left:10px;
	border-bottom: 0px solid #E2E2E2;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}

/***** STATUS *****/
.hot {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background-color: #fff0e1;
	border-color: #FF8000;
	border-style: solid;
	border-width: 0px;
	padding: 5px;
}

/***** HELP *****/
.tdhelp {
	color: #2f3192;
    font-size: 10px;
	font-family: Verdana, sans-serif;
	background-color: #E9E9E9;
	border-color: #d8d6d6;
	border-style: dotted;
	border-width: 1px;
}

/***** ANNOUNCE STYLES *****/
.infotable {
	text-align: left;
	border-color: #d8d6d6;
	border-style: dotted;
	border-width: 1px;
	border-left: 0px;
	border-right: 0px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}
.vip_infotable {
	text-align: left;
	border-color: #d8d6d6;
	border-style: dotted;
	border-width: 1px;
	border-left: 0px;
	border-right: 0px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background-color: #FFEEEE;
}
.zptd {
	background-color: #F7F7F7;
	color: #000000;
	border-color: #808080;
	border-style: dashed;
	border-width: 1px;
	padding: 5px 10px 5px 5px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}
.infotd {
	border-color: #d8d6d6;
	border-style: dotted;
	border-width: 1px;
	border-left: 1px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	padding: 5px 10px 5px 5px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}
.div_infotd {
	margin: 5px 10px;
	padding-left: 10px;
	border-left: 2px solid #d8d6d6;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}
.conttd {
	font-size: 11px;
	font-family: Verdana, sans-serif;
}
.vip {
	background-color: #FFEEEE;
}
.headpart {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	font-weight: bold;	
}

/***** LISTS STYLES *****/
.p_text_bg_big {
	padding: 2px;
	margin: 3px;
	background-color: #E5E8F3 ;
	font-weight: bold;
	font-size: 11px;
	color: #4876FF;
	width: 100%;

}

.langbutton {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	color: #ffffff;
	border: 0px;
	background-color: #990000;
	cursor: pointer;
}

.cont_left { background: url(images/cont_left.gif) no-repeat left; width:28px; height:28px;}
.cont_right { background: url(images/cont_right.gif) no-repeat top; width:28px; height:28px;}
.cont_center { background: #ADC8FF; font-size: 11px; color: white; font-family: Verdana, sans-serif; font-weight: bold;	 }  
