div.ngs-informer img {
display:none;
}

.zag_p{
	text-align:center;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 14px;
    font-weight: bold;

}
.information{	
	margin-top:10px;
	margin-bottom:10px;
	background: #ced9e7;
    border-radius: 5px 5px 5px 5px;    
    border: 1px solid #99BCE8;
	color: #04468C;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    
}
.information td.zn{
	background: none repeat scroll 0 0 white;
    border: 1px solid #99BCE8;
    border-radius: 5px 5px 5px 5px;
    height: 20px;
}
.information td.zag, .spisok td.zag{
	font: 10pt tahoma,arial,verdana,sans-serif;
	background-color: #CED9E7;
    border: 1px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    height: 30px;
	font-weight:bold;
	text-align:center;
}


.kv{
	width:210px;
	height:100px; 
	/*background:#F00; */
	position:absolute; 
	left:50%; 
	top:30%; 
	margin-left:-100px; 
	}

body{
    font: 10pt tahoma,arial,verdana,sans-serif;
}
a{
    font-family: tahoma,arial,verdana,sans-serif;
	font-size:10pt;
	color:navy;
	font-weight:bold;
}

input #submit{
	/*padding: 8px 8px 8px 8px;*/
}
button, input	{
	border: 1px solid #B5B8C8;    
	color: black;
    font: 12px tahoma,arial,verdana,sans-serif;
    margin: 0;
}

.holder	{ width:200px; float:left; }
#add,#remove	{ display:block; width:100px; border:1px solid #ccc; background:#eee; padding:10px; }
select	{
	margin:0 0 0 0;
	font:9pt tahoma;
	border: 1px solid #B5B8C8;
	scrollbar-base-color:#04408C;
	}
option	{
/*	padding:10px; */
 }


.zag{
	color: #04408C;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 11pt;
    font-weight: bold;
}
.table_zag{
     height:20px;
	color: #04408C;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align:center;	
	background-color:#C5C5C5;
    background-image: -moz-linear-gradient(center top , #F9F9F9, #E3E4E6);
    border: 1px solid #C5C5C5;    

}
.ob{
	color: red;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 11px;

}

.spisok{
	background: #ced9e7;
    border-radius: 5px 5px 5px 5px;    
    border: 1px solid #99BCE8;
    /*padding: 4px;*/
	color: black;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 11px;
}

.spisok tr:hover td {
    background: #E6E6E6;
	color: black; /* ���� ������ */
   }
.spisok td{
	border-radius: 5px 5px 5px 5px;    
	border: 1px solid #99BCE8;
	background: white;
	height: 20px;
}
.spisok th{
	font-family: tahoma,arial,verdana,sans-serif;
    font-size: 12px;
	font-weight: bold;
	height: 25px;
	/*background: #ced9e7;*/
}
.spisok a{
	text-decoration: none;
	color:#000080;
	font-family: tahoma,arial,verdana,sans-serif;
    font-size: 11px;
}



.list_s a{
    color: #334560;
	text-decoration: none;
}
.list_s a:hover{   
	text-decoration: underline;
}

.list_s td{
	border:none;
}

.list{
    border-radius: 5px 5px 5px 5px;    
    border: 1px solid #99BCE8;
    padding: 4px;
	color: black;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 11px;
}
.list tr:hover td {
    background: #E6E6E6;
	color: black; /* ���� ������ */
   }
.list td{
	height: 20px;
	border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}


.search{
	background-color: #CED9E7;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
	border-color:#99BCE8;
    padding: 4px;
	color: #04468C;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
}

.search23 td{
    border-bottom: 1px  solid white;	
}
.msg{
	background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
	border-color:#99BCE8;
    padding: 4px;
	color: #04468C;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
	margin-bottom:20px;
}
.pop th{
border-style: solid;border-width: 1px;border-color:#99BCE8;border-radius: 5px 5px 5px 5px;
}
.pop tr{
border-style: solid;border-width: 1px;border-color:#99BCE8;border-radius: 5px 5px 5px 5px;background-color: #FFFFFF;
}


/*-----------------------------------------------------------------------------------------------*/
/*                                            TOOLTIP                                            */
/*-----------------------------------------------------------------------------------------------*/

.toolTip { /* This is the hook that the jQuery script will use */
	padding-right: 20px; /* This is need to make sure that the help icon is always visible */
	background: transparent url(/img/help.gif) no-repeat right;
	color: #3366FF;
	cursor: help; 
	position: relative; /* This contains the .toolTipWrapper div that is absolutely positioned  */
}

	.toolTipWrapper { /* The wrapper holds its insides together */
		width: 175px;
		position: absolute; /* Absolute will make the tooltip float above other content in the page */
		top: 20px;
		display: none; /* It has to be displayed none so that the jQuery fadein and fadeout functions will work */
		color: #FFF;
		font-weight: bold;
		font-size: 9pt; /* A font size is needed to maintain consistancy */
	}
	
		.toolTipTop { /* Top section of the tooltip */
			width: 175px;
			height: 30px;
			background: transparent url(/img/bubbleTop.gif) no-repeat;
		}

		.toolTipMid { /* Middle section of the tooltip */
			padding: 8px 15px;
			background: #7da0cb url(/img/bubbleMid.gif) repeat-x top;
		}
		
		.toolTipBtm { /* Bottom Section of the tooltip */
			height: 13px;
			background: transparent url(/img/bubbleBtm.gif) no-repeat;
		}
	