/*
// I have made every effort to isolate the pop-up script from any
// CSS defined on the main page but if you have anything set that
// affects the pop-up (or you may want to change the way it looks)
// then you can address it in the following style sheets.
*/

.jacs, .jacsStatic {padding:1px;vertical-align:middle;} 
iframe.jacs        {position:absolute;visibility:hidden; 
                    top:0px;left:0px;width:1px;height:1px;} 
table.jacs,  
table.jacsStatic   {padding:0px;visibility:hidden;width:200px;
                    cursor:default;text-align:center;} 
table.jacs         {top:0px;left:0px;position:absolute;} 

/*
// This style sheet can be extracted from the script and edited into regular
// CSS (by removing all occurrences of  and ). That can be used as the
// basis for themes. Classes are described in comments within the style
// sheet.
*/

/* 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.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.jacsCellsWeekend, 
td.jacsCellsWeekendHover, 
td.jacsCellsWeekend:hover, 
td.jacsCellsWeekendDisabled, 
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:  #D2E1EE;} 
/* 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:             #000000;} 
/* Day matching the input date */ 
td.jacsInputDate            {background-color:  #CC9999; 
                             color:             #FF0000;} 
/* Weekend Day */ 
td.jacsCellsWeekend         {background-color:  #FFFFFF; 
                             color:             #CC6666;} 
/* Day outside the current month */ 
td.jacsCellsExMonth         {background-color:  #CCCCCC; 
                             color:             #666666;} 
/* Today selector */ 
td.jacsFoot                 {background-color:  #D2E1EE; 
                             color:             #333399;
                             font-weight:       bold;} 
/* 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:  #FFFF00; 
                             cursor:            pointer; 
                             color:             #000000;} 
/* Day matching the input date */ 
td.jacsInputDate:hover, 
td.jacsInputDateHover       {background-color:  #FFFF00; 
                             cursor:            pointer; 
                             color:             #000000;} 
/* Weekend cells */ 
td.jacsCellsWeekend:hover, 
td.jacsCellsWeekendHover    {background-color:  #FFFF00; 
                             cursor:            pointer; 
                             color:             #000000;} 
/* Day outside the current month */ 
td.jacsCellsExMonth:hover, 
td.jacsCellsExMonthHover    {background-color:  #FFFF00; 
                             cursor:            pointer; 
                             color:             #000000;} 
/* Today selector */ 
td.jacsFoot:hover, 
td.jacsFootHover            {color:             #FFFF00; 
                             cursor:            pointer; 
                             font-weight:       bold;} 
/* Disabled cells */ 
/* Week Day */ 
/* Day matching the input date */ 
td.jacsInputDateDisabled    {background-color:  #999999; 
                             color:             #000000;} 
td.jacsCellsDisabled        {background-color:  #999999; 
                             color:             #000000;} 
/* Weekend Day */ 
td.jacsCellsWeekendDisabled {background-color:  #999999; 
                             color:             #CC6666;} 
/* Day outside the current month */ 
td.jacsCellsExMonthDisabled {background-color:  #FFFFFF; 
                             color:             #666666;} 
td.jacsFootDisabled         {background-color:  #D2E1EE; 
                             color:             #333399;} 
