@charset "utf-8";
/* CSS Document */

/********************************************* CSS Document - DATA DOS VESTIBULARES *********************************************/

/********************************************* CSS Document - GLOSSÁRIO (ACCORDIONS) *********************************************/
#basic-accordian{
	z-index:2;
}

.accordion_headings{
	padding:5px;
	background:#99CC00;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#00CCFF;
}

.accordion_child{
	padding:15px;
	background: #F5F5F5;
	line-height: 175%;
}

.header_highlight{
	background:#00CCFF;
}

.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}

.header:hover{
	background-color:#666;
}
.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	background:#FFF;
	padding:4px;
}

