/*-----ALERTER-----*/
.err 
{
    font-family: Tahoma;
	position: absolute;
	width:300px; height: 60px; 
	visibility: hidden; 
	left:50%; top: 50%; 
	margin-left: -150px; margin-top: -30px;	
    filter: alpha (opacity=97);-moz-opacity:0.97;
    border: black 1px ridge;
}

.help
{
	position: absolute;
	width:600px; height: 400px; 
	visibility: hidden; 
	left:50%; top: 50%; 
	margin-left: -300px; margin-top: -200px;	
	filter: alpha (opacity=97);-moz-opacity:0.97;
	border: black 1px ridge;

}
.progress
{
	position: absolute;
	width: 16px; height: 16px; 
	/*left:50%; top: 50%; 
	margin-left: -16px; margin-top: -16px;	*/
	right: 45px; top: 8px;
}



/*-----GRIDVIEW/DETAILSVIEW-----*/
.headerDV 
{
    font-weight: bold;    
}
.headerDV 
{
    font-weight: bold;    
}
.input 
{
    vertical-align: top;
}
.table
{
    border-top: #DDDDDD 1px solid;
    border-bottom: #DDDDDD 1px solid;
    border-right: #DDDDDD 1px solid;
    border-left: #DDDDDD 1px solid;
    
    
 
}
.right 
{
    text-align: right;
}
.validator 
{
    font-family: Times New Roman;
    margin-top: 3px;
    font-size: 16px;
    line-height: 1;
}
.item 
{
}



/*-----NAVIGATION-----*/
.menulevel2
{
    margin-left: 8px;
}
.menulevel3
{
    margin-left: 16px;
}

.marginzero 
{
	margin: 0px;
	padding: 0px;
}



/*menu level 1*/
.menu1
{
    font-size: 11px;
    font-family: Georgia;
    color: #f69141;
}
 



/*menu level2 */
.menu2 
{
    font-family: Georgia;
    font-size: 11px;
    color: #333333;  
    margin: 0px;
    padding-left: 6px;
}

/*menu level3*/
.menu3 
{
    font-size: 11px;
    padding-left: 12px;
    line-height: 18px; 
    
}




