/***********************************************/
/* HTML tag styles                             */
/***********************************************/
/* Styles we want all browsers to see */
body {
/*background-image: url(images/GraduatedFillGreen_1x600.jpg);*/
background-color: #F5F5F5;
font-family: Arial,sans-serif;
font-size: 12px;
width: 800px;
max-width: 800px;
text-align: center;
margin: 0 auto;
}


.rounded {
  width: 800px;
}

.top-left {
background-image: url(images/cornersTopLeftBlack_8px.png);
height: 8px;
width: 12px;
font-size: 2px;
}
.top-right {
float: right;
margin-top: -8px;
background-image: url(images/cornersTopRightBlack_8px.png); 
height: 8px; 
width: 12px;
font-size: 2px;
}
.top {
margin-left: 12px;
margin-top: -8px;
background-image: url(images/cornersTopMiddleBlack_8px.png); 
height: 8px; 
width:776px;
font-size: 2px;
}

.inside {
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background: #FFFFFF;
padding-left: 12px;
padding-right: 12px;
}

.insideNavigation {
border-left: 1px solid #000000;
border-right: 1px solid #000000;
background: #FFFFFF;
padding-left: 12px;
padding-right: 12px;
height: 35px;
}

.notopgap {
margin-top: 0;
}

.nobottomgap {
margin-bottom: 0;
}

.bottom-left {
background-image: url(images/cornersBottomLeftBlack_8px.png);
height: 8px;
font-size: 2px;
width: 12px;
}

.bottom-right {
margin-top: -8px;
margin-left: 788px;
background-image: url(images/cornersBottomRightBlack_8px.png);
height: 8px;
font-size: 2px;
width: 12px;
}

.bottom {
margin-left: 12px;
margin-top: -8px;
background-image: url(images/cornersBottomMiddleBlack_8px.png); 
height: 8px; 
width:776px;
font-size: 2px;
}


/* Jimbo's addition to make P's silent */
p {
	margin: 0px;
}



/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color: #086c9e; /* HA Blue */
	text-decoration: none;
	font-weight:bold;
}

a:hover{
	text-decoration: underline;
}


.Logo {
text-align:left; 
}

.header_top_line {
text-align: right;
font-size: 12px;
}

.header_search_line {
text-align: right;
font-size: 12px;
}

.style_header_search_line {
font-family: Arial, Helvetica, sans-serif;
font-size:12px; 
}

.small_vertical_gap_between_rounded_blocks {
margin-top: 5px;
}






/************* Navigation Button styles ***************/
/* http://kailoon.com/css-sliding-door-using-only-1-image/ */

ul.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	padding: 0px;
	margin: 0px 0;
	list-style: none;
	float: left;
	clear: left;
}

ul.blue li {
	float: left;
}

ul.blue li a {
	float: left;
	text-decoration: none;
	padding: 4px 5px 0 0;
	margin-right: 3px;
	font: 900 13px "Arial", Helvetica, sans-serif;
 	color: #FFFFFF;
	background: url(images/ha_blue.png) no-repeat top right;
}

ul.blue li a:link {
	float: left;
	text-decoration: none;
	padding: 4px 5px 0 0;
	margin-right: 3px;
	font: 900 13px "Arial", Helvetica, sans-serif;
 	color: #FFFFFF;
	background: url(images/ha_blue.png) no-repeat top right;
}

ul.blue li a:visited {
	float: left;
	text-decoration: none;
	padding: 4px 5px 0 0;
	margin-right: 3px;
	font: 900 13px "Arial", Helvetica, sans-serif;
 	color: #FFFFFF;
	background: url(images/ha_blue.png) no-repeat top right;
}

ul.blue li a span {
	float: left;
	padding-right: 5px;
	display: block;
	margin-top: -4px;
	height: 24px;
	background: url(images/ha_blue.png) no-repeat top left;
}

ul.blue li a:hover {
	color:  #086c9e; /* HA Blue */
	background: url(images/hsb_grey_blue_centre.png) no-repeat top right;
}

ul.blue li a:hover span {
	color:  #086c9e; /* HA Blue */
	background: url(images/hsb_grey_blue_centre.png) no-repeat top left;
}

ul.blue li a.current {
	color:  #086c9e; /* HA Blue */
	background: url(images/hsb_grey_blue_centre.png) no-repeat top right;
}

ul.blue li a.current span {
	color:  #086c9e; /* HA Blue */
	background: url(images/hsb_grey_blue_centre.png) no-repeat top left;
}



/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 0px 6px;
	font: xx-small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #086c9e; /* HA Blue */
	text-decoration: underline;
}


/***** Bold links on home page */

#FrontPageLinks
{
	padding: 0px 0px 0px 0px;
	font: 12pt Arial,sans-serif;
	color: #cc3300;
	font-weight:bold;
}

#FrontPageLinks a, #FrontPageLinks a:visited
{
	text-decoration: none;
	color: #cc3300;
}

#FrontPageLinks a:hover
{
	text-decoration: underline;
	color: #000000;
}



/************ Headings ****************/

h1{
	font: 16pt Arial,sans-serif;
	color: #086c9e; /* HA Blue */
	margin: 0px;
	padding: 0px;
}

h2{
 font: bold 12pt Arial,sans-serif;
 color: #086c9e; /* HA Blue */
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #086c9e; /* HA Blue */
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #086c9e; /* HA Blue */
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #086c9e; /* HA Blue */
 margin: 0px;
 padding: 0px;
}







/************** siteInfo styles - AKA the Footer ****************/
#FooterLinks
{
	font-size: 10px;
	font-weight:bold;
	color: #086c9e; /* HA Blue */
}

#FooterLinks a, #FooterLinks a:visited
{
	color: #086c9e; /* HA Blue */
	font-weight:bold;
	text-decoration: none;
}

#FooterLinks a:hover{
	color:#086c9e; /* HA Blue */
	text-decoration: underline;
}

#siteInfo{
	clear: both;
	font-size: 10px;
	font-weight:bold;
	color: #cccccc;
}

#siteInfo a, #siteInfo a:visited
{
	color: #cccccc;
	text-decoration: none;
}

#siteInfo a:hover{
    color:#086c9e; /* HA Blue */
	text-decoration: underline;
}



/************** Style Admin table ****************/
#AdminPageLinks
{
	font-size: 10px;
}

#AdminPageLinks a, #AdminPageLinks a:visited
{
	color: #086c9e; /* HA Blue */
	font-weight:bold;
	text-decoration: none;
}

#AdminPageLinks a:hover{
	color:#086c9e; /* HA Blue */
	text-decoration: underline;
}


/***** Big Links on process Flows  ********/
.BigBlueLinks {	
	padding: 0px 0px 0px 0px;
	font: 12pt Arial,sans-serif;
	color: #086c9e; /* HA Blue */
	font-weight:bold;
	text-align:right;
}

.BigBlueLinks a, .BigBlueLinks a:visited
{
	text-decoration: none;
}

.BigBlueLinks a:hover
{
	text-decoration: underline;
}





/* 1 pixel wide tables */
.borderTable {
	border: 1px solid #ffffff;
	background-color:#E5E5E5;
}

.borderNavTable {	
border: 1px solid #b85485;
}


div#tooltip a {
	text-decoration: none;
    position: relative;
 	cursor: help; /* Question mark by cursor */
}

div#tooltip a:hover {
	text-decoration: underline;
}

div#tooltip  span {
	text-decoration: none;
    display: none;
}
div#tooltip :hover span {
	text-decoration: none;
    position: absolute;
	color:#000;
    display: block;
    /* positioning */
    top: 0px;
    right: -270px;
    z-index: 100;
	width: 250px;
	padding-left:5px;
    /* styling */
	border:1px solid #cccccc;
	background-color: #FFC;
	/*filter:alpha(opacity=90);opacity:0.9;*/
}
.rounded .inside p em {
	font-size: 18px;
}

/***** White letters on AZ Index  ********/

#white_letters_az_index{
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
}

#white_letters_az_index a, #white_letters_az_index a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#white_letters_az_index a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.homepagearial14pt {
	font-size: 14px;
}
.footnote_small_text {
	font-size: 9px;
}
.italictext {
	font-style: italic;
}

.RedErrorText {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}



.invisibleTextToForceNewLine {
	font-size: 18px;
	color: #FFF;
}
.redhighlighted {
	color: #F00;
}
