.tabularContainer {
	width: 100%;
}

table.simpleTabular {
	width: 100%;
	margin-top: 5pt;
	border-collapse: collapse;
	background: #fff;
	font-size: 100%;
}

table.simpleTabular th, table.simpleTabular tr.th td {
	text-align: left;
	background: #FECD04;
	font-weight: bold;
}

table.simpleTabular td {
	border: 1px solid #82b0e9;
}

table.simpleTabular th, table.simpleTabular tr {
	border: 1px solid #AA5F00;	
}

table.simpleTabular tr.r2 {
	background: #edf4fc;
}

table.simpleTabular tr:hover {
	background: #a8e7ff;
}

table.simpleTabular td,
table.simpleTabular th {
	padding: 5px;
}

table.simpleTabular .numeric {
	text-align: right;	
}

.paginator_table {
	border-top: 1px dashed #D2B48C;	
	font-size: 90%;
	padding: 8px 20px;
}

.paginator_table a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
	background: lightyellow;
	border: 1px solid #D2B48C;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
} .paginator_table a:hover { background: #A8E7FF; border: 1px solid #82B0E9; color: #32482c; }

.paginator_table td {
	text-align: center;
	vertical-align: top;
}

.paginator_table .paginator {
	border-collapse: collapse;
}

.paginator_table .paginator td {
	border-collapse: collapse;
	vertical-align: top;
	text-align: center;
}
.paginator_table .paginator_col {
	font-size: 100%;
	text-align: center;
}

.paginator_table .paginator_activecol {
	font-size: 100%;
	text-align: center;
}
.paginator_table .paginator_activecol a,
.paginator_table .paginator_activecol a:link,
.paginator_table .paginator_activecol a:visited {
	font-weight: bold;
	background: #d63737;
	border: 1px solid red;
	color: white;
} .paginator_table .paginator_activecol a:hover { background: #d63737; border: 1px solid red; color: white; }


.searchResultSummary {
	font-size: 90%;
	margin: 2px 25px;
}

.searchResultNavigator {
}
