body {
	background-color:#333333;
	font-family: Tahoma, Verdana, Geneva;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.tituloPagina {
	color:#666666;
	font-size:16px;
	font-weight:bold;
}
.gradeCurso {
	border: 1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:11px;
	padding-bottom:2px;
}
.imagemGradeCurso {
	border: 1px solid #939393;
	color:#FFFFFF;
	float: left;
	font-size:11px;
	padding-bottom:2px;
	width: 50px;
}
.itemCurso {
	background-color: #D9D9D9;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 3px;	
	margin-top: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.gradeCurso .data {
	color:#000000;
	font-size:11px;
	padding-bottom:10px;
}
.aguardandoParticipacao {
	color:#000000;
	float: right;
	font-size:10px;
	font-weight:bold;
	height:19px;
	padding-top: 3px;
	text-align: center;
	width:77px;
}
.itemCursoIncluido {
	color:#333333;
	font-size:14px;
	font-weight:bold;
	background-color: #EAFFEA;
	margin-top: 3px;
	padding-top: 2px;
	margin-bottom: 3px;
	padding-bottom: 2px;
}
.itemCursoIncluido span {
	font-size:x-small;
	padding-left:2em;
}
.descItemCurso {
	color:#000000;
	font-size:11px;
	font-weight:normal;
	margin-top: 3px;
	padding-top: 2px;
	margin-bottom: 3px;
	padding-bottom: 2px;
	width: 450px;
	padding-left: 15px;
}
.botaoParticipaCurso {
	background-color:#DEDBCB;
	border:0 none;
	color:#000000;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	height:19px;
	width:77px;
	float: right;
	background-image: url(../imagens/btn.gif);
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
	background-repeat: repeat;
}
.aguardandoParticipacao {
	color:#CC0000;
	float:right;
	font-size:10px;
	font-weight:bold;
	height:30px;
	padding-top:3px;
	text-align:center;
	width:77px;
	border:dashed 1px #CC0000;
}
a.botaoParticipaCurso:hover {
	background-color:#DEDBCB;
	border:0 none;
	color:#CCCCCC;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	height:19px;
	width:77px;
	float: right;
	background-image: url(../imagens/btn2.gif);
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
	background-repeat: repeat;
}
.corpoPagina {
	background-color:#FFFFFF;
	bottom:15px;
	margin-left:auto;
	margin-right:auto;
	width:770px;
}
.topoPagina {
	background-image:url(../imagens/topo.jpg);
	border:1px solid #939393;
	height:120px;
	position:relative;
	width:770px;
}
.topoPaginaCinza {
	background-image:url(../imagens/topo/topo_3.jpg);
	border:1px solid #939393;
	height:120px;
	position:relative;
	width:770px;
}
.topoPaginaDig {
	background-image:url(../imagens/topo/topo_2.jpg);
	border:1px solid #939393;
	height:120px;
	position:relative;
	width:770px;
}
.centroPagina {
	border-left:1px solid #939393;
	border-right:1px solid #939393;
	border-top:1px solid #939393;
	height:auto;
	width:770px;
}

/* Remove o espaço no inicio da página */
.centroPagina p {
	padding: 0px;
	margin-top: -5px;	
}
.verDadosFotoUsuario{
	float:left;
	margin-left:15px;
}
.rodape {
	background-color:#F4F4F4;
	color:#E1E1E1;
	font-size:9px;
	font-weight: lighter;
	font-style:normal;
	font-variant:normal;
	height:40px;
	padding-top:5px;
	position:relative;
	text-align:center;
	width:770px;
	border: solid 1px #999999;
}
.rodape a {
	color:#000000;
}
.corpoMenu {
	background-color:#CCCCCC;
	background-position:center center;
	background-repeat:repeat-x;
	border:1px solid #FFFFFF;
	height:auto;
	width:auto;
}
.observacoes {
	font-size:12px;
}
.observacoesB {
	font-size:12px;
	font-weight:bold;
}
.botao {
	color: #000000;
	font-size: 10px;
	font-weight:bold;
	cursor:pointer;
/*	height: 19px;*/
}
.linksInicioSair{
	background-color:#939393;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	height:18px;
	padding-right:5px;
	text-align:right;
	vertical-align:middle;
}
.linksInicioSair a {
	color:#FFFFFF;
	margin:0px 3px 0px 3px;
}
.nomeUsuarioLogado{
	float:left;
	font-size:12px;
	padding-left:5px;
	text-align:left;
}
.captionForm {
	background-color:#939393;
	border:#939393;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-bottom:5px;
}
.dadosRequerente {
	border:thin solid #939393;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	width:600px;
}
.dadosRequerente img {
	cursor: pointer;
}
.textoPrincipal {
	float:left;
	font-size:13px;
	height:auto;
	padding-left:10px;
	text-align:justify;
	width:740px;
	padding-right: 10px;
	overflow: auto;
	margin-top: 5px;
	line-height: normal;
	padding-top: 5px;
}
.campoObriga {
	color:#FF0000;
	font-size:12px;
}
.campoAlerta {
	border:1px solid #FF0000;
	color:#FF0000;
	font-size:10px;
	font-weight:bold;
	height:14px;
	width:200px;
}
.centroMensagemUsuario {
	height:150px;
	padding-left:100px;
	width:500px;
}
.NumeroControle {
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
}
.detalhesTreinamento{
	width:550px;
	margin:auto;
	font-size:12px;
	line-height:1.2em;
	padding:10px 0px;
}
#footer {
	height:30px;
	width:760px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-attachment: scroll;
	background-color: #5B5B5B;
	background-image: url(/imagnes/bgfooter.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#footerlink {
	color:#E1E1E1;
	font-size:9px;
	font-weight: lighter;
}
#footerlink a {
	color:#CCCCCC;
	text-decoration:none;
}
#footerlink a:visited {
	color:#CCCCCC;
	text-decoration:none;
}
#footerlink a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.alignleft {
	float:left;
	margin-left: 5px;
	padding-left: 0px;
	padding-top:9px;
	font-size: 11px;
	color: #000000;
}
.alignright {
	float: right;
	margin-right: 10px;
	padding-right: 0px;
}
.textalignright {
	text-align: right;
}
.cleardiv {
	clear: both;
}
#loader {
	display: inline;
}
.perfilUsuario {
	border: 1px solid #939393;
	padding-bottom:10px;
	position: relative;
	text-align:center;
	width: 360px;
	height: 210px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
}
.fauxMenu{
	float:left;
	width: 385px;
}

input {
	/*border:1px solid #0073B9;
	background-color: #FFFFFF;*/
}
input[readonly] {
	border: solid 1px #7F9DB9;
	background-color:#ebebe4;
}
textarea {
	border:1px solid #0073B9;
	background-color: #FFFFFF;
}
.focus {
	border:1px solid #0073B9;
	background-color: #E9E9E9;
}
.avaliar a {
	color:#000000;
	display:inline;
	float:right;
	font-size:small;
	font-weight:bold;
	margin-right:5px;
	text-decoration:none;
}
.avaliar a:hover {
	color:#0000FF;
	font-weight:bold;
}
.avaliar img {
	border:0 none;
}
#versoesSistema {
	font-size:12px;
}
#versoesSistema tr td {
	vertical-align:top;
}
/* Formularios de solicitação de alteraçoes */
fieldset{
    margin: 10px auto;
	width:550px;
}
legend{
    font-size:12px;
    padding: 1px 5px;
/*    border: 1px dashed #939393 */
}
.corpoMenuCentral {
	float: left;
	width: auto;
	margin-left: 3px;
	background-color: #FFFFFF;
	margin-top: 3px;
	background-image: url(../imagens/divMenu.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

/* Fim dos estilos do novo rodapé */

.corpoItem {
	width: 200px;
	float: left;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.icone {
	float: left;
	height: 50px;
	width: 50px;
}
.icone a img{
	border:none;
}

.tituloIcone {
	font-size: 14px;
	font-weight: bold;
	width: 120px;
	height: auto;
	float: left;
	line-height: normal;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 5px;
	margin-left: 2px;
}
.tituloIcone a {
	text-decoration: none;
	color: #000000;
}
.tituloIcone  a:hover {
	text-decoration: underline;
	color: #000000;
}
.descIcone {
	font-size: 11px;
	float: left;
	height: 50px;
	width: 125px;
	margin-left: 2px;
	line-height: normal;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 3px;
}

.subTitulo {
	font-weight: bold;
	height: 30px;
	float: left;
	display: block;
}

.titulo {
	font-size: 15px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px;
	color: #000000;
	float: left;
}
.noticiaDestaque {
	width: 600px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	height: auto;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 70px;
	font-size: 14px;
}
.noticiaDestaqueTitulo {
	width: 600px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../../digifred/imagens/titulos.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Estilos do Formulario de contato */
#faleConosco, #faleConosco *{
	font-size:12px;
	margin: 5px;
}
#faleConosco label {
	width:90px;
	display:block;
	float:left;
}
#faleConosco input {
	clear:both;
	width:400px;
}
#faleConosco textarea {
	width:400px;
}
#faleConosco .botao-container {
	width:100%;
	text-align:center;
}
#faleConosco .botao {
	width:60px;
}

.erro-email * {
	font-size:12px;
}
.erro-email ul {
	list-style:disc;
	margin:5px 30px;
}

.endereco {
	font-size: 12px;
	line-height: normal;
	color: #000000;
	margin-left: 70px;
	width: 600px;
}
