﻿body {
	font-family: Trebuchet MS;
	color: #000000;
	background-image:url(bg_standard.jpg);	
    font-size: 11px;
}
.corpoSite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.cabecalho
{
    background-image:url(topo.jpg);
    background-repeat:no-repeat;
    height: 162px;
    background-color: #60B410;
}

.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image:url(rodape.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:31px;
}
.topo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color:#FFFFFF;
	background-image: url(imagens/fundo_topo.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	height:97px;
}
.linhaTopo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFE680;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	height:20px;
}
.menuTopo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image:url(imagens/menu_topo.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	height:30px;
}
.menuSpacer
{
    background-image:url(imagens/menu_topo_spacer.jpg);
    width: 5px;
    height: 30px;
}

#menuItemTopo{
	margin: 0px;
	padding: 0px;
	border:0px;
}

#menuItemTopo a:link, #menuItemTopo a:visited {
	display: block;
	border-width:1px;
	font-family:Arial;
	padding: 4px 0px 4px 10px;
	font-size:11px;
	text-align:center;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	/*text-transform:uppercase;*/
}

#menuItemTopo a:hover{
	color:#FFFFFF;
	font-weight:bold;
	padding: 4px 0px 4px 8px;
	text-decoration: underline;
	background-color: #56AB05;
	border: 1px solid #006600;	
}

.menuFaixa {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-image:url(imagens/bg_faixa.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	height:71px;
}

.menuFaixaTitulo {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight:bold;
}

.menuDireito{
	background-color:#F8FBFC;
	border-left:1px;
	border-left-color:#0099CC;
}
.menuDireitoTitulo{
	font-size:11px;
	font-weight:bold;
	color:#CC5522;
}

.menuEsquerdo{
	background-color:#F8FBFC;
	border-right:1px;
	border-right-color:#0099CC;
	width: 150px;
}

.caixaLogin {
	font-family: Arial;
	border:#D4E7ED;
	border-style:dashed;
	border-width:1px;
	background:#FFFFFF;
	color: #000000;
}

#menu{
	margin: 0px;
	padding: 0px;
	border:1px;
	text-align:left;
	height:21px;
}

#menu h3{
	padding: 10px 0px 2px 15px;
	padding-top: 5px;
	border-color:#000000;
	text-align:left;
	height:21px;
}

#menu a:link, #menu a:visited {
	display: block;
	border-width:1px;
	border-right: solid 1px #0884B8;
	background-color:#F8FBFC;
	background-image:url(menu_.gif);
	background-repeat:repeat-y;
	font-family:Arial;
	padding: 4px 0px 2px 15px;		
	font-size:11px;
	color: #000000;
	text-decoration:none;
	text-align:left;
	height:21px;
}

#menu a:hover{
	display: block;
	border-bottom: solid 1px #CC5522;
	border-top: solid 1px #CC5522;
	border-right: solid 1px #CC5522;
	background-color:#FFFFFF;
	background-image:url(menu_over.gif);
	background-repeat:repeat-y; 
	font-family:Arial;
	padding: 4px 0px 2px 15px;	
	font-size:11px;
	color: #000000;
	text-decoration:underline;
	text-align:left;
	height:21px;
}

.linhaAcima {
	font-family: Arial;
	border-top:solid 1px #0884B8;
	background-color: #0884B8;
	font-size:12px;
	font-weight:bold;
	color:#CC5522;
	height: 5px;
}

.caixaMenuTitulo {
	font-family: Arial;
	border-bottom:solid 1px #0884B8;
	background-color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	color:#CC5522;
	height:30px;
	vertical-align:bottom;
}

.CaixaTexto {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

.botao {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	background-color: #F5F5F5;
	border: 1px solid #999999;
}

.noticiaTitulo
{
	font-weight: bold;
	font-size: 12px;
	color: #6495ED;
	font-family: arial;
}

.caixaImagem
{
	border-right: #FFFFFF 4px solid;
	border-top: #FFFFFF 4px solid;
	border-left: #FFFFFF 4px solid;
	border-bottom: #FFFFFF 4px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	margin: 4px;
	padding-top: 4px;
}

.caixaImagemGaleria
{
	border-right: #FFFFFF 4px solid;
	border-top: #FFFFFF 4px solid;
	border-left: #FFFFFF 4px solid;
	border-bottom: #FFFFFF 0px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 0px;
	margin: 4px;
	padding-top: 4px;
}

a:link
{
	color: #6495ED;
	text-decoration: underline;
}
a:visited {
	color: #6495ED;
	text-decoration: underline;
}
a:hover {
	color: #cc3333;
	text-decoration: underline;
}
a:active {
	color: #6495ED;
	text-decoration: underline;
}
.botaoSalvar
{
	background-image: url(imagens/btn_salvar.gif);
	background-repeat: no-repeat;
	width:55px;
	height: 55px;
	background-color: #FFFFFF;
	border-style:solid;
	border-width: 1px;
	border-color: #CCCCCC;
	cursor: hand;
}

.botaoInserirImagem
{
	background-image: url(imagens/btn_salvarimagem.gif);
	background-repeat: no-repeat;
	width:55px;
	height: 55px;
	background-color: #FFFFFF;
	border-style:solid;
	border-width: 1px;
	border-color: #CCCCCC;
	cursor: hand;
}

.botaoEnviarEmail
{
	background-image: url(imagens/btn_enviaremail.gif);
	background-repeat: no-repeat;
	width:55px;
	height: 55px;
	background-color: #FFFFFF;
	border-style:solid;
	border-width: 1px;
	border-color: #CCCCCC;
	cursor: hand;
}

.gridTopo
{
    font-family: Trebuchet MS;
	font-size: 11px;
	color: #FFFFFF;
	background-image:url(bg_faixa.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	height: 25px;
}
    .gridTopo a
    {
        color: #FFF;
    }
    .gridTopo a:hover
    {
        color: #000;
    }

.gridBody
{
    background-color: #FFFFFF;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}

.gridFooter
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image:url(rodape.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:31px;
	text-align: center;
}
    .gridFooter a
    {
        color: #000;
    }
    .gridFooter a:hover
    {
        color: #FFF;
    }

.carregando
{
    border: solid 1px #000;
    font-weight: bold;
    font-size: 10px;
    color: black;
    font-family: Arial;
    background-color: #FFFFFF;
    width: 100px;
    height: 25px;
    padding: 10px 0px 3px 45px;  
    background-image: url(loading.gif);
    background-repeat: no-repeat;  
}

.informacao
{
    border-right: midnightblue 1px dashed;
    border-top: midnightblue 1px dashed;
    border-left: midnightblue 1px dashed;
    border-bottom: midnightblue 1px dashed;
    background-color: #F8F8FF;
    background-image: url(warning.gif);
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.breaker {
	border-bottom: dashed 1px #ccc;
	margin: 10px 5px 15px 5px;
	padding: 0;
}

.textbox
{
    border: solid 1px #000;       
}

.alterar
{
    background-image: url(atualizar.png);
    background-repeat:no-repeat;
    width: 24px;
    height: 24px;
}

.modalBackground
{
    background-color:Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}