#member .payment {
	font-size: 12px;
	text-align: center;
}
#member .payment.transaction {
	font-size: 10px;
}
#member .payment.refunded {
	color: #CC0000;
}
#member .payment span.refunded {
	display: block;
	color: #CC0000;
}
#member .green {
	color: #00d602;
}
#member .red {
	color: #FF0000;
}
.member_status table.editsection {
	padding: 0;
	border-width: 0;
	margin: 0;
}
.editsection .member_status .column {
	border-width: 0;
	padding: 0;
}
.editsection .member_status table .column {
	padding: 0 10px;
}
.editsection .member_status table table .column {
	border-top: 1px solid #EEE;
	padding: 10px;
}
.member_status table table.editsection {
	padding: 20px 1%;
	border: 2px solid #CCC;
	margin: 10px 0;
}
.editsection .member_status, .editsection.memberhistory {
	font-size: 12px;
}
.editsection.memberhistory h4 {
	margin-bottom: 0;
}
.editsection.memberhistory h5 {
	margin-top: 0;
}
#payment.loading {
	background-image: url(../graphics/smallloader.gif);
	background-color: #660000;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .3;
}
.paymentdue {
	color: #CC0000;
}
.button.refund {
	padding: 4px 10px;
}

.ajaxtable .orderid span {
	font-size: 10px;
	display: block;
	color: #999;
}
.ajaxtable .ordertotal span {
	color: #CC0000;
	font-size: 10px;
	display: block;
}
#invoice_items .editsection {
	border-width: 0;
	padding: 0;
}
#invoice_items .invoice-item {
	text-align: center;
	font-size: 14px;
}
.saleprice {
	text-decoration: line-through;
	color: #CC0000;
}
.member-invoices .button {
	margin: 5px;
}
.member-invoices .payment {
	font-size: 12px;
	text-align: center;
}
.member-invoices .payment.refunded {
	color: #CC0000;
}
.member-invoices .payment span.refunded {
	display: block;
	color: #CC0000;
}
.invoice_status table.editsection {
	padding: 0;
	border-width: 0;
	margin: 0;
}
.editsection .invoice_status .column {
	border-width: 0;
	padding: 0;
}
.editsection .invoice_status table .column {
	padding: 0 10px;
}
.editsection .invoice_status table table .column {
	border-top: 1px solid #EEE;
	padding: 10px;
}
.invoice_status table table.editsection {
	padding: 20px 1%;
	border: 2px solid #CCC;
	margin: 10px 0;
}
.editsection .invoice_status, .editsection.invoicehistory {
	font-size: 12px;
}
.editsection.invoicehistory h4 {
	margin-bottom: 0;
}
.editsection.invoicehistory h5 {
	margin-top: 0;
}



/* ------------------- calendar ------------------- */

.month-wrap {
	border: 4px solid #CCC;
	border-radius: 5px;
}

.daycell {
	float: left;
	width: 14.2857%;
}
.dayheader {
	margin: 1px;
	background-color: #034763;
	color: #FFF;
	text-align: center;
	padding: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.month-wrap .day {
	border: 1px solid #CCC;
	height: 130px;
	overflow: hidden;
}
.month-wrap .daycell .day.blank {
	border: 1px solid #FFF;
}
.month-wrap .daycell.past .day {
	border: 1px solid #EEE;
	color: #CCC;
}
.month-wrap .daycell.today .day {
	border: 1px solid #1ccdff;
}
.day-number {
	font-size: 1.3rem;
}
.month-wrap .dayitem {
	padding: 0 4px;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.month-wrap .dayitem.start {
	margin-left: 5px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.month-wrap .dayitem.start {
	margin-right: 5px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.calendar-keys {
	list-style: none;
}
.calendar-keys li {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
}
.calendar-keys li span {
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #000;
}