﻿body{font-family:Arial,Verdana;font-size:13px;	background-color:White;	color:Black}

.Link{font-family:Arial,Verdana;font-size:13px;color:Black;text-decoration:none}
.Link:hover{font-family:Arial,Verdana;font-size:13px;color:Black;text-decoration:underline}

.LinkSlim{font-family:Arial,Verdana;font-size:11px;color:Black;text-decoration:none}
.LinkSlim:hover{font-family:Arial,Verdana;font-size:11px;color:Black;text-decoration:underline}

.Titulo{font-family:Arial,Verdana;font-size:25px;color:#663200}

.LinkPreto{font-family:Tahoma,Arial;font-size:12px;color:Black;text-decoration:none}
.LinkPreto:hover{font-family:Tahoma,Arial;font-size:12px;color:Black;text-decoration:underline}

.LabelPreto{font-family:Tahoma,Arial;font-size:12px;color:Black}

.LabelPainel{font-family:Tahoma,Arial;font-size:12px;color:#6A7148}
.TextBoxPainel{font-size:11px;color:Black;border-top-style:groove;font-family:Tahoma;border-right-style:groove;border-left-style:groove;background-color:White;border-bottom-style:groove;height:15px}

.modalBackground{background-color:black;filter:alpha(opacity=60);opacity:0.6; cursor:progress; z-index:99999; position:absolute}
.ModalWindow{border: solid1px#c0c0c0; background:#f0f0f0; padding: 0px0px0px0px; position:absolute; top:-1000px; z-index:-99999}
.modalPopup{background-color:#F4F4F4; border-width:2px; border-style:solid; border-color:Gray; padding:2px; width:500px}
.modalPopup2{background-color:#F4F4F4; border-width:2px; border-style:solid; border-color:Gray; padding:2px}

.Grid
{
	border-style:Solid;
	border-width:1px;
	border-color:#D0EDF5;
}

.GridHeader
{
	color:White;
	font-weight:bold;
	font-family:Tahoma;
	font-size:11px;
	background-color:White;
	background-repeat:repeat-x;
	background-image:url('../Forms/Adm/Imagens/grid02.png');
	height:30px;
	padding-left:4px;
}

.GridPager
{
	color:#6B8CA1;
	font-family:Tahoma;
	font-size:11px;
	background-color:White;
	background-repeat:repeat-x;
	background-image:url('../Forms/Adm/Imagens/grid04.png');
	height:29px;
	padding-left:4px;
}

.GridItem
{
	color:#6B8CA1;
	font-family:Tahoma;
	font-size:11px;
	background-color:#F3FBFE;
/*	background-repeat:repeat-x;*/
/*	background-image:url('../Forms/Adm/Imagens/grid03.png');*/
	height:22px;
}

.GridSelectedItem
{
	color:#6B8CA1;
	font-family:Tahoma;
	font-size:11px;
	background-color:#BEE3F3;
	height:22px;
}

.GridAlternatingItem
{
	color:#6B8CA1;
	font-family:Tahoma;
	font-size:11px;
	background-color:white;
	height:22px;
}

.GridLink
{
	color:#6B8CA1;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
}

.GridLink:Hover
{
	color:#6B8CA1;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:underline;
}

.GridTitulo
{
	font-family:Tahoma;
	font-size:14px;
	text-decoration:underline;
	color:#6A7148;
}