
table.Ess_Web_UI_WebControls_BluePanel_table,
table.Ess_Web_UI_WebControls_BluePanel_table_Disabled
{
    background-color: #028DC9;                    
}


.Ess_Web_UI_WebControls_BluePanel_DisableDiv
{

}


td.Ess_Web_UI_WebControls_BluePanel_topleft
{
    background-repeat: no-repeat;
    width: 5px;            
   
}
td.Ess_Web_UI_WebControls_BluePanel_top
{
    background-repeat:repeat-x;
}
td.Ess_Web_UI_WebControls_BluePanel_topright
{
    background-repeat: no-repeat;
    width: 5px;
   
}        

 td.Ess_Web_UI_WebControls_BluePanel_bottomleft
{
    width: 5px;
    background-repeat: no-repeat;
    background-position: bottom;
    height : 15px;
    
}
td.Ess_Web_UI_WebControls_BluePanel_bottom
{
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 5px;
    padding-right: 10px;
    height : 15px;
}

td.Ess_Web_UI_WebControls_BluePanel_bottomright
{
    width: 5px;
    background-repeat: no-repeat;
    background-position: bottom;
    height : 15px;
}

.Ess_Web_UI_WebControls_BluePanel_Content
{  	
	margin-top      : 15px;	
	margin-left     : 5px;		
	margin-right    : 5px;
	width           : 100%;
}


/* class for div to block clicks on bluepanel */
.Ess_Web_UI_WebControls_BluePanel_DisableDiv
{
    z-index: 10;
    position: absolute;
    background-color: white;
    filter:Alpha(opacity=70); 
    opacity: 0.7;
}
