body {
	padding: 0;
	font-family: Verdana, Helvetica;
}
#container_admin p, .admin_p {
	font-family: Verdana, Helvetica;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

h2 {
  color: #2D2C2C !important;
  margin: 20px 0 10px 0 !important;
	padding: 0 !important;
	font: 18px Arial, Helvetica, sans-serif !important;
	text-transform: none !important;
	letter-spacing: 1px !important;
	border-bottom: 1px solid #6B6B6B !important;
	font-weight: bold !important;
}
.removed {
	margin:0 5px 5px 5px;
	padding:0;
	color: #1b7918 !important;
	color: #ddd !important;
	font-weight: bold !important;
	font-size: 22px !important;
	display: block;
	font-family: Verdana !important;
  text-transform: none !important;
}

h3 {
	border-bottom: 1px solid #206bc1;
	margin:10px 0 5px 0;
	padding:0;
	color: #206bc1;
	font-weight: bold !important;
  font-size: 14px !important;
	display: block;
	text-transform: none;
	font-family: Verdana;
	clear: both;
}

h3.cd{
	
	margin:10px 0 5px 0;
	padding:0;
	color: #206bc1;
	font-weight: bold !important;
  font-size: 14px !important;
	display: block;
	text-transform: none;
	font-family: Verdana;
	clear: both;
}

h4 {
  text-align:center;
	margin:0 5px 5px 5px;
	padding:0;
	color: #206bc1;
	font-weight: bold;
	font-size: .8em;
	display: block;
	font-family: Verdana
}




h4 a, h4 a:link, h4 a:visited, h4 a:active, h4 a:hover {
  margin:0;
  padding:0;
	font-weight: bold !important;
	color: #206bc1 !important;
  text-decoration: none !important;
}

h6 {
	border-bottom: 1px solid #546D3A;
	margin:0 0 5px 0;
	padding:0;
	color: #546D3A;
	font-weight: bold;
	font-size: .9em;
	display: block;
	text-transform: uppercase;
	font-family: Verdana
}

.menuBlock {
  background:#ddd;
  width:200px;
  margin:0 10px 10px 0;
  padding:3px;
}

.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;
}
.success-msg {
  border: 1px solid #080;
  background: #bfb;
  color: #080;
}

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: #bbb;
  border: none;
  font-weight: bold !important;
}
table.adminList th a.sorting {
  text-decoration: none !important;
  color:#000 !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: -4px;
  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, table.adminList 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: #e4ecff;
  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 #ccc;
  background: #fff;
  font-weight: bold;
}
tr.nobold * {
  font-weight: normal;
}

.faq_question {
  font: 12px Arial;
  font-weight: bold;
  background: #DFE6EB;
}

.faq_answer {
  font: 12px Arial;
  background: #E4ECFF;
}
.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;
}
