/* IMPORTANT:  The SCW calendar script requires all 
               the classes defined here.
*/
table.scw{
	padding:       1px;
	vertical-align:middle;
	border:        solid 4px;
	font-size:     10pt;
	font-family:   Arial, Helvetica, Sans-Serif;
	font-weight:   bold;
background-color:#FFF;
border-color:#bebebe;

}
td.scwDrag,
td.scwHead{
	padding:       0;
	text-align:    center;
}
td.scwDrag{
	font-size:     8pt;
	background-color:#FFF;
	color:#FFF;
}
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.scwNowHover,
td.scwNow:hover,
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.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:  #FFF;
}
/* Drag Handle */
td.scwDrag{
	background-color:  #FFF;
	color:             #FFF;
}
/* Week number heading */
td.scwWeekNumberHead{
	color:             #0C9A0C;
}
/* Week day headings */
td.scwWeek{
	color:             #FFF;
	background-color:  #f8931d;
}
/* Week numbers */
td.scwWeekNo{
	background-color:  #FFF;
	color:             #CCC;
}
/* Enabled Days */
/* Week Day */
td.scwCells{
	background-color:  #fec20b;
	color:             #000000;
}
/* Day matching the input date */
td.scwInputDate{
	background-color:  #004c9f;
	color:             #FFF;
}
/* Weekend Day */
td.scwCellsWeekend{
	background-color:  #fec20b;
	color:             #FF0000;
}
/* Day outside the current month */
td.scwCellsExMonth{
	background-color:  #cdcdcd;
	color:             #000;
}
/* Today selector */
td.scwNow{
	background-color:  #FFFFFF;
	color:             #2373ca;
}
/* Clear Button */
td.scwClear{
	padding:           0px;
}
input.scwClear{
	padding:           0px;
	text-align:        center;
	font-size:         8pt;
}
/* 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:  #ffe680;
	cursor:            pointer;
	color:             #000;
}
/* Day matching the input date */
td.scwInputDate:hover,
td.scwInputDateHover{
	background-color:  #ffe680;
	cursor:            pointer;
	color:             #000;
	border-color: #660033
}
/* Weekend cells */
td.scwCellsWeekend:hover,
td.scwCellsWeekendHover{
	background-color:  #ffe680;
	cursor:            pointer;
	color:             #FF0000;
}
/* Day outside the current month */
td.scwCellsExMonth:hover,
td.scwCellsExMonthHover{
	background-color:  #ed1b24;
	cursor:            pointer;
	color:             #fff;
}
/* Today selector */
td.scwNow:hover,
td.scwNowHover{
	color:             #2373ca;
	cursor:            pointer;
	font-weight:       bold;
}
/* Disabled cells */
/* Week Day */
/* Day matching the input date */
td.scwInputDateDisabled{
	background-color:  #999;
        color:             #000000;
}
td.scwCellsDisabled{
	background-color:  #999;
	color:             #000000;
}
/* Weekend Day */
td.scwCellsWeekendDisabled{
	background-color:  #999;
	color:             #C66;
}
/* Day outside the current month */
td.scwCellsExMonthDisabled{
	background-color:  #999;
	color:             #666;
}
td.scwNowDisabled{
	background-color:  #999; 
	color:             #666;
}
