﻿ /*start error container layer
*******************************/
#errorContent td
{
    text-align:left; 
    font-family: Calibri; font-size:12px; color: #961313; 
    line-height:15px;
    
}
#errorContent 
 {    
    z-index: 2000; 
    font-size:13px;  
    
    font-family: Calibri; font-size:12px; 
    padding:10px 10px 10px 35px;
    
    background-position: 10px 10px;
    background-repeat: no-repeat; 
    background-image: url("../images/Icons/cross-circle.png"); 
    background-color: #FACFCF;    
    border: 1px solid #961313; 
    border-top:none;
    border-bottom:none; 
    display:none;
    
    max-height:50%;
    overflow:auto;  
    
    -webkit-box-shadow: 0 0 6px #d88e90;
    -moz-box-shadow: 0 0 6px #d88e90;
    box-shadow: 0 0 6px #d88e90;
}   

#errorContainer
{
    left:20%; right:20%; bottom: 0; position:fixed;
    width:60%;  
    border-radius:5px 5px 0 0; 
    z-index: 900;
} 

.error { border:1px solid #bd4247; color: #bd4247;}
.error:focus 
{   
    border-color: #983538; 
    -webkit-box-shadow: 0 0 6px #d88e90;
    -moz-box-shadow: 0 0 6px #d88e90;
    box-shadow: 0 0 6px #d88e90;
    background-color:Yellow;
    color: #bd4247;
} 
.error:focus * 
{color: #bd4247;}


.cellid { width:15px;
	      height:15px;
          cursor:pointer;
          padding:2px; }

.cellid:hover
{ 
    background: #950707; 
	color:#fff;
    	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px; 
	
     -webkit-box-shadow: 0 0 6px #d88e90;
    -moz-box-shadow: 0 0 6px #d88e90;
    box-shadow: 0 0 6px #d88e90;
}

.cellid:hover { background: #950707;}

/*end error container layer*/

