html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

body {
  font-size: 12px;
  /*font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;*/
  font-family: Arial ,Geneva, Helvetica, sans-serif;
  color: #666;
  line-height: 21px;
  width: 1100px;
  height: 100%;
  background: #c8c8c8;
  min-width: 1100px;
  margin: 20px auto;
}

/* e3 old -- Start */
#page {
  padding: 0 10px 0 10px;
}

#client_page {
  border: 1px solid #000000;
  background: #fff;
}

#client_logo {
  width: 100%;
  height: auto;
   background-repeat: no-repeat;
}

#client_logo #head {
  font-size: 50px;
  font-weight: bold;
  height: 160px;
}

#logo_link {
  display: block;
  width: 100%;
  height: 100%;
}

#client_logo #user_head {
  height: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #135dbc;
  background-color: #1369c0;
  color: #fff;
  font-size: 13px;
}

#client_logo #user_head_name {
  /*width: 210px;
  margin-top: -3px;
  border-top: 1px solid #000;
  background-color: #4593fd;
  box-shadow: 2px -1px 3px rgba(55,55,55,.5);
  height: 32px;*/
}

#client_logo #user_head_name #welcome {
  padding-left: 10px;
  line-height: 35px;
}

#client_logo #bline {
  border-bottom: 1px solid #000;
}
 
#client_body {
  width: 100%;
  min-height: 550px;
  height: auto;
}

#client_body > table {
  width: 100%;
}

#client_left_navigation {
  width: 200px;
  height: 100%;
}

#client_content {
  min-height: 550px;
}

#left_navigation_wrapper {
  min-height: 550px;
  padding: 5px;
}

#right_content_wrapper {
  min-height: 550px;
  padding: 5px;  
}

#client_footer {
  width: 100%;
  height: 32px !important;
  background-color: #f1f1f1;
  font-size: 13px;
  text-align: center;
  padding: 12px 0 0 0;
  border-top: 1px solid #D8D8D8;
}

#client_footer .space {
  padding: 0 15px;
}

#client_footer a:link, #client_footer a:visited {
  text-decoration: none;
  color: #4072b4;
}

.faqqa {
  margin: 5px 0 5px 0;
}
.faq_question {
  font-weight: bold;
}

.faq_answer {
  font-style: none;
}

ul.error_list {
  color: red;
  list-style: none;
  display: inline;
  width: auto;
  margin: 0px;
  padding: 0px;
}

ul.error_list li {
  display: inline;
}

.global_error ul.error_list {
  display: block;
}

.global_error ul.error_list li {
  display: block;
}

table.notice {
  border: 2px solid #0070BF;
  color: #0070BF;
  background-color: #B8CCE4;
  padding: 10px 0;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
  width: 100%;
}

table.error, table.warning {
  border: 2px solid #BF504C;
  color: #BF504C;
  background-color: #F2DADA;
  padding: 10px 0;
  font-size: 10pt;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 5px;  
  text-align: center;
  width: 100%;
}

table.error ul.error_list {
  color: #BF504C;
}

.hide {
  visibility: hidden;
}
/* e3 old -- End */

/* datatables -- Start */
.stdtable {
  border-collapse: collapse;
  width: 100%;
}

.stdtable .con0 {
  background: #fff;
}

.stdtable .con1 {
  background: #fcfcfc;
}

.stdtable th,.stdtable td {
  line-height: 21px;
  vertical-align: middle;
  color: #333;
}

.stdtable thead th,.stdtable thead td {
  padding: 7px 10px;
  border: 1px solid #D8D8D8;
  border-left: 0;
  text-align: left;
}

.stdtable tfoot th,.stdtable tfoot td {
  padding: 7px 10px;
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  text-align: left;
}

.stdtable thead th:first-child,.stdtable tfoot th:first-child,.stdtable thead td:first-child,.stdtable tfoot td:first-child {
  border-left: 1px solid #D8D8D8;
}

.stdtable thead th.head0,.stdtable tfoot th.head0,.stdtable thead td.head0,.stdtable tfoot td.head0 {
  background-color: #fcfcfc;
}

.stdtable thead th.head1,.stdtable tfoot th.head1,.stdtable thead td.head1,.stdtable tfoot td.head1 {
  background-color: #f7f7f7;
}

.stdtable tbody tr.odd:hover, .stdtable tbody tr.even:hover {
  background-color: #fffccc;
}

.stdtable tbody tr.odd {
  background-color: #fcfcfc;
}

.stdtable tbody tr.even {
  background-color: #f7f7f7;
}

.stdtable thead th.sorting,.stdtable thead td.sorting {
  background-image: url(../images/sort_both.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.stdtable thead th.sorting_asc,.stdtable thead td.sorting_asc {
  background-image: url(../images/sort_asc.png);
  background-repeat: no-repeat;
  background-position: right 9px;
}

.stdtable thead th.sorting_desc,.stdtable thead td.sorting_desc {
  background-image: url(../images/sort_desc.png);
  background-repeat: no-repeat;
  background-position: right 9px;
}

.stdtable thead th.nosort {
  background-image: none !important;
}

.stdtable thead td {
  font-weight: bold;
}

.stdtable thead td.center {
  text-align: center;
}

.stdtable tbody tr td {
  padding: 8px 10px;
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  color: #666;
}

.stdtable tbody tr:last-child td {
  border-bottom: 1px solid #D8D8D8;
}

.stdtable tbody tr td:first-child {
  border-left: 1px solid #D8D8D8;
}

.stdtable tbody tr td:last-child {
  border-right: 1px solid #D8D8D8;
}

.stdtable tbody tr.togglerow td {
  background: #fff;
  padding: 15px;
}

.stdtable tbody tr.togglerow:hover td {
  background: #fff;
}

.stdtable tbody tr.hiderow {
  display: none;
}

.stdtable .actions a {
  margin-left: 5px;
}

.stdtable .actions a:first-child {
  border-left: 0;
  margin-left: 0;
}

.stdtable .actions a:hover {
  color: #FB9337;
}

.stdtable a.link {
  font-weight: bold;
  color: #32415a;
}

.stdtable a.link:hover {
  color: #fb9337;
}

/* not-activated account highlight  */
.stdtable tbody tr.not-activated {
  background-color: #e5b8b7;
}

.tableoptions {
  background: #fcfcfc;
  border: 1px solid #D8D8D8;
  border-bottom: 0;
  padding: 8px;
  -moz-border-radius: 0 1px 0 #fff;
  -webkit-border-radius: 0 1px 0 #fff;
  border-radius: 0 1px 0 #fff;
}

.tableoptions button {
  background: #fcfcfc;
  font-size: 11px;
  color: #666;
  padding: 7px 10px;
  border: 1px solid #ccc;
  margin: 0;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.tableoptions button:hover {
  background: #D8D8D8;
  cursor: pointer;
}
/*.tableoptions select { 
	background: #fff; padding: 6px 5px 7px 5px; border: 1px solid #ccc; margin: 0; outline: none; font-size: 11px; color: #666;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}*/
.dataTables_wrapper {
  position: relative;
}

.dataTables_length {
  float: left;
  background: #fcfcfc;
  padding: 8px;
}

.dataTables_paginate {
  float: right;
  background: #fcfcfc;
  padding: 8px;
}

.dataTables_length,.dataTables_paginate {
  -moz-box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
}
/*.dataTables_wrapper select { 
	background: #fff; padding: 5px; border: 1px solid #bbb; margin: 0; outline: none; font-size: 11px; color: #666;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin: 0 5px;
}*/
.dataTables_wrapper input.editable {
  border: 1px solid #D8D8D8;
  padding: 5px 3%;
  background: #fff;
  width: 94%;
}

.dataTables_filter {
  position: absolute;
  top: 7px;
  right: 8px;
}

.dataTables_info {
  position: absolute;
  bottom: 13px;
  left: 8px;
}

.dataTables_paginate {
  text-align: right;
  line-height: 16px;
}

.dataTables_paginate a {
  display: inline-block;
  text-decoration: none;
}

.dataTables_paginate .paginate_button {
  border: 1px solid #CCC;
  padding: 5px 7px;
  margin-left: 5px;
  font-weight: bold;
  background: #FCFCFC;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 11px;
  -moz-box-shadow: 1px 1px 2px #D8D8D8;
  -webkit-box-shadow: 1px 1px 2px #D8D8D8;
  box-shadow: 1px 1px 2px #D8D8D8;
}

.dataTables_paginate .paginate_active {
  border: 1px solid #4072b4;
  background: #4072b4;
  color: #fff;
  padding: 5px 7px;
  margin-left: 5px;
  font-weight: bold;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 11px;
}

.dataTables_paginate .paginate_button:hover {
  background: #D8D8D8;
  border: 1px solid #ccc;
  cursor: pointer;
  color: #333;
}

.dataTables_wrapper .pagination {
  height: 50px;
  border: 1px solid #D8D8D8;
  border-top: 0px;
  margin-top: 0px;
  background-color: #fcfcfc;
}

.dataTables_length span.text {
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
  color: #333;
}

.dataTables_processing {
  position: absolute;
  margin-top: -25px;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  background-image: url("../images/loading.gif");
}

.stdtable tbody td.loading {
  background-color: #fcfcfc;
  text-align: center;
  height: 32px;
}

.dataTables_empty {
  text-align: center;
}
/* datatables -- End */

.search {
  border: 1px solid #D8D8D8;
  border-bottom: 0px;
  padding: 10px 10px;
  color: #333;
  text-align: left;
  /*background-color: #fcfcfc;*/
}

.searchtable tbody tr td {
  vertical-align: middle;
}

.searchtable tbody tr td:first-child {
  width: 120px;
  text-align: left;
  font-weight: bold;
}

.searchtable tbody tr td:nth-child(2) {
  width: 400px;
  text-align: left;
}

.searchtable tbody input {
  background-color: white !important;
  width: 180px;
}

.searchtable tbody input.smallinput {
  width: 160px;
}

.searchtable tfoot td  {
  text-align: left;
}

.editform tbody input.okbtn:hover, .okbtn:hover {
  background-color: #336ecd !important;
  border: 1px solid #336ecd;
  color: white;
}

.editform tbody input.okbtn, .okbtn {
  width: auto;
  background-color: #4072b4 !important;
  border: 1px solid #4072b4;
  color: white;
  cursor: pointer;
  padding: 3px 14px;
  font-weight: bold;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.editform tbody input.cancelbtn:hover, .cancelbtn:hover {
  background: #D8D8D8;
  cursor: pointer;
  color: #333;
}

.editform tbody input.cancelbtn, .cancelbtn {
  width: auto;
  margin: 0;
  font-weight: bold;
  color: #666;
  border: 1px solid #CCC;
  background: #EEE;
  padding: 3px 14px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-radius: 2px;
  margin-left: 8px;
}

.title {
  border: 1px solid #D8D8D8;
  border-bottom: 0px;
  background-color: #f4f4f4;
  padding: 5px;
  text-align: left;
  font-weight: bold;
  color: #333;
}

ul.menu {
  line-height: 18px;
  background: #f3f3f3;
  border: 1px solid #d7d7d7;
}

ul.menu > li, ul.menu > ul > li {
  margin: 0;
  display: block;
}

ul.menu > li > a,  ul.menu > ul > li > a {
  display: block;
  padding: 10px;
  white-space: nowrap;
  font-size: 13px;
  color: #555 !important;
  text-decoration: none;
}

ul.menu > li a:hover,  ul.menu > ul > li > a:hover {
  background: #ddd;
}

ul.menu > ul {
  margin: 0px !important;
  padding: 0px 0px 0px 20px !important;
}

ul.menu a.current {
  background: #3165b0;
  color: #fff !important;
}

ul.menu a.current:hover {
  background: #3165b0 !important;
  color: #fff !important;
}

.right-justify {
    text-align: right !important;
}

.editform {
  border: 1px solid #D8D8D8;
  padding: 10px 10px;
  color: #333;
  text-align: left;
  /*background-color: #fcfcfc;*/
}

.editform tbody input {
  background-color: white !important;
  width: 200px;
}

.edittable tbody tr td {
  vertical-align: middle;
}

.edittable tbody tr td:first-child {
  width: 120px;
  text-align: left;
  font-weight: bold;
}

.edittable tbody tr td:nth-child(2) {
  width: 500px;
  text-align: left;
}

.edittable tfoot td  {
  text-align: left;
}

.valtable tbody tr td {
  vertical-align: middle;
}

p.msg {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.gray {
  color: gray;
}

.star {
  color: red;
}

.editbtns {
  margin-top: 13px;
}

.valign-middle {
  vertical-align: middle;
}

img.pdf {
  width: 30px;
  border: none;
}

.pay {
  color: #006fc0;
  font-weight: bold;
  text-decoration: underline;
}

.paid {
  color: #00af70;
  font-weight: bold;
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

a.blue {
  color: #006fc0;
}

.dialog {
  text-align: center;
}

.dialog .msg {
  margin: 10px 30px 30px;
  white-space: nowrap;
}

.clear {
  clear: both;
}

.br {
  display: block;
  height: 10px;
}

.spacer {
  height: 10px;
}

.text-center {
  text-align: center;
}