﻿/* begin reset elements */

/* begin common layout elements */

body {
	font: normal 12px/1.3 Arial, Helvetica, Verdana, sans-serif;
	text-shadow: 0 0 0 #000;  
}

h1 {
	font-size: 18px;
	padding: .5em 0 .5em 0;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 .6em 0;
}
h3 {
	font-weight: bold;
	padding: .5em 0 .75em 0;
}
h4 {
	font-weight: bold;
	padding: .5em 0 .25em 0;
}

blockquote, p { padding: 0 0 .75em 0; }

sup {
	font-size: .8em;
	position: relative;
	top: 0;
	vertical-align: baseline;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
	padding-top: 0;
}


/* begin anchor elements */
 
a:link {
	color: #015586;  
	text-decoration: none;
}
a:visited { 
	color: #015586;   
	text-decoration: none;
}
a:hover {
	color: #015586;    
	text-decoration: underline;
}

a.button {
  color: White;
	text-decoration: none;
	margin: 0;
}

/* begin standard form elements */

input, select, button, textarea {
	color: #111;
	font-size: 11px; 
}
  

/* begin list elements */

.list_decimal {
	list-style-type: decimal;
	margin-left: 2em;
	padding-bottom: .75em;
}

.list_disc {
	list-style-image:url(../img/icons/red_list_checkmark.png);
	margin-left: 2em; 
	padding-bottom: .75em;
}

.list_disc-A {
	margin-left: 2em; 
	padding-bottom: .75em;
}

.list_disc-B 
{
    list-style-image:none;
    list-style-type:disc;
	margin-left: 2em; 
	padding-bottom: .75em;
}

.list_pdf {
	padding-bottom: .75em;
}
.list_pdf li {
	background: transparent url("../img/icons/icon_pdf.png") no-repeat 0 0;    
	line-height: 15px;  
	padding: 0 0 11px 30px;
}
.list_pdf li .date {
	font-weight: bold;
}


/* begin inner column elements */

.column {
	display: block;
	float: left;
}

.inner_cols {
	clear: both;
	float: none;
}
.inner_col_30 {
	padding-right: 1%;
	width: 32%;
}
.inner_col_50 {
	padding-right: 3%;
	width: 30%;
}



/* begin layout elements */

#frame {
	background: #fff;
	color: #111;
	width: 900px;
}
#frame .rnd_top {
	background: transparent url("../img/frame_rnd_top.png") no-repeat 0 0;
	padding-top: 16px;
	width: 900px;
}
#frame .rnd_bot {
	background: transparent url("../img/frame_rnd_bot.png") no-repeat 0 100%;
	padding-bottom: 16px;
	width: 900px;
}
#frame .rnd_inr {
	padding: 0 16px;
	width: 868px;
}

#main {
	width: 868px;
}


/* begin top_util elements */

#top_util {
	height: 17px;
	padding: 14px 0 11px 0;
	width: 900px;
}

#top_util a:link, 
#top_util a:visited, 
#top_util a:hover {
	color: #fc0;
	text-decoration: none;
}

#top_util_text {
	float: left;
	height: 17px;
	padding: 0 15px 0 0;
	text-align: right;
	width: 757px;
}
#top_util_login, #top_util_logout {
	float: left;
	height: 22px;
	width: 110px;
}

#top_util_login a {
	background: transparent url("../img/top_util_login.png") no-repeat 0 0;
	display: block;
	height: 22px;
	line-height: 25px;
	margin: 0;
	padding: 0;  
	text-indent: -1000em;
	width: 110px;
}

#top_util_logout a {
	background: transparent url("../img/customerlogout.png") no-repeat 0 0;
	display: block;
	height: 22px;
	line-height: 25px;    
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	width: 110px;  
}

#top_util_search {
    display: none;
}
/*
#top_util_search {
	float: left;
	height: 17px;
	width: 127px;
}

#top_util_search #search {
	background: transparent url("../img/top_util_search_bg.png") no-repeat 0 0;
	border: none;
	color: #666;
	font: normal 11px/13px Arial, Helvetica, Verdana, sans-serif;
	height: 17px;
	margin: 0;
	padding: 2px 2px 2px 20px;
	width: 105px;
}
*/

/* begin header elements */

#header {
	background: #f5a818 url("../img/header_bg.png") no-repeat 0 0;  
	height: 56px;
	width: 867px;
}

#header_logo {
	float: left;
	height: 56px;
	width: 267px;
}
#header_logo a {
	display: block;
	height: 56px;
	text-indent: -999em;
	width: 267px;
}


/* begin header nav elements */

#header_nav {
	float: left;
	height: 56px;
	width: 600px;
}

/* Orange header */
#orange_header {  
	color:#f58604;        
	font-weight:bold;  
}

#orange_header2{
	color: #f58604;
	font-weight:bold;
	font-size:16pt;
}


#orange_header_link a:link, 
#orange_header_link a:visited {
	color:#f58604;
	font-weight:bold;
	text-decoration: none;    
}

#orange_header_link a:hover {
	color:#f58604;
	font-weight:bold;
}

/* begin sub_header elements */

#sub_header {
	background: #fafafa url("../img/sprites_bg.png") repeat-x 0 -100px;
	border: 1px solid #dadada;
	height: 43px;
	line-height: 43px;
	margin: 11px 0 16px 0;
	width: 865px;
}

#sub_header_left {
	float: left;
	height: 43px;
	padding: 0 0 0 16px;
	width: 195px;
}
#sub_header_left a:link, 
#sub_header_left a:visited, 
#sub_header_left a:hover {
	color: #111;
	text-decoration: none;
}
#sub_header_left img {
	vertical-align: middle;
}

#sub_header_center {
	background: transparent url("../img/sprites_bg.png") no-repeat 0 -200px;  
	float: left;
	height: 43px;
	padding: 0 0 0 12px;
	width: 342px;
}
#sub_header_center img {
	padding-top: 2px;
}

#sub_header_right {
	float: left;
	height: 43px;
	padding: 0 16px 0 0;
	text-align: right;  
	width: 284px;
}

#sub_header_title {
	font-size: 16px;
}


/* begin footer elements */

#footer {
	background: #000;
	color: #aaa;
	font-size: 11px;
	margin: 11px 0;
	width: 900px;
}
#footer .rnd_top {
	background: transparent url("../img/footer_rnd_top.png") no-repeat 0 0;
	padding-top: 12px;
	width: 900px;
}
#footer .rnd_bot {
	background: transparent url("../img/footer_rnd_bot.png") no-repeat 0 100%;
	padding-bottom: 12px;
	width: 900px;
}
#footer .rnd_inr {
	padding: 0 24px;
	width: 852px;
}

#footer_copy {
	float: left;
	width: 200px;
}
#footer_nav {
	background: transparent url("../img/tagline_footer.png") no-repeat center right;
	float: left;
	width: 652px;
}

#footer_nav ul {
	display: block;
	width: 350px;
}
#footer_nav ul li {
	display: block;
	float: left;
	height: 15px;
	line-height: 15px;
	margin: 0 0 7px 0;
	width: 175px;
}

#footer_nav a:link, 
#footer_nav a:visited, 
#footer_nav a:hover {
	color: #fc0;
}


/* begin content elements */

#left_content {
	float: left;
	padding: 0 20px 20px 0;
	width: 204px;
}
#center_content {
	float: left;
	padding: 0 0 20px 0;
	width: 440px; 
	font-size: 13px;
}
#right_content {
	float: left;
	padding: 0 0 20px 20px;
	width: 184px;
}   

#right_content2 {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 250px;  
}   

#center_content .intro {
	font: normal 14px/1.7 Arial, Helvetica, Verdana, sans-serif;
}
#center_content .intro h1 {
	color: #000;
}

#center_content a:link,
#center_content a:visited,
#center_content a:hover {
	text-decoration: underline;
}


/* begin table elements */

.std_table {
	margin: 0 0 1em 0;
	width: 100%;
}
.std_table thead th {
	/*background: transparent url("../img/sprites_bg.png") repeat-x 0 -2100px;*/
	border: 1px solid #c9c9c9;
	border-width: 1px 0;
	font-weight: bold;
	padding: 8px;
	vertical-align: middle;
	white-space: nowrap;
}
.std_table td {
	border-bottom: 1px solid #c9c9c9;
	padding: 8px;
	vertical-align: middle;
}
.std_table tfoot td {
	border-bottom: none;
}
.std_table .alt td {
	/*background: #fcfcfc url("../img/sprites_bg.png") repeat-x 0 -1050px;*/
}

/* begin misc elements */

.util_contact .obfmail_icon {
	padding: 0 0 0 3px;
}

.action_button { padding: 0 0 .75em 0; }

.border_top {
	border-top: 1px solid #c9c9c9;
	padding-top: .5em !important;
}

.bread_crumb { font-size: 11px; }
.bread_crumb a {
	background: transparent url("../img/icons/sprites.png") no-repeat 100% -96px;   
	padding: 0 16px 0 0;
}
.exec_photo {
	padding: 0 0 5px 5px;
}

.hilite { color: #ed242b; }
.bold { font-weight: bold; }

.float_left { float: left; }
.float_right { float: right; }

.img_block {
	display: block;
	float: none;
}
.img_left { float: left; }
.img_right { float: right; }

img.img_border,
.img_border img {
	border: 1px solid #555;
}

.indent {
	padding-left: 2em;
}

.large {
	font-size: 1.2em;
}

.more_link {
	/*background: transparent url("../img/icons/sprites.png") no-repeat 100% -145px;*/
	padding: 0 15px 0 0;
	white-space: nowrap;
}
.nopad { padding: 0 !important; }


/* begin clearing the elements */

.box_content:after,
.column:after,
.rnd_inr:after,
#frame:after,
#main:after,
#content:after,
#footer:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Normalize overrides */
/*
#form1 button,
#form1 input,
#form1 optgroup,
#form1 select,
#form1 textarea {
  padding: 0;
  height: 1.5em;
  display: inline;
}

#form1 table {
  border: 0 none;
  width: 100%;
}
*/

input[type="file"],
input[type="checkbox"],
input[type="radio"],
#form1 input[type="text"], 
#form1 input[type="password"],
#form1 select {
  height: auto;
  padding: 0 15px 0 0;
  margin: 0;
  width: auto;
}

#form1 select {
  padding: 0 2px 0 0;
}

#form1 input[type="text"], 
#form1 input[type="password"] {
  display: inline-block;    
}

/* alignment classes */

.right {
    text-align:right;
}

.fright {
    float:right;
}

.fleft {
    float:left;
}

.fnone {
    float:none;
}

.vertcenter 
{   
    margin-top: 9px;
/*
    position: relative; 
    top: 25%; 
*/
}    

.horzcenter
{
	text-align: center;
}

.center 
{
    margin-left: auto;
    margin-right: auto;
}        

.wrap
{
    white-space: normal;
}

.nodisplay 
{
    display: none;
}

.novisible
{
    visibility: hidden;
}

.empty div
{
    padding: 0px;
    border: 0px;
    margin: 0px;
}

/* basic color classes */
.trans 
{
    font-size: 0px;
    /*
	zoom: 1;
	filter: alpha(opacity=00);
	opacity: 0.0;
*/
}

.red {
    color: #FF0000;
}

/* button classes */
#form1 .button {
  margin: 0;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#form1 .button:hover {
	text-decoration: none;
}

#form1 .button:active {
	position: relative;
	top: 1px;
}

#form1 .bigbutton {
  margin: 0;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
  border: 1px solid #606060;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	padding: 8px 16px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#form1 .bigbutton:hover {
	text-decoration: none;
}

#form1 .bigbutton:active {
	position: relative;
	top: 1px;
}


#form1 .pad2px {
  padding: 2px 0px;
}

#form1 .padtop2px {
  margin-top: 4px;
}

#wrapper {
  text-align: center;
}

#wrapper .blockcontent {
  display: inline-block;
  text-align: left;
}

#form1 {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

#form1 div .center {
  margin-left: auto;
  margin-right: auto;
}

#form1 #DataDiv {
/*
  margin-left: auto;
  margin-right: auto;
  width: 950px !important; */
}

#form1 #HeaderDiv {
/*
  margin-left: auto;
  margin-right: auto;
  width: 950px !important; */
}

#form1 table tr:nth-of-type(2n) {
    background-color: inherit !important;
}

#form1 .thfade {
	color: #fff;
	border: none;
 	margin: 3px;
	height: 26px;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
}

/*
#form1 .headerfade tr,
#HeaderDiv .headerfade tr {
    background-image: url("../../img/popup-blue.png");
    background-size: 100% 100%;
    border: 1px solid black;
}
*/

#form1 .headerfade th a:link,
#form1 .headerfade th {
    color: white;
    font-weight: bold;
    font-size: inherit;
    vertical-align: bottom;
    white-space: nowrap;
}

#form1 .headerfade th {
    border: 1px solid black;
    padding: 2px;
}

#form1 .headerfade th .horzcenter {
    text-align: center;
}

#form1 .headerfade td {
    background-color: White;
    background-image: none;
    border: 1px solid black;
    white-space: nowrap;
    height: 24px;
}

#form1 #ContentPlaceHolder1_Panel4 {
    background-color: #F8991D;
    background-image: none;
}

#form1 #ContentPlaceHolder1_ReviewButton {
  margin-top: 8px;
}

#form1 *, *:before, *:after {
    -moz-box-sizing: content-box;
}

#HeaderDiv table tr th, 
#HeaderDiv table tr td {
  font-size: 1em;
}

#DataDiv table tr th, 
#DataDiv table tr td {
  font-size: 1em;
}

#form1 table {
  margin-bottom: auto;
}

#form1 td, 
#form1 th {
    padding: 1px 2px;
    font-size: inherit;   
    text-align: left;
}

#DebugPanel table
{
  background-color: inherit; 
  color: inherit;
  border: 0 none;
  margin-bottom: 0;
}

#DebugPanel table tr th, 
#DebugPanel table tr td
{
  color: inherit;
  font-size: inherit;
}

#DebugPanel table tr td
{
  text-align: left; 
  padding: 2px 4px;
}

#form1 .colbutton {
  padding: 0;
}

#form1 .show,
#form1 .unhide
{
    background-image: url("../img/show.png");
}

#form1 .trans {
    font-size: 0;
}

#form1 .right
{
	text-align: right;
  float: inherit !important;	
}

.horzcenter,
#form1 .horzcenter,
#form1 th .horzcenter
{
	text-align: center;
}

.contain-to-grid .top-bar {
    margin: 0 auto 10px;
    max-width: 45.5rem; 
/*    max-width: 65.5rem; */
}

#form1 table,
#form1 .bordernone,
#form1 .bordernone table, 
#form1 .bordernone tr, 
#form1 .bordernone th, 
#form1 .bordernone td {
    border: medium none;
}

.top-bar ul {
   text-align:inherit;
}

input[type="text"][disabled],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
fieldset[disabled] input[type="url"],
textarea[disabled],
fieldset[disabled] textarea {
    background-color: white;
}

.colbutton
{        
    display: inline-block;
    outline: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border: 0px none transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-color: transparent;
}

.edit
{
    background-image: url("../img/buttons/edit.png");
}

.view
{
    background-image: url("../img/buttons/view.png");
}

.copy
{
    background-image: url("../img/buttons/copy.png");
}

.delete
{
    background-image: url("../img/buttons/delete.png");
}
.upload
{
    background-image: url("../img/buttons/upload.png");
}    
.rename
{
    background-image: url("../img/buttons/rename.png");
}    
.setup
{
    background-image: url("../img/buttons/setup.png");
}    
.fees
{
    background-image: url("../img/buttons/fees.png");
}    
.discounts
{
    background-image: url("../img/buttons/discounts.png");
}    
.charges
{
    background-image: url("../img/buttons/customfees.png");
}    
.bankinfo
{
    background-image: url("../img/buttons/bankinfo2.png");
}    
.addoffices
{
    background-image: url("../img/buttons/addoffices.png");
}    

.addusers
{
    background-image: url("../img/buttons/addusers.png");
}    

.show,
.unhide
{
    background-image: url("../img/buttons/show.png");
}

.hide
{
    background-image: url("../img/buttons/hide.png");
}

.add
{
    background-image: url("../img/buttons/add.png");
}

.toggle
{
    background-image: url("../img/buttons/toggle.png");
}

.remove
{
    background-image: url("../img/buttons/remove.png");
}

.warning
{
    background-image: url("../img/buttons/warning.png");
}

.switch
{
    background-image: url("../img/buttons/switch.png");
}

.reset
{
    background-image: url("../img/buttons/reset.png");
}