﻿h1
{
	color: #A047FA;
}

#header
{
	height: 60px;
	background-image: url(cabec_filete.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 2px;
}

#header table
{
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

.mapSite
{
	background-color: #f1dfff;
	color: #999999;
}

.tituloDefault, .obsCadastro_Login
{
    color: #A047FA;
}

.Red {
    color: #db6c6c;
}
.Blue {
    color: #6767d1;
}
.Green {
    color: #6bd46b;
}

/* Inicio Menu */
.MasterMenu li /* all list items */
{
	color: #A047FA;
}

.MasterMenu li:hover, /* list items being hovered over */ .MasterMenu li.AspNet-Menu-Hover
{
	color: #6900d3;
}

.MasterMenu a, /* all anchors and spans (nodes with no link) */ .MasterMenu span
{
	color: #A047FA;
}

.MasterMenu li.AspNet-Menu-Leaf a, /* leaves */ .MasterMenu li.AspNet-Menu-Leaf span
{
	color: #A047FA;
}

.MasterMenu li:hover a, /* hovered text */ .MasterMenu li:hover span, .MasterMenu li.AspNet-Menu-Hover a, .MasterMenu li.AspNet-Menu-Hover span, .MasterMenu li:hover li:hover a, .MasterMenu li:hover li:hover span, .MasterMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .MasterMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, .MasterMenu li:hover li:hover li:hover a, .MasterMenu li:hover li:hover li:hover span, .MasterMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .MasterMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
	color: #6900d3;
}

.MasterMenu li:hover li a, /* the tier above this one is hovered */ .MasterMenu li:hover li span, .MasterMenu li.AspNet-Menu-Hover li a, .MasterMenu li.AspNet-Menu-Hover li span, .MasterMenu li:hover li:hover li a, .MasterMenu li:hover li:hover li span, .MasterMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a, .MasterMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
	color: #A047FA;
}

.MasterMenu .AspNet-Menu-Selected /* this tier is selected */
{
	color: #6900d3;
}

.MasterMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
	color: #6900d3;
}

.MasterMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
	color: #6900d3;
}
/* Fim Menu */

/* Inicio Grid */
.GridRowHeader, .GridRowHeaderCustom
{
    border-color: #8c07b3;
	background-color: #a55fff;
}

.GridRowHeader th, .GridRowHeaderCustom th
{
    border-color: #8c07b3;
}

.GridRowFooter, .GridRowFooterCustom
{
    border-color: #8c07b3;
	background-color: #a55fff;
}

.GridRowFooter td, .GridRowFooterCustom td
{
    border-color: #8c07b3;
}

.RightHeader
{
	border-right-color: #8c07b3;
}

.LeftHeader
{
	border-left-color: #8c07b3;
}

.ColumnDelimiter
{
	border-left-color: #8c07b3;
}
/* Fim Grid */
