/********************* Configurações gerais *********************/
Body
{	font-family: Arial;
	font-size: x-small;
}

.Controls
{	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
}

.Labels
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	color: Black;
}

.Text
{	font-family: Arial;
	font-size: x-small;
}
/****** Tela de resultado (Result.ASPX) ************************************************/
/****** Intranet do Estabelecimento - Cadastro de Pratos (AdminEstab.ASPX) *************/
.ResultTitle
{	font-family: Arial;
	font-size: x-small;	
}

.DG
{
	font-family: Arial;
	font-size: 12px;
	background-color: White;
}

.DGHeader
{	font-size: 10px;
	background-color: #E1E1E1;
	color: #808080;
	font-weight: bold;	
}

.DGItem
{
}

.DGSel
{	background-color: black;
	color: white;
	font-weight: bold;
}

.DGItemAlt
{	background-color: #FFE7CE;
}

.DGPager
{
	background-color: darkgray;
	color: white;
	font-weight: bold;
}

.DGPagerLink
{	text-decoration: none;
	color: black;
}

.DGPagerLink:Visited
{	text-decoration: none;
	color: black;
}

.ResultLink
{	color: #FF8000;
}

.ResultLink:Visited
{	color: #FF8000;
}

.ResultError
{	font-family: Arial;
	font-size: 16px;
	color: red;
	font-weight: bold;
}
/********************* Tela do prato (Plate.ASPX) *********************/
.EstabTitle
{	font-family: Arial;
	font-size: larger;		
	font-weight: bold;
	color: Black;
	font-style: normal;
}

.EstabDesc
{	font-family: Arial;
	font-size: x-small;
	color: Black;
	font-style: normal;
}

.PlateDesc
{	font-family: Arial;
	font-size: x-small;
	color: Black;
	font-style: normal;
}

.PlateLabel
{	font-family: Arial;
	font-size: x-small;
	color: Gray;
	font-style: italic;
}

.EstabLink
{	color: #FF8000;
	font-style: normal;
	font-size: x-small;
}
/********************* Tela do estabelecimento (Estab.ASPX) *********************/
.EstabTitle2
{	font-family: Arial;
	font-size: larger;		
	font-weight: bold;
	color: #FF8000;
	font-style: normal;
}

.EstabDesc2
{	font-family: Arial;
	font-size: x-small;
	color: Black;
	font-style: normal;
}

.EstabLink2
{	color: #FF8000;
	font-style: normal;
	font-size: x-small;
}

.DG1
{
	font-family: Arial;
	font-size: 12px;
	background-color: White;
}

.DGHeader1
{	font-size: 10px;
	background-color: #E1E1E1;
	color: #808080;
	font-weight: bold;	
}

.DGItem1
{
}

.DGItemAlt1
{
}

.PlateLink1
{	color: #FF8000;
}

.PlateLink1:Visited
{	color: #FF8000;
}
/************ Intranet do Estabelecimento (AdminEstab.ASPX) **************/
.EstabTitle3
{	font-family: Arial;
	font-size: larger;		
	font-weight: bold;
}

.PlanLabel
{	font-family: Arial;
	font-size: x-small;
	color: Gray;
	font-style: italic;
}

.EstabDesc3
{	font-family: Arial;
	font-size: x-small;
	color: Black;
	font-style: normal;
	font-weight: bold;
}
/************ Lista de categorias (Category.ASPX) **************/
.DL
{	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
}

.DLItem
{	text-align: center;
}

.CatLink
{	color: #FF8000;
}

.CatLink:Visited
{	font-weight: bold;
}
/************ Lista dos estabelecimentos por categoria (ShowCat.ASPX) **************/
.CatTitle
{	color: #FF8000;
	font-family: Verdana;
	font-size: larger;
	font-weight: bold;
}

.DL1
{	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
}

.DLItem1
{
}

.CatLink1
{	color: #FF8000;
}

.CatLink1:Visited
{	font-weight: bold;
}
