﻿body 
{
    background-repeat: repeat;
    background-position: top left;
    background-attachment: fixed;
    background-color: #94c2a4;
    
    font-family: LilyUPC, Tunga, Browallia New;
    text-align: justify;
    color: #0b480d;
    font-size: 16.5pt;
}

.valores
{
	color: #3333CC;
}


a
{
	color: #555555;
	border-width: 0;
	border: 0;
	border-collapse: collapse;
}

img
{
	vertical-align: middle;
	border-width: 0;
	border: 0;
	border-collapse: collapse;
}

img.Conteudo
{
	vertical-align: middle;
	border-width: 1px;
	border: 1px;
	border-color: #119911;
	border-style: dashed;
}

.Titulo
{
	font-family: Britannic Bold;
	text-align: center;
	font-size: 24pt; 
	font-weight: bold;
	color: #0f6513;
}

.Subtitulo
{
	font-family: LilyUPC, Tunga, Browallia New;
	text-align: center;
	font-size: 26pt; 
	font-weight: bold;
	color: #158b1a;
}

.TextoItem
{
	font-family: LilyUPC, Tunga, Browallia New; 
	font-size: 15pt; 
	color: #0b480d
}

a.TextoMenu
{
	font-family: Britannic Bold;
	font-size: 22px;
	color: #158b1a;
}

/*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 {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:150px;
	font-weight: bold;
	
	text-align: center;
	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;
}

/*---------------------------------------*/