        <style type="text/css">                                       
            /* IMPORTANT:  The SCW calendar script requires all       
                           the classes defined here.                  
            */                                                        
            table.scw      {padding:       1px;                       
                            vertical-align:middle;                    
                            border:        ridge 2px;                 
                            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             {margin:        3px 1px;       
                                        text-align:    center;}       
            input.scwHead              {height:        22px;          
                                        width:         22px;          
                                        vertical-align:middle;        
                                        text-align:    center;        
                                        margin:        2px 1px;       
                                        font-weight:   bold;          
                                        font-size:     10pt;          
                                        font-family:   fixedSys;}     
            td.scwWeekNumberHead,                                     
            td.scwWeek                 {padding:       0px;           
                                        text-align:    center;        
                                        font-weight:   bold;}         
            td.scwNow,                                                
            td.scwNowDisabled          {padding:       0px;           
                                        text-align:    center;        
                                        vertical-align:middle;        
                                        font-weight:   normal;}       
            table.scwCells             {text-align:    right;         
                                        font-size:     8pt;           
                                        width:         96%;}          
            td.scwCells,                  
            td.scwCellsBooked,
            td.scwCellsPending,
            td.scwCellsDisabled,          
            td.scwCellsExMonth,           
            td.scwCellsExMonthDisabled,   
            td.scwCellsWeekend,           
            td.scwCellsWeekendDisabled,   
            td.scwInputDate,              
            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:  #666666;}  
            /* Drag Handle */                                         
            td.scwDrag                 {background-color:  #9999CC;   
                                        color:             #CCCCFF;}  
            /* Week number heading */                                 
            td.scwWeekNumberHead       {color:             #6666CC;}  
            /* Week day headings */                                   
            td.scwWeek                 {color:             #CCCCCC;}  
            /* Week numbers */                                        
            td.scwWeekNo               {background-color:  #776677;   
                                        color:             #CCCCCC;}  
            /* Enabled Days */                                        
            /* Week Day */                                            
            td.scwCells                {background-color:  #CCCCCC;   
                                        color:             #000000;}  
            /* Day matching the input date */                         
            td.scwInputDate            {background-color:  #CC9999;   
                                        color:             #FF0000;}  
            /* Weekend Day */                                         
            td.scwCellsWeekend         {background-color:  #CCCCCC;   
                                        color:             #CC6666;}  
            /* Day outside the current month */                       
            td.scwCellsExMonthDisabled ,     td.scwCellsExMonth         {background-color:  #333333;   
                                        color:             #666666;}  
            /* Today selector */                                      
            td.scwNow                  {background-color:  #6666CC;   }

            /* Disabled cells */                                      
            /* Week Day */                                            
            /* Day matching the input date */                         
            td.scwInputDateDisabled    {background-color:  #999999;   
                                        color:             #000000;}  
            td.scwCellsBooked          {background-color:  #FF9999;   
                                        color:             #000000;}  
            td.scwCellsPending         {background-color:  #9999FF;   
                                        color:             #000000;}  
            span.Avail          {
				background-color:  #CCCCCC; 
				border: 1px solid #333333;  
				font-size:10pt;
                                        color:             #000000;
		}  
            span.Booked          {background-color:  #FF9999;   
				font-size:10pt;
				border: 1px solid #333333; 
                                        color:             #000000;}  
            span.Pending         {background-color:  #9999FF;   
				font-size:10pt;
				border: 1px solid #333333; 
                                        color:             #000000;}  
        </style>
