/***
 * Site Name:	Center for Sex Offender Management - An Overview of Sex Offender Treatment for a Non-Clinical Audience.
 * URL:			http://www.csom.org/train/treatment/
 * Version: 	1.0
 * Description:	This file contains the styling rules for the pagination page numbers.
 */

/* Style rules for pagination div. */
#paginator_nav {
  clear: both;
  height: 20px;
  /*width: 650px;*/
  padding: 0 5px;
  background: #ccc;
}

/* Stlye rules for links within the pagination div. */
#paginator_nav a:link, #paginator_nav a:visited, #paginator_nav span  {
  margin: 0 5px;
  color: #008;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}

#paginator_nav span a:link, #paginator_nav span a:visited {
  margin: 0 -3px;
}


/* Disabled pagination link. */
#paginator_nav span.paginator_linkdisabled { color: #666; }

/* Style for pagination page number link. */
#paginator_pagenums a:link, #paginator_pagenums a:visited {
/*  margin-right: -3px;*/
  padding: 2px 5px;
  background: #eee;
}

/* Style for current page number. */
#paginator_pagenums a:link.paginator_currentpage { background: #fff; }
