/* IMPORTANT:  The SCW calendar script requires all       
			   the classes defined here.                  
*/                                                        
table.scw      {padding:       1px;                       
				vertical-align:middle;                    
				border-top: solid 1px #d6cfc6;
				border-left: solid 1px #d6cfc6;
				border-bottom: solid 1px #736551;
				border-right: solid 1px #736551;
				font-size:     10pt;                      
				font-family: Verdana,Arial,Helvetica,Sans-Serif;
				font-weight:   bold;}                     
td.scwDrag,                                               
td.scwHead                 {padding:       0px 0px;       
							text-align:    center;}       
td.scwDrag                 {font-size:     8pt;}          
select.scwHead             {text-align:    center;
							font-family: Verdana, Arial, Helvetica, sans-serif;
							font-size:11px;
							color: #525252;
							height:18px;
							background-color:#f5f3f1;}       
input.scwHead              {height:        22px;          
							width:         22px;          
							vertical-align:middle;        
							text-align:    center;        
							margin:        2px 1px;       
							font-weight:   bold;          
							font-size:     10pt;}     
td.scwWeekNumberHead,                                     
td.scwWeek                 {padding:       0px;           
							text-align:    center;        
							font-weight:   bold;}         
td.scwFoot,                                               
td.scwFootHover,                                          
td.scwFoot:hover,                                         
td.scwFootDisabled         {padding:       0px;           
							text-align:    center;        
							font-weight:   normal;}       
table.scwCells             {text-align:    right;         
							font-size:     8pt;           
							width:         96%;}          
td.scwCells,                  
td.scwCellsHover,             
td.scwCells:hover,            
td.scwCellsDisabled,          
td.scwCellsExMonth,           
td.scwCellsExMonthHover,      
td.scwCellsExMonth:hover,     
td.scwCellsExMonthDisabled,   
td.scwCellsWeekend,           
td.scwCellsWeekendHover,      
td.scwCellsWeekend:hover,     
td.scwCellsWeekendDisabled,   
td.scwInputDate,              
td.scwInputDateHover,         
td.scwInputDate:hover,        
td.scwInputDateDisabled,      
td.scwWeekNo,                 
td.scwWeeks                {padding:           3px;       
							width:             16px;      
							height:            16px;      
							border-width:      1px;       
							border-style:      solid;     
							font-weight:       bold;      
							vertical-align:    middle;}   
/* Blend the colours into your page here...    */         
/* Calendar background */                                 
table.scw                  {background-color:  #AC9E8B;}  
/* Drag Handle */                                         
td.scwDrag                 {background-color:  #9999CC;   
							color:             #CCCCFF;}  
/* Week number heading */                                 
td.scwWeekNumberHead       {color:             #AC9E8B;}  
/* Week day headings */                                   
td.scwWeek                 {color:             #FFFFFF;}  
/* Week numbers */                                        
td.scwWeekNo               {background-color:  #776677;   
							color:             #D2CABF;}  
/* Enabled Days */                                        
/* Week Day */                                            
td.scwCells                {background-color:  #D2CABF;   
							color:             #6A5C4A;}  
/* Day matching the input date */                         
td.scwInputDate            {background-color:  #6A5C4A;   
							color:             #FFFFFF;}  
/* Weekend Day */                                         
td.scwCellsWeekend         {background-color:  #D2CABF;   
							color:             #FFFFFF;}  
/* Day outside the current month */                       
td.scwCellsExMonth         {background-color:  #C2B7A9;   
							color:             #807C77;}  
/* Today selector */                                      
td.scwFoot                 {background-color:  #AC9E8B;   
							color:             #FFFFFF;}  
/* MouseOver/Hover formatting                             
	   If you want to "turn off" any of the formatting    
	   then just set to the same as the standard format   
	   above.                                             
														  
	   Note: The reason that the following are            
	   implemented using both a class and a :hover        
	   pseudoclass is because Opera handles the rendering 
	   involved in the class swap very poorly and IE6     
	   (and below) only implements pseudoclasses on the   
	   anchor tag.                                        
*/                                                        
/* Active cells */                                        
td.scwCells:hover,                                        
td.scwCellsHover           {background-color:  #AC9E8B;   
							cursor:            pointer;   
							color:             #FFFFFF;}  
/* Day matching the input date */                         
td.scwInputDate:hover,                                    
td.scwInputDateHover       {background-color:  #AC9E8B;   
							cursor:            pointer;   
							color:             #FFFFFF;}  
/* Weekend cells */                                       
td.scwCellsWeekend:hover,                                 
td.scwCellsWeekendHover    {background-color:  #AC9E8B;   
							cursor:            pointer;   
							color:             #FFFFFF;}  
/* Day outside the current month */                       
td.scwCellsExMonth:hover,                                 
td.scwCellsExMonthHover    {background-color:  #AC9E8B;   
							cursor:            pointer;   
							color:             #FFFFFF;}  
/* Today selector */                                      
td.scwFoot:hover,                                         
td.scwFootHover            {color:             #FFFFFF;   
							text-decoration:underline;
							cursor:            pointer;}     
/* Disabled cells */                                      
/* Week Day */                                            
/* Day matching the input date */                         
td.scwInputDateDisabled    {background-color:  #C2B7A9;   
							color:             #807C77;}  
td.scwCellsDisabled        {background-color:  #C2B7A9;   
							color:             #807C77;}  
/* Weekend Day */                                         
td.scwCellsWeekendDisabled {background-color:  #C2B7A9;   
							color:             #807C77;}  
/* Day outside the current month */                       
td.scwCellsExMonthDisabled {background-color:  #C2B7A9;   
							color:             #807C77;}  
td.scwFootDisabled         {background-color:  #AC9E8B;   
							color:             #FFFFFF;}  

