/*--------------------------------- GLOBAL STYLES ---------------------------------*/

BODY, TABLE, TD     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	line-height: 135%;
	font-weight: normal;
	}

A {
	color: #000084;
	text-decoration: none;
	}

A:hover {
	color : #0000FF;
	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: #000099;
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
	border-color: #000066;
	background-color: #EEEEEE;
	height: 18px;
	}
	
P	{
	margin-top: 6px;
	margin-bottom: 6px;
	}
	
UL, OL {
	list-style-position: outside;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 11px;
	padding-left: 16px;
	list-style-type: square;
	list-style-image: url('/images/bullet_list.gif');
	}
	
LI {
	margin-top: 4px;
	margin-bottom: 4px;
	} 
	
HR {
	color: #D1D1D1;
	background-color: #D1D1D1;
	height: 1px;
	}  

/*----------------------------------HEADER STYLES ----------------------------------*/
	
.headernav-text    {
	color: #2F2F2F;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.headernav-link {
	text-decoration: none;
	color: #2F2F2F;
}

A:hover.headernav-link {
	color : #74BCDB;
	text-decoration: none;
	}

	
/*----------------------------------SIDENAV STYLES ----------------------------------*/

/* used for side navigation text in the static pages */				
.sidenav    {
	color: #4D7A98;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;	
}

A:hover.sidenav {
	color : #729FBC;
	text-decoration: underline;
	}
	

/* used for side navigation text in the static pages */				
.sidenav-text    {
	color: #807E57;
	font-size: 10px;
	line-height: 130%;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;	
}

/* used for side navigation links in the static pages */				
.sidenav-link    {
	color: #666666;
	font-weight: bold;
	text-decoration: none;	
}

A:hover.sidenav-link {
	color : #807E57;
	text-decoration: none;
	}

/* used for side navigation links in the static pages */				
.sidenav-sel-link    {
	color: #7E2C14;
	font-weight: bold;
	text-decoration: none;	
}

A:hover.sidenav-sel-link {
	color : #C0370F;
	text-decoration: none;
	}
	
		
/*----------------------------------FOOTER STYLES ----------------------------------*/

/* used for footer navigation text */				
.footernav-text    {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
}

.footernav-link {
	text-decoration: none;
	color: #010084;
}

A:hover.footernav-link {
	color : #CC0033;
	text-decoration: none;
	}
	

	
/*used for acen console link*/
.acenconsole {
		color: #010084;
		font-size: 8pt;
		text-decoration: none;
        }

A.acenconsole:hover {
		color : #CC0033;
		text-decoration: underline;	
		}  



/* used for copyright text in the footer of a site */				
.copyright    {
	color: #000000;
	font-size: 8pt;
	line-height: 15px;
	font-weight: normal;
}


/*--------------------------------- GENERAL STYLES ---------------------------------*/
	

/* Title ELEMENTS */	 
	
.page-title     {
	font-family: Times, Times New Roman, Roman, serif;
	color: #010084;
	font-size: 13pt;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	}

A:hover.page-title {
	color : #CC0033;
	text-decoration: none;
	}
	
.section-title     {
	font-size: 12px;
	color: #010084;
	font-weight: bold;
	}	
	
	
	
/* -----------------LINK ELEMENTS----------------------*/

/* an alternate link used in static pages */				
.link-alt    {
	color: #000084;
	text-decoration: underline;
	font-weight: none;	
}

A:hover.link-alt {
	color : #0000FF;
	text-decoration: underline;
	}


.link-alt2    {
	color: #7E2C14;
	text-decoration: none;
	font-weight: bold;	
}

A:hover.link-alt2 {
	color : #C0370F;
	text-decoration: underline;
	}
		
/* 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: #006699;
	text-decoration: underline;
	font-weight: normal;
}

A:hover.link-doc {
	color : #CC0033;
	text-decoration: underline
	}
	

.link-page  {
	font-size: 8pt;
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}

A:hover.link-page {
	color : #CC0033;
	text-decoration: underline
	}
	
	
.link-white    {
	font-size: 11px;
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
}

A:hover.link-white {
	color : #CC0033;
	text-decoration: underline
	}
	
/* -----------------Text ELEMENTS ----------------------*/

/* used for small text in the static pages */				
.text-small     {
	font-family: Arial,Verdana, Geneva,  Helvetica, sans-serif;
	color: #000000;
	}

.text-subhead     {
	color: #000000;
	font-size: 11pt;
	}	

		
.text-bold	{
	font-weight: bold;
	color: #666666;
	}
	
/* used for displaying warning and error messages */
.text-error 	{
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
  	vertical-align: middle;
  	color: #AE4A14;
	}

/* 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-highlight    {
	color: #AF5A06;
	font-weight: bold;
	}


/*-------------------------------------------------------------------------------*/
