﻿/*-----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 
{
}










