/* IMPORTANT:  The SCW calendar script requires all       
                           the classes defined here.                  
            */                                                        
            table.scw {
	padding:       1px;
	vertical-align:middle;
	border:        solid 4px;
	border-color:  #0a6bc2;
	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;
}
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.scwFootDisabled {
	padding:       0px;
	text-align:    center;
	width:         96%;
	font-weight:   normal;
}
table.scwCells {
	text-align:    right;
	font-size:     8pt;
	width:         96%;
}
/*td.scwFoot, */
            td.scwCellsWeekendHover,  td.scwCellsWeekend:hover,  td.scwInputDateHover,  td.scwInputDate:hover,  td.scwCells,  td.scwCellsDisabled,  td.scwCellsExMonth,  td.scwCellsExMonthHover,  td.scwCellsExMonth:hover,  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:  #FFFFFF;
}
/* Drag Handle */                                         
            td.scwDrag {
	background-color:  #FFFFFF;
	color:             #FFFFFF;
}
/* Week number heading */                                 
            td.scwWeekNumberHead {
	color:             #0C9A0C;
}
/* Week day headings */                                   
            td.scwWeek {
	color:             #fd120b;
}
/* Week numbers */                                        
            td.scwWeekNo {
	background-color:  #FFFFFF;
	color:             #CCCCCC;
}
/* Enabled Days */                                        
            /* Week Day */                                            
            td.scwCells {
	background-color:  #fbfbce;
	color:             #000000;
}
/* Day matching the input date */                         
            td.scwInputDate {
	background-color:  #0a6bc2;
	color:             #FFF;
}
/* Weekend Day */                                         
            td.scwCellsWeekend {
	background-color:  #fbfbce;
	color:             #0042db;
}
/* Day outside the current month */                       
            td.scwCellsExMonth {
	background-color:  #afe3fd;
	color:             #000000;
}
/* Today selector */                                      
            td.scwFoot {
	background-color:  #FFFFFF;
	color:             #fd120b;
	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:  #fd120b;
	cursor:	pointer;
	color:             #FFFFFF;
}
/* Day matching the input date */                         
            td.scwInputDate:hover,  td.scwInputDateHover {
	background-color:  #fd120b;
	cursor:            pointer;
	color:             #FFFFFF;
}
/* Weekend cells */                                       
            td.scwCellsWeekend:hover,  td.scwCellsWeekendHover {
	background-color:  #fd120b;
	cursor:            pointer;
	color:             #FFFFFF;
}
/* Day outside the current month */                       
            td.scwCellsExMonth:hover,  td.scwCellsExMonthHover {
	background-color:  #fd120b;
	cursor:            pointer;
	color:             #FFFFFF;
}
/* Today selector */                                      
            td.scwFoot:hover,  td.scwFootHover {
	color:             #fd120b;
	cursor:            pointer;
	font-weight:       bold;
}
/* Disabled cells */                                      
            /* Week Day */                                            
            /* Day matching the input date */                         
            td.scwInputDateDisabled {
	background-color:  #999999;
	color:             #000000;
}
td.scwCellsDisabled {
	background-color:  #999999;
	color:             #000000;
}
/* Weekend Day */                                         
            td.scwCellsWeekendDisabled {
	background-color:  #999999;
	color:             #CC6666;
}
/* Day outside the current month */                       
            td.scwCellsExMonthDisabled {
	background-color:  #999999;
	color:             #666666;
}
td.scwFootDisabled {
	background-color:  #6666CC;
	color:             #FFFFFF;
}
