/*********************************************************/
html 
{   /* Only works with IE!*/   
	scrollbar-face-color: #617087;
	scrollbar-highlight-color: #f3f3f3;
	scrollbar-shadow-color: #f3f3f3;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #6d8693;
	scrollbar-dark-shadow-color: white;
	scrollbar-3d-light-color: #9BAAC1
}

.FinePrint 
{
	font-size: 8pt;
	color: Black;
	font-family: Verdana;
	text-decoration: none; 
}
/*********************************************************/
BODY
{
	font-family:verdana,"trebuchet MS", helvetica, sans-serif; 
	font-size:smaller;	
	background:"~/images-MEC/cocback.gif"	
}

table
{
  	font-size:small;
}

.float-left 
{
	float:left;
}

.float-right 
{
	float:right;
}

.customButton
{
	font-size:small
}

.customButtonBold
{
	font-size:small;
	font-weight:bold;
}

.drag 
{
	position: relative;
	cursor: hand;
}

.header-item
{
    background-color:#81204d;                
    font-weight:bold;    
	text-align: center;  		
	border: 1px outset;
	padding: 0px;		 
}

.WrapperDiv 
{
    position: relative;
    
    width:99.6%;
    height:315px;
    border: 1px solid gray;        
    padding-top:0px;
    border-top-width: 0px;      
    
    overflow:auto;  
    margin: 0 auto;
}        

.WrapperDivCase
{
    width:820px;
    height:210px;
    border: 1px solid gray;        
    padding-top:0px;
    border-top-width: 0px;        
}        

.WrapperDiv TH 
{
    position:relative;          
    border: 1px;        
    padding-top: 0px;
    padding-bottom: 0px;
               
    top: expression(offsetParent.scrollTop - 1);
}

.WrapperDiv TR 
{
    /* Needed for IE */
    height:0px;
    border: 0px;
} 

.WrapperDivCase TH 
{   
    position:relative;          
    border: 1px;        
    padding-top: 0px;
    padding-bottom: 0px;
               
    top: expression(offsetParent.scrollTop - 1);    
}

.WrapperDivCase TR 
{    
    height:0px;
    border: 0px;
} 


.WrapperDivDispo
{
    width:570px;
    height:440px;
    border: 1px solid gray;        
    padding-top:0px;
    border-top-width: 0px;        
}        

.WrapperDivDispo TH 
{
    position:relative;          
    border: 1px;        
    padding-top: 0px;
    padding-bottom: 0px;               
    top: expression(offsetParent.scrollTop - 1);
}

.WrapperDivDispo TR 
{
    /* Needed for IE */
    height:0px;
    border: 0px;
} 

.divProgressIE
{
	  position: absolute;
  	  top: 18%;
      left: 50%;
      margin-left: -170px;		
      width: 338px;
      height: 66px;
      color: #81204d;
      text-align: center;
      font-weight: bold;      
}

.divProgressFF
{
	  position: absolute;
  	  top: 35%; 
      left: 50%;
      margin-left: -170px;		
      width: 338px;
      height: 66px;
      color: #81204d;
      text-align: center;
      font-weight: bold;            
}

.separators
{   
	background-color: #f0f4f4;
	font-weight:normal;
}

.altrow
{
	background-color: White;
	font-weight:normal;
}

.title
{
	background-color: White;
	font-weight: bold; 
	color: #6a5acd;	
}

.inst
{
	background-color: White;
	font-weight: bold; 
	color: #617087;	
	font-size:8pt;
	font-family:verdana,"trebuchet MS", helvetica, sans-serif; 
}

/***********************************************************************/

td { cursor:default; }

.over 
{ 
	/*background-color:#D1DDF1;*/		
	background-color: #ADD8E6;
}
/* selected cell style */
.selected
{
    background:#BCE774;
    color:#555;
}
/* mouse-down cell style */
.down
{
    background:#BCE774;
    color:#FFFFFF;
}

