﻿/*-------------------------------------------------*/
/* Accordion, Candidatura Online */ 
/*-------------------------------------------------*/
/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:#fff url(/img/global/gradient/h300.png) 0 0;
	width: auto;
	height:auto;
	-background:#666;
	padding:5px;
}

/* accordion header */
#accordion h2 {
    background:#c6c6c6  url(../imagens/accordionbg.gif) repeat-y top left;
	padding:5px;
	font-size: 12px;
	font-weight: bold;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;	
	height:17px;
		
}

/* currently active header */
#accordion h2.current {
	cursor:default;
    background:#c6c6c6  url(../imagens/accordionbg_selected.gif) repeat-y top left;

}

/* accordion pane */
#accordion div.pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	height:auto;
	padding:15px;
	color:#fff;
	font-size:12px;
	
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}
.accordionpassos
{
    font-size: 13px;
    color:#fff;
    font-weight:bold; 
	display:block;
	float:left;
    width:70px;
    cursor:hand;
}
.accordiontitulo
{
	 color:#414242; 
	 text-align: center;
	 text-decoration: none; 
	 font-size: 13px;
	 display:block;
	 float:left;
	 width:515px;
	 cursor:hand;
}


























