table.jacs, table.jacsStatic {
	border:  1px solid #E9E9E9;
	font-size: 9pt;
}

select.jacsHead {
	margin: 3px 1px;
	font-size: 7pt;
}

input.jacsHead {
	width: 18px;
	height: 18px;
}



/* Blend the colours into your page here...    */
/* Calendar background */
table.jacs,
table.jacsStatic            {background-color:  white;}
/* Drag Handle */
td.jacsDrag                 {background-color:  #9999CC;
							 color:             #CCCCFF;}
/* Week number heading */
td.jacsWeekNumberHead       {color:             #FFF;}
/* Week day headings */
td.jacsWeek                 {color:             #000000;}
/* Week numbers */
td.jacsWeekNo               {background-color:  #776677;
							 color:             #CCCCCC;}
/* Enabled Days */
/* Week Day */
td.jacsCells                {background-color:  #E9E9E9;
							 color:             #e0619b;
							 text-align: center;}
/* Day matching the input date */
td.jacsInputDate            {background-color:  #f8dced;
							 color:             #e0619b;
							 text-align: center;}
/* Weekend Day */
td.jacsCellsWeekend         {background-color:  #E9E9E9;
							 color:             #CC6666;
							 text-align: center;}
/* Day outside the current month */
td.jacsCellsExMonth         {background-color:  #E9E9E9;
							 color:             #666666;
							 text-align: center;}
/* Today selector */
td.jacsFoot                 {background-color:  #FFFFFF;
							 color:             #e0619b;}
/* 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.jacsCells:hover,
td.jacsCellsHover           {background-color:  #783779;
							 cursor:            pointer;
							 cursor:            hand;
							 color:             #fff;
							 text-align: center;}
/* Day matching the input date */
td.jacsInputDate:hover,
td.jacsInputDateHover       {background-color:  #783779;
							 cursor:            pointer;
							 cursor:            hand;
							 color:             #fff;
							 text-align: center;}
/* Weekend cells */
td.jacsCellsWeekend:hover,
td.jacsCellsWeekendHover    {background-color:  #783779;
							 cursor:            pointer;
							 cursor:            hand;
							 color:             #fff;
							 text-align: center;}
/* Day outside the current month */
td.jacsCellsExMonth:hover,
td.jacsCellsExMonthHover    {background-color:  #783779;
							 cursor:            pointer;
							 cursor:            hand;
							 color:             #fff;
							 text-align: center;}
/* Today selector */
td.jacsFoot:hover,
td.jacsFootHover            {color:             #e0619b;
							 cursor:            pointer;
							 cursor:            hand;
							 font-weight:       bold;
							 text-align: center;}
/* Disabled cells */
/* Week Day */
/* Day matching the input date */
td.jacsInputDateDisabled    {background-color:  #FFFF00;
							 color:             #000000;
							 text-align: center;}
td.jacsCellsDisabled        {background-color:  #F5F5F5;
							 color:             #e0619b;
							 text-align: center;}
/* Weekend Day */
td.jacsCellsWeekendDisabled {background-color:  #F5F5F5;
							 color:             #CC6666;
							 text-align: center;}
/* Day outside the current month */
td.jacsCellsExMonthDisabled {background-color:  #F5F5F5;
							 color:             #666666;
							 text-align: center;}
td.jacsFootDisabled         {background-color:  #FFFFFF;
							 color:             #000000;}

