.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 2px 0px 5px 0px;
	border-top:1px #E1E1E1 solid;
	border-bottom:1px #E1E1E1 solid;
	float:left; width:100%;

}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 11px sans-serif;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background:url(../imagens/abow.gif) no-repeat 2px #DDF0FA;
	text-indent:4px;
	color:#3FB3E9;
}
.TabbedPanelsTabHover {
	background:url(../imagens/abow2.gif) no-repeat 2px #9ED7E0;
	color:#FFF;
}
.TabbedPanelsTabSelected {
	background:url(../imagens/abow2.gif) no-repeat 2px #3FB3E9;
	color:#FFF;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	background-color: #fff;
margin:5px 0px 0px 0px;
float:left;
width:100%;
}
