body{
	margin: 8px 0px 0px 0px;
}
img{
	border: none;
}
td.logo{
	background: url('/images/design/logo_bg.gif');
	height: 97px;
	width: 100%;
}
td.logo_left{
	background: url('/images/design/logo_left.gif');
	background-repeat: no-repeat;
	height: 97px;
	width: 11px;
}
td.logo_right{
	background: url('/images/design/logo_right.gif');
	background-repeat: no-repeat;
	height: 97px;
	width: 124px;
}
td.logotip{
	padding: 0px 0px 0px 24px;
	width:356px;
	height:97px; 
}
td.logo_text{
	background: url('/images/design/logo_text.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 435px;
}
td.g_menu{
	width: 100%;
	height: 33px;
	padding: 0px 40px 0px 40px
}
td.g_menu_left{
	width: 15px;
	height: 33px;
	background: url('/images/design/g_menu_left.gif');
}
td.g_menu_right{
	width: 15px;
	height: 33px;
	background: url('/images/design/g_menu_right.gif');
}
td.g_menu_center{
	background: url('/images/design/g_menu_bg.gif');
	padding: 0px 0px 5px 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #CCCCCC;
}
td.g_menu_center div{
	display:inline;
	margin:0px 10px 0px 10px
}
td.content{
	width:100%;
	padding: 0px 40px 0px 40px
}
a.g_menu_link:link{
	font-family: Tahoma;
	font-size: 12px;
	color: #5eacec;
	text-decoration: none;
}
a.g_menu_link:visited{
	font-family: Tahoma;
	font-size: 12px;
	color: #5eacec;
	text-decoration: none;
}
a.g_menu_link:hover{
	font-family: Tahoma;
	font-size: 12px;
	color: #68ec5e;
	text-decoration: none;
}
a.copyright:link{
	font-family: Tahoma;
	font-size: 12px;
	color: #5eacec;
	text-decoration: none;
}
a.copyright:visited{
	font-family: Tahoma;
	font-size: 12px;
	color: #5eacec;
	text-decoration: none;
}
a.copyright:hover{
	font-family: Tahoma;
	font-size: 12px;
	color: #5eacec;
	text-decoration: underline;
}
td.footer_main{
	padding:0px 45px 0px 45px
}
td.footer{
	font-family: Tahoma;
	font-size: 12px;
	color:#818181;
}
td.f_line{
	background:#CCCCCC;
}
td.content_text{
	font-family:Tahoma;
	font-size:12px;
	color:#818181;
	padding:3px 5px 30px 15px
}
div.block_top{
	width:183px;
	height:13px;
	background:url('/images/design/block_top.gif');
	background-repeat:no-repeat;
}
div.block_header{
	width:163px;
	height:14px;
	background:url('/images/design/block_bg.gif');
	background-repeat:repeat-y;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#818181;
	padding-left:20px;
	text-align:left;
}
div.block_content{
	width:143px;
	background:url('/images/design/block_bg.gif');
	background-repeat:repeat-y;
	padding:1px 20px 1px 20px;
	font-family:Tahoma;
	font-size:12px;
	color:#818181;
	text-align:justify;
}
hr.block{
	background:#e5e5e5;
	border:none;
	height:1px;
}
div.block_bottom{
	width:183px;
	height:13px;
	background:url('/images/design/block_bottom.gif');
	background-repeat:no-repeat;
}
div.block_menus{
	margin:5px 0px 5px 0px;
	padding: 0px 10px 0px 10px;
	background:url('/images/design/bullet.gif');
	background-position:left;
	background-repeat:no-repeat;
}
div.block_header a{
	cursor:pointer;
}
input.login_input{
	width:200px;
	border:1px solid #CCCCCC;
	font-family:Tahoma;
	font-size:12px;
	color:#5eacec;
}
td.input_text{
	font-family:Tahoma;
	font-size:12px;
	color:#818181;
}
input.submit{
	height:20px;
	padding-bottom:2px;
	background:#5eacec;
	border:1px solid #CCCCCC;
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
}
div.error_block{
	height:25px;
	width:150px;
	background:#f2f2f2;
	text-align:center;
	border:1px solid #CCCCCC;
	padding:7px 0px 0px 5px;
}
div.error_gif{
	background:url('/images/design/error.gif');
	background-position:left;
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	display:inline;
}
div.error_text{
	display:inline;
	font-family:Tahoma;
	font-size:12px;
	color:#CCCCCC;
}
div.g_menu_header{
	color:#818181;
	text-align:left;
}


/*стили таблички с сортировкой*/
td.sorted_table{
	padding: 0px 10px 0px 0px;
}

table.tablesorter {
	font-family:"Tahoma", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #f7f6f6;
	font-size: 7pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #f0efef;
	border: 1px solid #FFF;
	font-size: 9px;
	font-weight:normal;
	color:#818181;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url('/images/design/tablesorter-bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#f4ffeb;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url('/images/design/tablesorter-asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('/images/design/tablesorter-desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #dedfdd;
}
.pager{
	margin-top:10px;
	border: 0px solid;
}
.pager img{
	cursor:pointer;
}
.pager input{
	border:1px solid #CCCCCC;
	font-family:Tahoma;
	font-size:12px;
	color:#5eacec;
}
.pager select{
	border:1px solid #CCCCCC;
	font-family:Tahoma;
	font-size:12px;
	color:#5eacec;
}
.admin_input{
	width:300px;
	border:1px solid #CCCCCC;
	font-family:Tahoma;
	font-size:12px;
	color:#5eacec;
	padding: 0px 3px 0px 3px;
}
.admin_input_2{
	width:308px;
	height:17px;
	font-family:Tahoma;
	font-size:12px;
	color:#5eacec;
	padding: 0px 3px 0px 3px;
}
.admin_textarea{
	width:300px;
	height:200px;
	border:1px solid #CCCCCC;
	font-family:Tahoma;
	font-size:12px;
	color:#5eacec;
	padding: 0px 3px 0px 3px;
}
.admin_select{
	width:308px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	font-family:Tahoma;
	font-size:12px;
	color:#5eacec;
	padding: 0px 0px 0px 3px;
}
/*Автозаполнение формы*/

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	position:relative;
    margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('autocomplete_indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
#example {
  position:absolute;
  top:10px;
  left:10px;
  width:150px;
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
#example2 {
  position:absolute;
  top:10px;
  left:170px;
  width:240px;
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
.qnt {
  position:absolute;
  top:2px;
  right:10px;
  font-size:0.8em;
  color:#26A908;
}
td.message{
	font-family:"Tahoma", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#5eacec;
	background-color: #ffffff;
	padding:5px 5px 0px 5px
}
td.message div{
	font-size: 7pt;
	color:#818181;
	margin:10px 20px 10px 20px;
	text-align:justify;
}
td.answer{
	font-family:"Tahoma", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#5eacec;
	background-color: #f4ffeb;
	padding:5px 5px 0px 5px
}
td.answer div{
	font-size: 7pt;
	color:#818181;
	margin:10px 20px 10px 20px;
	text-align:justify;
}
div.history{
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 10px;
	background:url('/images/design/bullet.gif');
	background-position:left;
	background-repeat:no-repeat;
}
td.mes_date{
	font-family:"Tahoma", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#CCCCCC;
}

