.indentmenu{
	font: bold 14px "Times New Roman", Times, serif;
	width: 100%; /*leave this value as is in most cases*/
	}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
	}

.indentmenu ul li{
	display: inline;
	}

.indentmenu ul li a{
	float: left;
	color: #05636b; /*text color*/
	padding: 3px 9px;
	text-decoration: none;
	background-image: url(../images/tabtn1.gif);
	}
	
.indentmenu ul li a:hover{
	float: left;
	color: #0033CC; /*text color*/
	padding: 3px 9px;
	text-decoration: none;
	background-image: url(../images/tabhover.gif);
	}


.indentmenu ul li a:visited{
	color: #14919c;
	}

.indentmenu ul li a.selected{
	color: #105a86 !important;
	padding: 3px 9px;
	background-image: url(../images/tab2.gif);
	}


.tabcontentstyle{ /*style of tab content container*/
	width: 550px;
	margin-bottom: 1em;
	padding: 10px;
	}

.tabcontent{
	display:none;
	}

@media print {
.tabcontent {
display:block !important;
}
}


/* Pagination CSS */

.virtualpage2{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ 
width: 250px;
text-align: justify;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ 
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
color: navy;
background-color: white;
border: 1px solid black;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
border: 1px solid black;
}

.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: #FFFFFF;
}

