﻿div#table_search_pager input {
  padding: 0px;
}


.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl, .ui-corner-right, .ui-corner-tr, .ui-corner-bottom, .ui-corner-bl, .ui-corner-br {
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    -khtml-border-radius:0;
}

.grid-col {
  padding: 10px;
}

#table_search_results td { 
  padding: 10px;
  border: 1px solid #cdcdcd;
  font-weight: normal;
  font-family: "Open Sans",sans-serif,Arial;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#table_search_results tr:first-child td {
  padding: 0 10px 0 11px;
  border: none;
}

#table_search_results_PE td { 
  padding: 10px;
  border: 1px solid #cdcdcd;
  font-weight: normal;
  font-family: "Open Sans",sans-serif,Arial;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#table_search_results_PE tr:first-child td {
  padding: 0 10px 0 11px;
  border: none;
}

#table_search_results_all td { 
  padding: 10px;
  border: 1px solid #cdcdcd;
  font-weight: normal;
  font-family: "Open Sans",sans-serif,Arial;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#table_search_results_all tr:first-child td {
  padding: 0 10px 0 11px;
  border: none;
}

body .ui-jqgrid .ui-jqgrid-htable th {padding: 10px;}

.ui-jqgrid .ui-jqgrid-htable th 
{ 
  background-color: #666;
  border-right: 1px solid #cdcdcd;
  color: #fff;
  /*padding: 10px !important;*/
  font-family: "Open Sans",sans-serif,Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: left !important;
}

.ui-jqgrid .ui-jqgrid-htable th span.ui-jqgrid-resize{
  margin-right: -10px;
}

div#table_search_pager table.ui-pg-table tr td span {
  text-indent: 0px;
}