/* Start of CMSMS style sheet 'Paginator' */
/*--- paginator code */
 div.page {overflow: hidden;  }

#rollup h2 {
	font-size: 11px;
	color: #fff;
        background: #818386;
	font-weight: bold;
	padding: 3px 3px 3px 6px;
	font-size: 1.1em;  
        cursor: pointer;
text-decoration: none;
}

#rollup h2.open {
	background: #818386 url(uploads/images/headingBtns.gif) no-repeat scroll right bottom;
text-decoration: none;

	}

#rollup h2.closed {
	background: #818386 url(uploads/images/headingBtns.gif) no-repeat scroll right top;
text-decoration: none;
	}

.nav {
     height: 30px;
text-decoration: none;
}


.nav a { 
        color: #666; 
        text-decoration: none;
        padding: 1px 5px;
        margin:0 2px;
        border: 1px solid #666666;
float: left;
display: block;
text-decoration: none;
       }

.nav a:hover {
       background: #eaeaea;
text-decoration: none;
}

.nav a.highlight {
        color: #fff;
        background: #666;
text-decoration: none;
}

.nav a.next {
        border: none;
text-decoration: none;
}

.nav a.next:hover {
        background: transparent;
text-decoration: none;
        color: #111;
}

.nav a.prev {
    display: none;
text-decoration: none;
}

/* End of 'Paginator' */

