﻿.flt-left {
    float: left;
}
.flt-right {
    float: right;
}
.clear {
    clear: both;
}

iframe {
	border-width: 1px;
	border-style: solid;
	border-color: #131313 #ccc #ccc #131313;
}

.timeout-warning {
    background-color: #FF3700;
    color: #fff;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0px;
    z-index: 1000;
    display: none;
}

.timeout-warning a {
    color: #fff;
}

.timeout-warning-offsetter {
    background-color: #FF3700;
    color: white;
    width: 100%;
    text-align: center;
    top: 0px;
    z-index: 1000;
    display: none;
}

.timeout-warning div, .timeout-warning-offsetter div {
    padding: 8px 0;
    border: 5px double #fff;
}

header 
{
    margin-top: 25px;
    padding-top: 12px;
}

header>h1 
{
    padding-bottom: 20px;
    margin: 0px auto;
    width: 960px;
}

#member-nav 
{
    position: absolute;
    background: #000 url(../_images/member-bar-bg.png) center repeat-x;
    color: #fff;
    font-size: 10pt;
    top: -25px;
    width: 100%;
    border-bottom: 1px solid #000;
}

#member-nav h2 
{
    font-size: 10pt;
    font-weight: normal;
    margin: 0;
    float: left;
    padding: 10px;
}

#member-nav>ul 
{
    float: right;
    border-left: 1px solid #000;
}

#member-nav>ul>li 
{
    float: left;
    padding: 10px 0px;
    position: relative;
    border-right: 1px solid #000;
    border-left: 1px solid #444;
}

#member-nav>ul>li.imagelink
{
    padding: 0px;
    border: none;
}

#member-nav>ul>li a 
{
    color: #EEE;
    text-decoration: none;
    padding: 10px 15px;
    font-weight: normal;
}

#member-nav>ul>li a.imagelink 
{
    padding: 0px 10px;
}

#member-nav>ul>li #ctl00_lnkLogout, #member-nav>ul>li #ctl00_ctl00_lnkLogout 
{
    background: #500 url(../_images/member-bar-logout-bg.png) center repeat-x;
}

#member-nav>ul>li .badge 
{
    background: #f00 url(../_images/badge-bg.png) 0px -1px repeat-x;
    color: #fff;
    font-size: 7pt;
    position: relative;
    top: -7px;
    right: 3px;
    padding: 1px 4px;
    font-weight: bold;
    border-radius: 14px;
    text-align: center;
    border: 2px solid #fff;
}

/* Webadmin drop down menu */
li.nested-menu {
    position: relative;
    cursor: pointer;
}
li.nested-menu ul {
    display: block;
    position: absolute;
    left: 0;
    top: -999px;
    background-color: #222;
    color: #fff;
    z-index: 500;
}
li.nested-menu.active ul {
    left: 0;
    top: 36px;
}
li.nested-menu.active li {
    white-space: nowrap;
    border-top: 1px solid black;
}
li.nested-menu.active li a {
    display: block;
    padding: 4px 6px;
}
li.nested-menu.active li a:hover, ul li.nested-menu ul li.nested-menu:hover {
    background: url(../_images/nested-menu-hover-bg.png) repeat-x;
}

li.nested-menu ul li.nested-menu {
	padding: 1em;
}

ul li.nested-menu ul li.nested-menu ul {
	display: block;
    position: absolute;
    left: 0;
    top: -999px;
    background-color: #222;
    color: #fff;
    z-index: 500;
}

li.nested-menu.active ul li.nested-menu:hover ul {
	left: -209px;
	top: 0;
}

li.nested-menu.active ul li.nested-menu li a {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

#main-nav 
{
    margin: 0px auto;
    width: 960px;
}

#main-nav li
{
    float: left;
    margin-right: 1px;
    padding: 8px 0;
}

#main-nav li a 
{
    text-decoration: none;
    font-weight: bold;
    font-size: 10pt;
    padding: 8px 15px;
}

#main-nav a.active 
{
    background: #fff;
}

#main-nav li.active {
    position: relative;
    z-index: 5;
}

#main-nav li.active a 
{
    color: #000;
}

#content, #info {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

#content span[id*="lblError"] p {
    margin: 30px;
}

#account-list {
    width: 265px;
    border-right: 1px solid #ccc;
    float: left;
}

#account-list.narrow {
    /*width: 195px;*/
}

#account-list>h1 {
    background: url(../_images/account-list-base-bg.png) repeat-x;
    color: #3B3B3B;
    padding: 4px 8px;
    margin: 0px;
    font-size: 12pt;
    font-weight: normal;
    position: relative;
}

#account-list>h1>a.button {
    position:absolute;
    right:0px;
    top:0px;
    /*border: 1px solid #777;
    background-color: rgba(0, 0, 0, .1);*/
    min-width: 16px;
    height: 16px;
    display: block;
    padding: 4px;
    color: #222;
    text-decoration: none;
    font-size: 9pt;
}

#account-list>h1>a.button>img {
    vertical-align: bottom;
}

#account-list>ul {
    float: left;
    width: 100%;
}

#account-list>ul>li.base-account {
    position: relative;
    background: url(../_images/account-list-base-bg.png) repeat-x;
}

#account-list li.delinquent { color: #a00; }
#account-list li.delinquent.selected { color: #f99; }

li.base-account>span {
    color: #3B3B3B; 
    display: block;
    padding: 8px 8px 8px 30px; 
    font-size:14pt;
    font-weight:bold;
    text-shadow: 1px 1px 0px #eee;
}


li.base-account>a.toggle {
    position:absolute;
    left:8px;
    top:10px;
    width: 16px;
    height: 16px;
    display: block;
}

li.base-account>a.expanded {
    background: transparent url(../_images/arrow-expanded.png) top left no-repeat;
}

li.base-account>a.collapsed {
    background: transparent url(../_images/arrow-collapsed.png) top left no-repeat;
}

li.base-account > ul.account-list.expanded {
    display: block;
}

li.base-account > ul.account-list.collapsed {
    display: none;
}


li.base-account>a.button, li.base-account > div.account-services-button {
    position:absolute;
    right:3px;
    top:4px;
    display: inline;
}

li.base-account .account-menu {
    display: none;
}

li.base-account>ul {
    position:relative;
    font-weight:normal;
    font-size:11pt;
    background:#fff;
}

li.account-grouping {
    
}

li.account-grouping>span {
    display:block;
    border-bottom: 1px solid #ccc;
    padding:2px 4px;
    font-style:italic;
    background-color: #dee5ed;
    font-size:10pt;
}

li.account-grouping>ul {
    /*background-color: #dee5ed;*/
}

li.account-grouping .suffix-balance {
    float: right;
}

#account-list.narrow li.account-suffix .suffix-balance {
    display: none;
}

#account-list.narrow li.account-grouping .suffix-balance {
    display: none;
}

li.account-suffix {
    padding: 6px;
    position: relative;
    line-height: 175%;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    cursor: pointer;
}

#account-list.locked li.account-suffix {
    cursor: auto;
}

li.account-suffix.selected {
    background-color: #3875D7;
    color: #fff;
}

li.account-suffix span.suffix-name {
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 175px;
    white-space: nowrap
}

li.account-suffix span.suffix-balance {
    float: right;
}

#account-home {
    width: 100%;
}

span.welcome-message {
    font-size: 12pt;
    font-weight: normal;
    position: relative;
    display: block;
}

ul.welcome-message {
    margin: 5px 0 0 10px;
    font-size: 10pt;
    padding-bottom: 20px;
}

ul.welcome-message li {
    margin: 3px 0;
}

div.notice-panel > div {
    padding: 6px;
}

div.notice-panel > div > img {
    float: left;
    vertical-align: text-bottom;
}

div.notice-panel > div > div {
    margin-left: 25px;
}

.marketing-container {
    padding: 0 0 20px 0;
}

.action-box {
    display: block;
    float: left;
    height: 100px;
    width: 250px;
    overflow: hidden;
    font-size: 25pt;
    color: White;
    background-color: #b2d7f1;
    border-radius: 12px;
    text-decoration: none;
    margin: 33px 33px 0px 33px;
    padding: 15px;
}

#main-window {
    position: relative;
    margin: 0px 0 0 40px;
}

#main-window.double-padded {
    margin: 0 40px;
    padding: 20px 0 40px 0;
}

#main-window.with-sidebar {
    margin-left: 265px;
    border-left: 1px solid #ccc;
}

#main-window div.padded {
    padding: 10px 0 20px 20px;
}

#main-window div.wizard {
    background: url(../_images/form-sidebar.png) repeat-y right top;
    padding: 5px 0 0 0;
}

#main-window div.wizard h1, #main-window div.wizard h2 {
    padding-left: 15px;
}

#main-window.raw-form div.wizard h1, #main-window.raw-form div.wizard h2 {
    padding-left: 30px;
    padding-top: 20px;
}

#main-window div.wizard h1 a {
    float: right;
    margin-right: 7px;
    font-size: 9pt;
    padding: 3px;
    width: 217px;
}

#main-window div.wizard h1 a img {
    vertical-align: bottom;
}

.create-account-prompts {
    margin: -25px -25px 25px -25px;
    text-align: right;
    padding: 3px;
    border: none !important;
}

#account-home-quick-links li {
    font-size: 10pt;
    margin: 5px 0 5px 15px;
}

#transaction-history {
    background-color: #DFE4EA;
}

#transaction-history h1 {
    text-align: left;
    font-size: 18pt;
    margin: 0px;
    color: #000;
    /*text-shadow: 1px 1px 0px #eee;*/
}

#transaction-history h1 input[type="text"] {
    font-size: 18pt;
    font-weight: bold;
}

#ctl00_main_lnkRenameAccount, #ctl00_main_lnkDoRenameAccount {
    vertical-align: top;
}

#history-viewer {
    background-color: #fff;
    margin-right: 195px;
    padding: 16px;
}

.loading-box {
    background-color: #d8d8d8;
    text-align: center;
    padding: 20px;
}

table.history {
    padding-top: 20px;
    width: 100%;
    table-layout: fixed;
}

table.history th#trans-date {
    width: 65px;
}

table.history th#trans-amount {
    width: 85px;
}

table.history th#trans-balance {
    width: 85px;
}

table td.right, table th.right {
    text-align: right;
}

table.history th, table.history td {
    padding: 4px;
    vertical-align: top;
}

table.history td {
    font-size: 10pt;
}

table.history .tiny {
    font-size: 8pt;
}

table.history .tiny span {
    display: inline-block;
    padding-right: 7px;
    word-wrap: break-word;
    max-width: 250px;
}

table.history div.subdescription {
    max-width: 260px;
    overflow: hidden;
}

table.history .checkImageButton {
    cursor: pointer;
    vertical-align: bottom;
}

table.history tbody tr.pending {
    background-color: #FFEDC1;
    color: #8e0000;
}

table.history tr.reconciled {
    background-color: #c0ffbc;
}

table.history tr.reconciled:nth-child(2n) {
    background-color: #c0ffbc;
}

table.history tr.reconciled:nth-child(2n+1) {
    background-color: #aee8ab;
}

table.history td.reconcile, table.history th.reconcile {
    display: none;
    width: 16px;
}

table.history tr.clickable {
    cursor: default;
}

#history-navigation {
    text-align: right;
    padding: 5px 0;
}

#transaction-history-tools {
    float: right;
    padding: 10px;
    width: 175px;
    margin-left: 10px;
    font-size: 10pt;
    min-height: 485px;
}

#transaction-history-tools h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11pt;
    padding-bottom: 4px;
}

#transaction-history-tools li {
    font-size: 9pt;
    margin-left: 10px;
    padding: 0 0 2px 0;
}

#transaction-history-tools li img {
    vertical-align: text-bottom;
}

#account-tools {
    padding-bottom: 10px;
}
#account-tools ul {
    padding-bottom: 10px;
}

#history-search {
    margin-bottom: 20px;
}

#history-search>div>div {
    padding: 3px 0 0 10px;
    line-height: 13pt;
    font-size: 9pt;
}

#history-search>div#search-by-type {
    padding-left: 10px;
}

#history-search>div label {
    display: inline-block;
    min-width: 45px;
    text-align: right;
}

#account-info {
    position: relative;
}

.account-info {
    padding-top: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 34px;
}

.account-info li {
    float: left;
    width: 25%;
    font-size: 12pt;
}

.account-info li label {
    display: block;
    text-transform: uppercase;
    font-size: 9pt;
    font-weight: bold;
}

#account-info label.checkbox {
    position: absolute;
    top: 10px;
    right: 0px;
}

#account-details>div {
    padding: 0 0 10px 0;
    overflow: hidden;
}

#account-details>div>ul {
    float: left;
    width: 50%;
    font-size: 8pt;
}

#account-details>div>ul>li:first-child {
    display: block;
    text-transform: uppercase;
    font-size: 9pt;
    font-weight: bold;
}

#account-details>div>ul>li>label {
    display: inline-block;
    width: 115px;
    text-align: left;
    padding-right: 3px;
}

#points-program {
    border: 1px solid #ccc;
    border-radius: 5px; 
    padding: 10px; 
    margin: 0 -10px 20px;
    position: relative;
}

#points-load-blocker {
    position: absolute; 
    width: 100%; 
    height: 100%; 
    background-color: #eee;
    top: 0;
    left: 0;
    z-index: 1000;
}

#points-load-blocker > div {
    width: 100%; 
    text-align: center;
    top: 41%;
    position: relative;
}

#points-program-site-transfer {
    background-color: #2571ad;
    color: #fff;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #444;
    box-shadow: 0 1px #aaa inset;
    position: relative;
    top: -3px;
    float: right;
    z-index: 2;
    cursor: pointer;
}

table#tax-info {
    width: 100%;
}

table#tax-info td, table#tax-info th {
    padding: 4px;
}

table#tax-info th {
    text-align: left;
}

table#tax-info th[align=right] {
    text-align: right;
}

table#tax-info th[align=center] {
    text-align: center;
}

#transfer-toolbar {
    text-align: right;
}

#transfer-toolbar a {
    margin: 2px;
}

#transfer-toolbar a img {
    vertical-align: text-bottom;
}

table#recurring-transfer-list {
    width: 100%;
}

table#recurring-transfer-list th, table#recurring-transfer-list td {
    padding: 4px;
}

table#recurring-transfer-list th.from-account, table#recurring-transfer-list td.from-account { padding-left: 35px; }
table#recurring-transfer-list th.amount, table#recurring-transfer-list td.amount { text-align: right; }
table#recurring-transfer-list th.next-transfer, table#recurring-transfer-list td.next-transfer { text-align: right; }
table#recurring-transfer-list th.tools { width: 80px; }

#recurring-transfer-container {
    overflow: hidden;
}

#account-base-selector {
    width: 150px;
    border-right: 1px solid #ccc;
    position: absolute;
    z-index: 30;
}

#account-base-selector + #main-window {
    margin-left: 150px;
}

#account-base-selector ul {
    width: 150px;
    position: relative;
    overflow: visible;
}

#account-base-selector li {
    cursor: pointer;
    padding: 10px 15px;
    font-size: 18pt;
}

#account-base-selector li.active {
    cursor: default;
    width: 140px;
    color: #fff;
    background: url(../_images/account-base-selector-arrow.png) no-repeat right;
}

#statement #actionLinks li {
    float: left;
    padding: 0 15px 15px 0;
}

#documents-toolbar {
    text-align: center;
}

#documents-toolbar label {
    margin: 2px 0;
}

#documents-toolbar label img {
    vertical-align: text-bottom;
}

#notices-container-inner {
    padding: 6px 20px;
    min-height: 400px;
}

#notices-list {
    margin: 0 260px 0 0;
}

table#notices {
    width: 100%;
}

table#notices th, table#notices td {
    padding: 4px;
}

table#notices tr.status-true td {
    font-weight: bold;
}

table#alerts-list {
    width: 100%;
}

table#alerts-list th, table#alerts-list td {
    padding: 4px;
}

#ctl00_main_lblDeliveryLocation {
   display: block;
   text-align: center;
   font-size: 9pt;
   padding: 8px 0;
}

#accordion .wizard .form-row .description {
    width: 300px;
    font-size: 8pt;
}

#accordion .wizard .form-row .form-text {
    padding-right: 315px;
}

#main-window #accordion .form-row.error {
    margin-right: 315px;
}

#main-window #accordion div.nav {
    padding-right: 315px;
}

#main-window #accordion div.wizard {
    background: url(../_images/form-sidebar-wide.png) repeat-y right top;
    border-top: 1px solid #ccc;
    padding: 5px 0 0 0;
}

#ulApplicationList li {
    margin: 7px 0 7px 20px;
}

#account-sorter {
    border: 1px solid #ccc;
    padding: 4px;
}

#account-sorter li {
    margin: 3px;
    padding: 4px;
    font-size: 12pt;
    cursor: move;
}

#account-sorter li span {
    float: left;
}

.help {
    cursor: help;
    vertical-align: text-top;
}

table.BranchDirectories
{
	width:100%;
	background-color:white;
	color:black;
	border-spacing: 1px;
	border-collapse: separate;
}

table.BranchDirectories tr:nth-child(even) {background-color: #f0f0f0;}
table.BranchDirectories tr:nth-child(odd) {background-color: #e0e0e0;}
table.BranchDirectories td:nth-child(1) {width:35%;padding: 4px;}
table.BranchDirectories td:nth-child(2) {width:65%;padding: 4px;}

table.GVnewmember
{
	width:100%;
    margin: 0px 0px;
    padding: 0px 20px 0px 0px;
	background-color:white;
	color:black;
	border-spacing: 1px;
	border-collapse: separate;
}

table.GVnewmember th {background-color: #000;color:#fff;padding: 4px;}
table.GVnewmember tr {}
table.GVnewmember td {padding: 4px;}
table.GVnewmember td:nth-child(1) {width:25%;}
table.GVnewmember td:nth-child(2) {width:25%;}
table.GVnewmember td:nth-child(3) {width:5%;}
table.GVnewmember td:nth-child(4) {width:5%;}
table.GVnewmember td:nth-child(5) {width:25%;}
table.GVnewmember td:nth-child(6) {width:5%;}
table.GVnewmemberRows tr:nth-child(even) {background-color: #f0f0f0;}
table.GVnewmemberRows tr:nth-child(odd) {background-color: #e0e0e0;}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.ajax-loader {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   ajax-loader element will be visible */
body.loading .ajax-loader {
    display: block;
}
.form-row.all-forza-users div {
	display: inline-block;
}
.all-forza-users {
	width: 63%;
	text-align: right;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.include-joint-owners {
	margin-left: 1em;
}

.new-member-config {
	padding-top: 2em;
}

.new-member-config h2 {
	padding-bottom: 10px;
}

#ctl00_ContentPlaceHolder1_dlstDisclosureList table {
	width: 100%;
}

.new-member-config #applicant .form-row fieldset .form-row {
	display: inline-block;
	padding: 1em !important;
}

.new-member-config #applicant .form-row fieldset {
	border: 1px solid #cccccc;
    background-color: #fbfbfb;
}

.new-member-config #joint .form-row fieldset .form-row {
	display: inline-block;
	padding: 1em !important;
}

.new-member-config #joint .form-row fieldset {
	border: 1px solid #cccccc;
    background-color: #fbfbfb;
}

.new-member-config #beneficiary .form-row fieldset .form-row {
	display: inline-block;
	padding: 1em !important;
}

.new-member-config #beneficiary .form-row fieldset {
	border: 1px solid #cccccc;
    background-color: #fbfbfb;
}

#ctl00_main_wizNewMembershipApplication {
	background: none !important;
}

#ctl00_main_wizNewMembershipApplication input[type="text"], #ctl00_main_wizNewMembershipApplication input[type="password"] {
	width: 25%;
}

.new-membership-app div.nav {
	background: none !important;
	padding: 1em 0 !important;
}

#ctl00_main_wizNewMembershipApplication fieldset {
	border: 1px solid #cccccc;
	margin: 0 !important;
	width: 97%;
	padding-top: 1em;
}

#ctl00_main_wizNewMembershipApplication fieldset legend {
	padding: 0 !important;
}

/* New Membership Application Beneficiary gridview */
.GridViewStyle
{
	width: 100%;
}

.GridViewStyle a
{

}

.GridViewHeaderStyle th
{
	font-weight: bold;
}

.GridViewHeaderStyle
{
    
}

.GridViewFooterStyle
{
    font-weight: bold;
}

.GridViewRowStyle
{
}

.GridViewAlternatingRowStyle
{
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    border: 1px solid #EBE9ED;
}

.GridViewSelectedRowStyle
{
    font-weight: bold;
}

.GridViewPagerStyle
{
    background-color: #284775;
    color: #FFFFFF;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}


