
/* Paginaition CSS start */

.pagination{
padding: 2px;
float:right;
}

.pagination a, .pagination a:visited{
padding: 2px 5px;
border: 1px solid #000;
text-decoration: none; 
color: #ffffff;
background-color: #575757;
}

.pagination a:hover, .pagination a:active{
color: #fbbb27;
background-color: #575757;
}

.pagination b{
background-color: #575757;
padding:0 5px;
color: #FFF !important;
border-color: #79ac21;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}
.searchinputwidth{
	width:170px
}

.searchinputwidth2{
	width:120px
}