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

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.virtualpage3 .right{
	float: right;
	width: 290px;


}
.virtualpage3 .right img{
	float: right;

}
.virtualpage3 .info{
	color: #83259a;
	font-size: 12px;
	line-height: 17px;
margin-top: 15px;
	font-style: normal;
	float: right;
	width: 260px;
	text-align: right;

}
.purpletext{
	color: #83259a;
	font-size: 12px;
	line-height: 17px;
margin-top: 15px;
	font-style: normal;
	float: right;
	text-align: right;
	padding-right: 10px;

}
.virtualpage3 .left{
	float: left;
	width: 175px;
}
.virtualpage3 .left p{
	padding: 0;
	font-size: 12px;
	line-height: 18px;
padding-bottom: 10px;

}
.virtualpage3 .pages p{
	padding: 0;
	font-size: 12px;
	line-height: 18px;
padding-bottom: 10px;

}
.virtualpage3 em{
	color: #39C;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 8px;
	font-style: normal;
	font-weight: bold;

}
.virtualpage3 .left h1{
	color: #39C;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
	margin-top: 0;
	padding-bottom: 20px;
	font-style: normal;
	font-weight: bold;
}
.paginationstyle{ /*Style for demo pagination divs*/
padding: 2px 0;
margin: 10px 0;
width: 400px;
}

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


}

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

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.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: #000;
background-color: yellow;
}

#virtualcontainer {
	height: 600px;
}

.tab-text {
	color: #5087c3;
	font-size: 14px;
	line-height: 10px;
	font-weight: bold;
}

