/* ************ GLOBAL STYLES ************* */

/* used for standard/normal text in the static pages */				
BODY, TABLE, TD     {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #444444;
	font-size: 8pt;
	font-weight: normal;
	line-height: 17px;
}

/* used for standard links */				
A {
	text-decoration: underline;
	color: #6286AE;
}

A:hover {
	color : #6BA2DF;
	text-decoration: underline;
}

HR	{
	border: none 0; 
	border-top: 1px solid #CCCCCC;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	}
	
	
/* used for list items in the static pages */				
OL, UL    {
	list-style-position: outside;
	margin-left: 11px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
UL    {
	list-style-image: url('/images/bullet_list.gif');
	list-style-type: square;	
	}
	

/* used for list items in the static pages */				
.listitem-unordered    {
	margin-bottom: 5px;
	}

/* used for table row styling */				
.row-odd {
	background-color: #F3F7F8;
	}
.row-even {
	background-color: transparent;
	}

table#list-outside {
	background-color: transparent;
	}
table#list-outside td {
	padding: 6px 8px 4px 8px;
	}
	
table#list-standard {
	background-color: transparent;
	}
table#list-standard td {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
	
	


/* ************ TEXT ************* */

/* used for page titles*/
.title {  	 
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #D40D10; /*#5C80A8;*/
	font-size: 16pt;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	}
				
A:hover.title {
	color : #FF3E41;/*#97A8C4;*/
	text-decoration: none;
	}
	
/* used for page subtitles*/
.subtitle {  	 
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #6982AA;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	}
				
A:hover.subtitle {
	color : #97A8C4;
	text-decoration: none;
	}
	
	
/* used for header navigation text in the static pages */				
.headernav-text    {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #444444;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* used for header navigation links in the static pages */				
.headernav-link {
	text-decoration: none;
	color: #444444;
}

A:hover.headernav-link {
	color : #74BCDB;
	text-decoration: none;
	}

	

/* used for side navigation text in the static pages */				
.sidenav    {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #EFEFEF;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;	
}

A:hover.sidenav {
	color : #FFFFFF;
	text-decoration: none;
	}

	
	
/* used for footer navigation text in the static pages */				
.footernav-text    {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #D6DEE4;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* used for footer navigation links in the static pages */				
.footernav-link {
	text-decoration: none;
	color: #6292B4;
}

A:hover.footernav-link {
	color : #7EAFD1;
	text-decoration: none;
	}

	
	
/*used for acen console link*/
.acenconsole {
		color: #9E6C58;
		text-decoration: none;
        }

A.acenconsole:hover {
		color : #BC7F66;
		text-decoration: none;	
		}  



/* used for copyright text in the footer of a site */				
.copyright    {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #A8B1C2;
	font-size: 7pt;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}


/* TEXT ELEMENTS - BODY OF PAGE */	
		
/* used for standard/normal text in the static pages */				
.text-normal     {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #444444;
	font-size: 8pt;
	font-weight: normal;
	line-height: 17px;
}

/* used for highlighted or header text in the static pages */				
.text-highlight     {
	color: #D40D10;
	font-weight: bold;
}

/* used for small text in the static pages */				
.text-small     {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #444444;
	font-size: 7pt;
	font-weight: normal;
	line-height: 14px;
} 

	
/* used for note text in the static pages */				
.text-note    {
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #444444;
	font-size: 8pt;
	font-weight: normal;
}
	
	
/* LINK ELEMENTS - BODY OF PAGE */	
		
/* used for links in the static pages */				
.link-normal {
	text-decoration: underline;
	color: #6286AE;
}

A:hover.link-normal{
	color : #6BA2DF;
	text-decoration: underline;
}
		
/* used for links in the static pages */				
.link-bold {
	font-weight: bold;
	text-decoration: underline;
	color: #D40D10;
}

A:hover.link-bold{
	color : #EE3A3C;
	text-decoration: underline;
}
		


