div.pq-grid * {
 	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
   	font-size: 12px;
}

.pq-grid table.pq-grid-header-table div.pq-td-div {
	padding: 8px;
	cursor: pointer;
	font-weight: bold;
	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow: hidden;
  	padding-right: 25px;
}

.pq-grid td.pq-grid-cell {
  padding: 8px;
}

.pq-grid div.pq-header-outer{
	border-bottom: 2px solid #d0d0d0 !important;
  	border-top: 1px solid #d0d0d0 !important;
}

.pq-grid span.pq-grid-header{
	background: white;
}

.pq-grid .pq-col-sort-icon{
	position: absolute;
  	right: 5px;
}

.pq-grid .pq-grid-footer.pq-pager{
	padding: 11px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.pq-grid .ui-state-highlight, 
.pq-grid .ui-widget-content .ui-state-highlight, 
.pq-grid .ui-widget-header .ui-state-highlight{
	background: #e8e8e8;
}

.pq-grid .ui-widget-header{
	background: none;
}

.pq-grid div.pq-loading-mask{
	width: 200px;
  	height: 50px;
  	margin-left: -100px;
  	margin-top: -25px;
  	padding: 12px;
  	border: solid 1px gray !important;
}

.pq-grid button.ui-button-icon-only {
	width: 30px;
	height: 26px;
	margin-right: 5px;
	padding: 0.4em 0em;
}

.pq-grid .pq-pager input{
	height: 26px;
}

.pq-grid .pq-search-txt{
	margin : 2px 5px;
}

.pq-grid .glyphicon{
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pq-grid td.pq-grid-col{
	border-top: none;
}