@charset "UTF-8";


.Acordion {
	width:600px;
	
	/*padding:30px 0px 0px 40px;*/
	outline:none;
	margin:0;
	padding:0;
	overflow: hidden;
	height: auto;
	min-height:650px;
	float:left;
	background-color:#FFF;
	
	
}


/*.AcordionPanel {
	margin: 0px;
	padding-bottom: 10px;
}
*/

/*.AcordionPanelTab {
	
	font: 15px verdana;
	color:#333333;
	height:inherit;
	
	
	margin-top: 2px ;
	padding-top: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}


.AcordionPanelContent {
	font:12px verdana;
	color:#333;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: auto;
	border-bottom: 1px solid #666;
	line-height:2em;
}
*/





.AcordionPanel {
	overflow:hidden; /* overflow tem k ser auto para os paineis dos artistas residentes funcionar*/
	margin: 0px;
	padding-bottom: 5px;
	background-color:#FFF;
	padding-left:40px; 
	/*border-top: 1px solid #333;  BORDER DO MENU DE ARTISTAS RESIDENTES */
	border-bottom:1PX solid #333;
	
	
	
	
	
}


.AcordionPanelTab {

	height:20px;
	/*margin-top: 12px;*/
	
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AcordionPanelContent {
	/*background-color:#FFFFFF;*/
	overflow:hidden; /* permito o correcto deslizamento da informaç\ao escondida em varios browser. nao retirar*/

/*	font:1em verdana;
	color:#333;*/
/*	overflow: visible;*/
	margin: 0px;
	padding: 0px;
	/*padding-bottom:50px;*/
	
	margin-bottom:3px;
	
}

/*.AcordionPanelContent img { 
		height:325px;
		width:584px;
		margin-top:125px;
		
		}*/
		
#show {
	visibility: hidden;
}
		

