#DashboardDiv
{
    width: 100%; 
    height: 100%; 
    position: absolute; 
    background-color: #646464; 
    left: 0px; 
    top: 0px; 
    
    text-align: center;
    font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:16px;
    font-weight: bold;
    color: #FFFF00;
    display:none;
    
    z-index: 1;
}

#ErrorMessage
{
	font-weight: bold;
	padding-top:15px;
	color: #FF0000;

}

#LockRecordDiv
{
	display: none;
}

#LockMessageDiv
{
	
	color: #FF0000;
	
}
