/*cabinet*/
.hand {
	cursor: pointer;
}

.collector {
	display: block; 
	height: 490px;
	overflow-y:scroll;
}

.zero_border_table {
	border: 0; 
	table-layout: fixed;
	padding: 0px;
	margin: 0px;
}

.zero_border_table th {
	border: 0;
	border-collapse: collapse;
}

.zero_border_table td {
	border: 0;
	empty-cells: show;
}

.input_1px {
	border: 1px solid #999;
}

#call {
	width:100%;
	overflow:auto;
	clear:both;
}

#selected {
	width: 700px;
	float:left;
}
#form_call {
	
	float:right;
}

/* from style.css*/
body {
	font-size: 14px;
	font-family: Arial;
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {font-weight: normal;}
.center h1 {color: #0088C9; font-size: 22px; font-family: Arial,Verdana;text-indent: 0px;}
p {
  font-size: 1em; /* 14px */
  line-height: 1.3857em; /* 18px */
  margin: 0 0 1.2857em 0;
}

a {color: #1999CE; text-decoration: underline;}
a:hover {color: #1999CE; text-decoration: none;}

.logo {
	background-image: url(/templates/logo.png); 
	background-repeat: no-repeat; 
	width: 212px;
	height: 94px;
	margin-top: 20px;
}

.ico {
	margin-top: 10px;
	float: right;
}
.ico td {
	padding-left: 5px;
	padding-right: 5px;
}
.poisk {
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.poisk1 {
	background-image: url(/templates/poisk.png); 
	background-repeat: no-repeat; 
	width: 19px;
	height: 17px;
	border: 0px;
}	
.poisk2 input {
	border: 0px;
	height: 14px;
	margin-top: 1px;
	margin-bottom: 1px;
	width: 170px;
	margin-left: 1px;
	color: #aaa5a5;
}
.poisk2 {
	border: 1px solid #b0b0b0;
	width: 200px;
	float: right;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;	
}

.menu {
	background-image: url(/templates/menu.jpg); 
	background-repeat: repeat-x; 
	height: 33px;
	border: 2px solid #2fb6f8;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	behavior: url(border-radius.htc);
}

.menu1 {
	width: 100%;
	text-align: center;
}
.menu1 td {
	padding: 0px;
}

.menu1 a {color: #FFFFFF; text-decoration: none;}
.menu1 a:hover {color: #FFFFFF; text-decoration: underline;}

.text1 td{ padding-left: 5px; padding-right: 5px; border: 1px dotted #C0C0C0;}
.text1 th{ padding-left: 5px; padding-right: 5px; border: 1px dotted #C0C0C0; height: 25px; background: #dbe8f7;}
.text1 {color: #333333; font-weight: normal; text-decoration: none; align:center;}

.leftmenu p {margin: 2px; text-indent: 0px; font-size: 14px; }
.leftmenu a {color: #1999CE; font-family: Arial;text-decoration: underline;}
.leftmenu a:hover {text-decoration: none; }
