#PCMS_Module_1 tr.alt {
	background: #F5FAFA;
}
#PCMS_Module_1 th {
	color: white;
	cursor:pointer;
	background-color: #006AB6;
	padding: 8px 12px 4px 16px;
}
#PCMS_Module_1 th a {
	color: white;
}
#PCMS_Module_1 table {
	clear: both;
}
#PCMS_Module_1 table th, #PCMS_Module_1 table td {
	border: 1px solid silver;
	padding: 5px 2px 2px 2px;
}
#PCMS_Module_1 table th {
	font-weight: bold;
	text-align: center;
}
#PCMS_Module_1 .resultHeader {
	border: 1px solid silver;
	text-align: center;
}
/* Pagination list styles */
ul.fdtablePaginater {
	display:table;
	list-style:none;
	padding:0;
	margin:0 auto;
	text-align:center;
	height:2em;
	width:auto;
	margin-bottom:2em;
}
ul.fdtablePaginater li {
	display:table-cell;
	padding-right:4px;
	color:#666;
	list-style:none;
	
	-moz-user-select:none;
	-khtml-user-select:none;
}
ul.fdtablePaginater li a.currentPage {
	border-color:#a84444 !important;
	color:#000;
}
ul.fdtablePaginater li a:active {
	border-color:#222 !important;
	color:#222;
}
ul.fdtablePaginater li a,
ul.fdtablePaginater li div {
	display:block;
	width:2em;
	font-size:1em;
	color:#666;
	padding:0;
	margin:0;
	text-decoration:none;
	outline:none;
	border:1px solid #ccc;
	font-family:georgia, serif;
}
ul.fdtablePaginater li div {
	cursor:normal;
	opacity:.5;
	filter:alpha(opacity=50);
}
ul.fdtablePaginater li a span,
ul.fdtablePaginater li div span {
	display:block;
	line-height:2em;
	border:1px solid #fff;
	background-color: #fff;
}
ul.fdtablePaginater li a {
	cursor:pointer;
}
ul.fdtablePaginater li a:focus {
	color:#333;
	text-decoration:none;
	border-color:#aaa;
}
.fdtablePaginaterWrap {
	text-align:center;
	clear:both;
	text-decoration:none;
}
ul.fdtablePaginater li .next-page span,
ul.fdtablePaginater li .previous-page span,
ul.fdtablePaginater li .first-page span,
ul.fdtablePaginater li .last-page span {
	font-weight:bold !important;
}
/* Keep the table columns an equal size during pagination */
td.sized1 {
	width:16em;
	text-align:left;
}
td.sized2 {
	width:10em;
	text-align:left;
}
td.sized3 {
	width:7em;
	text-align:left;
}
tfoot td {
	text-align:right;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}