@charset "UTF-8";

/* Camada principal. */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	height: 200px;
	width: 100%;
}

/* Seletor do grupo. */
.TabbedPanelsTabGroup {	margin: 0px; padding: 0px; }

/* Botões do fichário. */
.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	padding: 10px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	font: bold 12px sans-serif;
	background: url(../img/fichario/aba1.png);
	background-repeat:no-repeat;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-align:left;
	width:130px;
	text-align:center;
	font-weight: normal;
}

/* Efeitos MouseOver */
.TabbedPanelsTabHover {
	background: url(../img/fichario/aba2.png);
	background-repeat:no-repeat;
	color: #FFF;
}

/* Efeitos AfterClick */
.TabbedPanelsTabSelected {
	background: url(../img/fichario/aba2.png);
	border-bottom: #EEE;
	background-repeat:no-repeat;
	color: white;
}

/* Texto dentro do botão como link. */
.TabbedPanelsTab a {
	color: #1e3668;
	text-decoration: none;
	font-weight: normal;
}

/* Conteúdo */
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 2px #CCCCCC;
	border-bottom: solid 2px #CCCCCC;
	border-top: solid 2px #CCCCCC;
	border-right: solid 2px #CCCCCC;
	background-color: #FFFFFF;
}

/* Conteúdo das páginas */
.TabbedPanelsContent {
	padding: 4px;
	border: solid 2px #CCCCCC;
	height: 428px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated. */
.TabbedPanelsContentVisible {
}
