﻿/* << ----------------// General Styles //---------------->> */
body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .7em; color:#474B5F; background-color: #FFFFFF;}

/* tags */
html {font-size:100%;}
p {padding-bottom:1.2em;}
h1, h2 {font-size:1.5em;}
h4, h5 {font-size: 1em;}
h1 {color:#474B5f; padding-bottom:.625em; border-bottom:solid #E3E4EA 1px; margin-bottom: 1.6em; background-color: #FFFFFF;}
h2 {padding-bottom:.8em; color: #474B5F; font-weight:normal; padding-bottom:.625em; border-bottom:solid #E3E4EA 1px; margin-bottom:.95em; background-color: #FFFFFF;}
h3 {font-size: 1.2em; font-weight:bolder; color:#474B5f; padding-bottom:.625em; font-weight:bold; margin-bottom:1.25em; border-bottom:solid #E3E4EA 1px; background-color: #FFFFFF; margin-left:1.5em;}
h4 {color:#474B5f; padding-bottom:.8em; background-color: #FFFFFF; margin-left:1.5em;}
h4#message {margin:0em 0em .5em 0em;} /* allows a bolded message to be flush left */
h5 {color:#0068c6;}
h5 a:link {color:#0068c6; text-decoration:underline;}
h5 a:hover {color:#c93113;}
h5 a:visited {color:#999999;}
ul, li {margin: 0px; padding: 0px;}
a {color: #295e86;}
a:link {}
a:visited {color:#999999}
a:hover {color: #c93113;}
a sup, a:hover sup {text-decoration:none;}
a:active {}
sup  {vertical-align:text-top; font-size:.7em;}
u {line-height: 22px;}
hr {height:1px; background-color:#e7ebf0;}
ol {list-style:decimal; margin-left:1.25em;}

ul {margin-left:3em; margin-bottom:1em; list-style-type:square; line-height:1.5em;}
ul li {padding-bottom:1em;}
ul ul {margin:0em 0em 0 2.5em; list-style-type:square; padding-bottom:0em;}
ul ol {margin:0em 0em 0 2.5em; list-style-type:decimal; padding-bottom:0em;}
ul ul li, ul ol li {padding:1em 0em 0em 0em;}

/* Classes */

.h3p { margin-left:1.5em; line-height:1.5em; }
.h3p2 { margin-left:3em; line-height:1.5em; }
.h3p3, ul.h3p, ol.h3p { margin-left:4.5em; line-height:1.5em; }
.h3p4, ul.h3p2, ol.h3p2 { margin-left:6em; line-height:1.5em; }
ul.h3p3, ol.h3p3 { margin-left:7.5em; line-height:1.5em; }
ul.h3p4, ol.h3p4 { margin-left:9em; line-height:1.5em; }
img.h3p, img.h3p2, table.h3p, table.h3p2 { margin-bottom:.75em;; line-height:1.5em; }
form.h3p { margin-left:3.5em;; line-height:1.5em; }
form.h3p2 { margin-left:5em;; line-height:1.5em; }
form.h3p3 { margin-left:6.5em;; line-height:1.5em; }


.h5p {padding-left:1.25em; padding-bottom:1.7em; line-height:1.5em;}
.h5p2 {padding-left:2.5em; padding-bottom:1.7em; line-height:1.5em;}
.h5p3 {padding-left:3.75em; padding-bottom:1.7em; line-height:1.5em;}
.footnote, .footer {font-size:.81em; margin-top:0px; font-weight:normal;}

.hiddenTable { visibility: hidden; }
.visibleTable { visibility: visible; }
.hiddenImage { display: none; }
.visibleImage { display: block; }
object { margin:.5em 0; }

/* ########## styles to allow table borders in for xhtml ########## */

table#borderBlack {
	border-collapse: collapse;
	border: 1px solid #000;
	border-bottom: none;
	margin-bottom:1.5em;
}
table#borderWhite {
	border-collapse: collapse;
	border: 2px solid #fff;
	border-bottom: none;
	margin-bottom:1.5em;
}
table#borderBlack th, table#borderWhite th {
	padding: 0.2em;
	text-align: left;
}

table#borderBlack td {
	border-bottom: 1px solid #000;
	padding: 0.2em;
}
table#borderWhite td {
	border-bottom: 2px solid #fff;
	padding: 0.2em;
}
table#borderBlack td:first-child, table#borderWhite td:first-child {
}
table#borderBlack td+td {
	border-left: 1px solid #000;
}
table#borderWhite td+td {
	border-left: 2px solid #fff;
}

/* << ----------------// Outer container that holds all the columns //---------------->> */
#container {margin: 10px 0 0 0; padding:0; width:825px;}
/* << ----------------// Left column //---------------->> */
#columnTwo {
	float:left;
	margin:0;
	padding:0em .8em .4em .8em;
	line-height:1.2em;
	clear:none;
	width:800px;
}
#columnTwo #twocolumn {
	float:left;
	width:390px;
	margin:0 5px 10px 0;
}
#columnTwo #threecolumn {
	float:left;
	width:260px;
	margin:0 5px 10px 0;
}
#columnTwo #fourcolumn {
	float:left;
	width:190px;
	margin:0 5px 10px 0;
}

#columnTwo #breadcrumbs { display:block; float:left; width:673px;  background-color:#fff; clear:both; padding:0 0 2.5em 0; font-size:1em; }
#columnTwo #homecrumb, #columnTwo #mainIndex { display:none; }


#columnTwo h1 { clear:both; }

#columnTwo form {
	margin:0 0 1em 2em;
}

#columnTwo #loadingDiv {
	margin-bottom:-1em;
}

/*#columnTwo ul, #content ol {
	margin-left:4.5em;
}
#columnTwo ul.intro, #content ol.intro {
	margin-left:3em;
}
#columnTwo ul li, #content ol li {
	margin-bottom:1.2;
}*/


#columnTwo p.border, #columnTwo .border {
	border:1px solid #e7ebf0;
	padding:.5em;
	background-color:#f2f2f2;
	margin-bottom:.75em;
}
/*#columnTwo ul, #content ol 			{margin-left:3em;}
#columnTwo ul li, #content ol li 	{margin-bottom:.5em;}
#columnTwo .h3p 					{margin-left:1.5em}
#columnTwo .h3p2 					{margin-left:3em}
#columnTwo .h3p3, #columnTwo ul.h3p, 
#columnTwo ol.h3p 					{margin-left:4.5em}
#columnTwo .h3p4, #columnTwo ul.h3p2, 
#columnTwo ol.h3p2 					{margin-left:6em}
#columnTwo ul.h3p3, 
#columnTwo ol.h3p3 					{margin-left:7.5em}
#columnTwo ul.h3p4, 
#columnTwo ol.h3p4 					{margin-left:9em}
#columnTwo img.h3p, #columnTwo img.h3p2, #columnTwo table.h3p, 
#columnTwo table.h3p2 				{margin-bottom:1.5em;}
#columnTwo form.h3p 				{margin-left:3.5em;}
#columnTwo form.h3p2 				{margin-left:5em;}
#columnTwo form.h3p3 				{margin-left:6.5em;}*/


#topNav {
	padding-bottom:1em;
	margin-bottom: .7em;
}
ul#topNav {
	margin: -2.6em 0 1.5em 0;
	padding: .3em 0;
	min-height: 19px;
	font-size: .8em;
	padding-bottom:0; margin-bottom: 1.6em;
}
#topNav li {
	display: inline;
	list-style-type: none;
}
#topNav a, #printNav a {
	padding: 1px 5px 2px 5px;
	white-space:nowrap;
	float:left;
	display:block;
	margin-right:3px;
	margin-bottom:3px;
	text-transform:capitalize;
	font-weight:bold;
	text-align:center;
}
#topNav a:link, #topNav a:visited, #printNav a:link, #printNav a:visited {
	color: #474b5f;
	background-color: #e7ebf0;
	text-decoration: none;
	border: 1px solid #e7ebf0;
	background-color: #474b5f;
	color:#fff;
	border: 1px solid #000000;
}
#topNav a:link, #topNav a:visited {
	background-color: #e7ebf0;
	border:1px solid #c5cad1;
	color: #474b5f;
}
#topNav a:hover, #printNav a:hover {
	color: #000;
	background-color: #ADE0FF;
	text-decoration: none;
	background-color:#c8ccd6;
	color:#474b5f;
	border:1px solid #474b5f;
}
#topNav a.current {
	color: #000;
	background-color: #ADE0FF;
	background-color: #C8CCD6;
}
#printNav {
	margin:0 .25em;
	position:relative;
	top: -.25em;
	right: 1px;
}
ul#printNav {
	margin: 0;
	padding-left: 0;
}
#printNav li {
	display: inline;
	list-style-type: none;
}
#printNav a {
	padding:1px 4px 3px 17px;
	float: right;
	font-size: .8em;
	background:url("../images/print_small.gif") 3px center no-repeat;
}
#productMenu {
	margin: 0 0 .5em 0;
}
object {
	margin:.5em 0;
}

/* << ----------------// Footer //---------------->> */
#footer {
	width: 800px;
	font-size: 11px;
	color: #FFFFFF;
	padding: 9px;
	background-color: #464B5F;
	display: block;
	clear:both;
	line-height: 14px;
	margin-top:1.5em;
}
#footer p {
	text-align:center;
}
#footer a {
	font-size: 11px;
	color: white;
}
/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  styles copied from old stylesheet  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

/* this style is for the toolTips in Check Adjustment Create Message Index */
.TipText {
	position:absolute;
	border:2px solid #CBD8E3;
	background-color:#DAE3EB;
	padding:3px;
	text-align:left;
}
.footer /* This style sets the characteristics for the footer of each page. */ {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.header-banner-white /* used on several pages with table stripe styling */ {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.header-banner-white a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.header-banner-white a:active {
	color: #FFFFFF;
}
.header-banner-white a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.header-banner-white a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.link-light /* currently used in fedach roles and */{
	color: #FFFFFF;
}
.text-heading-maroon /* used on ami_checkadvices index */{
	font-weight: bolder;
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.body-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000
}
.body-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

/* These are the old left navigation styles -- saved for ach index page */
#achNav {/* CSS Hack Applied to width for IE */
	width:158px !important;
	width:160px;
	background-color:#f2f2f2;
	border:1px solid #d3d8dc;
	margin-bottom:5px;
}
#achNav ul.level1 {
	list-style-type:none;
	margin:7px 0 0 0;
	padding:0px;
	text-indent:0em;
}
#achNav ul.level2 {
	list-style-type:none;
	margin:7px 0 0 -9px;
	padding:0px;
	text-indent:0em;
}
#achNav ul.level3 {
	list-style-type:none;
	margin:7px 0 0 -9px;
	padding:0px;
	text-indent:0em;
}
#achNav ul li.headings {
	display:block;
	background-color:white;
	background-image:none;
	padding:0px;
	padding-left:10px;
	font-weight: bold;
	color: #660000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	margin-bottom:7px;
}
li.redBullet {
	font-size: xx-small;
	background: url(../assets/images/v2images/bullet_maroon.gif) 9px 5px no-repeat;
	padding: 0px 6px 0px 22px;
	margin-bottom:7px;
}
li.grayBullet {
	font-size: xx-small;
	background: url(../assets/images/v2images/bullet_leftgray.gif) 9px 5px no-repeat;
	padding: 0px 6px 0px 22px;
	margin-bottom:7px;
}
li.blueArrow {
	font-size: xx-small;
	background: url(../assets/images/v2images/arrow_leftblue.gif) 8px 4px no-repeat;
	padding: 0px 6px 0px 22px;
	margin-bottom:7px;
}
li.redArrow {
	font-size: xx-small;
	background: url(../assets/images/v2images/arrow_leftmaroondown.gif) 8px 3px no-repeat;
	padding: 0px 6px 0px 22px;
	margin-bottom:7px;
}
li.grayArrow {
	font-size: xx-small;
	background: url(../assets/images/v2images/arrow_leftgraydown.gif) 8px 3px no-repeat;
	padding: 0px 6px 0px 22px;
	margin-bottom:7px;
}
#top5 {
	border:1px solid #ccc;
	margin:.5em 0;
	padding:.5em 0em;
	background-color:#F2F2F2;
}
.topList {
	padding:0px;
	margin:0px;
}
.topList p {
	padding: 3px 0 3px 12px;
	padding: 3px 0 3px 0;
	margin:3px 7px 0px 7px;
	text-indent: -4em;
	padding-left:4em;
}
.topList p strong, .topList p b {
	font-weight:bold;
	color:#003366;
	font-size:1em;
	text-decoration:none;
	margin-right:.4em;
}
.topList #answer {
	margin:2px 2em;
	background-color:#fff;
	font-size: 8pt;
	padding:2px 2px 2px .5em;
	border-left:1px solid #ccc;
	border:1px dotted #ccc;
}
.topList #answer ul {
	margin: .25em 2.3em;
}
.topList #answer a {
	font-size:.9em;
	vertical-align:text-top;
}
#seeAlso {
	border:1px solid #ccc;
	margin:.5em 0;
	padding:.75em;
	background-color:#F2F2F2;
}
/* these styles are for the fedach index page */
#scrollbox {
	height: 390px;
	width: 378px;
	overflow:scroll;
	border:1px solid #000;
	padding:5px;
	float:left;
	float: none;
	margin:1em;
	margin-right:10px;
}
#scrollbox #achNav {
	float:left;
	margin-right:10px;
}
#scrollbox #achInstructions {
	margin-bottom:.5em;
	width:180px;
	text-indent:-1.5em;
	float:right;
	margin-top:0px;
}

@media print {
#content {margin:0px;width:610px;}
#lNav, #hide, #screen {display:none;}
#footer {margin-top:2em;width:610px;}
/* add borders to tables on print */
table, table#borderWhite {
	border-collapse: collapse;
	border: 1px solid #000;
	border-bottom: none;
}
th {
	padding: 0.2em;
	text-align: left;
}
td, table#borderWhite td {
	border-bottom: 1px solid #000;
	padding: 0.2em;
}
td+td, table#borderWhite td+td {
	border-left: 1px solid #000;
}
}


