
.tbl th {
}
.tbl td {
}


.tblData {
	width: 100%;
}
.tblData th {
	font-weight: bold;
	text-align: left;
	padding: 0 7px 2px 7px;
	border-bottom: #8e9099 2px solid;
}
.tblData th a, .tblData th a:visited, .tblData th a:hover, .tblData th a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.tblData th a.icon-sortingTop, .tblData th a.icon-sortingTop:visited {
	padding: 0 11px 0 0;
	background: url(../images/iconTable-sortingTop.gif) 100% 3px no-repeat;
}
.tblData th a.icon-sortingBottom, .tblData th a.icon-sortingBottom:visited {
	padding: 0 11px 0 0;
	background: url(../images/iconTable-sortingBottom.gif) 100% 3px no-repeat;
}
.tblData td {
	padding: 7px 7px;
	color: #000000;
	border-left: #FFFFFF 1px solid;
	border-right: #cbcbcf 1px solid;
	background-color: #ededef;
}
.tblData td.icon {
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.tblData td.last {
	border-right: none;
}
.tblData tr.even td {
	background: none;
}
.tblData tr.last td {
	border-bottom: #8e9099 2px solid;
}
