/*
 * faebusoft Admin Styles
 * Version: 1.0
 */
.fs-table {
	width: 100%;
	border-spacing: 0px;
}
.fs-table th, .fs-table.td {
	padding: 7px 2px 7px 2px;
	vertical-align: top;
}
.fs-table th {
	font-weight: normal;
	text-align: left;
}
.fs-table th.label {
	width: 20%;	
}
.fs-table .c {
	text-align: center;
}
.fs-table .border td, .fs-table .border th {
	border-bottom: 1px solid #ccc;
}
.fs-table .border-bold td, .fs-table .border-bold th {
	border-bottom: 1px solid #999;
}
.fs-table .bg-r {
	background-color: #ffeeee;
}