/* IMPORTANT:  The JACS calendar script requires all  
			   the classes defined here. */ 
table.jacs, 
table.jacsStatic   {padding:       1px; 
					vertical-align:middle; 
					border:        ridge 2px; 
					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;} 
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;} 
td.jacsNow, 
td.jacsNowHover, 
td.jacsNow:hover, 
td.jacsNowDisabled          {padding:       0px; 
							 text-align:    center; 
							 vertical-align:middle; 
							 font-size:     8pt; 
							 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.jacsCellsWeekend, 
td.jacsCellsWeekendHover, 
td.jacsCellsWeekend:hover, 
td.jacsCellsWeekendDisabled, 
td.jacsCellsHighlighted, 
td.jacsCellsHighlightedHover, 
td.jacsCellsHighlighted:hover, 
td.jacsCellsHighlightedWeekend, 
td.jacsCellsHighlightedWeekendHover, 
td.jacsCellsHighlightedWeekend:hover, 
td.jacsInputDate, 
td.jacsInputDateHover, 
td.jacsInputDate:hover, 
td.jacsInputDateDisabled, 
td.jacsWeekNo, 
td.jacsWeeks                {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.jacs, 
table.jacsStatic            {background-color:  #b8ceaa;} 
/* Drag Handle */ 
td.jacsDrag                 {background-color:  #9999CC; 
							 color:             #CCCCFF;} 
/* Week number heading */ 
td.jacsWeekNumberHead       {color:             #6666CC;} 
/* Week day headings */ 
td.jacsWeek                 {color:             #000000;} 
/* Week numbers */ 
td.jacsWeekNo               {background-color:  #776677; 
							 color:             #CCCCCC;} 
/* Enabled Days */ 
/* Week Day */ 
td.jacsCells                {background-color:  #ffffff; 
							 color:             #CC0000;} 
/* Day matching the input date */ 
td.jacsInputDate            {background-color:  #CC0000; 
							 color:             #ffffff;} 
/* Weekend Day */ 
td.jacsCellsWeekend         {background-color:  #ffffff; 
							 color:             #CC0000;} 
/* Day outside the current month */ 
td.jacsCellsExMonth         {background-color:  #e6e7df; 
							 color:             #cc0000;} 
/* Today selector */ 
td.jacsNow                  {background-color:  #b8ceaa; 
							 color:             #000000;} 
/* 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. 
*/ 
/* Highlighted Days */ 
/* Week Day */ 
td.jacsCellsHighlighted     {background-color:  #E0E0E0; 
							 color:             #cc0000;} 
/* Weekend Day */ 
td.jacsCellsHighlightedWeekend {background-color: #E0E0E0; 
							 color:             #CC6666;} 
/* Active cells */ 
td.jacsCells:hover, 
td.jacsCellsHover, 
td.jacsCellsHighlighted:hover, 
td.jacsCellsHighlightedHover, 
td.jacsCellsHighlightedWeekend:hover, 
td.jacsCellsHighlightedWeekendHover  
							{background-color:  #cc0000; 
							 cursor:            pointer; 
							 color:             #ffffff;} 
/* Day matching the input date */ 
td.jacsInputDate:hover, 
td.jacsInputDateHover       {background-color:  #cc0000; 
							 cursor:            pointer; 
							 color:             #ffffff;} 
/* Weekend cells */ 
td.jacsCellsWeekend:hover, 
td.jacsCellsWeekendHover    {background-color:  #cc0000; 
							 cursor:            pointer; 
							 color:             #ffffff;} 
/* Day outside the current month */ 
td.jacsCellsExMonth:hover, 
td.jacsCellsExMonthHover    {background-color:  #cc0000; 
							 cursor:            pointer; 
							 color:             #ffffff;} 
/* Clear Button */                                        
td.Clear                    {padding:           0px;}    
input.Clear                 {padding:           0px;     
							 text-align:     center;     
							 font-size:         8pt;}    
/* Today selector */ 
td.jacsNow:hover, 
td.jacsNowHover             {color:             #000000; 
							 cursor:            pointer; 
							 font-weight:       normal;} 
/* Disabled cells */ 
/* Week Day */ 
/* Day matching the input date */ 
td.jacsInputDateDisabled    {background-color:  #ffffff; 
							 color:             #000000;} 
td.jacsCellsDisabled        {background-color:  #ffffff; 
							 color:             #555555;} 
/* Weekend Day */ 
td.jacsCellsWeekendDisabled {background-color:  #ffffff; 
							 color:             #555555;} 
/* Day outside the current month */ 
td.jacsCellsExMonthDisabled {background-color:  #e6e7df; 
							 color:             #555555;} 
td.jacsNowDisabled          {background-color:  #b8ceaa; 
							 color:             #000000;} 

