<!-- /* --> <style> */
table. jacs, 
table.jacsStatic   {padding:       1px; 
					vertical-align:middle; 
					border:        1px solid #f29441; 
					font-size:     10pt; 
					font-family:   Arial,Helvetica, 
									Sans-Serif; 
					font-weight:   bold;} 
td.jacsDrag, 
td.jacsHead                 {padding:       0px 0px; 
							 text-align:    center;} 
td.jacsDrag                 {font-size:     8pt; color: #000000;} 
select.jacsHead             {margin:        3px 1px;} 
input.jacsHead              {height:        22px; 
							 width:         22px; 
							 vertical-align:middle; 
							 text-align:    center; 
							 margin:        2px 1px; 
							 font-weight:   bold; 
							 font-size:     10pt; 
							 font-family:   fixedSys;} 
td.jacsWeekNumberHead, 
td.jacsWeek                 {padding:       0px; 
							 text-align:    center; 
							 font-weight:   bold;
							 color: #000000;} 
td.jacsFoot, 
td.jacsFootHover, 
td.jacsFoot:hover, 
td.jacsFootDisabled         {padding:       0px; 
							 text-align:    center; 
							 font-weight:   normal;} 
table.jacsCells             {text-align:    right; 
							 font-size:     8pt; 
							 width:         96%;} 
td.jacsCells, 
td.jacsCellsHover, 
td.jacsCells:hover, 
td.jacsCellsDisabled, 
td.jacsCellsExMonth, 
td.jacsCellsExMonthHover, 
td.jacsCellsExMonth:hover, 
td.jacsCellsExMonthDisabled, 
td.jacsInputDate, 
td.jacsInputDateHover, 
td.jacsInputDate:hover, 
td.jacsCellsWeekend, 
td.jacsCellsWeekendHover, 
td.jacsCellsWeekend:hover, 
td.jacsCellsWeekendDisabled, 
td.jacsInputDateDisabled, 
td.jacsWeekNo, 
td.jacsWeeks                {padding:           3px; 
							 width:             16px; 
							 height:            16px; 
							 border:     		1px solid #f29441; 
							 font-weight:       bold; 
							 vertical-align:    middle;} 
							 
/* Blend the colours into your page here...    */ 
/* Calendar background */ 
table.jacs, 
table.jacsStatic            {background-color:  #fff1da;} 
/* Drag Handle */ 
td.jacsDrag                 {background-color:  #ffffff; 
							 color:             #f29441;} 
/* Week number heading */ 
td.jacsWeekNumberHead       {color:             #000000;} 
/* Week day headings */ 
td.jacsWeek                 {color:             #000000; background-color: #f29441} 
/* Week numbers */ 
td.jacsWeekNo               {background-color:  #f29441;
						 color:             #000000;} 
/* Enabled Days */ 
/* Week Day */ 
td.jacsCells                {background-color:  #fff1da; 
							 color:             #000000;} 
/* Day matching the input date */ 
td.jacsInputDate            {background-color:  #f29441; 
							 color:             #FFffff;} 
/* Weekend Day */ 
td.jacsCellsWeekend         {background-color:  #fff1da; 
							 color:             #f29441;} 
/* Day outside the current month */ 
td.jacsCellsExMonth         {background-color:  #fff1da; 
							 color:             #000000;
							 font-weight: normal;} 
/* Today selector */ 
td.jacsFoot                 {background-color:  #ffffff; 
							 color:             #f29441;} 
/* 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:  #f29441; 
							 cursor:            pointer; 
							 color:             #000000;} 
/* Day matching the input date */ 
td.jacsInputDate:hover, 
td.jacsInputDateHover       {background-color:  #f29441; 
							 cursor:            pointer; 
							 color:             #000000;} 
/* Weekend cells */ 
td.jacsCellsWeekend:hover, 
td.jacsCellsWeekendHover    {background-color:  #f29441; 
							 cursor:            pointer; 
							 color:             #000000;} 
/* Day outside the current month */ 
td.jacsCellsExMonth:hover, 
td.jacsCellsExMonthHover    {background-color:  #f29441; 
							 cursor:            pointer; 
							 color:             #000000;
							 font-weight:		normal;} 
/* Today selector */ 
td.jacsFoot:hover, 
td.jacsFootHover            {color:             #f29441; 
							background-color: #ffffff;
							 cursor:            pointer; 
							 font-weight:       bold;} 
/* Disabled cells */ 
/* Week Day */ 
/* Day matching the input date */ 
td.jacsInputDateDisabled    {background-color:  #f29441; 
							 color:             #000000;} 
td.jacsCellsDisabled        {background-color:  #f29441; 
							 color:             #000000;} 
/* Weekend Day */ 
td.jacsCellsWeekendDisabled {background-color:  #f29441; 
							 color:             #000000;} 
/* Day outside the current month */ 
td.jacsCellsExMonthDisabled {background-color:  #f29441; 
							 color:             #666666;} 
td.jacsFootDisabled         {background-color:  #ffffff; 
							 color:             #f29441;} 
							 





/* CALENDAR POPUP */
div#caldiv {visibility: hidden; width: 148px; background-color: #fff1da; border: 1px solid #ffaa50;}
.cpYearNavigation,.cpMonthNavigation { background: none !important; padding: 0 !important; background-color:#C0C0C0; text-align:center; vertical-align:center; text-decoration:none; color:#623523; font-weight:bold; }
.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText { background: none !important; padding: 0 !important; font-family:arial; font-size:8pt; }
TD.cpDayColumnHeader { background: none !important; padding: 0 !important; text-align:right; border:solid thin #ffaa50;border-width:0px 0px 1px 0px; }
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate  { background: none !important; padding: 0 !important; text-align:right; text-decoration:none; }
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled { background: none !important; padding: 0 !important; color:#ffbc42; text-align:right; }
.cpCurrentMonthDate, .cpCurrentDate { background: none !important; padding: 0 !important; color:#000000; }
.cpOtherMonthDate { background: none !important; padding: 0 !important; color:#808080; }
TD.cpCurrentDate { background: none !important; padding: 0 !important; color:white; background-color: #C0C0C0; border:solid 1px #ffaa50; }
TD.cpCurrentDateDisabled { background: none !important; padding: 0 !important; border-width:1px; border:solid thin #FFAAAA; }
TD.cpTodayText, TD.cpTodayTextDisabled { background: none !important; padding: 0 !important; border:solid thin #ffaa50; border-width:1px 0px 0px 0px;}
A.cpTodayText, SPAN.cpTodayTextDisabled { background: none !important; padding: 0 !important; height:20px;}
A.cpTodayText {background: none !important; padding: 0 !important; color:black; }
A.cpTodayText:link, A.cpTodayText:visited, A.cpTodayText:hover, A.cpTodayText:active {color: #000000 !important;}
A.cpCurrentMonthDate:link, A.cpCurrentMonthDate:visited, A.cpCurrentMonthDate:hover, A.cpCurrentMonthDate:active {color: #623523 !important;}
A.cpOtherMonthDate:link, A.cpOtherMonthDate:visited, A.cpOtherMonthDate:hover, A.cpOtherMonthDate:active {color: #623523 !important;}
A.cpCurrentDate:link, A.cpCutrrentDate:visited, A.cpCurrentDate:hover, A.cpCurrentDate:active {color: #623523 !important;}
A.cpMonthNavigation:link, A.cpMonthNavigation:visited, A.cpMonthNavigation:hover, A.cpMonthNavigation:active {color: #623523 !important; text-decoration: none;}
A.cpTodayText:link, A.cpTodayText:visited, A.cpTodayText:hover, A.cpTodayText:active {color: #623523 !important;}
.cpTodayTextDisabled { background: none !important; padding: 0 !important; color:#D0D0D0; }

/* </style> <!-- */ -->