/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.slide_show{
	height: 110px;
	background-color: #f1e7bc;
	border: 1px solid #ecca2d;
	clear: both;
	display: block;
	overflow: hidden;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.tab_menu{
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	top: 1px;
}

.tab_menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.tab_menu  ul li{
	display: inline;
	padding: 0px;
	margin: 0px;
}
.tab_menu   ul  li a{
	float: left;
	display: block;
	text-decoration: none;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #f1e7bc;
	border: 1px solid #ecca2d;
}

.tab_menu a:hover{
	text-decoration: underline;
}

.tab_menu a.selected{ /*currently selected tab*/
	background-color: #f1e7bc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ecca2d;
	border-right-color: #ecca2d;
	border-bottom-color: #f1e7bc;
	border-left-color: #ecca2d;
	padding-top: 3px;
	padding-bottom: 6px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
