﻿body
{
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    margin: 0px;
}

a
{
    text-decoration: none;
    color: #333;
}

a:hover
{
    text-decoration: underline;
}

th
{
    text-align: left;
}

br
{
    clear: left;
}

div.Espaco
{
    padding: 2px;
}

input.Texto
{
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 17px;
	padding: 2px;
	/*display: block;*/
	/*width: 175px;*/
	/*float: left;*/
	/*margin-bottom: 10px;*/
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background: #fff;
	color: #333333;
}

/* Botões */
input.BotaoSubmit {
    border: solid 1px #777;
    color: #333;
    font-weight: bold;
    padding: 1px 5px 0px 5px;
    height: 26px;
    background: url(../../imagens/botoes/formbg.gif) repeat-x left top;
}
.botaolimpar
{
	border: solid 1px #777;
    color: #333;
    font-weight: bold;
    padding: 1px 5px 0px 5px;
    height: 26px;
    background: url(../../imagens/botoes/formbg.gif) repeat-x left top;
}

checkbox
{
    border: 0px;
}

textarea
{
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background: #fff;
	color: #333333;
}

.rotulo
{
	display: block;
	text-align: left;
	line-height: 20px;
	font-weight: normal;
	float: left;
	width: 75px;
	padding-right: 20px;
}

.opcao input
{
    border: 0px;
    margin-right: 5px;
}

select
{
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background: #fff;
	color: #333333;
}

fieldset
{
    border: 1px #c3c3c3;
    padding: 5px;
    border-style: solid;
}

legend
{
    font-weight: normal;
}

p
{
    text-align: justify;
    text-indent: 30px;
    line-height: 16px;
}

li
{
    text-align: justify;
    margin-left: 30px;
    /*text-indent: 30px;*/
    line-height: 16px;
}

.ListaNoticias
{
    text-align: left;
    text-indent: 30px;
    line-height: 3px;
}

.Noticia_Data
{
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #666666;
    display: block;
    
}

.Noticia_Titulo
{
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #333333;
    display: block;
}

.Noticia_Resumo
{
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #666666;
    display: block;
}

.Noticia_Corpo
{
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
    color: #333333;
    line-height: 18px;
    display: block;
}

.TituloPagina
{
    font-size: 14px;
    font-weight: bold;
}

#Ultimas_Noticias td a
{
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}

#Ultimas_Noticias td a:hover
{
    color: #333333;
    text-decoration: underline;
}

#Detalhes_Cursos
{
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    width: 300px;
}

#Detalhes_Cursos td
{
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    background-color: #F7F6F3;
    padding: 3px;
}

#Detalhes_Cursos th
{
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    padding: 3px;
}

#Detalhes_Cursos th.Titulo
{
    background-color: #5D7B9D;
    color: #FFFFFF;
}

#Detalhes_Cursos th.Coluna
{
    background-color: #F7F6F3;
    color: #000000;
    text-align: left;
    font-weight: bold;
    
}

#Detalhes_Cursos td a
{
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}

#Detalhes_Cursos td a:hover
{
    color: #000000;
    text-decoration: underline;
}

#Navegacao
{
    float: left;
    text-align: left;
    padding: 7px 5px 7px 5px;
    width: 630px;
    color: #333333;
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
    
}

#Navegacao a
{
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #555;
}

#Navegacao a:hover
{
    text-decoration: underline;
    color: #333;
}

.Administracao
{
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    background-image: url(../../imagens/default/arte_rcs_r8_c2.jpg);
    width: 127px;
    height: 116px;
    vertical-align: top;
}

#LinkHome a
{
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #E1E1E1;
}

#LinkHome a:hover
{
    text-decoration: underline;
}

.Data_Mural
{
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #333333;
    display: block;		
}

.Titulo_Mural
{
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: black;
    display: block;		
}

.Data_Detalhe_Mural
{
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #333333;
    display: block;		
}

.Titulo_Detalhe_Mural
{
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: black;
    display: block;		
}

.Texto_Detalhe_Mural
{
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: justify;
    color: #333333;
    line-height: 18px;
    display: block;
}

.Anexo_Detalhe_Mural
{
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #333333;
}

.Link_Clique_Aqui
{
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #0033ff;
}

.Trabalhe_Conosco
{
    font-size: 12px;
    font-weight: bold;
    text-align: left;      
}

.ImagemImpressao
{
    border: solid 0px #FFFFFF;
}

