/*--------------------------------- GLOBAL STYLES ---------------------------------*/

BODY, TABLE, TD     {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #444444;
	font-size: 12px;
	line-height: 135%;
	font-weight: normal;
	}
	
A {
	color: #CD0909;
	text-decoration: underline;
	}

A:hover {
	color : #C74A4A;
	text-decoration: underline;
	}
	
b, em {
	color: #5C5C5C;
	font-weight: bold;
	}
	
P {
	margin-top: 0px;
	margin-bottom: 8px;		
	}
		
	
/*----------------------------------FORM STYLES ----------------------------------*/

FORM {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	}	
	
INPUT, TEXTAREA, SELECT {
	border: 1px solid #D1D1D1;
	color: #393939;
	font-size: 10px;
	background-color: #FFFFFF;
	}

.checkbox {
	border-width: 0px;
	background-color: transparent;
	}
			 
.radio {
	border-width: 0px;
	background-color: transparent;
	}

.button     {
	color: #CD0909;
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
	border-color: #D1D1D1;
	background-color: #EEEEEE;
	height: 18px;
	}
	
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_red_sm.gif');
	}	
	
LI {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;	
	} 
	
HR {
	color: #D1D1D1;
	background-color: #FFFFFF;
	height: 1px;
	}  

	

/*----------------------------------FOOTER STYLES ----------------------------------*/

/* used for footer navigation text */				
.footernav-text    {
	color: #707070;
	font-size: 10px;
	line-height: 120%;
	font-weight: normal;
	text-decoration: none;	
}

/* 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-link    {
	color: #979797;
	font-weight: normal;
	text-decoration: none;	
}

A:hover.acenconsole-link {
	color : #B4B4B4;
	text-decoration: none;
	}



/* used for copyright text in the footer of a site */				
.copyright    {
	color: #444444;
	font-size: 7pt;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}



/*--------------------------------- GENERAL STYLES ---------------------------------*/
	
/* Title ELEMENTS */	 
	
.page-title     {
	font-family: Helvetica, Verdana, Tahoma, Geneva, Arial, sans-serif;
	color: #CD0909;
	font-size: 15px;
	line-height: 120%;
	font-weight: bold;
	}

.section-title     {
	font-size: 12px;
	color: #5C5C5C;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 8px;
	}	
	
.section-title-rule     {
	font-size: 12px;
	color: #5C5C5C;
	font-weight: bold;
	line-height:175%; 
	margin-top:6px; 
	margin-bottom:6px;
	padding-left:4px;
	padding-right:4px;
	border-bottom: 2px solid #C0C0C0;
	}	

.section-title-bar     {
	font-size: 11px;
	color: #5C5C5C;
	font-weight: bold;
	line-height:175%;
	vertical-align:middle;
	margin-top:6px; 
	margin-bottom:6px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:2px;
	background-color: #EEEEEE;
	border-top: 1px solid #D0D0D0;
	}	
	
	
/* -----------------TopNav ----------------------*/
/* used for top navigation text */				
.topnav-text    {
	color: #8A8A8A;
	font-size: 11px;
	line-height: 120%;
	font-weight: normal;
	text-decoration: none;	
}

/* used for side navigation links in the static pages */				
.topnav-link    {
	color: #515151;
	font-weight: normal;
	text-decoration: none;	
}

A:hover.topnav-link {
	color : #CD0909;
	text-decoration: underline;
	}

	
/* -----------------SideNav ----------------------*/

.sidenav-header    {
	font-family: Helvetica, Verdana, Tahoma, Geneva, Arial, sans-serif;
	font-size: 13px;
	line-height: 120%;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}

A:hover.sidenav-header {
	color : #CD0909;
	text-decoration: underline;
	}

.sidenav-category    {
	font-family: Helvetica, Verdana, Tahoma, Geneva, Arial, sans-serif;
	color: #CD0909;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}

A:hover.sidenav-category {
	color : #CD0909;
	text-decoration: underline;
	}
	
/* used for side navigation text in the static pages */				
.sidenav-text    {
	color: #444444;
	font-size: 11px;
	line-height: 150%;
	font-weight: normal;
	text-transform: none;
}

/* used for side navigation links in the static pages */				
.sidenav-link    {
	color: #444444;
	text-decoration: underline;	
}

A:hover.sidenav-link {
	color : #CD0909;
	text-decoration: underline;
	}

/* used for side navigation selected links in the static pages */				
.sidenav-sel-link    {
	color: #CD0909;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

A:hover.sidenav-sel-link {
	color : #C74A4A;
	text-decoration: none;
	}

	
/* used for side navigation lists */
.sidenav-list {
	list-style-position: outside;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 1.2em;
	padding-left: 1.2em;
	list-style-type: square;
	list-style-image: url('/images/bullet_sm.gif');
	font-weight: normal;
	}
	
.sidenav-listitem {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;	
	} 
	
	
		
/* -----------------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: #444444;
	text-decoration: underline;	
}

.link-alt3 {
	font-size: 11px;
	color : #CD0909;
	text-decoration: underline;
	}

A:hover.link-alt3  {
	font-size: 11px;
	color: #C74A4A;
	text-decoration: underline;
	}

A:hover {
	color : #C74A4A;
	text-decoration: underline;
	}
	
.link-small {
	color: #727272;
	font-weight: bold;
	text-decoration: underline;
	}
	
.link-feature {
	font-size: 12px;
	line-height: 165%;
	color: #2C2C2C;
	text-decoration: underline;
	}

.link-feature-sel {
	font-size: 12px;
	line-height: 165%;
	color: #CD0909;
	text-decoration: underline;
	font-weight: bold;
	}
	

.link-login    {
	font-size:11px;
	font-weight:bold;
	color: #C45701;
	text-decoration: underline;	
}

A:hover.link-login {
	color : #FE7000;
	text-decoration: underline;
	}
	

/* an alternate link used in static pages */				
.link-doc    {
	color: #CD0909;
	text-decoration: underline;	
}

A:hover.link-doc {
	color : #C74A4A;
	text-decoration: underline;
	}
	

/* -----------------Text ELEMENTS ----------------------*/
	
/* used for text in the static pages */				
	
.text-large {
	color: #727272;
	font-size: 18px;
	}
	
.text-small     {
	color: #727272;
	font-size: 9px;
	line-height: 140%;
	}

.text-tiny {
	color: #727272;
	font-size: 8px;
	}	
		
/* used for subhead text in the static pages */				
.text-subhead     {
	color: #CD0909;
	font-weight: bold;
	}	


/* used for displaying warning and error messages */
.text-error 	{
    color: #CD0909;
	font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
  	vertical-align: middle;
  	}

/* used for displaying italic and subnote messages */
.text-subnote 		{
    font-size: 8pt;
    }

/* used for displaying reqd. messages */
.text-required 		{
    font-size: 9pt;
    color: #807E57;           
    }

		
/* ----------------- Table Elements ----------------------*/
	
/* used for formatting tables in the static pages */
.table-header {
	color: #444444;
	font-size: 11px;
	line-height: 135%;
	font-weight: normal;
	background-color: none;
	border-bottom: 1px solid #C0C0C0;
	}
.table-subheader {
	color: #444444;
	font-size: 11px;
	line-height: 135%;
	font-weight: normal;
	background-color: none;
	border-bottom: 1px solid #C0C0C0;
	}
.table-colheader {
	color: #444444;
	font-size: 9px;
	background-color: #F9E5B6;
	padding: 2px 6px 2px 6px;
	border: none;
	}
.table-colheader-large {
	color: #444444;
	background-color: #F9E5B6;
	padding: 2px 6px 2px 6px; 
	border-top: 1px solid #C0C0C0;
	}	
.table-rowheader {
	color: #444444;
	font-size: 9px;
	background-color: #FCEFD1;
	padding: 1px 6px 1px 6px; 	}
.table-oddrow {
	color: #444444;
	font-size: 11px;
	background-color: none;
	padding-left:8px;
	padding-right:8px;
	}
.table-evenrow {
	color: #444444;
	font-size: 11px;
	background-color: #F4F4F4;
	padding-left:8px;
	padding-right:8px;
	}
	
.table-oddrow2 {
	color: #444444;
	font-size: 11px;
	background-color: none;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:16px;
	border-color: #EEEEEE;	
	border-width: 1px;
	border-top: 0px;
	}
	
		






