<STYLE TYPE="text/css">


/* ----------------------------------------------------
   The following set the fonts, margins, and scrollbars
   accross all pages.
   ---------------------------------------------------- */
BODY      { overflow : auto;
            margin : 0px;
            font-size : 9pt;
            font-family : Verdana, Arial, sans-serif;
            color : black;
            background-color : #c8c8c8; /* background */
            scrollbar-face-color:       #65676D;
            scrollbar-base-color:       #65676D;
            scrollbar-darkshadow-color: #65676D;
            scrollbar-track-color:      #65676D;
            scrollbar-arrow-color:      #FFFFFF;
            scrollbar-highlight-color:  #DDDDDD;
            scrollbar-shadow-color:     #CCCCCC;
            cursor: arrow; }

TABLE     { font-size : 7pt;
            font-family : Verdana, Arial, sans-serif;
            cursor: arrow; }

DIV       { font-size : 7pt;
            font-family : Verdana, Arial, sans-serif;
            cursor: arrow; }

/* ----------------------------------------------------
   Login and welcome page styles
   ---------------------------------------------------- */
.SaIsStartPageGraphicBand,
.SaIsLoginTopLevelTableHeader     { background-color : #284E6B; /* content blue */ }

.SaIsStartPageTableCellTexture,
.SaIsLoginTableCellTexture        { background-image : url(images/login_texture.gif);
                                    background-repeat : repeat; }

.SaIsStartPageTableCellBackground,
.SaIsLoginTableCellBackground     { background-color : #057889; /* bin green */ }

.SaIsLoginHeaderContent           { color : #C8C8C8;
                                    text-transform : uppercase; }

.SaIsMarketingBanner              { color: #C8C8C8;
                                    font-size: 8pt;
                                    text-transform: uppercase; }

.SaIsLoginTableContent            { color : #000000;
                                    text-transform : uppercase; }

.SaIsStartPageTopLevelTable       { background-color: #C8C8C8; }

.SaIsStartPageTitle               { color: #000000;
                                    font-size: 14pt; }

.SaIsLoginAdvancedHeaderClosed    { background-color : #C8C8C8; /* background */
                                    border : 1px solid;
                                    border-color: #C8C8C8;
                                    text-transform : uppercase; }

.SaIsLoginAdvancedHeaderOpen      { background-color : #65676d; /* work gray */
                                    border : 1px solid;
                                    border-color: #443232 #e8e8e8 #e8e8e8 #443232 ;
                                    color : #BA830D;            /* collapse orange */
                                    text-transform : uppercase; }

.SaIsLoginPasswordChangeClosed    { color : #000000; }

.SaIsLoginPasswordChangeOpen      { color : #BA830C; /* collapse orange */}

/* ----------------------------------------------------
   Message text
   ---------------------------------------------------- */
.SaIsLoginBackgroundMessage,
.SaIsResumeEditingMessage,
.SaIsFilterMessage                { color: #ff0000; /* button red */
                                    text-transform : uppercase;
                                    cursor: default; }

.SaIsMessage                      { color: black;
                                    font-size : 9pt; }

.SaIsWarning                      { color: #ff0000; /* button red */
                                    font-size : 9pt; }

.SaIsValidationError              { margin-bottom : 5px;
                                    margin-left : 10px;
                                    margin-right : 10px;
                                    margin-top : 5px;
                                    font-weight : bold;
                                    color: #ff0000; /* button red */ }

/* ----------------------------------------------------
   Menus
   ---------------------------------------------------- */

.SaIsWsMenu           { background-color : #65676d; /* work gray */
                        border : 1px solid #9e9c9c; /* edit gray */ }

.SaNavMenuItem,
.SaWsMenuItem         { color: white;
                        cursor : hand;
                        text-transform : uppercase; }

.SaWsMenuItemHover    { color: black;
                        background-color: #c8c8c8; /* background */
                        border : 1px solid #9e9c9c; /* edit gray */;
                        cursor : hand;
                        text-transform : uppercase; }

.SaIsNavMenu          { background-color : #284e6b; /* content blue */
                        border : 1px solid #9e9c9c; /* edit gray */ }

.SaNavMenuItemHover   { color: black;
                        background-color: #abcacf; /* bin blue */
                        border : 1px solid #9e9c9c; /* edit gray */;
                        cursor : hand;
                        text-transform : uppercase; }

.SaNavMenuItemDisabled { color : gray;
                         cursor : hand;
                         text-transform : uppercase; }

.SaIsWizardMenu        { background-color : #cccccc; /* main gray */
                         text-transform: uppercase;
                         border: 1px outset #cccccc;
                         cursor : hand;
                         color : black; }

.SaIsWizardMenuItem    { padding: 2px;
                         background-color : #cccccc; /* main gray */ }

.SaIsWizardMenuItemHover { border: 1px solid #057889; /* bin green */
                           background-color : #eadbb6; /* pulldown orange */ }


/* ----------------------------------------------------
   Toolbars and Titlebars
   ---------------------------------------------------- */
.SaIsToolbarMenuContent   { z-index : 4;
                            color : #eadbb6;  /* light yellow */
                            cursor : hand;
                            text-transform : uppercase;
                            background-color: #65676D; /* work gray */
                            border : 1px #cccccc outset; /* main gray */}

.SaIsTitleContent,
.SaIsToolbarText          { color : white;
                            font-size : 7pt;
                            text-transform : uppercase;
                            background-color : #65676D; }

TR.SaIsTitle              { width:100%;
                            height: 20px;
                            background-color : #65676D;
                          }
DIV.SaIsTitle             { color : white;
                            font-size : 7pt;
                            text-transform : uppercase;
                            width:100%;
                            height: 20px;
                            padding-left: 12px;
                            border : 1px solid;
                            background-color : #65676D;
                            border-color: #443232 #e8e8e8 #e8e8e8 #443232;}
TABLE.SaIsTitle,
TD.SaIsTitle              { color : white;
                            font-size : 7pt;
                            text-transform : uppercase;
                            padding-left: 12px;
                            border : 1px solid;
                            border-color: #443232 #e8e8e8 #e8e8e8 #443232;}

TR.SaIsToolbar            { width:100%;
                            height: 15px; }

TD.SaIsToolbar            { color : white;
                            font-size : 7pt;
                            text-transform : uppercase;
                            padding-left: 12px;
                            padding-right:12px;
                            border : 1px solid;
                            background-color : #65676D;
                            border-color: #443232 #e8e8e8 #e8e8e8 #443232 ;
                          }
.SaIsWsToolbar            {
	color : White;
	text-transform : uppercase;
	border-top : 1px solid #BFB8B8;
	border-bottom : 1px solid #443232;
	border-left : 1px solid #bbc7d1;
	text-indent: 12px;
}

.SaIsToolbarSubText       { color : #eadbb6;  /* light yellow */
                            font-size : 7pt;
                            cursor : hand;
                            text-transform : uppercase; }

.SaIsToolbarSubTextHover  { color : #fbfea9;  /* tooltip yellow */
                            font-size : 7pt;
                            cursor : hand;
                            text-transform : uppercase; }

.SaIsTipOfDayTitleBar     { border-top:    #000000;
                            border-right:  #FFFFFF;
                            border-bottom: #FFFFFF;
                            border-left:   #000000;
                            color:            #FFFFFF;
                            background-color: #65676D;
                            text-transform: uppercase; }

/* ----------------------------------------------------
   Buttons
   ---------------------------------------------------- */
.SaIsWizardButton,
.SaIsToolbarButton            { color : #ffffff; /* white */}

.SaIsWizardButtonDown,
.SaIsToolbarButtonDown        { color: #cccccc; /* main gray */}


.SaIsFilterButtonDown         { color : #65676d;  /* work gray */}

.SaIsFilterButtonHover,
.SaIsFilterButton,
.SaIsStandaloneButtonDisabled,
.SaIsStandaloneButtonHover,
.SaIsStandaloneButtonDown,
.SaIsStandaloneButton         { color : black; }

.SaIsCalcButton               { background-color : #cccccc; /* main gray */
                                color : black;
                                text-align: center;
                                font-weight: bold; }

.SaIsCalcButtonOver           { background-color : #eadbb6; /* pulldown orange */
                                color : black;
                                text-align: center;
                                font-weight: bold; }

.SaIsCalcButtonDown           { background-color : #cccccc; /* main gray */
                                color : #9e9c9c; /* edit gray */
                                text-align: center;
                                font-weight: bold; }

.SaIsTabButton                { background-color : #cccccc;
                                color : Black;
                                font-weight: 500; }

.SaIsTabButtonOver            { background-color : #dfcfa4; /* not in the pallet */
                                color : Black;
                                font-weight: 500; }

.SaIsTabSelected,
.SaIsTabButtonDown            { background-color : #65676d; /* work gray */
                                color : #cccccc; /* main gray */
                                font-weight: 500; }

.SaIsTabButtonDisabled        { background-color : #cccccc; /* main gray */
                                color : #65676d; /* work gray */
                                font-weight: 500; }

/* ----------------------------------------------------
   Main header area
   ---------------------------------------------------- */
.SaIsHeaderButtonBar          { background-color : #CCCCCC;
                                text-transform : uppercase;
                                border-bottom : 1px solid #A29C9C; }

.SaIsHeaderButtonBarContent   { color : #000000;
                                text-transform : uppercase;
                                background-color : #CCCCCC;
                                border-bottom : 1px solid #A29C9C; }

.SaIsHeaderButtonBarLink      { color : #000000; }

.SaIsHeaderButtonBarLinkHover { color: #0030ff; /* link blue */ }

.SaIsHeaderButtonBarLinkClick { color: #65676d; /* work gray */ }

/* ----------------------------------------------------
   Navigator
   ---------------------------------------------------- */
.SaIsNavContainer   {  background-color : #abcacf; /* bin blue */}

.SaIsNavTitle       { background-color : #284E6B;  /* content blue */
                      border-top : 1px solid #000000;
                      border-bottom : 1px solid #264660; }

.SaIsNavHeading     { font-size: 7pt;
                      color : black;
                      text-transform : uppercase;
                      text-align : center;
                      border-right : 1px solid #65676d;
                      cursor: hand; }

.SaIsNavHeadingOver { font-size: 7pt;
                      color : white;
                      text-transform : uppercase;
                      text-align : center;
                      border-right : 1px solid #65676d;
                      cursor: hand; }

.SaIsNavTitleContent  { color : #FFFFFF;
                        font-size : 12pt;
                        text-transform : uppercase; }

.SaIsNavActionsContent{ color : #FFFFFF;
                        text-transform : uppercase; }

.SaIsNavTitleTexture  { background-image : url(images/Texture_Bluebar_Horizontal.gif);
                        background-repeat : repeat-x;
                        background-position : top; }

.SaIsNavSliderTexture { background-image : url(images/Texture_Bluebar_Vertical.gif);
                        background-repeat : repeat-y;
                        background-position : top;
                        border-left : 1px solid #000000; }

.SaIsNavContent       { color : Black;
                        margin : 0px;
                        font-size : 10pt;
                        background-color : #abcacf; /* bin blue */}

.SaIsNavListText      { color : black;
                        cursor : hand;
                        font-size : 10pt; }

.SaIsNavListItemContainer {  border-top : 1px solid #65676d;
                            border-right : 1px solid #65676d; }

/* ----------------------------------------------------
   Workspace
   ---------------------------------------------------- */
.SaIsWsContainer      {  background-color : #C8C8C8; }

.SaIsWsContent        { color : Black;
                        margin-bottom : 5px;
                        margin-left : 15px;
                        margin-right : 5px;
                        margin-top : 5px;
                        font-size : 10pt;
                        background-color : #C8C8C8; }

.SaIsPlanTitle        { font-size : 10pt;
                        font-weight: bold; }

/* ----------------------------------------------------
   Input elements
   ---------------------------------------------------- */
.SaIsTfInputBoxInMainWindow,
.SaIsTfInputBox,
SELECT,
INPUT,
TEXTAREA                            { font-size : 9pt;
                                      background-color : white;
                                      padding-left: 1px;
                                      font-family : Verdana, Arial, sans-serif;  }

.SaIsTfInputBoxDisabled,
INPUT.SaIsDisabled                  { background-color: #cccccc;
                                      color: #65676d }


INPUT.SaIsCheckbox,
INPUT.SaIsRadio                     { background-color: transparent; }

INPUT.SaIsLoginInput,
SELECT.SaIsLoginInput               { width: 100%; }

/* ----------------------------------------------------
   Transform dialog and sub pages
   ---------------------------------------------------- */
.SaIsTfBodyClass                    { background-color : #b9bed3; /* bin gray */
                                      color : black;
                                      font-size : 7pt;
                                      text-transform : uppercase; }


.SaIsHRule                          { border-top: black 1px solid;
                                      border-bottom: #cccccc 1px solid }

.SaExprEditField                    { color:green;
                                      text-decoration:underline; }

.SaExprInvalid,
.SaExprNotValidated                 { color:orange; }

#SaExprEdit a
{
// ContentEditable DIVs surround anything that looks like a URL in <A> tags.
// We remove the <A> tags regularly on a timer.  The following prevents
// a flash of color from occurring before the <A> tag is removed.
  color:black; text-decoration:none;
}

/* ----------------------------------------------------
   Thin sink result display
   ---------------------------------------------------- */

.SaIsResultValues   { color : #284e6b; /* content blue */
                      font-size : 9pt;
                      border: 1px #cccccc inset;
                      background-color: #b9bed3; /* bin gray */ }

.SaIsResultValue    { color : #284e6b; /* content blue */
                      font-size : 9pt;
                      background-color: yellow; /* bin gray */ }

.SaIsResultAltValue { color : #284e6b; /* content blue */
                      font-size : 9pt;
                      background-color: #D8DBE7; /* alternate bin gray */ }

.SaIsResultHeading  { color : white;
                      font-size : 9pt;
                      text-transform : uppercase;
                      background-color : #4b69c5; /* advanced blue */
                      border-bottom : 2px groove #4b69c5; }

/* ----------------------------------------------------
   Dialogs and windows
   ---------------------------------------------------- */
.SaIsDialogContent  { color : black;
                      font-size : 7pt;
                      background-color : #abcacf; /* bin blue */ }

.SaIsTipOfDayBody   { border-top:    #000000;
                      border-right:  #FFFFFF;
                      border-bottom: #FFFFFF;
                      border-left:   #000000;
                      color:            #000000;
                      background-color: #BBCDD0;
                      font-size: 9pt; }

.SaIsEditDialog,
.SaIsPlanEditor     { background-color : #c8c8c8; /* silver */ }

.SaIsLoginTableContentAdvanced,
.SaIsMainEditWindow { color : white;
                      font-size : 7pt;
                      text-transform : uppercase;
                      border : 1px solid;
                      border-color: #807474 #e8e8e8 #e8e8e8 #443232;
                      background-color: #057889; /* bin green */ }

.SaIsSelectedBin     { background-color : #66ccff; /* pulldown blue */ }

.SaIsMainEditElement { color : white;
                       font-size : 7pt;
                       text-transform : uppercase;
                       background-color: #057889; /* bin green */ }

.SaIsSubEditWindow { color : black;
                      font-size : 9pt;
                      background-color : #abcacf;  /* bin blue */
                      border : 1px solid;
                      border-color: #807474 #e8e8e8 #e8e8e8 #443232;
                    }

.SaIsSubEditElement { color : black;
                      font-size : 9pt;
                      background-color: #abcacf; /* bin blue */ }

.SaIsComplexEditElement,
.SaIsFormDialog       { color: black;
                        font-size : 7pt;
                        background-color : #b9bed3;  /* bin gray */
                        text-transform : uppercase;}

.SaIsPopup            { color: black;
                        font-size : 9pt;
                        background-color : #b9bed3;  /* bin gray */ }

.SaIsComplexEditWindow  { color: black;
                          font-size : 7pt;
                          background-color : #b9bed3;  /* bin gray */
                          text-transform : uppercase;
                          border : 1px solid;
                          border-color: #807474 #e8e8e8 #e8e8e8 #443232;
                        }

.SaIsDescriptionLabel { font-size : 10pt;
                        border-top : 1px solid #65676d;
                        border-right : 1px solid #65676d;
                        padding-left : 12px;
                        padding-right : 12px; }

.SaIsDescriptionValue { font-size : 10pt;
                        border-top : 1px solid #65676d;
                        padding-left : 12px;  }

.SaIsEditDialogText   { color: black;
                        font-size : 7pt;
                        text-transform : uppercase;
                        cursor: arrow; }

/*********************************/
.SaIsPlanEditorLabel      { color : white;
                            font-size : 7pt;
                            text-transform : uppercase; }

.SaIsNavMetaviewContainer { color : white;
                            font-size : 10pt;
                            border-bottom : 1px solid black;
                            padding-left: 4px; }

.SaIsPubSubLabel,
.SaIsSubLabel,            { color : #cccccc; /* main gray */
                            font-size : 7pt;
                            border-bottom : 1px solid black;
                            text-transform : uppercase;
                            padding-left: 8px; }

/* ----------------------------------------------------
   List Elements
   ---------------------------------------------------- */
.SaIsPlanEditorTransformDropTarget      { color : white;
                                          font-size : 9pt;
                                          border-bottom : 1px solid #feea03;  /*button yellow*/
                                          cursor: hand;
                                          padding-left: 8px; }

.SaIsPlanEditorTransformTable           { border-top : 1px solid #057889; /* bin green */ }

.SaIsPlanEditorTransformTableDropTarget { border-top : 1px solid #feea03;  /*button yellow*/ }

.SaIsTransform,
.SaIsNavMetaviewElement         { color : white;
                                  font-size : 9pt;
                                  cursor: hand;
                                  border-bottom : 1px solid black;
                                  padding-left: 8px;}

.SaIsPlanEditorTransform,
.SaIsFilterListValue,
.SaIsPromptListValue,
.SaIsListValue,
.SaIsPlanEditorPart,
.SaIsPubSubItem,
.SaIsResumeEditingListPlan      { color : white;
                                  font-size : 9pt;
                                  border-bottom : 1px solid black;
                                  cursor: hand;
                                  padding-left: 8px;
                                  text-transform : none;}

.SaIsResumeEditingListPlanOver  { color : #eadbb6;  /*pulldown orange*/;
                                  font-size : 9pt;
                                  border-bottom : 1px solid black;
                                  cursor: hand;
                                  padding-left: 8px; }

.SaIsListValueSelected,
.SaIsFilterListValueSelected,
.SaIsPlanEditorSelected,
.SaIsPubSubItemSelected         { background-color: #023037; /* almost black */
                                  color : white;
                                  font-size : 9pt;
                                  border-bottom : 1px solid black;
                                  cursor: hand;
                                  padding-left: 8px;
                                  text-transform : none;}

/* Do not add cursor value to these, use inline style in actual table element. */
TABLE.SaIsList                  { border-top : 1px solid black;    /* Border is for Drop Target. */
                                  font-size : 9pt; }

TABLE.SaIsListDropTarget        { border-top : 1px solid #feea03;  /*button yellow*/
                                  font-size : 9pt; }

SPAN.SaIsList,
TR.SaIsList                     { color : white;
                                  background-color: #057889; /* bin green */
                                  height: 20px; }

SPAN.SaIsListOver,
TR.SaIsListOver                 { color : eadbb6;  /*pulldown orange*/;
                                  background-color: #057889; /* bin green */
                                  height: 20px; }

SPAN.SaIsListSelected,
TR.SaIsListSelected             { color : white;
                                  background-color: #023037; /* almost black */
                                  height: 20px; }

SPAN.SaIsListSelectedOver,
TR.SaIsListSelectedOver         { color : eadbb6;  /*pulldown orange*/;
                                  background-color: #023037; /* almost black */
                                  height: 20px; }

TD.SaIsList                     { border-bottom : 1px solid black;
                                  padding-left: 8px;}

TD.SaIsListDropTarget           { border-bottom : 1px solid #feea03;  /*button yellow*/
                                  padding-left: 8px; }

/* ----------------------------------------------------
   Calculator
   ---------------------------------------------------- */

.SaIsCalcItemOver               { color: #ba830d; /* pulldown orange */
                                  cursor: hand; }

/* ----------------------------------------------------
   Filter
   ---------------------------------------------------- */

.SaIsDropTarget                 { background-color:silver;
                                  border: gray inset;
                                  font-style: italic;
}
.SaIsFilterHeading              { background-color: #abcacf; /* bin blue */
                                  font-size: 7pt;
                                  color: black;
                                  text-transform: uppercase;
                                  cursor: default; }

.SaIsFilterExpressionText       { font-size: 7pt;
                                  color: #fbfea9; /* tooltip yellow */
                                  cursor: hand; }                                  
.SaIsFilterNodeText             { font-size: 7pt;
                                  color: black; 
                                  cursor: hand; }

.SaIsFilterNodeType             { color: white;
                                  background-color: #313b3d;
                                  font-size: 7pt;
                                  text-transform : uppercase;
                                  text-align: center;
                                  padding-left: 5px;
                                  padding-top: 2px;
                                  border : 1px inset silver; }

.SaIsFilterCombo                { color: #313b3d;
                                  background-color: white;
                                  font-size: 7pt;
                                  text-transform : uppercase;
                                  padding-left: 5px; }

.SaIsFilterValue                { color: black;
                                  background-color: white;
                                  font-size: 7pt;
                                  /* filters are case-sensitive */
                                  /*text-transform : uppercase;*/
                                  border : 1px inset silver;
                                  cursor: default; }

.SaIsFilterMenu                 { background-color : #65676d; /* work gray */
                                  border : 1px solid #9e9c9c; /* edit gray */
                                  cursor : hand;
                                  text-transform : uppercase; }

.SaFilterMenuItemHover          { background-color : #057889; /* bin green */
                                  color: white;
                                  border : 1px solid #9e9c9c; /* edit gray */; }

.SaFilterMenuItem               { color: white; }

.SaFilterMenuItemDisabled       { color: #abcacf /* bin blue */ }

.SaIsFilterPulldownContent      { background-color: #abcacf; /* bin blue */
                                  color: #284e6b; /* content blue */
                                  cursor : hand;
                                  text-transform : uppercase; }

.SaIsFilterHeadingPulldownHover { color: #057889; /* bin green */
                                  cursor : hand;
                                  text-transform : uppercase; }

.SaIsFilterHeadingPulldown      { color: #284e6b; /* content blue */
                                  cursor : hand;
                                  text-transform : uppercase; }

/* ----------------------------------------------------
   Calendar
   ---------------------------------------------------- */
.WholeCalendar                  { background-color: lightgrey;
                                  border: 1px solid #008095;
                                  cursor: default; }

.Title                          { color            : #00009F;
                                  font-size        : 8pt;
                                  font-weight      : normal;
                                  text-align       : center;
                                  height           : 1;
                                  width            : 0%;
                                  background-color : lightgrey; }

.DateControls                   { text-align : right; }

.CalTable                       {
	border : 1 solid black;
	color: #000000;
}

.DayTitle                       { background-color    : lightgrey;
                                  color               : black;
                                  font-size           : 8pt;
                                  font-weight         : bold;
                                  text-align          : center;
                                  border        : 1px outset white;
                                  width               : 14%;
                                  height              : 1; }

.OffDay                         { background-color    : lightgrey;
                                  color               : #7F7F7F;
                                  font-size           : 8pt;
                                  font-weight         : normal;
                                  text-align          : right;
                                  vertical-align      : text-top;
                                  border        : 1px outset white;
                                  width               : 14%;
                                  cursor              : hand; }

.Day                            { background-color    : lightgrey;
                                  color               : black;
                                  font-size           : 8pt;
                                  font-weight         : normal;
                                  text-align          : right;
                                  vertical-align      : text-top;
                                  border              : 1px outset white;
                                  width               : 14%;
                                  cursor              : hand; }

.DaySelected                    { background-color    : #008095;
                                  color               : white;
                                  font-size           : 8pt;
                                  font-weight         : bold;
                                  text-align          : right;
                                  vertical-align      : text-top;
                                  border              : 1px inset silver;
                                  width               : 14%;
                                  cursor              : hand; }

/* ----------------------------------------------------
   TimeCtrl
   ---------------------------------------------------- */
.SaIsTimeInputCell              { border              : inset 2px;
                                  border-left-width   : 0px;
                                  border-right-width  : 0px; }

.SaIsTimeBadValue               { color               : #ff0000;  /* button red */
                                  background-color    : white;
                                  padding-left        : 1px;
                                  font-size           : 9pt;
                                  font-family         : Verdana, Arial, sans-serif;  }

.SaIsTimePopupValue             { color               : #eadbb6;  /* light yellow */
                                  font-size           : 7pt;
                                  cursor              : hand;
                                  border              : solid 1px;
                                  border-color        : #65676d;  /* work gray */
                                  text-align          : center;
                                  text-transform      : uppercase; }

.SaIsTimePopupValueHover        { color               : #fbfea9;  /* tooltip yellow */
                                  font-size           : 7pt;
                                  cursor              : hand;
                                  border              : solid 1px;
                                  border-color        : #fbfea9;  /* tooltip yellow */
                                  text-align          : center;
                                  text-transform      : uppercase; }

.SaIsTimePopupButton            { background-color    : #65676d; /* work gray */
                                  border-top          : 1px solid #000000;  /* black */
                                  border-right        : 1px solid #FFFFFF;  /* white */
                                  border-bottom       : 1px solid #FFFFFF;  /* white */
                                  border-left         : 1px solid #000000;  /* black */ }


</STYLE>
