/*   PMList classes */
.pmList_table {
	border-collapse: collapse;
}
.pmList_caption {
	text-align: left;
}
.odd {
	background-color: white;
}
.even {
	background-color: #e3ebf1; 
}
.pmList_header {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 5px;
}
.pmList_header div{
	display: table-cell;
	vertical-align: middle;
}
.pmList_header div div{
	text-align: center;
}
.pmList_header div div img{
	vertical-align: middle;
	margin-left: 6px;
}
.pmList_sortable {
	cursor: pointer;
}
.pmList_monospacedFont {
	font-family: monospace;
}
.pmList_summary {
	float: left;
	margin: 20px 0 ;
}
.pmList_export {
	text-align: center;
	margin: 10px 0 ;
}
div .pmList_query {
	height: 20px;
}
div .pmList_query .searchBtn{
	float: right;
}
div .pmList_query input.textField {
	width: 150px;
	height: 11px;
	font-size: 9px;
}
div .pmList_query div.formField {
	width: 160px;
	float: right;
}
.pmList_exportLink {
	cursor: pointer;
	font-weight: bolder;
}
.pmList_pagination {
	float: right;
	margin: 20px 0 ;
}
.pmList_pageLink {
	cursor: pointer;
}
.pmList_selectedPageLink {
	font-weight: bolder;
}
.pmList_cell a{
	color: #5f6f7c;	
}
.columnHeaderText {
	width: 100%;
}
.columnHeaderImage {
	width: 20px;
	text-align: left;
}
.pageSizeChooser {
	display: inline;
	float: right;	
	width: 70px;
	padding: 2px 5px 2px 0px;
}
