.scw
{
	vertical-align:middle;
	padding:1px;
}

iframe.scw
{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	visibility:hidden;
	width:1px;
	height:1px;
}

table.scw
{
	border-collapse:separate;
	visibility:hidden;
	position:absolute;
	cursor:default;
	width:200px;
	top:0px;
	left:0px;
	z-index:1;
	text-align:center;
	border:ridge2px;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:10pt;
	font-weight:bold;
	padding:1px;
	vertical-align:middle;
}

/* IMPORTANT:  The SCW calendar script requires all       
               the classes defined here.                  
*/                                                        
td.scwDrag,td.scwHead
{
	padding:0;
	text-align:center;
}

td.scwDrag
{
	font-size:8pt;
}

select.scwHead
{
	margin:3px;
	text-align:center;
}

input.scwHead
{
	font-family:fixedSys;
	font-size:10pt;
	font-weight:bold;
	height:22px;
	margin:2px;
	text-align:center;
	vertical-align:middle;
	width:22px;
}

td.scwWeekNumberHead,td.scwWeek
{
	font-weight:bold;
	padding:0;
	text-align:center;
}

td.scwFoot,td.scwFootHover,td.scwFoot:hover,td.scwFootDisabled
{
	font-weight:normal;
	padding:0;
	text-align:center;
}

table.scwCells
{
	font-size:8pt;
	text-align:right;
	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
{
	border-style:solid;
	border-width:1px;
	font-weight:bold;
	height:16px;
	padding:3px;
	vertical-align:middle;
	width:16px;
}

/* Blend the colours into your page here...    */ 

        
/* Calendar background */
table.scw
{
	background-color:#a5acb2;
}

/* Drag Handle */
td.scwDrag
{
	background-color:Fuchsia;
	color:Lime;
}

/* Week number heading */
td.scwWeekNumberHead
{
	color:#6666CC;
}

/* Week day headings */
td.scwWeek
{
	color:#e0e0e0;
}

/* Week numbers */
td.scwWeekNo
{
	background-color:#776677;
	color:#e0e0e0;
}

/* Enabled Days 
 Week Day */
td.scwCells
{
	background-color:#e0e0e0;
	color:#000000;
}

/* Day matching the input date */
td.scwInputDate
{
	background-color:#CC9999;
	color:#FF0000;
}

/* Weekend Day */
td.scwCellsWeekend
{
	background-color:#e0e0e0;
	color:#CC6666;
}

/* Day outside the current month */
td.scwCellsExMonth
{
	background-color:#CCCCCC;
	color:#666666;
}

/* Today selector */
td.scwFoot
{
	background-color:#006699;
	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:#FF0000;
	color:#000000;
	cursor:pointer;
}

/* Day matching the input date */
td.scwInputDate:hover,td.scwInputDateHover
{
	background-color:#FF0000;
	color:#000000;
	cursor:pointer;
}

/* Weekend cells */
td.scwCellsWeekend:hover,td.scwCellsWeekendHover
{
	background-color:#FF0000;
	color:#000000;
	cursor:pointer;
}

/* Day outside the current month */
td.scwCellsExMonth:hover,td.scwCellsExMonthHover
{
	background-color:#FF0000;
	color:#000000;
	cursor:pointer;
}

/* Today selector */
td.scwFoot:hover,td.scwFootHover
{
	color:#b9cb86;
	cursor:pointer;
	/*font-weight:bold;*/
}

/* Disabled cells 
 Week Day 
 Day matching the input date */
td.scwInputDateDisabled
{
	background-color:#cccccc;
	color:#000000;
	text-decoration: line-through;
}

td.scwCellsDisabled
{
	background-color:#cccccc;
	color:#000000;
	text-decoration: line-through;
}

/* Weekend Day */
td.scwCellsWeekendDisabled
{
	background-color:#cccccc;
	color:#CC6666;
	text-decoration: line-through;
}

/* Day outside the current month */
td.scwCellsExMonthDisabled
{
	background-color:#cccccc;
	color:#666666;
	text-decoration: line-through;
}

td.scwFootDisabled
{
	background-color:#6666CC;
	color:#FFFFFF;
	text-decoration: line-through;
}
