/********************************************
   CURSOS
********************************************/ 

#eventos {
	text-align: left;
	background: #EEE url(../../images/site/bck_cursos.jpg) no-repeat top left;
	padding-bottom: 30px;
	padding-top: 30px;
}

#eventos h2 {
	color:#000000;
	padding-left: 20px;
}

#eventos h2.inscricao {
	border-bottom: 5px solid #FFF;
	margin-bottom: 10px;
}

#eventos h3 {
	font-size: 14px;
	color:#000000;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 5px;
	border-top: 5px solid #FFF;
}

#eventos p {
	margin-left: 20px;
	margin-right: 20px;
	color: #000000;
	text-align: left;
	letter-spacing: 0.1em;
	text-align: justify;
}

#eventos p.title {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	margin: 20px 0 0 20px;
}

#eventos p.telefone {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
}

#eventos ul {
	margin-left: 40px;
	margin-right: 20px;
	color: #000000;
	text-align: left;
	letter-spacing: 0.1em;
}

#eventos a.inscricao {
	display: block;
	text-align: center;
	color: #000000;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0;
}

#eventos a.inscricao:hover {
	color: #D92621;
}

#eventos img.mais {
	margin-top: 10px;
}

/********************************************
   EVENTOS - TABELAS
********************************************/ 

#eventos table {
	margin: 0 auto;
	border-top: 10px solid #FFF;
}

#eventos table td {
	border-bottom: 10px solid #FFF;
	padding: 10px;
}

#eventos table td.title {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 10px solid #FFF;
	padding: 10px;
	text-transform: uppercase;
}

#eventos table td.title span {
	font-size: 14px;
	text-transform: none;
	display: block;
	margin-top: 10px;
}

#eventos table a {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}

#eventos table a:hover {
	text-decoration: underline;
}

#eventos table td.image {
	border-left: 10px solid #FFF;
	width: 130px;
	text-align: center;
}

/********************************************
   EVENTOS - FORMULÁRIO
********************************************/ 
#eventos form {
	color: #000;
	font-size: 1.1em;
	padding: 0 10px 40px 10px;
	margin: 0;
}

#eventos fieldset {
	margin: 0;
	padding: 0;
}

#eventos form fieldset { 
	border: none; 
}

#eventos form ol {
	margin: 0;
	padding: 0;
}
	
#eventos form li {
	list-style: none;
	margin: 0;
	padding: 5px 10px 7px;
}

#eventos form label {
	color: #000; 
	display: -moz-inline-box;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	text-align: right;
	width: 120px;
}

#eventos form label.required {
	font-weight: bold;
}

#eventos form input, textarea, select {
	border: 1px solid #000;
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	padding: 1px;
}

#eventos form textarea {
	width: 230px;
	height: 50px;
}

#eventos form input.botao{
	background: #f1f1f1;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-size: 13px;
}

/* Checklist */

#eventos form .checklist{
	margin: 0;
	padding: 0;
}

#eventos form .checklist label{
	color: #000; 
	display: inline;
	margin-left: 140px;
}

#eventos form .checklist li {
	list-style: none;
	padding: 2px 10px;
	background: none;
}

/* Fim Checklist */

#eventos form p.error
{
	border: 1px solid #C00;
	background: url(../../images/icons/warning.gif) no-repeat 4px center;
	padding: 4px 25px;
	margin: 4px 4px 6px 0;
	background-color: #FCC;
}

/********************************************
   EVENTOS - TURMAS
********************************************/ 

#eventos div.turmas {
	float: left;
	margin-left: 20px;
	text-align: center;
	padding: 5px;
	border: 2px solid #FFF;
}

#eventos div.turmas a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#eventos div.turmas a:hover {
	text-decoration: underline;
}

#eventos p.horarios {
	margin-top: 5px;
}

/********************************************
   EVENTOS - HORÁRIOS
********************************************/ 

#eventos h2.horario {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	border-bottom: 5px solid #FFF;
}

#eventos table#horarios {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	border-top: none;
}

#eventos table#horarios td {
	border-bottom: 5px solid #FFF;
	padding: 3px 10px;
}

#eventos table#horarios td.title {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 5px solid #FFF;
	padding: 5px;
	text-align: center;
}