.error-msg, .success-msg {
  text-align: center;
  margin: 5px 75px 5px 75px;
  background: #fbb;
  border: 1px solid #a00;
  padding: 5px;
  color: #a00;
  font-size: 12px;
  font-weight: normal;
}
.success-msg {
  border: 1px solid #080;
  background: #bfb;
  color: #080;
}
.members-msg {
  margin: 0px 10px 15px 10px;
  background: #ffa;
  border: 1px solid #a88e3a;
  padding: 5px;
}
.members-msg, .members-msg * {
  color: #a88e3a;
  font-size: 12px;
  font-weight: normal;
}

table.adminList {
  width: 90%;
  margin-left: 3%;
  border-collapse: collapse;
  border: none;
}
table.adminList td, table.adminList th, table.adminDetails table.adminList td, table.adminDetails table.adminList th {
  font-family: Verdana, Helvetica;
  font-size:11px;
  text-align: left;
  vertical-align: top !important;
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 3px 5px 2px 2px;
}
table.adminList th {
  background: #b1af5c;
  color: #6c6716;
  border: none;
  font-weight: bold !important;
}
table.adminList th a.sorting {
  text-decoration: none !important;
  color: #6c6716 !important;
  font-weight: bold !important;
}
table.adminList .small {
  font-weight: normal;
}
table.adminList .iconCol {
  width:20px;
  text-align: right;
}
table.adminDetails {
  /*width: 90%; remove width for text-only version */
  margin-left: 3%;
  border-collapse: collapse;
  border: none;
}
table.adminDetails td, table.adminDetails th {
  font-family: Verdana, Helvetica;
  font-size:11px;
  text-align: left;
  vertical-align: top !important;
  border: none;
  margin: 0;
  padding: 8px 5px 2px 2px !important;
}
table.adminDetails th {
  text-align: right;
  border: none;
  /*width: 30%; remove width for text-only version */
}
table.adminDetails th label, table.adminDetails td label {
  font-size: 11px;
  text-transform: none;
  color: #000;
  font-weight: bold;
  position: relative;
  top: 0;
  z-index: 1;
}
table.adminDetails td label {
  font-weight: normal;
  display: inline;
  margin: 0;
  padding: 0;
  top: -2px;
}
table.adminDetails td textarea {
  margin: 0;
  width: auto;
}
table.adminDetails td h3 {
  font-size: 14px !important;
  font-weight: bold !important;
  margin-top: 10px;
}
table.adminDetails td input, table.adminDetails th input, table.adminDetails td select, table.adminDetails th select {
  margin-top: -5px;
}
table.adminDetails td.note, .note {
  font-size:10px;
  font-weight:normal;
  font-style:italic;
  line-height:12px;
  padding:1px 0 10px 2px !important;
}




table.adminSummary {
  margin-left: 3%;
  border-collapse: collapse;
  border: none;
}
table.adminSummary td, table.adminSummary th {
  font-family: Verdana, Helvetica;
  font-size:11px;
  text-align: left;
  vertical-align: middle;
  border: none;
  margin: 0;
  padding: 6px 2px 6px 2px;
  white-space: nowrap;
}
table.adminSummary th {
  text-align: right;
  border: none;
  padding-left:5%;
  padding-right:3%;
  width:220px;
}
table.adminSummary td {
  padding-right:5%;
}
table.adminSummary td.divider {
  height:8px;
}
table.adminSummary tr.odd td, table.adminSummary tr.odd th {
  background:#ddd;
}
table.adminSummary tr.even td, table.adminSummary tr.even th {
  background:#eee;
}
table.adminSummary .btn {
  text-align: center;
  vertical-align: bottom;
  padding:2px 5px 6px 40px;
}
table.adminSummary .btn a {
  color:#338;
  text-decoration: none;
}
table.adminSummary .btn a:hover, table.adminSummary .btn a:active {
  text-decoration: underline;
}


table td.buttons input, input.button {
  padding: 5px 2px 5px 2px;
  margin: 2px 5px 2px 5px;
}
table td.buttons {
  direction: rtl;
  text-align: center;
  padding: 15px 2px 10px 2px;
}
table td.buttons * {
  direction: ltr;
}

table td.left, table th.left {
  text-align: left !important;
}
table td.center, table th.center {
  text-align: center !important;
}
table td.right, table th.right {
  text-align: right !important;
}
table td.vmiddle {
  vertical-align: middle !important;
}
table td.vtop {
  vertical-align: top !important;
}
tr.faded td, tr.faded td *, tr td.faded, tr td.faded *, .faded {
  color:#b77 !important;
}
table tr.hilighted td, table tr.hilighted td * {
  color:#e68200;
}
table tr.selected td, table tr.evenselected td {
  background-color: #f7f69c;
}
table tr.oddselected td {
  background-color: #f7f7ba;  
}
tr.even td {
  background-color: #fff3d0;
  border: none;
}
table.adminList tr.even td {
  padding-bottom:3px;
}

tr.odd td {
  background-color: #fff;
  border: none;
}
table.adminList tr.odd td {
  padding-bottom:3px;
}

tr.totals td {
  border: none;
  border-top: 1px solid #b1af5c;
  background: #fff;
  font-weight: bold;
}
tr.nobold * {
  font-weight: normal;
}
.menuBlock {
  background:#fff3d0;
  width:200px;
  margin:0 10px 10px 0;
  padding:3px;
}
.icon {
  margin:0 3px -3px 3px;
  padding:0;
  border:none;
}
a.iconLink {
  text-decoration: none !important;
  color:#00d !important;
  font-weight: normal;
}
a.iconLink span {
  text-decoration: underline !important;
}
a.bold {
  font-weight: bold;
}

