﻿.ModalBackground
{
	background-color: White;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.lblMensagem
{
	color: red;
	font-weight: bold;
}

/* CONTROLES */
input, textarea, select
{
	color: #333333;
	font-family: Tahoma, Verdana , Arial , Sans-Serif;
}

.buttonSubmit, .buttonReset
{
	background-color: #5d689b;
	border-color: #d9dfea #515673 #515673 #d9dfea;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	font-size: 11px;
	padding: 3px 15px 4px 15px;
}

.buttonReset
{
	background-color: #f0f0f0;
	border-color: #e7e7e7 #666666 #666666 #e7e7e7;
	color: #333333;
}

.textBox, .textBoxWaterMark, .textBoxUPPER, .textBoxSearch, textarea, .dropDownList
{
	border: 1px solid #bdc7d8;
	font-size: 13px;
	padding: 2px;
	width: 70%;
}

.textBox:hover, .textBoxWaterMark:hover, .textBoxUPPER:hover, .textBoxSearch:hover, textarea:hover, .dropDownlist:hover
{
	border-color: #515673;
}

.textBox:focus, .textBoxWaterMark:focus, .textBoxUPPER:focus, .textBoxSearch:focus, textarea:focus, .dropDownlist:focus
{
	border-color: #515673;
}

.textBoxWaterMark
{
	color: #838383;
}

.textBoxUPPER
{
	text-transform: uppercase;
}

.textBoxSearch
{
	background: white url(Imagens/magglass.png) no-repeat scroll 3px 4px;
	padding-left: 17px;
}


.dropDownList
{
	width: auto;
}


/* FORMATAÇÃO DA TABELA */
.tableFormulario
{
	border: 0px;
	width: 100%;
}

.tdCampo, .tdControle
{
	
	padding: 5px;
}

.tdCampo
{
	color: #333333;
	font-weight: bold;
	padding-top: 8px;
	text-align: right;
	vertical-align: top;
	width: 20%;
}

.tdControle
{
	width: 80%;
}

.trZebra1, .trZebra2
{
	background-color: #f5f5f5;
	height: 30px;
}

.trZebra2
{
	background-color: #eeeeee;
}