﻿.ui-pg-table .ui-pg-button {
	font-size: 12px;
	border: 1px solid #ddd;
	display: inline-block;
	padding: 0 12px; 
	vertical-align: top;
 
}

.ui-pg-table .ui-pg-button:hover {
    color: #ec4c40;
    text-decoration: none;
}


.ui-state-disabled{
	background: #fff none repeat scroll 0 0;
    color: #ccc;
    /* cursor: default; */
}

.ui-jqgrid-btable tbody tr:hover {
	/*background: #f1f5f7;*/
	background:green;
}

.ui-widget-content .jqgrow .ui-row-ltr .ui-priority-secondary .ui-state-hover{
	background:red;
}

#prev_pagersr{
	border: 1px solid #ddd;
    display: inline-block;
    font-size: 12px;
    letter-spacing: normal;
    margin-left: -1px;
    padding: 0 12px;
    text-shadow: 0 1px #fff;
    vertical-align: top;
    word-spacing: normal;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    margin-left: 0;
     line-height: 30px;
}

#next_pagersr{
	border: 1px solid #ddd;
    display: inline-block;
    font-size: 12px;
    letter-spacing: normal;
    margin-left: -1px;
    padding: 0 12px;
    text-shadow: 0 1px #fff;
    vertical-align: top;
    word-spacing: normal;
   border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 0;
     line-height: 30px;
    color: #ec4c40;
}

.ui-jqgrid .ui-pg-input{
	border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 32px;
    margin: 0 5px;
    width: 40px;
    font-size: 12px;
 	 text-align: center;
 	 height:32px;
 	 	
}

#next_pagersr span{
	float:right;
}

  #showList tbody tr:hover td{
 	background-color: #eee;
 }
