/* Default CSS Stylesheet for a new Web Application project */
.DadosSecao
{
	font-weight: normal;
	font-size: x-small;
	color: navy;
	font-family: Verdana, Arial;
}
.DadosSecaoTitulo
{
	font-size: xx-small;
	vertical-align: baseline;
	color: white;
	font-family: Verdana, Arial;
	text-align: center;
}
.Label_Padrao
{
	font-size: xx-small;
	color: black;
	font-family: Verdana, Arial;
}

.LabelForte
{
	font-size: x-small;
	color: black;
	font-family: Verdana, Arial;
	text-align: center;
}

.LabelForteDestaque
{
	font-weight: bold;
	font-size: x-small;
	color: darkred;
	font-family: Verdana, Arial;
	text-align: center;
}

.LabelTitulo
{
	font-weight: bold;
	font-size: x-small;
	vertical-align: baseline;
	color: gold;
	font-family: Verdana, Arial;
	text-align: center;
}
.LabelTituloFraco
{
	font-size: x-small;
	vertical-align: baseline;
	color: white;
	font-family: Verdana, Arial;
	text-align: center;
}
.LabelCxEntradaSaida
{
	font-size: xx-small;
	color: black;
	font-family: Verdana, Arial;
	text-align: left;
}

.LabelErroAviso
{
	font-size: xx-small;
	font-family: Verdana, Arial;
	text-align: center;
}

.DropDownList
{
	font-size: x-small;
	color: black;
	font-family: Arial;
}

.Table
{
	border-right: midnightblue thin solid;
	border-top: midnightblue thin solid;
	border-left: midnightblue thin solid;
	width: 740px;
	border-bottom: midnightblue thin solid;
	border-collapse: collapse;
	background-color: lightgrey;
}

.TableSemBorda
{
	width: 740px;
	border-collapse: collapse;
	background-color: lightgrey;
}

.TableLogin
{
	border-right: midnightblue thin solid;
	border-top: midnightblue thin solid;
	border-left: midnightblue thin solid;
	border-bottom: midnightblue thin solid;
	border-collapse: collapse;
	background-color: lightgrey;
}
.TableCxEntrada
{
	border-right: darkslategray thin solid;
	border-top: darkslategray thin solid;
	border-left: darkslategray thin solid;
	border-bottom: darkslategray thin solid;
	border-collapse: collapse;
	background-color: darkslategray;
}
.TableCxSaida
{
	border-right: darkslategray thin solid;
	border-top: darkslategray thin solid;
	border-left: darkslategray thin solid;
	border-bottom: darkslategray thin solid;
	border-collapse: collapse;
	background-color: darkslategray;
}
.TableEntradaSaida
{
	width: 100%;
	border-collapse: collapse;
	background-color: lightgrey;
}
.TR_Cabecalho1
{
	height: 30px;
	background-color: midnightblue;
	text-align: center;
}
.TR_Cabecalho2
{
	height: 30px;
	background-color: dimgray;
	text-align: center;
}
.TR_CabecalhoProcesso
{
	font-weight: bold;
	font-size: small;
	color: white;
	font-family: Verdana, Arial;
	height: 30px;
	background-color: dimgray;
	text-align: center;
}
.Link_NumProcesso
{
	font-size: xx-small;
	color: blue;
	font-family: Verdana, Arial;
}
.Button_Padrao
{
	border-right: white thin ridge;
	border-top: white thin ridge;
	font-size: xx-small;
	border-left: white thin ridge;
	cursor: hand;
	color: black;
	border-bottom: white thin ridge;
	font-family: Arial;
	background-color: peachpuff;
	text-align: center;
}
.RationButtonList
{
	font-size: xx-small;
	color: black;
	font-family: Arial;
}
.TextBox_Padrao
{
	font-size: x-small;
	font-family: Arial;
}
.DropDownList_Padrao
{
	font-size: xx-small;
	font-family: Arial;
}
.RadioButtonList_Padrao
{
	font-size: xx-small;
	font-family: Arial;
}
BODY
{
	background-image: url(Imagens/Background_03.gif);
}

