/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.paginationstyle{ /*Style for demo pagination divs*/
width: 230px;
text-align: right;
padding: 2px 0;
margin: 0 0 10px 0;
border-top:1px solid #ccc;
}

.internal .paginationstyle {
	width: 456px;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0;
text-decoration: none;
font-size:12px;
color: #626861;
background-color: white;
font-weight:bold;
}

.paginationstyle .flatview a:hover, .paginationstyle a:hover { color: #f37421; }

.paginationstyle a.selected{ color: #f37421; font-weight:bold; }

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #f37421;
font-weight:bold;
}
