.scw           {padding:1px;vertical-align:middle;}       
iframe.scw     {position:absolute;
								z-index:1;
								top:0px;
								left:0px;
								visibility:hidden;      
								width:1px;
								height:1px;}                    
table.scw      {padding:0px;
								visibility:hidden;            
								position:absolute;
								cursor:default;         
								width:200px;
								top:0px;
								left:0px;             
								z-index:2;
								text-align:center;}                      

/* IMPORTANT:  The SCW calendar script requires all       
               the classes defined here.                  
*/                                                        
table.scw      {padding:       1px;                       
								vertical-align:middle;                    
								border:        solid thin #cc9;                 
								font-size:     10pt;                      
								font-family:   Arial,Helvetica,Sans-Serif;
								font-weight:   bold;}                     
td.scwDrag,                                               
td.scwHead                 {padding:       		0px 0px;       
														text-align:    		center;}       
td.scwDrag                 {font-size:    		8pt;}          
select.scwHead             {margin:      		  3px 1px;
														background-color:	#cc9;
														border:        		solid thin #cc9;}      
input.scwHead              {height:     		  22px;          
														width:       		  22px;          
														vertical-align:		middle;        
														text-align: 		  center;        
														margin:     		  2px 1px;       
														font-weight:		  bold;          
														font-size:  		  10pt;          
														font-family: 		  fixedSys;
														background-color:	#cc9;}     
td.scwWeekNumberHead,                                     
td.scwWeek                 {padding:       0px;           
														text-align:    center;        
														font-weight:   bold;}         
td.scwFoot,                                               
td.scwFootHover,                                          
td.scwFoot:hover,                                         
td.scwFootDisabled         {padding:       3px;           
														text-align:    center;        
														font-weight:   normal;}       
table.scwCells             {text-align:    center;         
														font-size:     10pt;           
														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;      
														font-weight:       bold;      
														vertical-align:    middle;}   
/* Blend the colours into your page here...    */         
/* Calendar background */                                 
table.scw                  {background-color:  #fff;}  
/* Drag Handle */                                         
td.scwDrag                 {background-color:  #fff;   
														color:             #000;}  
/* Week number heading */                                 
td.scwWeekNumberHead       {color:             #000;}  
/* Week day headings */                                   
td.scwWeek                 {color:             #900;}  
/* Week numbers */                                        
td.scwWeekNo               {background-color:  #fff;   
														color:             #000;}  
/* Enabled Days */                                        
/* Week Day */                                            
td.scwCells                {background-color:  #fff;   
														color:             #000;}  
/* Day matching the input date */                         
td.scwInputDate            {background-color:  #cc9;}  
/* Weekend Day */                                         
td.scwCellsWeekend         {background-color:  #fff;   
														color:             #900;}  
/* Day outside the current month */                       
td.scwCellsExMonth         {background-color:  #fff;
   													font-weight:			 normal;
														color:             #000;}  
/* Today selector */                                      
td.scwFoot                 {background-color:  #fff;   
														color:             #000;   
														font-weight:       bold}      
/* 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:  #cc9;   
														cursor:            pointer;   
														cursor:            hand;      
														color:             #000;}  
/* Day matching the input date */                         
td.scwInputDate:hover,                                    
td.scwInputDateHover       {background-color:  #cc9;   
														cursor:            pointer;   
														cursor:            hand;      
														color:             #000;}  
/* Weekend cells */                                       
td.scwCellsWeekend:hover,                                 
td.scwCellsWeekendHover    {background-color:  #cc9;   
														cursor:            pointer;   
														cursor:            hand;      
														color:             #000;}  
/* Day outside the current month */                       
td.scwCellsExMonth:hover,                                 
td.scwCellsExMonthHover    {background-color:  #cc9;   
														cursor:            pointer;   
														cursor:            hand;      
														color:             #000;}  
/* Today selector */                                      
td.scwFoot:hover,                                         
td.scwFootHover            {background-color:  #cc9;   
														cursor:            pointer;   
														cursor:            hand;      
														font-weight:       bold;}     
/* Disabled cells */                                      
/* Week Day */                                            
/* Day matching the input date */                         
td.scwInputDateDisabled    {background-color:  #fff;   
														color:             #cc9;}  
td.scwCellsDisabled        {background-color:  #fff;   
														color:             #cc9;}  
/* Weekend Day */                                         
td.scwCellsWeekendDisabled {background-color:  #fff;   
														color:             #cc9;}  
/* Day outside the current month */                       
td.scwCellsExMonthDisabled {background-color:  #fff;   
														color:             #cc9;}  
td.scwFootDisabled         {background-color:  #fff;   
														color:             #cc9;}  

