table {
	border-collapse: collapse;
	border-spacing: 0;
	background: #FFF;
	font-size: 12px;
	width: 100%;
}

thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
}
tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

table thead tr {
	background-color: #EEEED2;
}
table th,td{
	padding: 10px 3px 10px 3px;
}
table thead tr th {
	padding: 10px 3px 10px 3px;
	font-weight: bold;
	color: #000;
	vertical-align: bottom;
	line-height: 20px;
}
tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}

table tbody tr td {
	padding: 8px 2px 8px 2px;
	vertical-align: middle;
	line-height: 20px;
	border-bottom: 1px solid #ebebeb;
}

table tfoot tr td {
	width: 100%;
	background-color: #F4F4F4;
	height: 20px;
	padding: 8px 0px;
	color: #000;
}

table tfoot tr td input {
	width: 30px;
}

table tfoot tr td span {
	display: inline-block;
	cursor: pointer;
	height: 20px;
	padding: 0 10px;
}

.mouseover {
	background-color: #f8f8d2;
	color: #000;
}

.table-tool{
	width: 100%;
	height: 40px;
	margin: 30px 0px;
	text-align: right;
}
.table-toll-item{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-left: 30px;
	cursor: pointer;
}
.table-toll-item:hover{
	background-color: #EBEBEB;
}
.print{
	background-image: url(print-font.png);
}
.bigFont{
	background-image: url(big-font.png);
}
.normalFont{
	background-image: url(normal-font.png);
}
.smallFont{
	background-image: url(small-font.png);
}