﻿/*CSS used for the Virtual Pagination  Modify/ remove as desired*/

.virtualpage, .virtualpage2, .virtualpage3
{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle
{ 
/*Style for  pagination divs
width: 250px;*/
float:right;
text-align: left;
padding: 2px 0;
margin-right:10px; /*-30px*/
margin-left: 40px;
margin-top: -40px;
}

.paginationstyle select{ /*Style for  pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 0px;
text-decoration: none;
/*border: 1px solid black;background-color: white; */
color: navy;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color:White; /*  #F4F3F3;   FEE496;*/
font-weight:bold;
}

.paginationstyle a img 
{
	background-color:#FFF;
	margin-bottom:4px;
	margin-left: -3px;
}
 .imglinks
{ /*Pagination Image links style (class="imglinks")  .paginationstyle a*/
border: solid 0px black;
padding: 0px;
background-color:#FFF;
}
 .imglinks::hover
 {
 background:#FFF;
 }
.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}
 /*Pagination div "flatview" links style
.flatview{background-image: url(../Image/buttons/pagination_BG.gif); 	background-repeat: repeat-x; padding:6px 0; }
.paginationstyle .flatview a:hover {background-color: Red; color:White; text-decoration:none; }
.paginationstyle .flatview a.selected{ color: red; text-decoration: none; background-color:Transparent;}
#ddlPerPage {float: left; width: 150px; margin-left: 240px; margin-top: -46px;}
*/
.flatview{background-image: url(../Image/buttons/pagination_BG.gif); 	background-repeat: repeat-x; background-position-y: 4px; padding:6px 0; } /* for IE: background-position-y... ; FF should igmore it */
.paginationstyle .flatview a:hover {color: #E70131;  text-decoration: underline; }
.paginationstyle .flatview a.selected{ color: white; text-decoration: none; background-color:#E70031; padding:4px 0 2px 0; margin-right: 4px;}
#ddlPerPage {float: left; width: 150px; margin-left: 240px; margin-top: -35px;}