*{
	padding: 0;
	margin: 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
}
img{
	border:0;
}
.aa{
vertical-align:baseline;
}
.caplit{
	color : #2A527A;
	text-decoration : none;
	font-weight : bold;
}
.bignavi{
	color : #2A527A;
	text-decoration : none;
	font-weight : bold;
	line-height : 30px;
}
.bignavi:hover,.caplit:hover{
	text-decoration : underline;
}
.smallnavi{
	padding-left : 5px;
	color : #2A527A;
	text-decoration : none;
	line-height : 20px;
}
.smallnavi:hover{
	text-decoration : underline;
}
#base{
	width : 100%;
	background-image : url(../images/bg.gif);
	background-repeat : repeat-x;
}
#navigation{
	width: 230px;
	padding: 10px;
	vertical-align : top;
}
#delimiter{
	background-color : #bfbfbf;
	width : 1px;
}
#mainfield{
	padding: 10px;
	vertical-align : top;
}
#mainfield h1{
	font-size : 14px;
}
#mainfield table{
	width : 100%;
		border-collapse:collapse;
	border : 1px solid #CDCDCD;
}
#mainfield table th{
	background-color : #E2E2E2;
	height : 30px;
	border : 1px solid #CDCDCD;

}
#mainfield table td{
padding:3px;
border : 1px solid #CDCDCD;

}
#mainfield table .tddata{
	width:200px;
	font-weight : bold;
}
#mainfield table a, #alert a{
	color:#2A527A;
	text-decoration : none;
}
#mainfield table a:hover, #alert a:hover{
	text-decoration : underline;
}
#topnaviline{
	padding-bottom : 5px;
	width : 100%;
	text-align : right;
}
#topnaviline a{
	color:#2A527A;
	text-decoration : none;
	font-weight : bold;
}
#topnaviline a:hover{
	text-decoration : underline;
}
.inpdata{
	border:1px solid #999999;
	height : 25px;
	width : 600px;
}
.inpdatashort{
	border:1px solid #999999;
	height : 25px;
	width : 50px;
}
.inpdatasmall{
	border:1px solid #999999;
	height : 20px;
	width : 90px;
	text-align:right;
}
.inpdatamedium{
	border:1px solid #999999;
	height : 20px;
	width : 250px;
}
.inpbt{
	border:1px solid #999999;
	height : 25px;
	width : 100px;	
}
.inpbtcentr{
        border:1px solid #999999;
        height : 25px;
        width : 200px;
        float : right;
	top: 10%;
	left: 50%;
        margin-left:4px;
}
.inpbtright{
	border:1px solid #999999;
	height : 25px;
	width : 200px;
	float : right;
	margin-left:4px;
}
.noactiv{
	background-color : #ccc;
	color:#666;
}
#h1select, .h1select{
	font-size : 14px;
	font-weight : bold;
	border:1px solid #999;
	height:23px;
}

.h1date{
	font-size : 14px;
	font-weight : bold;
	border:1px solid #999;
	height:23px;
	width:120px;
}
.spec{
	background-color : #3AB9F4;
}
.addvisit{
	float: right;
}
.vcl{
	background-color : #88E588;
}
.inet_rec{
	background-color : #ff3333;
}
.menudelim{
	width : 100%;
	height : 1px;
	background-color : #999;
}
#alert{
	border:0px solid #000;
	height: 90px;
	width: 600px;
	float : right;
	text-align : right;
	padding-right : 10px;
	padding-top : 5px;
	line-height : 17px;
}
#login{
	font-weight : bold;
	font-size : 16px;
	padding-top : 50px;
}
.nomess{
	color : #f00;
}
.bluedate{
	font-weight : bold;
	background-color : #D0E7FF;
}
.selRow{
	background-color : #88E588;
}
.vefield{
	border:1px solid #999;
	width: 50px;
	text-align : right;
}
#sumdiscont, #sumfin{
	border: 0px;
	text-align : right;
	font-weight : bold;
		width: 90px;
}
.sumfield{
	border: 0px solid;
	text-align : right;
	width: 90px;
}
.mainProgrammMenuFree{
	position: fixed; top: 110px;
}
.mainProgrammMenuClip{
}
.grayline{
	background-color : #ADFF2F;
}
#mainfield .noborder, #mainfield .noborder td{
	border:0;
}
#contextMenuId a{
	color : #2A527A;
	text-decoration: none;
}
#contextMenuId a:hover{
	text-decoration: underline;
}




/*подсказки*/
.tooltip {
    position: relative;
    display: inline-block;
    cursor: help;
    white-space: nowrap;
    border-bottom: 1px dotted #777;
}
 
.tooltip-content {
    opacity: 0;
    visibility: hidden;		
    font: 12px Arial, Helvetica;
    text-align: center;
    border-color: #aaa #555 #555 #aaa;
    border-style: solid;
    border-width: 1px;
    width: 150px;
    padding: 15px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -76px;
 
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.1)), to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(rgba(0,0,0,.1), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(rgba(0,0,0,.1), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(rgba(0,0,0,.1), rgba(255,255,255,0));
    background-image: -o-linear-gradient(rgba(0,0,0,.1), rgba(255,255,255,0));
    background-image: linear-gradient(rgba(0,0,0,.1), rgba(255,255,255,0));		
    -moz-box-shadow: 1px 1px 0 #555,
                     2px 2px 0 #555,
                     3px 3px 1px rgba(0, 0, 0, .3),
                     0 1px 0 rgba(255,255,255, .5) inset;
    -webkit-box-shadow: 1px 1px 0 #555,
	                2px 2px 0 #555,
		        3px 3px 1px rgba(0, 0, 0, .3),
		        0 1px 0 rgba(255,255,255, .5) inset;
    box-shadow: 1px 1px 0 #555,
                2px 2px 0 #555,
                3px 3px 1px rgba(0, 0, 0, .3),
                0 1px 0	rgba(255,255,255, .5) inset;					
    -webkit-transition: bottom .2s ease, opacity .2s ease;
    -moz-transition: bottom .2s ease, opacity .2s ease;
    -ms-transition: bottom .2s ease, opacity .2s ease;
    -o-transition: bottom .2s ease, opacity .2s ease;
    transition: bottom .2s ease, opacity .2s ease;					
}
 
.tooltip-content:after,
.tooltip-content:before {
    border-right: 16px solid transparent;
    border-top: 15px solid #fff;
    bottom: -15px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
}
 
.tooltip-content:before {
    border-right-width: 25px;
    border-top-color: #555;
    border-top-width: 15px;
    bottom: -15px;
}
 
.tooltip:hover .tooltip-content{
    opacity: 1;
    visibility: visible;
    bottom: 30px;		
}
.tr_row{
	background:#ffffff;
}
