/*--------------------------------- GLOBAL STYLES ---------------------------------*/

BODY  {
	margin: 15px 15px 15px 15px;
	}

BODY, TABLE, TD, INPUT, TEXTAREA, SELECT  {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #CCCCCC;
	font-size: 10px;
	line-height: 140%;
	font-weight: normal;
	}

A {
	color: #C45701;
	text-decoration: underline;
	}

A:hover {
	color : #FE7000;
	text-decoration: underline;
	}

	
/*----------------------------------FORM STYLES ----------------------------------*/

FORM {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	}	
	
INPUT, TEXTAREA, SELECT {
	border: 1px solid #A6A9D1;
	color: #393939;
	font-size: 10px;
	}
			 
.radio {
	border-width: 0px;
	background-color: transparent;
	}
	
.checkbox {
	border-width: 0px;
	background-color: transparent;
	}

.nostyle {
	border-width: 0px;
	background-color: transparent;
	}
	
.button     {
	color: #CCCCCC;
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
	border-color: #393939;
	background-color: #000000;
	height: 18px;
	}
	
UL, OL {
	margin-top: 6px;
	margin-bottom: 6px;		
	}
	
LI {
	margin-top: 4px;
	margin-bottom: 4px;
	} 
	
HR {
	color: #D1D1D1;
	background-color: #D1D1D1;
	height: 1px;
	} 



/*----------------------------------FOOTER STYLES ----------------------------------*/

/* used for footer navigation text */				
.footernav-text    {
	color: #999999;
	font-size: 10px;
	line-height: 120%;
	font-weight: normal;
	text-decoration: none;	
	padding: 4px 10px 7px 10px;
}

/* used for side navigation links in the static pages */				
.footernav-link    {
	color: #DEDEDE;
	font-weight: normal;
	text-decoration: none;	
}

A:hover.footernav-link {
	color : #FFFFFF;
	text-decoration: none;
	}
	
	
	
/*used for acen console link*/
.acenconsole {
		color: #003366;
		text-decoration: none;
        }

A.acenconsole:hover {
		color : #2E669D;
		text-decoration: none;	
		}  



/* used for copyright text in the footer of a site */				
.copyright    {
	font-size: 9px; 
	color: #444444;
	line-height: 160%;
	padding: 4px 10px 7px 10px;
}



/*--------------------------------- GENERAL STYLES ---------------------------------*/
	

/* Title ELEMENTS */	 
	
.page-title     {
	color: #C45701;
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
	}

.section-title     {
	font-size: 12px;
	color: #807E57;
	font-weight: bold;
	}	
	

/* -----------------SideNav ----------------------*/

/* 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: #CCCCCC;
	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: #807E57;
	font-weight: bold;
	text-decoration: none;	
}

A:hover.sidenav-sel-link {
	color : #807E57;
	text-decoration: none;
	}

	
/* -----------------LINK ELEMENTS----------------------*/

/* an alternate link used in static pages */				
.link-alt    {
	color: #807E57;
	text-decoration: none;	
}

A:hover.link-alt {
	color : #807E57;
	text-decoration: underline;
	}

/* an alternate link used in static pages */				
.link-alt2    {
	color: #CCCCCC;
	text-decoration: underline;	
}

A:hover.link-alt2 {
	color : #FE7000;
	text-decoration: underline;
	}
		
/* an alternate link used in static pages */				
.link-login    {
	font-size:11px;
	font-weight:bold;
	color: #CCCCCC;
	text-decoration: underline;	
}

A:hover.link-login {
	color : #FE7000;
	text-decoration: underline;
	}
	

/* an alternate link used in static pages */				
.link-doc    {
	color: #CCCCCC;
	text-decoration: underline;	
}

A:hover.link-doc {
	color : #FE7000;
	text-decoration: underline;
	}
	

	/* used on pop up windows that are to always be white */				
.link-white    {
	color: #000000;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}

A:hover.link-white {
	color : #555555;
	text-decoration: underline;
	}	
	
	
/* -----------------Text ELEMENTS ----------------------*/
	
/* used for small text in the static pages */				
.text-small     {
	color: #727372;
	font-size: 8px;
	}

.text-subhead     {
	color: #807E57;
	font-weight: bold;
	}	


/* 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;           
    }

/* used for displaying highlighted messages */
.text-highlight 	{
    font-size: 8pt;
    font-weight: bold;
    }
	
/*--------------------------------- Extra Styles ---------------------------------*/
	
/* used for alternate navigation lists */
.list2 {
	list-style-position: outside;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 1.2em;
	padding-left: 1.2em;
	list-style-type: disc;
	list-style-image: none;
	font-weight: normal;
	}
	
.listitem2 {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;	
	} 
	
	
	
	
	



