/* ######### CSS for Tabs. Remove if not using ######### */


.tabmenu {
	margin-bottom: 0px;
	position: absolute;
	left: 300px;
}

.tabmenu li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

.tabmenu a {
	display: block;
	font-size: 11px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #294E56;
	padding: 2px 2px 2px 3px;
	width: 10em;
	margin-left: 0px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

.tabmenu a:hover {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

.tabmenu a.selected{
	color: #FBEF99;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	background-color: #73AFB7;
}

.tabcontentstyle{ 
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}

.tabcontent{
	display: none;
}

@media print {
  .tabcontent {
	display: block !important;
  }
}