/****************************************************/
/* 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;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 10pt;
	 }

A:active                { color:        #8c007b;
                          background:   transparent; } /* active links     */
A:link                  {
	color:        #003366;
	background:   transparent;
	font-size: 10pt;
} /* unvisited links  */
A:visited               {	color:        #003366;
	background:   transparent;
	font-size: 10pt;} /* visited links    */
A:hover                 { 	color:        #003366;
	background:   transparent;
	font-size: 10pt;
			  text-decoration: underline } /* mouse-over color */

/***************************************************************************/
/* Selector declarations - for general usage (in alphabetical order)       */
/***************************************************************************/
.genBtn                 {
	color:        #000000;
	font-size: 10pt;
	border: 1px outset;
	height: 15pt;
	background-image: url(/images/img/grey_buttonbar.gif);
	background-repeat: repeat-x;
}
.Mytext
                {
	color:        #000000;
	font-size: 10pt;
	border: 1px inset #003366;
	height: 15pt;
}
 /* 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;
	font-size: 10pt;
} /* e.g., disabled links */
.genDataStatus          { color:        #666666;     } /* e.g., msg count */

.genHeader              { color:        #FFFFFF;      
                          background:   #5889C1;     } /* table headers */
A.genHeaderLink:active  { color:        #FFFFFF; 
                          background:   transparent; } /* link rendered in genHeader */
A.genHeaderLink:link    { color:        #FFFFFF; 
                          background:   transparent; } /* link rendered in genHeader */
A.genHeaderLink:visited { color:        #FFFFFF;
                          background:   transparent; } /* link rendered in genHeader */
A.genHeaderLink:hover   { color:        #FFFFFF;
                          background:   transparent; } /* mouse-over color */

.genLegend              { color:        #000000;   
                          background:   #ffffff;     } /* legends containing icons, etc. */
.genLogin               { color:        #000000;
                          background:   #ffffff;     } /* login pages */
.genLoginTitle          { color:        #29006b;     } /* login page titles */

.genNav                 { color:        #003366;   
                          background:   #EEEEEE;     } /* 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:        #003366;
                          background:   transparent; } /* link rendered in genNav */
A.genNavLink:visited    { color:        #003366;
                          background:   transparent; } /* link rendered in genNav */
A.genNavLink:hover      { color:        #ff6600;
                          background:   transparent;
			  text-decoration: underline } /* mouse-over color */
			  
A.genNavLink            { text-decoration: none;     } /* link rendered in genNav */
A.left:active     { color:        #003366;
                          background:   transparent; } /* link rendered in genNav */
A.left:link       { color:        #003366;
                          background:   transparent; } /* link rendered in genNav */
A.left:visited    { color:        #003366;
                          background:   transparent; } /* link rendered in genNav */
A.left:hover      { color:        #003366;
                          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;
                         }
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:        #FFFFFF;
	background:   #A5BACF;
	line-height: 20px;
}

/* 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; }
td {
	font-size: 10pt;
}

