/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/
@charset "utf-8";

.hidepiece
{
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:10px 5px 10px 10px;
	font-size:11px;
	color:#333333;
	text-decoration:none;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 270px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
text-decoration: none;
}

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

.paginationstyle a{ /*Pagination links style*/
padding: 0;
text-decoration: none;
/*border: 1px solid black;*/
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #ffdedf;
text-decoration:none;
font-weight:bold;
font-size:11px; 
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

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

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

.paginationstyle a.imglinks a:hover{
background: none;
text-decoration: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
/*background-color: yellow;*/
color: #ffdedf;
text-decoration:none;
font-weight:bold;
font-size:11px; 
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-align:center;
height:23px;
width:200px;
background:url(selected.jpg) left top no-repeat;
padding-top:5px; padding-bottom:5px;
}
.paginationstyle .flatview a { /*Pagination div "flatview" links style*/
color: #ffffff;
text-decoration:none;
font-weight:bold;
font-size:11px; 
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-align:center;
height:23px;
width:200px;
background:url(notselected.jpg) left top no-repeat;
padding-top:5px; padding-bottom:5px;
}
