@charset "UTF-8";


.TabbedPanels {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	outline:none;
}


.TabbedPanelsTabGroup {
	margin:0px 10% 0px 0px;
	padding:0px;
	width:300px;
	height:200px;
	position:absolute;
	z-index:9999;
	right:0;
	outline:none;
}



.TabbedPanelsTab {
	top:1px;
	margin: 0px 1px 0px 0px;
	padding:15px 0px 16px 0px;
	list-style: none;
	width:249px;
	height:auto;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	outline:none;
	text-align:center;
	background-color:#c4bd97;
	font-weight:300;
	font-family: 'Dosis', sans-serif;
	color:#668761;
	font-weight:300;
	font-size:15px;
	-webkit-transition: all 0.40s ease-in-out;
	-moz-transition: all 0.40s ease-in-out;
	-o-transition: all 0.40s ease-in-out;
	-ms-transition: 2ll 0.40s ease-in-out;
	transition: all 0.40s ease-in-out;

}

.TabbedPanelsTab2 {
	top:1px;
	margin: 0px 1px 0px 0px;
	padding:15px 0px 16px 0px;
	list-style: none;
	width:249px;
	height:auto;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	outline:none;
	text-align:center;
	background-color:#d7cfa6;
	font-weight:300;
	font-family: 'Dosis', sans-serif;
	color:#668761;
	font-weight:300;
	font-size:15px;
	-webkit-transition: all 0.40s ease-in-out;
	-moz-transition: all 0.40s ease-in-out;
	-o-transition: all 0.40s ease-in-out;
	-ms-transition: 2ll 0.40s ease-in-out;
	transition: all 0.40s ease-in-out;

}


.TabbedPanelsTab3 {
	top:1px;
	margin: 0px 1px 0px 0px;
	padding:16px 0px 16px 0px;
	list-style: none;
	width:249px;
	height:auto;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	outline:none;
	text-align:center;
	background-color:#c4bd97;
	font-weight:300;
	font-family: 'Dosis', sans-serif;
	color:#668761;
	font-weight:300;
	font-size:15px;
	-webkit-transition: all 0.40s ease-in-out;
	-moz-transition: all 0.40s ease-in-out;
	-o-transition: all 0.40s ease-in-out;
	-ms-transition: 2ll 0.40s ease-in-out;
	transition: all 0.40s ease-in-out;

}

.TabbedPanelsTabHover {
	background-color:none;
}

.TabbedPanelsTabSelected {
	background-color:#156433;
	color:#fff;
	-webkit-transition: all 0.40s ease-in-out;
	-moz-transition: all 0.40s ease-in-out;
	-o-transition: all 0.40s ease-in-out;
	-ms-transition: 2ll 0.40s ease-in-out;
	transition: all 0.40s ease-in-out;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	width:100%;
	height:385px;
	margin:0px 0px 0px 0px;
	padding:0px;
	background-color: #EEE;
	float:left;
}


.TabbedPanelsContent {
	overflow: hidden;
	width:100%;
	height:500px;
}

#descricao-full{
	width:100%;
	height:250px;
	margin:0px;
	padding:0px;
	position:absolute;
}

#descricao{
	width:1100px;
	height:auto;
	margin:0 auto;
}

#box-descricao{
	width:200px;
	height:auto;
	margin:20px 0px 0px 0px;
	padding:20px;
	background-image:url(../image/bgbox.png);
	font-weight:300;
	font-family: 'Dosis', sans-serif;
	color:#668761;
	font-weight:300;
	font-size:15px;
}


#box-descricao2{
	width:200px;
	height:auto;
	margin:190px 0px 0px 0px;
	padding:20px;
	background-image:url(../image/bgbox.png);
	font-weight:300;
	font-family: 'Dosis', sans-serif;
	color:#668761;
	font-weight:300;
	font-size:15px;
}

.TabbedPanelsContent h5{
	float:right;
	margin:0px 12% 0px 0px;
	padding:0px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels {
	overflow: hidden;
	zoom: 1;
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color:#EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	background-color:#ef4036;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color:#ef4036;
}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

/* Styles for Printing */
@media print {
.TabbedPanels {
	overflow: visible !important;
}
.TabbedPanelsContentGroup {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}
.TabbedPanelsContent {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
}
.TabbedPanelsTab {
	 overflow: visible !important;
	 display: block !important;
	 clear:both !important;
}
}