@charset "utf-8";
/* CSS Document */

.bottomindentmenu{
	font: bold 13px Arial;
	width: 550px; /*leave this value as is in most cases*/
	margin-left:600px;
	padding: 5px;
	margin-top: 740px;
	position: absolute;
}

.bottomindentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
	background: #00CCFF url(images/indentbg.gif) center center repeat-x;
}

.bottomindentmenu ul li{
display: inline;
}

.bottomindentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 10px;
text-decoration: none;
border-right: 2px solid blue; /*navy divider between menu items*/
}

.bottomindentmenu ul li a:visited{
color: white;
}

.bottomindentmenu ul li a.selected{
	color: #FFFF66 !important;
	padding-top: 6px; /*shift text down 1px*/
	padding-bottom: 4px;
	background: black url(images/indentbg2.gif) center center repeat-x;
}


.bottomtabcontentstyle{ /*style of tab content oontainer*/
	
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;


}

.bottomtabcontent{
	display:block;
	position: absolute;
	margin-top: 780px;
	margin-left: 370px;
	height: 400px;
	overflow: auto;
	width: 965px;
	word-wrap: break-word;
	border-color: #FFFFFF;
	background-color: #006600;
	}

@media print {
.bottomtabcontent {
display:block !important;



}
}
