
.TabbedPanels {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 100%; 
}



.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	
	position: relative;
	top: 1px;
	float: left;
	padding:8px 5px 8px 5px;
	margin: 0px 1px 0px 0px;
	font-size:11px;
	background:url(../imagens/bg_artigos.png) repeat-x  #7e0419;
	color:#FFF;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	-moz-border-radius: 12px 12px 12px 12px;
      -webkit-border-top-left-radius:12px;
      -webkit-border-top-right-radius:12px;
      -webkit-border-bottom-right-radius:12px;
      -webkit-border-bottom-left-radius:12px;
}


.TabbedPanelsTabHover {
	background:#97172f;
	color:#CCC;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
		padding:20px 0;
}

.TabbedPanelsContent {
	overflow:auto;
	padding: 4px;
	height:195px;
}

.TabbedPanelsContentVisible {
		color:#666;
}

.VTabbedPanels {
	overflow: hidden;
	zoom: 1;
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background:#97172f;
	color:#FFF;
	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;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background:#97172f;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}