/* Table */
 table.dc_table {
	border: thin groove #6D6D6D;
}
/* Rows */
 tr.dc_header {
	background:  #C5C5C5;
	font-family: arial,Helvetica,sans-serif;
    font-size: 14px; 	
    font-weight: bold;	
}
 tr.dc_rowdays { 
   color: black; 
   font-family: arial,Helvetica,sans-serif; 
   font-size: 12px; 
   font-weight: bold;
}    
  tr.dc_footer { 
   color: black; 
   font-family: arial,Helvetica,sans-serif; 
   font-size: 12px; 
   font-weight: bold;
}    
/* Cells */
 td.dc_days   { 
   background: white; 
   color: gray;
   font-family: arial,Helvetica,sans-serif; 
   font-size: 10px; 
 }    
 td.dc_days_current   { 
   background: white; 
   color: black; 
   font-family: arial,Helvetica,sans-serif; 
   font-size: 10px; 
 }    
 td.dc_selected  {
	background: white;
	color: black;
	font-family: arial,Helvetica,sans-serif;
	font-size: 10px;
	background: url("../../images/selected.gif");
	background-repeat : no-repeat;
	background-position : center;
}     
 td.dc_today  { 
    background: white; 
	color: black; 
	font-family: arial,Helvetica,sans-serif; 
	font-size: 10px; 
	background: url("../../images/today.gif"); 
	background-repeat : no-repeat;
	background-position : center;
}     
 td.dc_today_selected { 
    background: white; 
	color: black; 
	font-family: arial,Helvetica,sans-serif; 
	font-size: 10px; 
	background: url("../../images/today_selected.gif"); 
	background-repeat : no-repeat;
	background-position : center;
}     
 td.dc_weekdays {
	background: white;
	color: gray;
	font-family: arial,Helvetica,sans-serif;
	font-size: 12px;
	border-bottom: thin solid Black;
}
