/*
****************************************************************************
* Filename:   master.css
* Function:   ACH RULES styles
*              
* Created by:  Vincent Perlerin for WebFirst, Inc.
* Date:        2007
*
* Modification log:
* Author		Date		Modification
* ------		----		------------
*
****************************************************************************
*/

/****************************************************************************
* GENERAL LAYOUT 
****************************************************************************/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address  {
	margin:0pt;
	padding:0pt;
}

body {
	background:url(/resources/images/_layout/bgToolBox.gif) top left repeat-x #fff;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;	
}

#wrapper {
	margin:0px auto;
	width:90%;
	min-width:760px;
	max-width:1050px;
}

#wrapperContent {
	padding:0 10px;

}

.rightCol {
	float:right;
	width:256px;
}

#header {
	clear:both;
	margin-top:2.2em;
	margin-bottom:0.9em;
}

#mainCol {
	padding-left:8px;
	margin-right:286px;
}
#mainCol2 {
	padding-left:8px;
	margin-right:286px;
	width:100%;
}



.noscript {
	border:1px solid #990000;
	background-color:#FFFF99;
	padding:0.5em;
	color:#990000;
	margin-top:2em;
	font-weight:bold;
}

#mainContent {
	clear:both;
	/*background:url(/resources/images/_illustration/bottomRight.jpg) bottom right no-repeat transparent;*/
}

#mainContent a.anchor {
	text-decoration:none;
}

.required {
	color:#990000
}

#needHelp {
	margin-top:-3.5em;
	float:right;
	cursor:pointer;
	background:url(/resources/images/_layout/helpButton.jpg) top right no-repeat transparent;
	width:127px;
	height:39px
}

img {
	border:0
}

div.goBack {
	margin-top:-0.5em;
}

.halfCol {
	width:45%;
	margin-right:1em;
	float:left
}

.clear {
	clear:both;
}

/****************************************************************************
* HOMEPAGE ILLUSTRATION
****************************************************************************/
#illustration {
	margin-right:266px;
	background:url(/resources/images/_illustration/right.png) top right #fff no-repeat;
	height:250px;
}

#left {
	background:url(/resources/images/_illustration/left.png) top left transparent no-repeat;
	width:358px;
	height:250px;
}
#tagline {
	position:absolute;
	top:168px;
	right:40%;
	background:url(/resources/images/_illustration/tagline.png) top left no-repeat transparent;
	width:279px;
	height:79px
}

/****************************************************************************
* HEADERTOP
****************************************************************************/
#headerTop {
	color:#fff;
	line-height:1.6em;
	font-size:0.79em;
	padding-bottom:1.4em;
}


#headerTop a:link, #headerTop a:visited, #headerTop a:active {
	color:#fff;
	text-decoration:none;
	padding-right:1em;
}

#headerTop a#help:link, #headerTop  a#help:visited, #headerTop  a#help:active {
	padding-left:1em;
	padding-right:0pt;
}

#headerTop a:hover {
	text-decoration:underline;
	color:#ebebeb;
}


#headerTop a#help:hover {
	cursor:help
}


#username {
	padding-right:1em;
	font-style:italic
}

#skipToContent {
	background:url(/resources/images/_bullets/skipToContent.gif) right 5px transparent no-repeat;
}

#skipToContent span { 
	padding-right:0.4em; /* FOR IE7 */
}

#headerTop a#skipToContent:hover {
	text-decoration:none;
	background:url(/resources/images/_bullets/skipToContentHover.gif) right 5px transparent no-repeat;
}

/****************************************************************************
* TOOLBOX
****************************************************************************/
#toolBox {
	float:right;
}

#toolBox ul li {
	display:inline;
}


/****************************************************************************
* HEADER
****************************************************************************/
#header h1, #header h2 {
	text-indent:-9999px;
	font-size:1px;
	line-height:1px;
}

#header #nachaLogo {	
	background:url(/resources/images/_layout/nachaLogo.jpg) top left no-repeat transparent;
	width:147px;
	height:35px;
	float:right;
}

#header #achRulesLogo {	
	background:url(/resources/images/_layout/achRulesLogo.jpg) top right no-repeat transparent;
	width:225px;
	height:56px;
}


/****************************************************************************
* MENU
****************************************************************************/
#menu {
	clear:both;
	margin-top:1.5em;
	width:100%;
	height:40px;
}

#menu ul {
	background:transparent url(/resources/images/_menu/menuBG.jpg) repeat-x top right; 
	height:37px;
	width:100%;
}

#menu ul li {
	float:left;
	display:inline;
	margin:0;
	padding:0;
}


#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	background:transparent url(/resources/images/_menu/left-corner.gif) top left no-repeat ;
	border:0pt none;
	display:block;
	text-decoration:none;
	padding:0;
	width:auto;
	height:37px;
	color:#184d31;
	font-weight:bold;
	font-size:15px;
}

#menu ul li a:hover, #menu ul li a:active, #menu ul li a:focus {
	background:transparent url(/resources/images/_menu/left-corner-hover.gif) top left no-repeat;
	color:#3a9c69;
}
#menu ul li a span{
	display:block;
	width:auto;
	padding:9px 20px 0px 19px;
	height:28px;
	background:transparent url(/resources/images/_menu/right-corner.gif) top right no-repeat;
	cursor:pointer;
	border-right:0px solid #fff; /* For #menu ul background ! */
}

#menu ul li a:hover span, #menu ul li a:active span, #menu ul li a:focus span{
	background:transparent url(/resources/images/_menu/right-corner-hover.gif) top right no-repeat;
}

#menu ul li a.lastPage span
{
	border-right:none;
}
#menu ul li a.lastPage span, #menu ul li a.lastPage:link span, #menu ul li a.lastPage:visited span {
	background: url(/resources/images/_menu/right-corner-last.gif) top right no-repeat;	
}
#menu ul li a.lastPage:hover span, #menu ul li a.lastPage:active span {
	background: url(/resources/images/_menu/right-corner-last-hover.gif) top right no-repeat;	
}
#menu ul li a.currentPage, #menu ul li a.currentPage:link, #menu ul li a.currentPage:visited {
	background:transparent url(/resources/images/_menu/left-corner-active.gif) top left no-repeat ;
}
#menu ul li a.currentPage span, #menu ul li a.currentPage:link span, #menu ul li a.currentPage:visited span {
	background:none;
}

/****************************************************************************
* MAIN COL
****************************************************************************/
#mainCol h2, 
#mainCol2 h2,
#titles h2 {
	color:#0f7333;
	font-size:1.3em;
	border-bottom:2px solid #0f7333;
	margin-top:0.8em;
	font-weight:normal
}

#titles h2 {
	margin-top:0;

}

#mainCol h2.second, #mainCol2 h2.second {
	border-bottom:none medium;
	margin-bottom:0.5em;
}

#mainCol h3,#mainCol2 h3 {
	color:#18335f;
	font-family:"Trebuchet MS",Arial,Sans-Serif;
	font-size:1em;
	font-style:normal;
	font-weight:bold;
	line-height:normal;
	margin:1.6em 0pt 0pt;
	padding-bottom:0.2em;
	text-transform:uppercase;
}

#mainCol p,
#mainCol2 p {
	font-size:0.8em;
	line-height:140%;
	margin-bottom:1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

/****************************************************************************
* ADS HOMEPAGE
****************************************************************************/
#ad {
	float:left;
	background:url(/resources/images/_ads/ad1_left.jpg) top left no-repeat transparent;
	height:108px;
	width:47%;
	margin-right:15px;
}

#ad2 {
	float:left;
	background:url(/resources/images/_ads/ad2_left.jpg) top left no-repeat transparent;
	height:108px;
	width:47%;
	margin-right:0px;
}



.contentAdR {
	background:url(/resources/images/_ads/droiteAd.jpg) top right no-repeat transparent;
	height:108px;
	float:right;
	width:100%
}

.adContent {
	text-align:center;
	padding:2px 0px;
	width:60%;
	float:right
}

#mainCol .adContent p {
	text-align:center;
	color:#333;
	margin-top:0.5em;
	margin-bottom:0.6em;
	font-size:0.8em;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}


#mainCol .adContent p.footer {
	font-size:0.6em;
	text-transform:uppercase;
}

#mainCol .adContent p.header {
	margin:0;
	font-weight:bold;
	color:#183363
}

#mainCol .adContent p.title {
	margin:0.3em 0pt 0pt 0pt;
	font-weight:bold;
	color:#258E39;
	text-transform:uppercase
}

#mainCol .adContent p.date{
	margin-top:0;
	margin-bottom:0.6em

}


#mainCol .adContent a:link,
#mainCol .adContent a:visited,
#mainCol .adContent a:active{
	text-decoration:none;
	padding-right:0pt;
}

#mainCol .adContent a:hover,
#mainCol .adContent a:focus {
	text-decoration:underline;
} 


/****************************************************************************
* MAIN COL
****************************************************************************/
#mainContent .rightCol {
	width:236px;
	background-color:#F2F2F4;
	border:1px solid #e6e6e6;
	padding:0.5em 5px;
}

#mainContent .rightCol h2 {
	background:url(/resources/images/_layout/h2Col.jpg) transparent no-repeat;
	background-position:0px 3px;
	padding-left:22px;
	border-bottom:2px solid #18335f;
	font-size:1.1em;
	font-weight:normal;
	color:#18335f;
	margin-bottom:0.8em
}

#mainContent .rightCol p {
	font-size:0.9em;
	line-height:140%;
	margin-bottom:1.1em;
}

#mainContent .rightCol p.fullList a{
	display:block;
	background:url(/resources/images/_layout/bgLink.jpg) top left no-repeat;
	height:21px;
	width:192px;
	padding-left:25px;
	padding-top:2px;
	color:#333;
	text-decoration:none;
	margin-bottom:2em;
}

#mainContent .rightCol p.fullList a:hover {
	background-position:0 -23px;
}

#mainContent a, #mainContent a:link, #mainContent a:active {
	color:#18335f;
	text-decoration:underline
}

/* Only for search page */ 
#mainContent ul.tabs-nav a, #mainContent ul.tabs-nav a:link, #mainContent ul.tabs-nav a:active {
	text-decoration:none;
}


#mainContent a:focus, #mainContent a:hover {
	color:#18335f;
	text-decoration:none
}

/****************************************************************************
* FOOTER
****************************************************************************/
#footer {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:center;
	color:#9b9b9b;
	font-weight:bold;
	line-height:150%;
	margin-bottom:1em;
	margin-top:2.5em;

	
}

#footer ul li {
	display:inline;
	padding:0px 0.2em;
}

#footer #menuFooter {
	clear:both;
	height:40px;
	margin-top:1.5em;
	width:100%;
}

#footer a {
	color:#9b9b9b;
	text-decoration:underline;
	padding-right:0em;
}

#footer a.hidden,#footer a.hidden:hover {
	color:#9b9b9b;
	text-decoration:none;
	padding-right:0em;
	cursor:text;
}

#footer a:hover {
	text-decoration:none;
}


/****************************************************************************
* LOGIN
****************************************************************************/
#login {
	background:url(/resources/images/_layout/_login/bg.gif) top left transparent repeat-y ;
	width:246px;
}

#login p {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.8em;
	padding:0.5em 0.5em 0.5em 3px;
}

#logTop {
	background:url(/resources/images/_layout/_login/top.gif) top left transparent no-repeat;
	height:2px;
}

#logContainer {
	background:url(/resources/images/_layout/_login/bot.gif) bottom left transparent no-repeat
}

#logContent {
	width:220px;
	padding:10px;
}

#logContent h3 {
	color:#18335f
}

#logContent label {
	display:block;
	font-size:0.9em;
	font-weight:bold;
	color:#333;
	padding-top:0.8em;
}

#logContent input {
	width:216px
}

#logContent input.button {
	float:right;
	width:auto;
	margin:1em 0pt;
}

#logContent #links {
	clear:both;
	text-align:center;
	padding-top:0.1em;
	padding-bottom:0.5em;
}

#logContent #links a {
	display:block;
	color:#18335f;
	font-size:0.8em;
}

#logContent #links a:hover {
	text-decoration:none;
}

#newAccount {
	font-weight:bold
}

/****************************************************************************
* LINKS AND MENUS
****************************************************************************/
#skipToContent {
	float:left;
}


/****************************************************************************
* SEARCH AREA
****************************************************************************/

table#searchArea {
	width:100%;
	padding:0px;
	margin:1em auto 0.5em auto;
	height:30px;
	font-size:12px;
}

table#searchArea td {
	padding:4px 10px 4px 10px;
	background:url(/resources/images/_layout/_search/searchBG.jpg) top left repeat-x transparent;
}

table#searchArea td.first {
	background:url(/resources/images/_layout/_search/searchLeft.jpg) top left no-repeat transparent;
	padding:4px 0px 4px 10px;
	width:46px;
}

table#searchArea  td.second {
	width:100px;
}

table#searchArea  td.last {
	background:url(/resources/images/_layout/_search/searchRight.jpg) top right no-repeat transparent;
	width:85px;
}

table#searchArea  td.last a {
	font-weight:bold;
}

/****************************************************************************
* SEARCH FORM
****************************************************************************/
table.searchForm {
	font-size:0.9em;
}

table.searchForm th {
	text-align:left;
	white-space:nowrap;
	width:170px;
	vertical-align:middle;
}

#mainCol  table.searchForm h3 {
	margin:0.6em 0pt 0pt;
}

#mainCol  table.searchForm td, #mainCol  table.searchForm th {
	padding-top:0.2em;
	padding-bottom:0.2em
}

tr.final td {
	border-top:2px solid #ccc;
	padding-top:0.6em;
}

.resultTab {
	margin-bottom:1.5em;
}



table.searchResult thead th {
	background-color:#f2f2f4;
	border-bottom:1px solid #ccc;
	text-align:center;
	padding:0 0.8em;
}

table.searchResult tbody td {
	padding-top:0.4em;
	padding-bottom:1em;

}

table.searchResult  td.result {
	text-align:center;
	vertical-align:top
}

table.searchResult a {
	background:transparent url(/resources/images/dialogs/modalDivTitle.gif) no-repeat scroll 2px 1px;
	color:#193866;
	display:block;
	font-weight:bold;
	padding-bottom:0.3em;
	padding-left:22px;
}
/****************************************************************************
* FORMS
****************************************************************************/
label.buttonLabel, #logContent label.buttonLabel  {
	display:none;
}

input.button {
	background:url(/resources/images/_layout/bgButtons.gif) top left repeat #ccc;
	padding:0pt 0.8em;
}

input.button:hover {
	background:url(/resources/images/_layout/bgButtonsHover.gif) top left repeat #ccc;
	cursor:pointer;
}


table.form {
	font-size:0.9em;
	margin:1.5em 0;
}

table.form th {
	text-align:left
}

/****************************************************************************
* MENU INTERN
****************************************************************************/
.internMenu {
	margin-bottom:2em;
}

.internMenu li {
	font-size:0.9em;
	margin-left:0em;
	padding-left:1em;
	line-height:160%;
	list-style:none;
	background:url(/resources/images/_bullets/internMenu.gif) 0px 7px  no-repeat transparent;
}


/****************************************************************************
* ACH RULE READER
****************************************************************************/
select#toc {width:236px }

#faqs {
margin-top:10px;
}
#treeContainer, #faqContainer {
	margin-top:0.8em;
	border: 1px solid #ccc;
	background-color:#fff;
	overflow-x:hidden;
	overflow-y:auto;
	 overflow:auto
}


#treeContainer table td {
	font-size:12px;
	padding-bottom:4px;
	padding-right:2px;
}

#faqContainer ol {
	font-size:12px;
	padding:3px 5px;
		margin-left:25px;
	list-style:oustide armenian

}

#faqContainer ol li {
	padding-bottom:10px;
}

.Loading {	
	background-color:#ccc;
	color:#000;
	font-weight: bold;
	text-align:center;
	padding-top:20px;
}

iframe {
	border:0px solid #CCCCCC;
	width:99.4%;
	border:1px solid #ccc;
	overflow-x:hidden;
}

#frameTools {
	margin:0.5em 0pt;

}

a#bookmark, a#newWindow {
	background:url(/resources/images/_bullets/bookmark.gif) top left transparent no-repeat;
	background-position:0px 4px;
	padding-left:15px;
	text-decoration:none;
	color:#333;
}

a#newWindow {
	background:url(/resources/images/_bullets/openNewWindow.gif) top left transparent no-repeat;
	background-position:0px 4px;
	margin-left:1.5em
}


#mainTable {
	margin-top:1.5em;

}

#mainTable td {
	 vertical-align:top;
}

#mainTable td.mainCol {
	padding-left:20px;
}


#mainTable td.firstCol {
	background-color:#F2F2F4;
	border:1px solid #E6E6E6;
	padding:0.5em 5px;
	width:236px;
}

#mainTable td.firstCol h2 {
	background:transparent url(/resources/images/_layout/h2Col.jpg) no-repeat scroll 0px 3px;
	border-bottom:2px solid #18335F;
	color:#18335F;
	font-size:1.1em;
	font-weight:normal;
	margin-bottom:0.8em;
	padding-left:22px;
}


#faqContainer {border:1px solid #ccc; width:233px; margin-left:5px; margin-top:5px; overflow:auto}

.error {
color:red;
}