@CHARSET "UTF-8";

.orders-box {
	/*height: 410px;*/
}
table.orders {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 8px;
}
.orders th {
	background-color: #7794d0;
	border: 1px solid #cccccc;
	padding: 7px 4px;
	text-align: left;
}
.orders td {
	background-color: #e4eaf9;
	border: 1px solid #cccccc;
	padding: 5px 4px;
}
.orders .select {
	width: 20px;
}
.orders .title {
}
.orders .state {
	width: 50px;
}
.orders .sender,
.orders .recipient {
}
.orders .created,
.orders .modified {
	width: 120px;
}
.orders .action {
	text-align: center;
	width: 40px;
}
