/****************************************************/
/* Mirapoint Application Cascading Style Sheet      */
/*   refer to: http://www.w3.org/TR/REC-CSS1        */
/****************************************************/

/****************************************************/
/* Changes made here should also be made in the     */
/* "../brandvars.var" file in order to handle cases */
/* where the web browser does not support CSS.      */
/****************************************************/

/****************************************************/
/* Selector declarations of standard HTML tags      */
/****************************************************/
BODY                    { color:        #000000;
                          background:   #ffffff;     }

A:active                { color:        #8c007b;
                          background:   transparent; } /* active links     */
A:link                  { color:        #0000cc;
                          background:   transparent; } /* unvisited links  */
A:visited               { color:        #0000cc;
                          background:   transparent; } /* visited links    */
A:hover                 { color:        #ff6600;
                          background:   transparent;
			  text-decoration: underline } /* mouse-over color */

/***************************************************************************/
/* Selector declarations - for general usage (in alphabetical order)       */
/***************************************************************************/
.genBtn                 { color:        #000000;   
                          background:   #c0c0c0;     } /* form buttons */
.genData                { color:        #000000; 
                          background:   #ffffff;     } /* table row data */
.genDataAlt             { color:        #000000; 
                          background:   #f1f1f1;     } /* table row data (alternate row) */
.genDataHilite          { color:        #ff0000;     } /* error msgs */
.genDataOff             { color:        #666666;     } /* e.g., disabled links */
.genDataStatus          { color:        #666666;     } /* e.g., msg count */

.genHeader              { color:        #000000;      
                          background:   #b0c4be;     } /* table headers */
A.genHeaderLink:active  { color:        #8c007b; 
                          background:   transparent; } /* link rendered in genHeader */
A.genHeaderLink:link    { color:        #0000cc; 
                          background:   transparent; } /* link rendered in genHeader */
A.genHeaderLink:visited { color:        #0000cc;
                          background:   transparent; } /* link rendered in genHeader */
A.genHeaderLink:hover   { color:        #ff6600;
                          background:   transparent; } /* mouse-over color */

.genInfoCard		{ color:        #000000;   
                          background:   #f1f1f1;     
			  padding:	4px;
			}
.genLegend              { color:        #000000;   
                          background:   #ffffff;     } /* legends containing icons, etc. */
.genLogin               { color:        #000000;
                          background:   #ffffff;     } /* login pages */
.genLoginTitle          { color:        #29006b;     } /* login page titles */

.genNav                 { color:        #ffffff;   
                          background:   #3d567f;     } /* used by links.html and banner.html */
.genNavOff              { color:        #aaaaaa;     } /* e.g., disabled links */
A.genNavLink            { text-decoration: none;     } /* link rendered in genNav */
A.genNavLink:active     { color:        #ff6600;
                          background:   transparent; } /* link rendered in genNav */
A.genNavLink:link       { color:        #ffffff;
                          background:   transparent; } /* link rendered in genNav */
A.genNavLink:visited    { color:        #ffffff;
                          background:   transparent; } /* link rendered in genNav */
A.genNavLink:hover      { color:        #ff6600;
                          background:   transparent;
			  text-decoration: underline } /* mouse-over color */
.genNotice              {
			  min-height:	    24px;
                          background:	    #b0c4be;
                          font-family:      Helvetica;
                          font-size:        9pt;
                          vertical-align:   middle;
                          padding:          2px 0px 2px 0px;
			  width:	    100%;
			  margin:	    1px 0px 1px 0px;
                        }
A.genNoticeLink         {
                          background:	    #b0c4be;
                          font-family:      Helvetica;
                          font-size:        9pt;
                          vertical-align:   middle;
                         }
.genEventHeader		{
			  padding:	    2px;
			  text-indent:	    1em;
                          background:	    #b0c4be;
			  font-family:      Helvetica;
			  font-size:        9pt;
			  font-weight:	    bold;
			  vertical-align:   middle;
			}
.genSummaryHeader	{
			  padding:	    2px 12px 2px 0px;
                          background:	    #b0c4be;
			  font-family:      Helvetica;
			  font-size:        9pt;
			  font-weight:	    bold;
			  vertical-align:   middle;
			}
.genEventInfo		{
			  background:	    #f1f1f1;
			  border-style:	    none;
			  color:	    #000000;
			}
A.dateNavLink            { text-decoration: none;     } /* link rendered in genNav */
A.dateNavLink:active     { color:        #0000cc;
                          background:   transparent; } /* link rendered in genNav */
A.dateNavLink:link       { color:        #0000cc;
                          background:   transparent; } /* link rendered in genNav */
A.dateNavLink:visited    { color:        #0000cc;
                          background:   transparent; } /* link rendered in genNav */
A.dateNavLink:hover      { color:        #ff6600;
                          background:   transparent;
			  text-decoration: underline } /* mouse-over color */

.genTitle               { color:        #000000;       /* page title headers */
                          background:   #a0b8c8;     }

/* colors used to identify mail messages fetched from external mail servers */
.genPOPcolor0           { color:        #000000;
                          background:   #66cc66; } /* green */
.genPOPcolor1           { color:        #000000;
                          background:   #ccffcc; } /* lightgreen */
.genPOPcolor2           { color:        #000000;
                          background:   #6699ff; } /* blue */
.genPOPcolor3           { color:        #000000;
                          background:   #99ffff; } /* lightblue */
.genPOPcolor4           { color:        #000000;
                          background:   #ff66ff; } /* magenta */
.genPOPcolor5           { color:        #000000;
                          background:   #ccccff; } /* lightpurple */
.genPOPcolor6           { color:        #000000;
                          background:   #ffcccc; } /* pink */
.genPOPcolor7           { color:        #000000;
                          background:   #ff9900; } /* orange */
.genPOPcolor8           { color:        #000000;
                          background:   #ffcc33; } /* lightorange */
.genPOPcolor9           { color:        #000000;
                          background:   #ffff99; } /* yellow */

/****************************************************/
/* Selector declarations - for application 'mcal'   */
/****************************************************/
.mcalDayCellBusy        { color:        #000000;
                          background:   #a0a0a0; } /* depicts a busy timeslot */
.mcalDayCellFree        { color:        #000000;
                          background:   #f1f1f1; } /* depicts a free timeslot */
.mcalEvent              { color:        #000000;
                          background:   #d0d0d0; } /* contains event data */
.mcalNoEvent            { color:        #000000;
                          background:   #f1f1f1; } /* contains no event data */
.mcalDatebox            { color:        #000000;
                          background:   #d0d0d0; } /* regular nav. box */
.mcalDateboxHlght       { color:        #000000;
                          background:   #f1f1f1; } /* highlighted nav. box */
.mcalSmallCal           { color:        #000000;
                          background:   #f1f1f1; } /* small calendar view */

/****************************************************/
/* Selector declarations - for application 'spell'  */
/****************************************************/
.spellCurWord           { color:        #ff0000; } /* color of currently-selected misspelled word */

/****************************************************/
/* Selector declarations - for online help          */
/****************************************************/
A.helpNavLink           { text-decoration: none; }
A.helpLink              { text-decoration: none; }
A.helpLink:visited      { color:        #7b52a5;
                          background:   transparent; }
.helpMenuText           { color:        #3d567f; 
                          font-weight:  bold; }
