/****************************************************/
/* 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:        Navy;
									font-family: Arial;
									font-size: 12px; 
                          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)       */
/***************************************************************************/

input {
	color : Navy;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.genBtn                 { 
	color : Navy;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : #EEEEEE;
	cursor: hand;
   } /* form buttons */

.orange_font {
	color : #ff6600;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
}

a.orange_font {
	color : #ff6600;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : underline;
}
   
 select {
	color : Navy;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color : #EEEEEE;
}
   
.genDataOLD                { font-family: Arial;
									font-size: 12px; 
									color: Navy;  
                          			background:   #ffffff;     } /* table row data */
.genData                { font-family: Arial;
				font-size: 12px; 
				color: Navy;  
                        } /* table row data */

.genDataAlt             {  font-family: Arial;
									font-size: 12px; 
									color: Navy;   
                        			  background:   #f1f1f1;     } /* table row data (alternate row) */
.genDataHilite          {
	color: #663333;
} /* error msgs */
.genDataOff             { color:        #666666;     } /* e.g., disabled links */
.genDataStatus          { color:        #666666;     } /* e.g., msg count */

.genHeader_old              { color:        #000000;      
                          background:   #b0c4be;     } /* table headers */

A.genLink {
	font-family: Arial;
	color: White; 
	font-weight: bold; 
	text-decoration : none;
}

table{
		font: 12px Arial;	
	}

A.genLink:hover {
	font-family: Arial;
	color: White; 
	font-weight: bold; 
	text-decoration : underline;	
}
			  
.genHeader {
	font-family: Arial;
	font-size: 12px; 
	color: White; 
	background-color: #3673AC; 
	text-align: right; 
	font-weight: bold; 
	border-bottom-color: #696066; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-top-color: White; 
	border-top-style: solid; 
	border-top-width: 1px;				
}
						  
A.genHeaderLink:active  {
	font-family: Arial;
	font-size: 12px; 
	color: White; 
	background-color: #3673AC; 
	text-align: right; 
	font-weight: bold; 
	text-decoration : none;
} /* link rendered in genHeader */
A.genHeaderLink:link    {
	font-family: Arial;
	font-size: 12px; 
	color: White; 
	background-color: #3673AC; 
	text-align: right; 
	font-weight: bold; 
	text-decoration : none;
} /* link rendered in genHeader */
A.genHeaderLink:visited {
	font-family: Arial;
	font-size: 12px; 
	color: White; 
	background-color: #3673AC; 
	text-align: right; 
	font-weight: bold; 
	text-decoration : none;
} /* link rendered in genHeader */
A.genHeaderLink:hover   {
	font-family: Arial;
	font-size: 12px; 
	color: White; 
	background-color: #3673AC; 
	text-align: right; 
	font-weight: bold; 
	text-decoration : underline;
} /* 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:        #000000;   
                          background:   #ffffff;     } /* 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:       blue ;
                          background:   transparent; } /* link rendered in genNav */
A.genNavLink:link       { color:        blue;
                          background:   transparent; } /* link rendered in genNav */
A.genNavLink:visited    { color:        red;
                          background:   transparent; } /* link rendered in genNav */
A.genNavLink:hover      {	color: blue;
												background: transparent;
												text-decoration: underline;
												cursor : hand;
} /* mouse-over color */

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: #3673AC;     }

/* colors used to identify mail messages fetched from external mail servers */
.genPOPcolor0           { color:        #000000;
                          background:   #0048EA; } /* green */
.genPOPcolor1           { color:        #000000;
                          background:   #0590FE; } /* lightgreen */
.genPOPcolor2           { color:        #000000;
                          background:   #2AC9FC; } /* blue */
.genPOPcolor3           { color:        #000000;
                          background:   #2FECD4; } /* lightblue */
.genPOPcolor4           { color:        #000000;
                          background:   #83D866; } /* magenta */
.genPOPcolor5           { color:        #000000;
                          background:   #6DA21C; } /* lightpurple */
.genPOPcolor6           { color:        #000000;
                          background:   #B3ED37; } /* pink */
.genPOPcolor7           { color:        #000000;
                          background:   #FFD200; } /* orange */
.genPOPcolor8           { color:        #000000;
                          background:   #FF9C00; } /* lightorange */
.genPOPcolor9           { color:        #000000;
                          background:   #FF5500; } /* 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; }

