/* **********  TABLE ********** */

.table {
	margin: 0 5px;
}

.table h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-image: url('../img/header-menu.gif');
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	margin: 20px 0 20px 0px;
}

.table .buttons {
	height: 18px;
	margin-bottom: 5px;
}

.table .buttons a {
	display: block;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #1961f3;
	float: right;
}

.table .buttons a.xls {
	background-image: url('../img/button-xls.png');
	background-repeat: no-repeat;
	background-position: left middle;
	padding-left: 30px;
}

.table .buttons a.print {
	background-image: url('../img/button-print.png');
	background-repeat: no-repeat;
	background-position: left middle;
	padding-left: 22px;
	margin-left: 35px;
}

.table .date-filter {
	background-color: #e8f1fb;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	font-size: 12px;
}

.table .date-filter input {
	border: 1px solid #000000;
	vertical-align: middle;
}

.table .date-filter img {
	margin-left: 4px;
	vertical-align: middle;
}

.table .date-filter input.submit {
	border: none;
	width: 68px;
	height: 20px;
	padding-left: 2px;
	background-image: url('../img/button-table.png');
	background-repeat: no-repeat;
}

.table .pages {
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	text-align: center;
}

.table .pages a {
	text-decoration: none;
	color: #1961f3;
}

.table .pages input {
	border: 1px solid #000000;
	width: 20px;
	vertical-align: middle;
}

.table .check {
	height: 15px;
	line-height: 15px;
	font-size: 12px;
}

.table .check a {
	color: #1961f3;
}

.table table {
	border: 1px solid #c6c6c6;
	border-collapse: collapse;
}

.table table th {
	border: 1px solid #c6c6c6;
	background-color: #efefef;
	font-size: 12px;
	font-weight: bold;
	height: 37px;
}

.table table th a.asc, .table table th img.asc {
	position: relative;
	left: 5px;
	top: -3px;
}

.table table th a.desc, .table table th img.desc {
	position: relative;
	top: 3px;
	left: -4px;
}

.table table td {
	border: 1px solid #c6c6c6;
	padding: 0 5px;
	font-size: 12px;
	height: 37px;
}

.table table a {
	color: #1961f3;
}

#table-row-detail {
	position: absolute;
	display: none;
	border: 1px solid #c6c6c6;
	width: 450px;
	padding: 10px;
	background-color: #f2faff;
}
