@charset "utf-8";
/* CSS Document */
html,body
{
	margin: 0px;
	background: orange;
	/*background-image:url(../imagens/fundo.png);*/
    height:  100%;
}
#content
{
	border-right: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	background-color:#F9F9F9;
	padding: 10px;
	width: 750px;
	margin: 0px auto 0px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	overflow: hidden;
}
#header
{
	background: right url(../imagens/headerbg.png) no-repeat;
	border: 1px dotted #DADADA;
	height: 120px;
	background-color:#FFFFFF;
}
/**
 *		Blocos
 **/
#menuEnd
{
	background:#F3F3F3;
	color: #CB5E38; /* #00699B; */
	border-top: 1px dotted #DADADA;
	border-bottom: 1px dotted #DADADA;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-transform:uppercase;
	text-align:left;
	overflow:hidden;
}
#menuEnd a
{
	color:#CB5E38;
	font-size: 10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#menuEnd a:hover
{
	color:#DB8D24;
	text-decoration:underline;
}
#menuDir
{
	width:200px;
	border-left: 1px solid #DADADA;
	padding-left: 10px;
	float: right;
	margin-left: 30px;
	line-height: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
}
#menuDir a
{
	font-size: 11px;
	text-decoration: none;
	color:#0066CC;
}
#menuDir a.feed
{
	margin-left: 15px;
	padding-left: 25px;
	line-height: 16px;
	background: url(../imagens/miniIcons/feed-icon.png) no-repeat;
	font-size: 11px;
	text-decoration: none;
	color:#CE6700;
}
#menuDir a.feed:hover
{
	text-decoration:underline;
}
#menuDir #bloco
{
	margin-bottom: 10px;
}
#menuEsq
{
	float:left;
	width: 500px;
	overflow:hidden;
}
#menuEsq #bloco
{
	margin-bottom: 10px;
	line-height: 25px;
	font-size: 11px;
	text-align:justify;
	letter-spacing: 0px;    
	border-bottom: 1px dotted #DADADA;
}
#menuEsq #bloco img
{
display: block;
position: relative;
padding: 5px; 
background-color: #fff; 
border: 1px solid #cecece;
margin: -6px 6px 6px -6px; 
}
#menuEsq #bloco #inscricaoCurso
{
	text-align:right;
	float: right;
	margin-left: 15px;
	padding-left: 25px;
	background: url(../imagens/miniIcons/inscrever.png) no-repeat;
	text-transform: uppercase;
	line-height: 17px;
}
#menuEsq #bloco #modulos
{
	margin-left: 15px;
	padding-left: 25px;
	line-height: 16px;
	font-size: 10px;
	background: url(../imagens/miniIcons/book.png) no-repeat;
}
#menuEsq #bloco #descrCurso
{
	margin-left: 15px;
	line-height: 11px;
	font-size: 10px;
}
#menuEsq #bloco form
{
	font-size:10px;
}
#menuEsq #blocoErro
{
	border: solid #CB070D;
	border-width: 1px 2px 2px 1px;
	height: 50px;
	padding: 8px;
	padding-left: 70px;
	margin: 10px 10px 50px 10px;
	background:url(../imagens/erro.png);
	background-repeat:no-repeat;
	background-position:20px 19px;
	background-color:#FAE0C7;
}
#menuEsq #blocoErro h1
{
	font-size: 12px;
	font-weight:bold;
}
#menuEsq #blocoSuc
{
	border: solid #348336;
	border-width: 1px 2px 2px 1px;
	margin: 10px 10px 50px 10px;
	height: 50px;
	padding: 8px;
	padding-left: 70px;
	background:url(../imagens/sucesso.png);
	background-repeat:no-repeat;
	background-position:20px 19px;
	background-color:#C9E7BC;
}
#menuEsq #blocoSuc h1
{
	font-size: 12px;
	font-weight:bold;
}
#menuEsq .titulo
{
	font-size: 14px;
	margin-bottom:10px;
}
#footer
{
	text-align: center;
	border: 1px solid #C1BEA0;
	padding: 10px;
	background-color:#dad7b5;
	font-size: 10px;
}
/**
 *	Forms
 **/
input.login
{
	font-size: 9px;
	width: 90px;
	border: 0px solid;
	border-bottom: 1px solid #DADADA;
}
input
{
	font-size: 11px;
	width: 300px;
	border: 1px solid #DADADA;
}
select
{
	font-size: 11px;
	width: 300px;
	border: 1px solid #DADADA;
}
textarea
{
	font-size: 11px;
	width: 300px;
	border: 1px solid #DADADA;
}
input.submitMini
{
	font-size: 9px;
	width: 30px;
	border: 1px solid #DADADA;
	height: 40px;
}
/**
 *	Links
 **/
a img
{
	border: 0px;
}

/**
 *	Outros
 **/
.titulo #data
{
	color:#616161;
	font-size: 10px;       
}
.titulo
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:normal;
	color:#85AC51;
	border-bottom: 1px dotted #DADADA;
	padding-bottom: 5px;
}
#descricao
{
	margin: 0px;
	font-size: 10px;
	padding: 0px 0px 0px 30px;
	line-height: 12px;
}
