/* CSS Pagining */


.PG-navigationBox {padding: 20px 10px 20px 10px; text-align: center; font-size: 11px; font-family: Tahoma, Arial, Helvetica, sans-serif; color: #666666; }
.PG-normalPage, .PG-currentPage, .PG-normalPageOver, .PG-currentPageOver, .PG-normalPageDis, .PG-currentPageDis 
	 {font-weight: bold; color: #264266; display: inline; background: #e3e3e3; padding: 3px 6px 3px 6px; margin: 0px;
	 border: 1px solid  #adadad;}
.PG-currentPage {background: #ee0000; color: #ffffff; }
.PG-normalPageOver, .PG-currentPageOver {background: #999999; color: #ffffff !important;}
.PG-normalPageDis, .PG-currentPageDis {background: #CCCCCC; color: #ffffff;}
.PG-normalPage a, .PG-currentPage a {text-decoration: none; color: #264266; }
.PG-normalPageOver a, .PG-currentPageOver a {text-decoration: none !important; color: #ffffff !important; }
.PG-fl {float: left;}


