
.orders td.firstcell {
	width: 40px;
}

table.users, table.profiles, table.orders {
	width: 450px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	margin-top: 5px;
}

h4 {
	padding-top: 5px;
}

table.users td, table.profiles td, table.orders td,
table.users th, table.profiles th, table.orders th {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #999999;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.users th, table.profiles th, table.orders th {
	text-align: center;
	background-color: #dddddd;
}

table.ordersitems {
	width: 100%;
	border: 1px solid #999999;
}

.export {
	margin-top: 10px;
	text-align: center;
}

.export a {
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin-left: 5px;
	margin-right: 5px;
	color: #00477d;
	background-color: #d2dfe6;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.export {
	margin-top: 20px;
}

