@CHARSET "ISO-8859-1";

/* ................................................................. */
#conteudo {
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 140%;
}

/* ................................................................. */
#conteudo .cursoNome {
	color: #CC0066;
	font-family: arial, sans-serif;
	
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;

	display: block;
	
	margin-left: -5%;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

/* ................................................................. */
#conteudo .cursoCorpo {
	background-color: rgb(255,253,255);

	padding: 2% 3% 3%;
	margin-bottom: 40px; /* BUG */ 
	
	border-color: rgb(250,220,250);
	border-style: none solid solid none;
	border-width: 1px;
}

/* ................................................................. */
#conteudo .cursoItem {
	display: block;
	margin-bottom: 5px;
}

/* ................................................................. */
#conteudo .cursoItemNome {
	display: inline;
		
	color: #CC0066;
	font-family: verdana, sans-serif;
	
	margin-right: 5px;
	
	font-size: 14px;
	font-weight: bold;
}

/* ................................................................. */
#conteudo .cursoAviso {
	display: block;
	
	color: #CC0066;
	
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
	margin: 2% -3% -3% -3%;
}

/* ................................................................. */
#conteudo .cursoAviso a {
	vertical-align: baseline;
}

/* ................................................................. */
#conteudo .cursoAviso img {
	vertical-align: middle;
	display: inline;
	padding: 1% 0% 2% 2%;
	
}

/* ................................................................. */
#conteudo .cursoMenu {
	display: block;
	
	color: #CC0066;
	background-image: url('../img/barra_dir_meio.png'); 
	background-repeat: repeat;

	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	padding: 1px 5px;
	border-width: 0px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
}



/* ===================================================================== */
/* Menu                                                                  */
/* ===================================================================== */

/* ................................................................. */
.cursoMenu ul
{
	color: #CC0066;
	width: 100%;
	display: inline;
}

/* ................................................................. */
.cursoMenu ul li { display: inline; }

/* ................................................................. */
.cursoMenu ul li a
{
	color: #CC0066;
	text-decoration: none;
}

/* ................................................................. */
.cursoMenu ul li a:hover
{
	color: yellow;
}

/* ................................................................. */
.cursoMenu ul a:visited {
	color: #CC0066;
}





/* ................................................................. */
#inscricoesBarraTitulo {
}

/* ................................................................. */
#inscricoesContainer {
	background-color: rgb(255,253,255);
	
	text-align: center;
	padding-top: 20px;
	
	border-color: rgb(250,220,250);
	border-style: none solid solid none;
	border-width: 1px;
}

/* ................................................................. */
#inscricoesContainer p {
	padding: 0px 30px 20px;
}

/* ................................................................. */
#inscricoesContainer img {
	display: inline;
	float: left;
}

/* ................................................................. */
.realce {
	display: inline;
		
	color: #CC0066;
	font-family: verdana, sans-serif;
	
	margin-right: 0px;
	
	font-size: 15px;
	font-weight: bold;
}

