* {
    margin: 0;
    padding: 0;
    border: none;
}
body {
    background:repeat-y 20% 0 #fff;
    font-size: 12px;
    color: #333;
    position: relative;
}
#UIBlocker {
    display: none; /* hidden */
    z-index: 99;
    border: none;
    margin: 0;
    padding: 0;
    /*width: 100%;
    height: 100%;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #eee;
    cursor: wait;
    position: absolute;
    opacity: 0.6;
    font-weight: bold;
    font-size: large;
}
#UIBlocker_msg {
    position:   absolute;
    z-index:    1001;
    padding:	10px;
    margin:		0;
    width:		54px;
    height:     55px;
    /*top:		40%;*/
    left:		35%;
    text-align:	center;
    border:     none;
    /*color:		#000;
    border:		3px solid #aaa;
    background-color: #ddd;*/
}

a {
	color:gray;
	text-decoration: underline;
}
a:visited {
    color:black;
}
img {
    background:no-repeat transparent;
}
#logo {
    font-family: Arial;
   	font-size: 16px;
    text-align: center;
   	font-weight: bold;
    /*background:url(Icons/Logo_25w.gif) no-repeat transparent center;*/
}
#all {
	text-align:left;
	margin:0 auto;
}
a {
	/*WHITE-SPACE: nowrap;*/
}

input, select {
    margin: 0;
    background-color: #FFF;
    color: #555;
    border: solid 1px #666;
}
.fieldfile {
    height: 1.35em;
    font-size: 20px;
    white-space: nowrap;
}
.fieldsend {
    margin: 0 10px 15px 10px;
}
select, .combobox input[type="text"] {
    font-size: 18px;
    font-family: Arial;
}
select, .combobox {
    margin: 5px 0;
}
/*select {
    height: 28px;
}*/
option {
    font-size: 14px;
}
input[type="button"], input[type="submit"] {
    padding: 2px 7px 2px 7px;
}
input[type="text"], input[type="password"], textarea {
    font-size: 22px;
}

tr.fixed input[type="text"], input[type="password"], textarea {
    font-size: 22px;
}

button, input[type="button"], input[type="submit"] {
    background-color: #a5b8da;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a5b8da), to(#7089b3));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #a5b8da, #7089b3);
    background-image: -moz-linear-gradient(top, #a5b8da, #7089b3);
    background-image: -ms-linear-gradient(top, #a5b8da, #7089b3);
    background-image: -o-linear-gradient(top, #a5b8da, #7089b3);
    background-image: linear-gradient(top, #a5b8da, #7089b3);
    border-top: 1px solid #758fba;
    border-right: 1px solid #6c84ab;
    border-bottom: 1px solid #5c6f91;
    border-left: 1px solid #6c84ab;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
    -moz-box-shadow: inset 0 1px 0 0 #aec3e5;
    -ms-box-shadow: inset 0 1px 0 0 #aec3e5;
    -o-box-shadow: inset 0 1px 0 0 #aec3e5;
    box-shadow: inset 0 1px 0 0 #aec3e5;
    color: #fff;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    line-height: 1;
    padding: 12px;
    text-align: center;
    text-shadow: 0 -1px 1px #64799e;
    text-transform: uppercase;
}
button.disabled, input[type="button"].disabled, input[type="submit"].disabled {
    background-color: #dadada;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dadada), to(#b3b3b3));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #dadada, #b3b3b3);
    background-image: -moz-linear-gradient(top, #dadada, #b3b3b3);
    background-image: -ms-linear-gradient(top, #dadada, #b3b3b3);
    background-image: -o-linear-gradient(top, #dadada, #b3b3b3);
    background-image: linear-gradient(top, #dadada, #b3b3b3);
    border-top: 1px solid #bababa;
    border-right: 1px solid #ababab;
    border-bottom: 1px solid #919191;
    border-left: 1px solid #ababab;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: inset 0 1px 0 0 #e5e5e5;
    -moz-box-shadow: inset 0 1px 0 0 #e5e5e5;
    -ms-box-shadow: inset 0 1px 0 0 #e5e5e5;
    -o-box-shadow: inset 0 1px 0 0 #e5e5e5;
    box-shadow: inset 0 1px 0 0 #e5e5e5;
    color: #fff;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    line-height: 1;
    padding: 12px;
    text-align: center;
    text-shadow: 0 -1px 1px #9e9e9e;
    text-transform: uppercase;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #9badcc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9badcc), to(#687fa6));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #9badcc, #687fa6);
    background-image: -moz-linear-gradient(top, #9badcc, #687fa6);
    background-image: -ms-linear-gradient(top, #9badcc, #687fa6);
    background-image: -o-linear-gradient(top, #9badcc, #687fa6);
    background-image: linear-gradient(top, #9badcc, #687fa6);
    border-top: 1px solid #6d86ad;
    border-right: 1px solid #647a9e;
    border-bottom: 1px solid #546685;
    border-left: 1px solid #647a9e;
    -webkit-box-shadow: inset 0 1px 0 0 #a5b9d9;
    -moz-box-shadow: inset 0 1px 0 0 #a5b9d9;
    -ms-box-shadow: inset 0 1px 0 0 #a5b9d9;
    -o-box-shadow: inset 0 1px 0 0 #a5b9d9;
    box-shadow: inset 0 1px 0 0 #a5b9d9;
    cursor: pointer;
}
button.disabled:hover, input[type="button"].disabled:hover, input[type="submit"].disabled:hover {
    /*background-color: #cccccc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#a6a6a6));
    background-image: -webkit-linear-gradient(top, #cccccc, #a6a6a6);
    background-image: -moz-linear-gradient(top, #cccccc, #a6a6a6);
    background-image: -ms-linear-gradient(top, #cccccc, #a6a6a6);
    background-image: -o-linear-gradient(top, #cccccc, #a6a6a6);
    background-image: linear-gradient(top, #cccccc, #a6a6a6);
    border-top: 1px solid #adadad;
    border-right: 1px solid #9e9e9e;
    border-bottom: 1px solid #858585;
    border-left: 1px solid #9e9e9e;
    -webkit-box-shadow: inset 0 1px 0 0 #d9d9d9;
    -moz-box-shadow: inset 0 1px 0 0 #d9d9d9;
    -ms-box-shadow: inset 0 1px 0 0 #d9d9d9;
    -o-box-shadow: inset 0 1px 0 0 #d9d9d9;
    box-shadow: inset 0 1px 0 0 #d9d9d9;
    cursor: pointer;*/
    background-color: #dadada;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dadada), to(#b3b3b3));
    background-image: -webkit-linear-gradient(top, #dadada, #b3b3b3);
    background-image: -moz-linear-gradient(top, #dadada, #b3b3b3);
    background-image: -ms-linear-gradient(top, #dadada, #b3b3b3);
    background-image: -o-linear-gradient(top, #dadada, #b3b3b3);
    background-image: linear-gradient(top, #dadada, #b3b3b3);
    border-top: 1px solid #bababa;
    border-right: 1px solid #ababab;
    border-bottom: 1px solid #919191;
    border-left: 1px solid #ababab;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: inset 0 1px 0 0 #e5e5e5;
    -moz-box-shadow: inset 0 1px 0 0 #e5e5e5;
    -ms-box-shadow: inset 0 1px 0 0 #e5e5e5;
    -o-box-shadow: inset 0 1px 0 0 #e5e5e5;
    box-shadow: inset 0 1px 0 0 #e5e5e5;
    color: #fff;
    text-shadow: 0 -1px 1px #9e9e9e;
}
button.blue-pill:active {
    border: 1px solid #546685;
    -webkit-box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 2px #7e8da6, 0 1px 0 0 #eeeeee;
}
div.label {
    font-family: Arial;
   	font-size: 13px;
}
p {
    text-indent: 25px;
	line-height: 130%;
}
li {
	margin-left:30px;
	text-indent: 20px;
}
.head {
	display:block;
	height:5em;
	background:#EEEEEF;
	padding:1px;
	margin: 1px;
	text-align: left;
	/*width:82%;*/
	/*display: table-cell !important;*/
  	/*display: inline;*/ /* ��� IE */
}
.head .left {
	width:18%;
	/*float:left;*/
	padding:0;
	margin: 0;
	clear:none;
	/*background:url(Icons/Logo_25w.gif) no-repeat transparent left;*/
	vertical-align: top;
	height: 100%;
}
.head .center {
	width: 100%;
	/*float:left;*/
	clear:none;
	padding:0;
	margin: 0;
	/*background:url(Icons/Logo_25w.gif) no-repeat transparent center;*/
	background:no-repeat transparent center;
	text-align:center;
	vertical-align: top;
	height: 100%;
	font-weight: bold;
}
.head .right {
	width:18%;
	/*float: right; /*both;*/
	clear:none;
	padding:0;
	text-align: center;
	margin: 0;
	/*background:url(Icons/Logo_25w.gif) no-repeat transparent right;*/
	height: 100%;
}

.Errors {
  color:#F00;
}

#container {
	position:relative; 
	display:block; 
	background:#EEEEEE;
	/*border-left:solid 12em #DDD;*/
	border-right:solid 12em #FFF;
}
#inner {
	display:block;
	position:relative;	 
	/*margin-left:-12em;*/
	margin-right:-12em;
	padding:1px;
}

#left {
	/*float:left; */
	width:12em;
	left: 0;
	display:inline;
	position:relative;
	/*border-right:solid 0.08em #555;*/
}
#right {
	float:right; 
	position:relative;
	width:12em;
	right:0;
	height: 100%;
}
#center2 {
	/*margin-left:12em;*/
	margin-right:12em;
	margin-left: 1em; /* #00F*/
	margin-bottom:0;
	/*margin-right:10em;*/
	height: 100%;
	display:inline;
	/*border-left:solid 1em #0F0;*/
	background: #F00;
}
#center {
	/*margin-left:12em;*/
	margin-right:12em;
	margin-top:1em;
	margin-bottom:0;
	/*margin-right:10em;*/
	position:relative; 
	/*display:block;*/
	/*border-left:solid 0.08em #555;*/
	padding:10px;
}
.clear {
	width:12em;
	left:0;
	display:block;
	/*border-right:solid 1.08em #555;*/
}

.foot {
	/*float: both;*/
	display:block;
	height:15px;
	background:#DDDDDD;
	padding-top:5px;
	text-align: center;
	font-size: x-small;
}

.cXHTML11 {
	margin: 10px 10px 10px 10px;
	/*padding: 10px 10px 10px 10px;*/
}

div.HeadPan {
	display:block;
	position:relative;
	margin: 15px 15px 15px 15px;
	padding: 15px 15px 15px 15px;
	background: #fff;
}
.Pan {
	display:block;
	clear:both;
}
.FormPan {
	/*width:13%;*/
}

.HeadMenu {
	margin: 0;
	padding: 1;
	width: auto;
	border: none;
	background: #888;
	color: #FFF;
    font-family: verdana;
   	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	overflow:hidden;
	display:block;
}
.clear .HeadPan {
	display:none;
}
.img {
	margin: 0;
	padding: 0;
	border: 0;
	overflow:hidden;
	display:inline;
	text-decoration:none;
}

.image_notes {
    position: relative;
    z-index: 1;
    /*overflow: auto;
    width: 320px;
    height: 200px;*/
}
.tip {
    position: absolute;
    z-index: 2;
    cursor: default;
    border: 3px #c80000 solid;
}

.Menu {
    margin: 5px 0 5px 0;
    padding: 0;
	/*margin-bottom: 5px;*/
	width:auto;
	/*float:right;*/
	clear:both;
	/*background:url(back2.gif) repeat-y 100% transparent;*/
	overflow:hidden;
	display:block;
	
    font-weight: bold;
    /*FONT-SIZE: 13px;*/
    vertical-align:top;
}
.Menu a {
    display: block;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	/*background-color: transparent;*/
	padding: 15px;
    margin: 0;
	text-decoration:none;
}
.Menu a span {
    float: right;
    clear: none;
    text-align: right;
}
.Menu .left {
    width: 25%;
    float: left;
    clear: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.Menu .center {
    width: 48%;
    float: left;
    clear: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.Menu .center div {
    padding: 15px 0 15px 0;
    clear: none;
    margin: 0;
    font-family: verdana;
   	font-size: 12px;
}
.Menu .right {
    width: 25%;
    float: right;
    clear: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.Menu a:link, .Menu a:visited {
    color: #000000;
}
.Menu a:active {
    color: #0000ff
}
.Menu a:hover {
	/*color:#f52;
	text-decoration: underline;*/
    background-color: #fc2;
}
/*
.ASU_Menu a { font-size: 11px;}

.ASU_Menu a:link, .ASU_Menu a:visited {color:#666;}
.ASU_Menu a:active {color:#f00;}
.ASU_Menu a:hover {
	color:#000;
	text-decoration: underline;
}
*/
a.submenu:link, a.submenu:visited {color:#666;text-decoration: none;}
a.submenu:active {color:#f00;text-decoration: none;}
a.submenu:hover {
	color:#000;
	text-decoration: underline;
}

/* rounded corners */
.box {
	padding:0 12px 0 0;
	background:#fff url(images/borders0.gif) 100% 0 repeat-y;
	color: inherit;
}
.bi {
	padding:0 0 0 12px;
	background:#fff url(images/borders0.gif) 0 0 repeat-y;
	color: inherit;
}
.bt {
	height:17px;
	margin:0 -12px;
	background:url(images/box00000.gif) 100% 0 no-repeat;
}
.bt div {
	width:12px;
	height:17px;
	background:url(images/box00000.gif) 0 0 no-repeat;
}
.bb {
	height:17px;
	margin:0 -12px;
	background:url(images/box00000.gif) 100% 100% no-repeat;
}
.bb div {
	width:12px;
	height:17px;
	background:url(images/box00000.gif) 0 100% no-repeat;
}
.w {
	background: #FFF;
	color: #333;
	padding: 0 10px 5px 10px;
}

/* sidebar */
.sidebar {
	text-align:left;
	/*font-size: 1.0em;*/
	line-height: 1.2;
	width: 100%;
	/*float: right;
	clear:both;*/
}
.sidebar h2 {
	background: #aaa;
	color: #FFF;
	padding: 0.0em 15px;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	/*font-size: 1.1em;*/
	margin: 0 -15px 15px -15px;
	font-style: italic;
}


.cent{text-align : center;} 
.just{text-align : justify;} 
.r{text-align : right;}
.l{text-align : left;}
.orange{color : #FF8C00;}
a,.ASU_CAB_Ruler>a:visited {
	color : #B55;
	text-decoration : underline;
	border-bottom :3px #666666;
}
a.copyr{text-decoration : none;font-weight : normal;}
a.copyr:hover{text-decoration : none;font-weight : bold;}
a.copyr:visited{text-decoration : none;font-weight : normal;}  
a.page {font-family : verdana, tahoma, helvetica, arial, sans-serif;/*font-size : 11px;*/background-color : transparent;text-decoration : none;color : #5a5a5a;}  
a:hover.page {color : #000000;text-decoration : none;border-bottom :3px solid #000000;}  
a.page:link,a.page:visited {color : #5a5a5a;text-decoration : none;}  
a.chpage {font-family : verdana, tahoma, helvetica, arial, sans-serif;/*font-size : 11px;*/background-color : transparent;text-decoration : none;color : #5a5a5a;border-bottom : 2px solid #ff8000;}  
a:hover.chpage {color : #000000;text-decoration : none;border-bottom :3px solid #000000;}  
a.chpage:link,a.chpage:visited {color : #5a5a5a;text-decoration : none;}  

.title {
    font-family: Verdana,Arial, sans-serif;
    color: #666;
    font-weight: bold;
    text-align: center;
    text-decoration:underline;
    /*font-size : 14px;*/
}
a.email {
	text-decoration : none;
	font-family: Verdana,Arial, sans-serif;
	color:#4A77A6;
	font-weight : bold;
	text-align:center;
	/*font-size : 11px;*/
	text-decoration:underline;
}
span.tel {
	text-decoration : none;
	font-family: Verdana,Arial, sans-serif;
	/*color:#3A8482;*/
	font-weight : bold;
	text-align:center;
	/*font-size : 11px;*/
}
.zag {
	 color:#FF7777;
}

/*				REG					*/
.REG_main
{
  border:solid 0.1em #666;
}
.REG_main .NDT_HEAD_row
{
  font-weight : bold;
  padding-left: 0.5em;
  border-bottom:solid 0.1em #666;
}
.REG_main .NDT_row
{
  padding:0.2em 0.5em 0.1em 0.0em;
  /*padding-bottom:0em;*/
  border-bottom:solid 0.1em #666;
}
/*.REG_main .NDT_row input,select
{
  width:150px;
}
.REG_main .NDT_span
{
  width:30%;
  display:inline;
  margin:0;
  border:solid 0.0em #AAA;
}
.REG_main .NDT_span2
{
  align:right;
}*/

/* GetContextMenu */
.ContextMenu
{
  display:none;
  /*float:both;*/
  z-index: 1;
  /*left:0;
  top:0;*/
  position:relative;
  background-color:#000;
  overflow:auto;
  /*visibility:hidden;*/
}
div.info {
  white-space: nowrap;
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 5px;
 /* font-size: 11px;*/
  background-color: #e7e7e7;
  border: 1px solid #ff8c00;
}

.td_title {
    font-family: Verdana,Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    background-color: #DDD;
}

.fixed {
  background-color:#DDD;
  font-weight: bold;
}

.notfixed {
  /*background-color:#F6F6FF;*/
  background-color:#AFA;
}

/*	*/
.RachetBalansa_PrintView
{  
   background-color:white; 
   border:solid 1px black;      
   font-weight: normal;
   /*font-size:small; */	
}

.td_name {
	border-left:1px #666 solid;
	text-align:center;
	/*font-size: 13px;*/
}

.td_d {
	border-left:1px #666 solid;
	text-align:center;
}

.td_name2 {
	text-align:center;
	/*font-size: 13px;*/
}

.td_d2 {
	text-align:center;
	/*border-top:1px #666 solid;*/
}

.td_d21 {
	text-align:right;
	/*border-top:1px #666 solid;*/
}

.red
{  
   background-color:#FF7E77/*red*/;
   text-align:center;
   font-weight:bold;
   width:25%;
}
.ora
{  
   background-color:#FFB36D/*orange*/;
   text-align:center;
   font-weight:bold;
   width:25%;
}
.yel
{  
   background-color:#FFFFB7/*yellow*/;
   text-align:center;
   font-weight:bold;
   width:25%;
}
.gre
{  
   background-color:#A8FFBB/*green*/;
   text-align:center;
   font-weight:bold;
   width:25%;
}

.red_leg
{  
   background-color:#FF7E77/*red*/;
   text-align:center;
   font-weight:bold;
   border:1px #666 solid;
   width:20px;
}
.ora_leg
{  
   background-color:#FFB36D/*orange*/;
   text-align:center;
   font-weight:bold;
   border:1px #666 solid;
   width:20px;
}
.yel_leg
{  
   background-color:#FFFFB7/*yellow*/;
   text-align:center;
   font-weight:bold;
   border:1px #666 solid;
   width:20px;
}
.gre_leg
{  
   background-color:#A8FFBB/*green*/;
   text-align:center;
   font-weight:bold;
   border:1px #666 solid;
   width:20px;
}

.green
{  
   background-color:#A8FFBB/*green*/;
   text-align:center;
   font-weight: bold;
   width:25%;
}

a.cgrid_sort {
	font-size: 11px;
	/*font-weight: bold;*/
	color: #444;
	padding:0;
	margin:0;
	text-decoration:none;
}
a.cgrid_sort:hover {
	color:#f52;
}

/* Всплывающее окно */
.i {
	display:none;
	z-index:1000;
	position:absolute;
	border:1px solid #369;
	background:#ff9;
	font-family: Tahoma,Verdana,Arial;
	min-height:50px;
	height:auto !important;
	min-width:50px;
	width:auto !important;
	padding:2px;
	font-weight: normal;
}


.outer thead tr {
	position:absolute;
	top:1.5em;
	height:1.5em;
	left:0;
}
.outer th, .outer td {
	width:10em; 
	text-align:left;
}
.outer th {
	background:#724a10; 
	color:#fff;
}
.outer .dk {background:#fff;}

.tableone {width:700px; margin:0 auto;}
.tabletwo {width:670px;}
.th1 {width:84px;}
.th2 {width:84px;}
.th3 {width:179px;}
.th4 {width:99px;}
.th5 {width:114px;}

.td1 {width:79px;}
.td2 {width:94px;}
.td3 {width:179px;}
.td4 {width:114px;}
.td5 {width:99px;}

.tableone {background:#697210; border:0 solid #fff; color:#fff;}
.tableone td {border:0 solid #fff; color:#fff;text-align:center;}
.tableone tbody {background-color:white; color:#000;}
.tabletwo td {background-color:#ccc; color:#000;text-align:center;}
.tableone th, .tabletwo th {text-align:left;}
.tabletwo tr.dk td {background:#ddd; color:#000;}
.innerb {height:10em; overflow:auto;}

[type=checkbox] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 32px;
    opacity: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
    /*left: -10000px;
    position: absolute;*/
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.checkbox_checked {
    width: 32px;
    height: 32px;
    z-index: 10;
    background: url(images/checkbox_on.png) no-repeat;
    vertical-align: middle;
}

.checkbox_unchecked {
    width: 32px;
    height: 32px;
    z-index: 10;
    background: url(images/checkbox_off.png) no-repeat;
    vertical-align: middle;
}

#div_comment textarea {
    margin-top: 10px;
}

.x-media {
    width: 100%;
    height: 320px;
    overflow: auto;
}

.x-media-img {
    width: auto;
    height: auto;
    outline: none;
}
