/* main CSS */

#admin_content {
	clear: both;
	width: 100%;
	padding: 2px;
}

#all {
	width: 97%;
	padding: 0px;
	margin: 0px auto;
	color: #000;
}

.header {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #545454;
	font-size: 1.1em;
	display: inline;
}

.admintext {
	padding-top: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
	font-size: 90%;
}

.red {
	color: #ff0000;
}


a.sel_sm {
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
}


.border_table {
	font-size: .8em;
}
.border_table th {
	border-bottom: 1px solid #999;
	border-right: 1px solid #dddcdc;
	padding: 3px;
	background-color: #ebebeb;
}
.border_table th span.spark {
	color: #ff0000;
	font-size: 1.1em;
}
.border_table td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #dddcdc;
	padding: 5px 2px 5px 3px;
}
.border_table th.bigger {
	font-size: 1.1em;
}
.border_table td.bigger {
	font-size: 1.1em;
}
.border_table th span {
	color: #FF0000;
	font-weight: bold;
}
.border_table tr.comment td {
	color: #d7d8d7;
}
.border_table td.l_thick, .border_table th.l_thick {
	border-left: #d7d8d7 3px solid;
}
.border_table td.r_thick, .border_table th.r_thick {
	border-right: #d7d8d7 3px solid;
}


.dark {
	background: #ECF1F5;
}

table.checkbox_tbl td {
	padding: 0px;
}

.blocked_row {
	background-color: #ffe5e5;
}
.nobr {
	white-space: nowrap;
}

.comment {
	color: #a8a8a8;
}
.scomment {
	color: #a8a8a8;
	font-size: .8em;
}

table tr.selected, table td.selected, .income {
	background-color: #defdde;
}
table tr.disabled, td.disabled, .outcome {
	background-color: #ffe5e5;
}
table tr.todelete {
	background-color: #aaaaaa;
}
table tr.comments, .wallet {
	background-color: #ededed;
}


.green {
	color: #4CB15F;
}

.blue {
	color: #6666FF;
}

hr {
	border: 0px;
	color: #dfeefc;
	background-color: #dfeefc;
	height: 1px;
}

hr.comment {
	border: 0px;
	color: #d8dbd8;
	background-color: #d8dbd8;
	height: 1px;
}

hr.black {
	border: 0px;
	height: 2px;
	color: #000;
	background-color: #000;
	margin-top: 10px;
}

.date {
	white-space: nowrap;
	font-weight: bold;
}

.news_title {
	width: 100%;
	font-weight: bold;
	color: #545454;
	font-size: 1em;
}

.sel_row {
	background-color: #e2e4e5;
}

.sys_notice {
	color: #4CB15F;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
}

table.hidden_table {
	border: 0px solid;
	border-collapse: collapse;
}
table.hidden_table td {
	border: 0px solid;
	padding: 1px;
}

.add_link {
	font-weight: bold;
	white-space: nowrap;
}

.dashed {
	border-top: 1px #99C2EB dashed;
}

.big {
	font-size: 1.1em;
	font-weight: bold;
	color: #545454;
	padding-top: 10px;
}

a.delete {
	text-decoration: none;
	padding: 3px;
	font-size: 1.2em;
}

label {
	cursor: pointer;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.wrow {
	background: #fdf4de;
}

table tr.comment td {
	color: #a8a8a8;
	font-size: .8em;
	padding-top: 0px;
	padding-bottom: 15px;
}

table tr.error td {
	color: #D80303;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table tr.split td {
	padding-bottom: 10px;
}

table tr.split td td{
	padding-bottom: 2px;
}

div.split {
	padding-bottom: 10px;
}

div.error {
	color: #D80303;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 0px;
}

.pay_date {
	background: #e1f0ff;
}

option.disabled {
	background: #ffe5e5;
}

.sort_arr {
	text-decoration: none;
	padding: 2px;
}

.srname {
	font-weight: bold;
	font-size: 0.8em;
	line-height: 17px;
}

.srnameuse {
	color: #ccc;
	font-weight: normal;
	font-size: 0.83em;
	line-height: 17px;
	text-decoration: line-through;
}
.srclientname {
	font-weight: bold;
	font-size: 1.1em;
}

#orderdetailsleft {
	float: left;
}

#orderdetailsright {
	float: right;
	padding-right: 7px;
	padding-left: 7px;
}

.underline {
	border-top: 1px solid #666;
}

.nobr {
	white-space: nowrap;
}

.colpad {
	padding-left: 32px;
	font-size: 0.9em;
}

.div_header {
	font-weight: bold;
}

.admmessage {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
