/*--------------------------------- GLOBAL STYLES ---------------------------------*/

BODY, TABLE, TD     {
	font-family: Arial, Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	color: #3F3F3F;
	font-size: 12px;
	line-height: 135%;
	font-weight: normal;
	}
	
STRONG {
	color: #595959;
	}

A {
	color: #9D080D;
	text-decoration: underline;
	}

A:hover {
	color : #000000;
	text-decoration: underline;
	}

/*----------------------------------FORM STYLES ----------------------------------*/

FORM {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	}	
	
INPUT, TEXTAREA, SELECT {
	font-family: Arial, Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	border: 1px solid #BBBBBB;
	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: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #88A5AB;
	height: 18px;
	}
	
P	{
	margin-top: 6px;
	margin-bottom: 6px;
	}
	
UL, OL {
	list-style-position: outside;
	margin: 6px 0px 0px 15px;
	padding-left: 8px;
	padding-right: 6px;
	line-height: 150%;
	}
	
UL {
	list-style-image: url('/images/bullet1.gif');
	}
	

LI {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.list-plain {
	list-style-image: url('/images/bullet1.gif');
	}

.list-doc {
	list-style-image: url('/images/icon_doc_bullet.gif');
	}

HR {
	color: #CCCCCC;
	background-color: #FFFFFF;
	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-title    {
	font-family: Clarendon, Century Schoolbook, Century, Century Old Style, Times, Times New Roman, serif;
	font-size: 12px; 
	color: #FFFFFF;
	font-weight: bold;	
	line-height: 110%; 
	text-transform: uppercase; 
	}

.sidenav-title2    {
	font-family: Clarendon, Century Schoolbook, Century, Century Old Style, Times, Times New Roman, serif;
	font-size: 12px; 
	color: #9D080D;
	font-weight: bold;	
	line-height: 110%; 
	text-transform: uppercase;
	text-decoration: none;
	}
	
A:hover.sidenav-title2 {
	color : #FFFFFF;
	text-decoration: none;
	}
	
	
/* used for side navigation text in the static pages */				
.sidenav-subtitle    {
	font-family: Clarendon, Century Schoolbook, Century, Century Old Style, Times, Times New Roman, serif;
	font-size: 12px; 
	color: #363636;
	font-weight: bold;	
	line-height: 110%; 
	}
	

/* used for side navigation text in the static pages */				
.sidenav-text    {
	color: #807E57;
	font-size: 11px;
	line-height: 120%;
	font-weight: normal;
	}

/* used for side navigation links in the static pages */				
.sidenav-link    {
	color: #000000;
	font-size: 12px;
	line-height: 120%;
	text-decoration: none;	
	}

A:hover.sidenav-link {
	color : #FFFFFF;
	text-decoration: underline;
	}


/* used for side navigation links in the static pages */				
.sidenav-sel-link    {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;	
}

A:hover.sidenav-sel-link {
	color : #C0370F;
	text-decoration: underline;
	}
	
		
/*----------------------------------FOOTER STYLES ----------------------------------*/

/* used for footer navigation text */				
.footernav-text    {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}

.footernav-link {
	color : #444444;
	text-decoration: none;
	}

A:hover.footernav-link {
	color : #9D080D;
	text-decoration: underline;
	}
	
	
/*used for acen console link*/
.acenconsole {
		font-size: 9px;
		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: #A6A6A6;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
}


/*--------------------------------- GENERAL STYLES ---------------------------------*/
	

/* Title ELEMENTS */	 
	
.page-title     {
	font-family: Clarendon, Century Schoolbook, Century, Century Old Style, Times, Times New Roman, serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	line-height: 100%;
	}

A:hover.page-title {
	color : #97A8C4;
	text-decoration: none;
	}
	
.section-title     {
	/* font-family: Clarendon, Century Schoolbook, Century, Century Old Style, Times, Times New Roman, serif; */
	font-size: 16px;
	color: #292929;
	font-weight: bold;
	line-height: 135%;	
	}	
	
.subtitle    {
	/* font-family: Clarendon, Century Schoolbook, Century, Century Old Style, Times, Times New Roman, serif; */
	font-size: 13px;
	color: #555555;	
	font-weight: bold;
	line-height: 135%;	
	} 


	
	
/* -----------------LINK ELEMENTS----------------------*/

/* an alternate link used in static pages */				
.link-alt    {
	color: #444444;
	text-decoration: underline;
}

A:hover.link-alt {
	color : #9D080D;
	text-decoration: none;
	}


.link-alt2    {
	color: #FFFFFF;
	text-decoration: none;
}

A:hover.link-alt2 {
	color : #FFFFFF;
	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: #C77E00;
	text-decoration: underline;
	font-weight: normal;
}

A:hover.link-doc {
	color : #E49F27;
	text-decoration: underline
	}
	

.link-white    {
	font-size: 11px;
	color: #5A5A5A;
	text-decoration: underline;
	font-weight: bold;
}

A:hover.link-white {
	color : #9D080D;
	text-decoration: underline
	}
	
/* -----------------Text ELEMENTS ----------------------*/

/* used for small text in the static pages */				
.text-small     {
	color: #3F3F3F;
	font-size: 10px;
	}
	
/* used for large text in the static pages */				
.text-large     {
	font-family: Clarendon, Century Schoolbook, Century, Century Old Style, Times, Times New Roman, serif;
	color: #363636;
	font-size: 15px;
	line-height: 110%;
	}
	

.text-subhead     {
	color: #807E57;
	font-weight: bold;
	}	

		
.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-alt    {
    font-size: 12px;
	color: #FFFFFF;
	line-height: 110%;
	}

/*-------------------------------------------------------------------------------*/

