.tipo1 A:LINK		{color:white; text-decoration:none;}
.tipo1 A:VISITED	{color:#EEEEEE; text-decoration:none;}
.tipo1 A:ACTIVE		{color:#FFFFDD; text-decoration:none;}
.tipo1 A:HOVER		{color:red; text-decoration:none;}
.tipo1 A			{color:white;	text-decoration:none;}

.tipo2 A:LINK		{color:gray; text-decoration:none;}
.tipo2 A:VISITED	{color:gray; text-decoration:none;}
.tipo2 A:ACTIVE		{color:gray; text-decoration:none;}
.tipo2 A:HOVER		{color:red; text-decoration:none;}
.tipo2 A			{color:gray; text-decoration:none;}

body {background-color:#F6C491; color:black; font-family:Verdana; font-size:9px; }
hr {height: 2px; background-color: #AADDFF; border: none; width:100%; }
input[type="text"], input[type="password"] {font-size: 10pt; color: #000000; background-color: #EEEEEE; border: 1px solid #000000;}
a {color:black; text-decoration:none;}
a:hover {color:red; text-decoration:none;}

.altura-card {height:100%;}
@media (min-width:601px) { .altura-card {height:348px;} }

.table-edicao {
    font-size: 10pt;
    color: #000000;
    border-collapse: collapse;
    border-spacing: 0px;
}
	.table-edicao tr:nth-child(even) { background-color: #FFFFFF; }
	.table-edicao tr:nth-child(odd) { background-color: #E0F0FF; }

    .table-edicao th {
        background-color: #AAAAAA;
        color: black;
        font-weight: bold;
        font-size: 8pt;
        text-align: center;
    }

	.table-edicao td {
		color: black;
		font-size: 10pt;
		text-align: left;
		padding: 2px;
		margin: 0px;
	}

.combobox {
	font-size: 16px;
	color: blue!important;
	background-color: #FFFFCC!important;
	border: 1px solid gray;
	padding: 2px;
	max-width: 85%;
}
@media (min-width:601px) { .combobox { font-size: 14px; } }

.Login
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #688491;
}

.Campos
{
	font-size:8pt;
	font-family:Verdana,Arial,Helvetica;
	color:#000000;
	background-color:#EEEEEE;
	font-weight:normal;
	border:#000000;
	border-style:solid;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
}

.Botoes
{
	color:#000000;
	background-color:#EEEEFF;
	font-size:8pt;
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica;
	border:#000000;
	border-style:solid;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
}
