@charset "utf-8";
/* CSS Document */
/*PAGING*/
div.pagingContainer{background:#EBEBEB; margin:0px; padding:0px; border:0px solid #CCCCCC;}
table.paging {font-size:12px; font-weight:bold;width:100%;background:#F0F0F0;}
table.paging td {padding:0px 2px; text-align:center; height:22px; background-position:center; text-align:center; vertical-align:middle;}

table.paging td.info {text-align:left;color:#807016; font-style:italic; font-size:11px;background:#F0F0F0; }

table.paging td.selected {color:#F7EBEB;background:#666666; width:20px; cursor:pointer; border-right:1px solid #F0F0F0;}
table.paging td.others {color:#9F888A;background:#F0F0F0; width:20px;}
table.paging td.first-active{background:url(images/page-first.gif) center 3px no-repeat; cursor:pointer; width:20px;}
table.paging td.prev-active{background:url(images/page-prev.gif) center 3px no-repeat; cursor:pointer; width:20px;}
table.paging td.next-active{background:url(images/page-next.gif) center 3px no-repeat; cursor:pointer; width:20px;}
table.paging td.last-active{background:url(images/page-last.gif) center 3px no-repeat; cursor:pointer; width:20px;}

table.paging td.first-deactive{background:url(images/page-first-disabled.gif) center 3px no-repeat; width:20px; }
table.paging td.prev-deactive{background:url(images/page-prev-disabled.gif) center 3px no-repeat; width:20px; }
table.paging td.next-deactive{background:url(images/page-next-disabled.gif) center 3px no-repeat; width:20px; }
table.paging td.last-deactive{background:url(images/page-last-disabled.gif) center 3px no-repeat; width:20px; }