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

.paginationstyle{ /*Style for demo pagination divs*/
width: 200px;
text-indent:20px;
text-align: left;
padding: 0px 0;
margin: 0px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
margin: 0 0px;
}

.paginationstyle a{ /*Pagination links style*/
text-decoration: none;
color: #999999;

}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #999999;
background-color: #000000;
}

.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:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #999999;
background-color: black;
}
.spacer.w99 .block {
	width: 99.8%;
}
#inset .module {
	margin-bottom: 20px;
	overflow: hidden;
}


