@charset "UTF-8";

.order-status, .user-status {
	background-image:url('../images/orderstatus-13x13.png') !important;
}
.order-status-0 { background-position:0 0; }
.order-status-1 { background-position:0 -15px; }
.order-status-2 { background-position:0 -30px; }
.order-status-3 { background-position:0 -45px; }
.order-status-4 { background-position:0 -60px; }
.order-status-5 { background-position:0 -75px; }
.order-status-6 { background-position:0 -90px; }
.order-status-7 { background-position:0 -105px; }
.order-status-8 { background-position:0 -120px; }
.order-status-9 { background-position:0 -135px; }

.user-status-0 { background-position:0 0; }
.user-status-1 { background-position:0 -30px; }

.content-block .order-status, .content-block .user-status {
	margin:0 0 -3px;
	display:inline-block;
}

.table-container {
	background:#f5f5f5;
	border:1px solid;
	border-color:#fff #ccc #ccc #fff;
	padding:10px;
	font-size:1.2em;
	text-align:center;
}
.table-container .icon {
	display:inline-block;
}
.table-container table {
	margin:0 auto;
	width:100%;
	empty-cells:show;
}
.table-container thead {
	background:#333;
	color:#ddd;
}
.table-container th, .table-container td {
	padding:3px 5px;
	line-height:15px;
	text-align:center;
	empty-cells:show;
}
.table-container tr.even td.even {
	background-color:#fff;
}
.table-container tr.odd td.odd {
	background-color:#eee;
}
.table-container tr.over td {
	color:#000 !important;
	background-color:#ccc !important;
	cursor:pointer;
}
#message-table .unread {
	font-weight:bold;
}
