table {
    width: 100%;
}

thead {
    color: #343499;
    background-color: #CDCDEE;
}

td {
    padding: .5em .2em;
}

input {
    width: 3em;
}

.hidden {
    display: none;
}

.pager-top,.pager-bottom {  
	width:200px;
	height:21px;
	line-height:18px;
	padding:0 0 0 50px;
	overflow:hidden;
}

.pager-top li,.pager-bottom li {
	display:inline;
    padding-right:2px;
	float:left;
}

.page-link a,
.previous a,
.next a{
	margin:0 8px;
	font-size:14px;
}
.page-link a{
    color: #000;
    font-size:11px;
    text-decoration: none;
	line-height:18px;
}
.previous a{
    color: #096192;
    font-size:11px;
    text-decoration: none;
   background:url(../images/prev.png) no-repeat;
	width:14px;
	height:16px;
	display:block;
	cursor:pointer;
}

.next a {
    color: #096192;
    font-size:11px;
    text-decoration: none;
    background:url(../images/next.png) no-repeat;
	width:14px;
	height:16px;
	display:block;
	cursor:pointer;
}

.next {
    padding: 0 0 0 0px !important;
	
}
.previous {
    padding: 0 0 0 0 !important; 
}

.current-page a {
    color: #096192;
    border: 0;
    text-decoration: none;
    cursor: default;
	font-size:14px;
	font-weight:bold;
}

.disabled a {
    color: #777777;
    border: 0;
    text-decoration: none;
    cursor: default;
}

