/*--------------------------------- GLOBAL STYLES ---------------------------------*/

BODY, TABLE, TD     {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #63676E;
	font-size: 11px;
	line-height: 135%;
	font-weight: normal;
	}
	
STRONG {
	color: #63676E;
	}

A {
	color: #1B6FB0;
	text-decoration: underline;
	}

A:hover {
	color : #8B0000;
	text-decoration: underline;
	}

/*----------------------------------FORM STYLES ----------------------------------*/

FORM {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	}	
	
INPUT, TEXTAREA, SELECT {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	border: 1px solid #999999;
	color: #444444;
	font-size: 10px;
	background-color: #FFFFFF;
	}
			 
.radio {
	border-width: 0px;
	background-color: transparent;
	}
	
.checkbox {
	border-width: 0px;
	background-color: transparent;
	}

.nostyle {
	border: 0px solid #CCCCCC;
	color: none;
	background-color: none;
	}
	
.button     {
	color: #FFFFFF;
	font-weight: bold;
	border-width: 2px;
	border-style: solid;
	border-color: #CDCDCD;
	background-color: #8B0000;
	height: 18px;
	}
	
P	{
	margin-top: 6px;
	margin-bottom: 6px;
	}
	
UL, OL {
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	list-style-type: square;
	/* list-style-image: url('/images/bullet2.gif'); */
	}
	
LI {
	margin-top: 4px;
	margin-bottom: 4px;
	} 
	
HR {
	color: #FFFFFF;
	background-color: #D1D1D1;
	height: 1px;
	}  

/*----------------------------------HEADER STYLES ----------------------------------*/
	
.headernav-text    {
	color: #AAB291;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.headernav-link {
	text-decoration: none;
	color: #242424;
}

A:hover.headernav-link {
	color : #242424;
	text-decoration: underline;
	}

	
/* -----------------SideNav ----------------------*/

/* used for side navigation title in the static pages */				
.sidenav-title    {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	background-color: #FF7A00;	
}

A:hover.sidenav-title {
	color : #EAEAEA;
	text-decoration: none;
	}

/* used for side navigation categories in the static pages */				
.sidenav-category    {
	font-size: 11px;
	color:#404040;
	line-height: 120%;
	/* background-image:url('/images/div_h5.gif'); 
	background-repeat:repeat-x; 
	background-position: bottom left; */
}

	
/* used for side navigation text in the static pages */				
.sidenav-text    {
	font-weight: normal;
	line-height: 120%;
}

.sidenav-sel-text    {
	color: #000000;
	font-weight: normal;
	background-color: #FE9E47;
	line-height: 120%;
}

/* used for side navigation links in the static pages */				
.sidenav-link    {
	font-weight: normal;
	color :#1B6FB0;
	text-decoration: underline;
}

A:hover.sidenav-link {
	color : #8B0000;
	text-decoration: none;
	}

	
/* used for side navigation links in the static pages */				
.sidenav-sel-link    {
	font-weight: normal;  
	color : #8B0000;
	text-decoration: underline;
	background-color: #CCCCCC;
}

A:hover.sidenav-sel-link {
	color : #8B0000;
	text-decoration: none;
	}
	
		
/*----------------------------------FOOTER STYLES ----------------------------------*/

/* used for footer navigation text */				
.footernav-text    {
	color: #A6A6A6;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}

.footernav-link {
	text-decoration: none;
	color: #595959;
}

A:hover.footernav-link {
	color : #595959;
	text-decoration: underline;
	}
	

	
/*used for acen console link*/
.acenconsole {
		font-size: 10px;
		color: #A6A6A6;
		text-decoration: none;
        }

A.acenconsole:hover {
		color : #9D080D;
		text-decoration: none;	
		}  



/* used for copyright text in the footer of a site */				
.copyright    {
	color: #ABABAB;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
}


/*--------------------------------- GENERAL STYLES ---------------------------------*/
	

/* Title ELEMENTS */	 
	
.page-title     {
	font-family: Helvetica Condensed, Helvetica Narrow, Arial Condensed, Arial Narrow, Helvetica, Arial, Verdana, Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
	text-transform: uppercase;
	padding: 2px 0px 0px 0px;
	}

A:hover.page-title {
	color : #84C02B;
	text-decoration: none;
	}
	
.section-title     {
	font-size: 11px;
	color: #7D7D7D;
	font-weight: bold;
	}	
	
	
	
/* -----------------LINK ELEMENTS----------------------*/

/* an alternate link used in static pages */				
.link-alt    {
	font-family: Helvetica Condensed, Helvetica Narrow, Arial Condensed, Arial Narrow, Helvetica, Arial, Verdana, Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

A:hover.link-alt {
	color : #1B6FB0;
	text-decoration: underline;
	}


.link-alt1    {
	color: #FF7A00;
	font-weight: bold;	
	text-decoration: none;
}

A:hover.link-alt1 {
	color : #FF7A00;
	text-decoration: underline;
	}
	
.link-alt2    {
	color: #72C4E5;
	font-weight: bold;	
	text-decoration: none;
}

A:hover.link-alt2 {
	color : #72C4E5;
	text-decoration: underline;
	}

.link-alt3    {
	color: #84C02B;
	font-weight: bold;	
	text-decoration: none;
}

A:hover.link-alt3 {
	color : #84C02B;
	text-decoration: underline;
	}
	
.link-alt4    {
	color: #696969;
	font-weight: bold;	
	text-decoration: none;
}

A:hover.link-alt4 {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E88E3C;
	}
	
/* an alternate link used in static pages */				
.link-login    {
	font-size:11px;
	font-weight: bold;
	color: #4D7A98;
	text-decoration: underline;	
}

A:hover.link-login {
	color : #729FBC;
	text-decoration: underline;
	}
	
.link-doc    {
	font-size: 11px;
	color: #1B6FB0;
	text-decoration: underline;
	font-weight: normal;
}

A:hover.link-doc {
	color : #8B0000;
	text-decoration: underline;
	}
	

.link-white    {
	font-size: 11px;
	color: #7D7D7D;
	text-decoration: underline;
	font-weight: bold;
}

A:hover.link-white {
	color : #84C02B;
	text-decoration: underline
	}
	
/* -----------------Text ELEMENTS ----------------------*/

/* used for small text in the static pages */				
.text-small     {
	color: #7D7D7D;
	font-size: 9px;
	}
	
.text-large     {
	color: #1B6FB0;
	font-size: 13px;
	}
	

.text-subhead     {
	color: #807E57;
	font-weight: bold;
	}	

		
.text-bold	{
	font-weight: bold;
	color: #696969;
	}

	
/* used for displaying warning and error messages */
.text-error 	{
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
  	vertical-align: middle;
  	color: #EE0202;
	}

/* used for displaying italic and subnote messages */
.text-subnote 		{
    font-size: 8pt;
    }

/* used for displaying reqd. messages */
.text-required 		{
    font-size: 9pt;
    color: #807E57;           
    }

.text-alt    {
	color: #FF7A00;
	text-decoration: none;
}


/*-------------------------------------------------------------------------------*/

