h2 {
	background: #FFEFE1 none repeat scroll 0 0;
	color: #FF6600;
}

div .textAlerta {
	font-weight: bold;
}

div .transparent {
	background-color: #F4D3AE;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6.5em;
	line-height: 6.5em;
	text-align: center;
	color: orange;
	border: 1 red solid;
	filter: alpha(opacity = 80);
	opacity: 0.80;
	-moz-opacity: 0.80;
	font-size: 2.0em;
	font-weight: bold;
}

div .divColLeft {
	float: left;
	width: 20%;
	font-family: Arial, Helvetica, sans-serif; 
	text-align : right;
	border-right: 1px solid #C0C0C0;
	margin-right: 1%;
	text-align: right;
}

div .divColRight {
	width: 78%;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20%;
}

div .divRow {
	display: table;
	width: 100%;
	border-bottom: 1px solid #C0C0C0;
}

div .divTable {
	border-bottom: 2px none #C0C0C0;
	margin-top: 20px;
}

div .cancelado {
	background-image: url("../imagens/cancelado.jpg");
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 2px #C0C0C0;
	margin-top: 20px;
}

.pInputRadio {
	width: 24%;
	float: left;
	align: left;
	text-align: left;
}

.pInputTipo {
	width: 24%;
	float: left;
}

.pInputTipoResto {
	width: 26%;
	float: left;
}

.pRowCenter {
	align: center;
	text-align: center;
	width: 100%;
}

.alignRadio {
	vertical-align: middle;
}

.xoqueeNumero {
	float: left;
	position: relative;
	padding: 0 0 0 2.5em;
	text-decoration: underline;
	color: #333333;
	background: url("../imagens/bgLinkNumero.gif") no-repeat;
	width: 100%;
	margin-bottom: 1em;
}

.aviso:hover {
	text-decoration: none;
}

.aviso {
	color: #000000;
	cursor: default;
	font-weight: bold;
}

.resultados {
	color: #000000;
	cursor: default;
	font-size: 0.1em;
}	

.textMessage {
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	height: 4.0em;
}

.inputIdent {
	text-align: right;
	font-size: 1.0em;
	font-family: Arial;
	font-weight: bold;
}

.linhaTexto {
	margin-bottom: 1em; 
}

.selectMunicipio {
	font-size: 1.0em;
	font-family: Arial;
	font-weight: bold;
}

form#frmDeslProg fieldset {
	background: #F1F1F1 none repeat scroll 0 0;
	border: 1px solid #CCCCCC;
	margin: 0;
	padding: 10px;
}

form#frmDeslProg fieldset label {
	width: 25%;
	text-align: left;
	margin-right: 1%;
	/*margin-top: 0.4em; */
	font-size: 0.875em;
	line-height: 1.4em;
}

form#frmDeslProg input.botao {
	background: transparent url("../imagens/inputConfirmar.gif") repeat-x scroll 0 0;
	color: #FFFFFF;
	font-weight: bold;
}

div .formFrame {
   position: relative; 
   height: 13em;
}   
