﻿body
{
    font-family: Verdana;
    font-size: small;
    color: Gray;
    overflow-x: hidden;   
}

hr
{
    height: 1px;
    color: #e9e9e9;
}

.hrCustom
{
    height: 1px;
    color: Gray;
}

.inputCustom
{
    border: solid 2px #e9e9e9;
    font-size: smaller;
    width: 300px;
}

.inputDefault
{
    border: solid 1px #8c8c8c;
    font-size: smaller;
    width: 300px;
}

select
{
    border: solid 1px #e9e9e9;
    font-size: smaller;
    width: 300px;    
}

span
{
    color: Gray;
    font-size: smaller;
    font-weight: bold;    
}

.LabelIndica
{
    color: Gray;
    font-size: smaller;
}

.none
{
    border: solid 0px white;
    width: 0px;    
}

fieldset
{
    width: 600px;
    border: solid 1px #e9e9e9;
}

textarea
{
	border: solid 1px #e9e9e9;
    font-size: smaller;	
}

/* div do login do sistema */
.divTopoLogin
{
		border-bottom: 1px solid #8c8c8c;
		background-image: url('Imagens/banco_de_imagens_logo_sc.jpg');
		background-position:right;
		background-repeat:no-repeat;
		background-color: #f1f1f1;
		height: 109px;
		width: 100%;
}

/* Tabela da Busca */
.TableSearch
{
	width:100%;
	margin-right: 0px;
}

.tdTableSearch
{
	width:244px;	
}

.tdMensagem
{
	
}

.tdConteudo
{
	
}

.tdRodape
{
	
}

.LabelMensagemRed
{
	font-size:small;
	color: Red;
	font-weight:normal;
}

.LabelMensagemOrange
{
	font-size:small;
	color: #fd9c00;
	font-weight:bold;
}

/* links */
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline;  }
a:active { text-decoration: none; }

.divGaleria
{
	width: 100%;
	height: 100%;
	float:left;
}

.divGaleriaDetalhe
{
	width: 2%;
	height: 18px;
	float:left;
	text-align:center;
}

.divGaleriaItem
{
	float:left;
	border: solid 2px #fd9c00;
	width: 140px;
	height: 140px;
	/* margin-right:4px;
	margin-bottom: 4px; */
}

.divGaleriaItemContainer
{
	float:left;
	width:153px; 
	height: 250px;
	margin-right: 4px;
	margin-bottom: 4px;
	text-align: left;
}

.labelResultadoPesquisa
{
    color: Gray;
    font-size: 9px;
    font-weight:lighter;
}

.LabelOrange
{
	font-size: 9px;
	color: #fd9c00;
}

.CheckBoxCustom
{
    font-size: smaller;
    width: 100%;
    color: #fd9c00;
    font-weight:lighter;
}

.inputCheckBoxCustom
{
    border: solid 0px #e9e9e9;
    font-size: smaller;
    width: 100px;
}

.imageDetalhe
{
    border: solid 2px #fd9c00;   
}
