/***************************************************************************
*
* IMPORTANT: This is a commercial product made by AntonLV and cannot be modified for other than personal usage. 
* This product cannot be redistributed for free or a fee without written permission from AntonLV. 
* This notice may not be removed from the source code.
*
***************************************************************************/

.inf_umain {	
	z-index:90; 
	position:absolute; 
	border:1px solid #919191;  
	background-repeat: repeat-x; 	
	display:none;
	font-size:12px; 
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	background-color:#ffffff;
	color: #333366;
}
.inf_ucell_header {
	width:294px;
	height: 23px;
	position: relative;
	clear:left;
	float: left;
	border: 1px solid #919191;
	padding: 0px 2px;
	margin-bottom: 2px;
	background-color: #c7c7c7;

	line-height: 23px;
	overflow: hidden;
} 
.inf_ucell_left, .inf_ucell_right {
	height: 23px;
	margin: 2px;	
	position: relative;
	float: left;
	border: 1px solid #b1b1b1;
	line-height: 23px;
	text-indent: 5px;
}
.inf_ucell_left {	
	width: 130px; 
	clear: left;
	text-align: left;	
}
.inf_ucell_right {		
	width: 155px; 
}
.inf_upreloader {
	width:100%;
	padding: 40px 0px 40px 0px;
	text-align:center;
}