﻿.BoxExterno
{
	background-color: #cecdcd;
	border: solid 2px #b7d536;
	width: 600px;
}
.BoxInterno
{
	background-color: #f2f2f2;
	border: solid 1px #fffefe;
	width: 100%;
}
.ItemNumero
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 64px;
	color: #ffffff;
	width: 120px;
	vertical-align: bottom;
	text-align: right;
	line-height: 60px;
}
.ItemTexto
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 22px;
	color: #ffffff;
	vertical-align: bottom;
	padding-left: 2px;
	text-align: left;
}
.IconeButton
{
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #878787;
	text-align: center;
}
.BoxModelo
{
	background-color: #ffffff;
	border: solid 1px #ffffff;
	width: 600px;
}
.ModeloNumero
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 36px;
	color: #716f6f;
	width: 70px;
	vertical-align: bottom;
	text-align: right;
}
.ModeloLinhaClara
{
	background-color: #efefef;
	border: none 0px white;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	color:#716f6f;
	border-top: solid 2px #ffffff;
	padding-right: 4px;
}
.ModeloLinhaEscura
{
	background-color: #e3e2e2;
	border: none 0px white;
	font-family: Verdana;
	text-align: left;
	font-size: 11px;
	color:#716f6f;
	border-top: solid 2px #ffffff;
	padding-right: 4px;
}
.ModeloIconeLinhaClara
{
	background-color: #efefef;
	border: none 0px white;
	text-align: center;
	border-top: solid 2px #ffffff;
}
.ModeloIconeLinhaEscura
{
	background-color: #e3e2e2;
	border: none 0px white;
	text-align: center;
	border-top: solid 2px #ffffff;
}
.ExcluirButton
{
	padding: 4px 0px 4px 4px;
}
.EntidadeEdit
{
	width: 100%;
	vertical-align: top;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	height: 20px;
}
.Propriedades
{
	width: 200px;
	vertical-align: top;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	height: 0px;
}
.TextTop
{
	height: 1%;
	vertical-align: middle;
	text-align: left;
	color: #ffffff;
	padding-left: 5px;
	background-color: #cecdcd;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}
.TextMain
{
	height:100%;
	vertical-align: top;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	padding: 5px 5px 0px 5px;
}
.Tools
{
	background-color: #f5f5f5;
	width: 300px;
	vertical-align: top;
}
.ComumText
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #8aa607;
	background-color: #f5f5f5;
	border-right: solid 4px #f5f5f5;
	border-left: solid 4px #f5f5f5;
	border-bottom: solid 4px #f5f5f5;
}
.ComumTool
{
	text-align:center;
	background-image: url('../Images/Tools/Comum.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
.CompostosText
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #b04600;
	background-color: #f5f5f5;
	border-right: solid 4px #f5f5f5;
	border-left: solid 4px #f5f5f5;
	border-bottom: solid 4px #f5f5f5;
}
.CompostosTool
{
	text-align:center;
	background-image: url('../Images/Tools/Composto.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
.PessoalText
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #8aa607;
	background-color: #f5f5f5;
	border-right: solid 4px #f5f5f5;
	border-left: solid 4px #f5f5f5;
	border-bottom: solid 4px #f5f5f5;
}
.PessoalTool
{
	text-align:center;
	background-image: url('../Images/Tools/Pessoal.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
.ToolButtons
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #6e6b6b;
	background-color: #dddddd;
}
