/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.virtualpage, .virtualpage2, .virtualpage3, .virtualpage5{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.virtualPage5
{
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
}

#TabbedPanels1 {
	background-color: #EEE;
}
#TabbedPanels1 .tabTable a,
#TabbedPanels1 .tabTable a:link, 
#TabbedPanels1 .tabTable a:visited, 
#TabbedPanels1 .tabTable a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
}
#TabbedPanels1 .tabTable a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#B67B10;
	text-decoration: underline;
}
#arrows
{
	background-color: #EEE;
}

