﻿body 
{
    /*BACK DEFINIDO NA MASTER*/
    background-image: url(../../Images/Graficos/ParticulaFundo1.jpg); background-repeat: repeat;
    
    font-family: Berlin Sans FB;
    color: #269306;
    font-size: 12pt;
}

a
{
	color: #3a9620;
	border-width: 0;
	border: 0;
	border-collapse: collapse;
}

img
{
	vertical-align: middle;
	border-width: 0;
	border: 0;
	border-collapse: collapse;
}

.Titulo
{
	font-family: Berlin Sans FB;
	text-align: center;
	font-size: 18pt; 
	color: #268d08;
	font-weight: bold
}

.Subtitulo
{
	font-family: Berlin Sans FB;
	text-align: left;
	font-size: 14pt; 
	color: #268d08;
}

.TextoItem
{
	font-family: Berlin Sans FB; 
	font-size: 11pt; 
	color: #2232a2
}

.Rodape
{
	font-family: Berlin Sans FB;
	font-size: 10.5pt;
	color: #d1f8c6;
}

.MenuPrincipal
{
	color: #269306;
    font-family: Berlin Sans FB;
    font-weight: normal;
    font-size: 14pt;
    text-decoration: underline;
}
a.MenuPrincipal:hover
{
	color: #ffa200;
	text-decoration: none
}


/*Botões*/
.Botao_Detail_OK
{
	   width: 100px;
}

.Botao_Detail_Cancel
{
	   width: 100px;
}

.Link_De_Tela
{
	font-family: Verdana;
	font-size: 8pt;
}

.HLink
{
	cursor:crosshair;
	 font-weight:bold; 
}

.ImageButtonClient
{
	cursor: hand;
}
/*-----------------------------------------------*/

.message
{
	font-family: Calibri;
	font-size: 11pt;
	color: #EE1111;
	font-weight: bold;
}

/*BOX*/
.Elementobox
{
	background-color: #d0d0d0;
	padding: 4px;
}

.TituloBox
{
	color: White; 
	font-family: Calibri; 
	font-size: 14pt; 
	font-weight: bold;
	
	vertical-align: middle;
}

.TextoBox
{
	border: 0;
	color: #4B4B5B;
}

.TituloBox2
{
	color: #b0b0b0; 
	font-family: Calibri; 
	font-size: 14pt; 
	font-weight: bold;
	
	vertical-align: middle;
}

.TextoBox2
{
	border: 0;
	color: #8B8B9B;
}
/*------------------------------------*/

/*Modal Popup*/
.modalBackground {
	background-color: #D0D0EC;
	filter: alpha(opacity=70); 
	opacity: 0.7;
}

.modalPopup {
	border-width:0px;
	font-weight: normal;
	vertical-align: middle;
}
/*-----------------------------------*/

/*GRID VIEW*/
.GridViewHeaderStyle
{
	font-size: 14pt;
	background-color: #888;
	color: #EEEEEE;
}

.GridViewHeaderStyle a
{
	font-size: 14pt;
	color: #eee;
	border-width: 0;
	border: 0;
	border-collapse: collapse;
	background-color: #888888;
}

.GridViewRowStyle
{
	background-color: #dddde4;
}


.GridViewAlternatingRowStyle
{
	background-color: #e8e8ee;
}

/*---------------------------------------*/