body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

.currview {
	font-family: Arial;
	padding-left: 7pt;
	padding-right: 7pt;
	font-size: 7pt;
	width: 11pt;
}

.viewlim {
	cursor: pointer;
	font-weight: bold;
}

.td_data, .td_data_mark {
	border-bottom:1px #CCCCCC solid;
	padding-left:5px;
	font-size: 14px;
	font-family: "Trebuchet MS", "Arial Narrow";
}

.td_data_mark {
	background-color:#DFEEFF;
}

.tit_data {
	font-family: "Trebuchet MS", "Arial Narrow";
	font-size:14px;
	font-weight: 600;
}

.pubtext {
	font-size: 12px;
	font-family: "Trebuchet MS", "Arial Narrow";
}

/*----------------------------------------------------------- drawprmenu -----------------------------------------------------------------------*/
.link_menu{
	font-family: Arial;
	/* text-decoration: none; */
	text-transform:uppercase;
	color: #000000;
}

.menu{
	background-color: #FFFFFF;
}

.pr_th {
	padding-left: 5px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

/**/
.error_str{
	color: #DC3C86;
	font-family: Tahoma;
	font-size: 10px;
	width: 150px;
	vertical-align: bottom;
}

.bg_style{
	background-color: #D0E6FF;
}

.bg2_style{
	background-color: #eef5ff;
}

.privdatatabl {
	border-collapse: collapse;
	font-size: 12px;
	font-family: "Trebuchet MS", "Arial Narrow";
	padding-left:5px;
	padding-right:5px;
}

A.diza {
	color: #004BAB;
}
A.diza:hover {
	color: rgb(220,63,134);
}

.privtitle {
	font-family: "Book Antiqua", "Bookman Old Style";
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: rgb(88,88,88);
	margin-bottom: 10pt;
	/* letter-spacing: 0.1em; */
	color: rgb(88,88,88);
/*	border-color: black; */
}

.privdatatabl {
	/*position: relative;*/
	border-collapse: collapse;
	font-size: 12px;
	font-family: "Trebuchet MS", "Arial Narrow";
	padding-left:5px;
	padding-right:5px;
	/*border: 1px solid rgb(132,154,207);*/
}

TH.privdatatabl {
	background-color: rgb(63,135,189);
	color:  white;
	border: 1px solid rgb(132,154,207);
	border-right: 0px;
	font-size: 12px;
	line-height:10px;
	padding-bottom:8px;
	padding-top:8px;
}

TD.privdatatabl {
	border: 1px solid rgb(132,154,207);
	border-right: 0px;
	border-top: 0px;
	font-size: 12px;
}

.privdatatablinp {
	width: 100%;
/*	height: 100%; */
	position: relative;
	border: 0;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.reginp {
	width: 100pt;
	font-size: 12px;
	padding: 0px;
	font-family: "Trebuchet MS", "Arial Narrow";
	border: solid 1px rgb(153,153,168);
	background-color: #FFFFFF;
}

.regnamedinp {
	padding-right: 15px;
	padding-top: 8pt;
	font-size: 12px;
	font-family: "Trebuchet MS", "Arial Narrow";
	white-space: nowrap;
}

.regfontzv {
	color: rgb(0,171,177);
	font-weight: bold;
	font-size: 14pt;
}

.pubhead {
	font-family: "Book Antiqua", "Bookman Old Style";
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: rgb(88,88,88);
}

.btn{
	font-size: 12px;
	border: 1px #333333 solid;
	background-color: #DDDDDD;
	margin: 3px;
}

/* список */
.select_item{
	border: 1px #CCCCCC solid;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #FFFFFF;
}

a{
	font-family: Tahoma;
	font-size: 12px;
	color: #183F99;
}

.emptyquery {
	padding-top: 38pt;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
}

.black_fon{
	background:#333;
  	display:block;
 	position: fixed;
  	width:100%;
  	height:100%;
  	left: 0px;
  	top: 0px;
  	z-index:10;
	
}

.ajax_popup {
  position: absolute;
  z-index:20;
  display:none;
  background:url('picture/ajax-loader.gif');
  background:#fff;
  width:32px;
  height:32px;
  left:50%;
  margin-left:-100px;
  top:50%;
  margin-top:-100px;
}


