@CHARSET "UTF-8";

.gwt-DecoratedTabBar .gwt-TabBarItem-wrapper-disabled {
	display: none;
}

/* Estilos TabbedAbstractSection  */
.tabbedAbstractSection {
	width: 100%;
	padding-bottom: 20px;
}

.tabbedAbstractSection .gwt-TabBar .gwt-TabBarItem {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

.tabbedAbstractSection .gwt-TabBar .gwt-TabBarItem-selected {
	/*background-color: #CC99CC;*/
}

.tabbedAbstractSection .gwt-TabPanelBottom {
	/*border-width: 1px 1px 2px;*/
	/*border-color: #996699;*/
}