/* CSS Document */
@import url("default.css");
@import url("geral.css");

/* Bg Home com sabonete */
#divMainSobreHome{
    background:url(../img/bg_Sabonete.jpg) center top no-repeat; 
    width:100%;
	height:100%;
	margin:-27px 0 0 0;
	z-index:1;
}

/* Bg Internas sem sabonete */
#divMainSobreInternas{
    background:url(../img/bg_geral.jpg) center top no-repeat; 
    width:100%;
	height:100%;
	margin:-27px 0 0 0;
	z-index:1;
}

a.LinkBullet{
	background:url(../img/seta.gif) left 2px no-repeat; 
	padding-left: 15px;
	display:block;
	font-family: Arial;
	font-size:10px;
	color:#ec6428;
	line-height:12px;
	text-decoration:none;		
}





.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 5px 0px 0px;
	font: bold 10px Tahoma, Arial;
	background-color: #EEE;
	list-style: none;
	border:none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}


.TabbedPanelsTabHover {
	background-color: #fff;
}


.TabbedPanelsTabSelected {
	background-color: #990000;

}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
}

 
.TabbedPanelsContent {
	padding: 4px;
}

/* 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 {
background:#00CC99;
cursor:default;
}



.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;	
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}


