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

.shadetabs 
{
	float: right;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li 
{
	display: block;
	float: left;
	margin: 0;
}

.shadetabs li a 
{
	position: relative;
	padding-top: 12px;
	z-index: 1;
	overflow: hidden;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #903300;
	text-align: center;
	text-decoration: none;
}

.shadetabs li.tab1 a 
{
	display: block;
	position: relative;
	z-index: 1;
	width: 105px;
	height: 24px;
	background: url(../../images/aba1_inativa.png) no-repeat;
}

.shadetabs li.tab2 a 
{
	display: block;
	position: relative;
	z-index: 1;
	width: 98px;
	height: 24px;
	background: url(../../images/aba2_inativa.png) no-repeat;
}
.shadetabs li.tab3 a 
{
	display: block;
	position: relative;
	z-index: 1;
	width: 104px;
	height: 24px;
	background: url(../../images/aba3_inativa.png) no-repeat;
}


.shadetabs li.tab1 a.selected 
{
	display: block;
	width: 105px;
	height: 24px;
	background: url(../../images/aba1_ativa.png) no-repeat;
	color: #e10000;
}

.shadetabs li.tab2 a.selected 
{
	display: block;
	width: 98px;
	height: 24px;
	background: url(../../images/aba2_ativa.png) no-repeat;
	color: #e10000;
}

.shadetabs li.tab3 a.selected 
{
	display: block;
	width: 104px;
	height: 24px;
	background: url(../../images/aba3_ativa.png) no-repeat;
	color: #e10000;
}



/*selected main tab style */
.shadetabs li a.selected:hover 
{ 
	text-decoration: none;
}

.tabcontent 
{
	display:none;
}

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

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2 
{
	padding: 0;
	width: 362px;
	border-top: 5px solid #D25A0B; /*Brown color theme*/ 
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.modernbricksmenu2 ul 
{
	margin:0;
	margin-left: 10px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

.modernbricksmenu2 li 
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

.modernbricksmenu2 a 
{
	float: left;
	display: block;
	font: bold 11px Arial;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	background-color: black; /*Brown color theme*/ 
	border-top: 1px solid white;
}

.modernbricksmenu2 a:hover 
{
	background-color: #D25A0B; /*Brown color theme*/ 
	color: white;
}

/*currently selected tab*/
.modernbricksmenu2 a.selected 
{ 
	background-color: #D25A0B; /*Brown color theme*/ 
	color: white;
	border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent 
{
	display:none;
	padding: 25px;
	padding-bottom: 0;
}

.tabcontent2 {
	display:none;
	padding: 0;
}

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

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


.indentmenu 
{
	font: bold 13px Arial;
	width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul 
{
	margin: 0;
	padding: 0;
	float: right;
	/* width: 80%; width of menu*/
}

.indentmenu ul li 
{
	display: inline;
}

.indentmenu ul li a 
{
	float: left;
	display: block;
	margin-top: 6px;
	padding-right: 10px;
	text-indent: -9999px;
	overflow: hidden;
}

.indentmenu ul li.banner1 a 
{
	width: 6px;
	height: 15px;
	background: url(../../images/aba_banner_1_inativo.png) no-repeat;
}

.indentmenu ul li.banner2 a 
{
	width: 10px;
	height: 15px;
	background: url(../../images/aba_banner_2_inativo.png) no-repeat;
}

.indentmenu ul li.banner3 a 
{
	width: 11px;
	height: 17px;
	background: url(../../images/aba_banner_3_inativo.png) no-repeat;
}

.indentmenu ul li.banner4 a 
{
	width: 12px;
	height: 17px;
	background: url(../../images/aba_banner_4_inativo.png) no-repeat;
}

.indentmenu ul li.banner5 a 
{
	width: 10px;
	height: 15px;
	background: url(../../images/aba_banner_5_inativo.png) no-repeat;
}

.indentmenu ul li a:visited 
{
	color: white;
}

.indentmenu ul li.banner1 a.selected 
{
	width: 6px;
	height: 15px;
	background: url(../../images/aba_banner_1_ativo.png) no-repeat;
}

.indentmenu ul li.banner2 a.selected 
{
	width: 10px;
	height: 15px;
	background: url(../../images/aba_banner_2_ativo.png) no-repeat;
}

.indentmenu ul li.banner3 a.selected 
{
	width: 11px;
	height: 17px;
	background: url(../../images/aba_banner_3_ativo.png) no-repeat;
}

.indentmenu ul li.banner4 a.selected 
{
	width: 12px;
	height: 17px;
	background: url(../../images/aba_banner_4_ativo.png) no-repeat;
}

.indentmenu ul li.banner5 a.selected 
{
	width: 10px;
	height: 15px;
	background: url(../../images/aba_banner_5_ativo.png) no-repeat;
}

.tabcontentstyle 
{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}

.tabcontent 
{
	display:none;
}

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