@charset "utf-8";
/* CSS Document */


.paging {
	position: relative;
	height: 42px;
	text-align: center;
	float: left;
	font-size: 11px;
	width:844px;
	1width:500px;
	font-family: Tahoma, Geneva, sans-serif;
	1border-top:1px solid #3972d4;
	border-top:1px dashed #FFFFFF;
	margin-left:21px;
	1margin-left:200px;
}

.paging a{
	color: #FFF;
	display:block;
	background: url(../img/cellshade.png) no-repeat top center;
}
.paging div a:hover{
	color: #000;
	background-color:#ccc;
	1-moz-border-radius: 0 0 5px 5px;
	1-webkit-border-radius: 0 0 5px 5px;
	width: 22px;
	display: block;
	opacity:1;
}
.paging a.first-page:hover,.paging a.last-page:hover,.paging .next span a:hover,.paging div.previous span a:hover{
	background-color:#f1f1f1;
}

.paging div {
	width: 22px;
	height: 22px;
	line-height: 22px;
	color: #FFF;
	font-weight:bold;
	float:left;
	text-align:center;
	display: block;
	text-decoration:none;
	margin-right: 0px;
	padding: 0px;
	text-indent: 0px;
	background: url("../img/page_selected.jpg") #6a97e4;;
	margin-right:3px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-box-shadow:1px 1px 4px #555;
	-webkit-box-shadow:1px 1px 4px #555;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color='#555555',direction='135',enabled='Enabled',strength='2');
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Color='#555555',direction='135',enabled='Enabled',strength='2');
	1filter: progid:DXImageTransform.Microsoft.dropShadow(Color='#555555', offX='1', offY='2', positive=true);
	1-ms-filter: progid:DXImageTransform.Microsoft.dropShadow(enabled='true', OffX='1', OffY='2', Color='#555555');
	
}

.paging div.current {
	width: 22px;
	height: 22px;
	position: relative;
	float: left;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	background: url(../img/page_selected.jpg);
	background: #3972d4;
	margin-right: 2px;
	padding-top:10px;
}

.paging .next, .paging .previous{
	display: block;
	height: 22px;
	width: 22px;
	text-indent:-200px;
	overflow:hidden;
	background:none;
	
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.paging .next a{
	display: block;
	background-image: url(../img/paginator/next.png);
	height: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 22px;
	cursor: pointer;
	margin: 0px;
	opacity:0.8;
}

.paging .previous a{
	display: block;
	background-image: url(../img/paginator/previous.png);
	height: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 22px;
	cursor: pointer;
	opacity:0.8;
}

.paging previous disabled {
	background:none;
	color:none;
	
}
.first-page, .last-page{
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	background:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.paging .first,.paging .last {
	background:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.paging .first a,.paging .last a{
	background:none;	
}

.paging .first a.first-page {
	background: url(../img/paginator/first.png) no-repeat center center;
}

.paging .last a.last-page {
	background: url(../img/paginator/last.png) no-repeat center center;
}

.previous-disabled{ 
	background-image: url(../img/paginator/previous_disabled.png);
}

.next-disabled{ 
	background-image: url(../img/paginator/next_disabled.png);
}

.first-disabled{ 
	background-image: url(../img/paginator/first_disabled.png);
}

.last-disabled{ 
	background-image: url(../img/paginator/last_disabled.png);
}

.paging div.table-options {
	width:100%;
	float:left;
	text-align:left;
	font-weight: normal;
	color: #999;
	margin-top: 10px;
	border-top: 1px dotted #dedede;
}

.paging .first-page, .paging .last-page  {
	display:block;
	float:left;
	background-repeat:no-repeat;
	background-position:center center;
	height:22px;
	width:22px;
}
