/** Formulários com Tables */

th.obrigatorio{ background: url(../../images/required.gif) no-repeat right ; padding-right: 13px;}
th.rotulo{ text-align: right; font-weight: bold; }
td.obrigatorio{ background: url(../../images/required.gif) no-repeat right ; padding-right: 13px;}
div.obrigatorio{ background: url(../../images/required.gif) no-repeat left;font-size: 0.9em; margin-left: 35%;  padding-left: 13px;}
span.obrigatorio{ background: url(../../images/required.gif) no-repeat right ; padding-right: 13px;}


table.td {height: 100%;}

caption.form {
	padding: 0px;
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	background: url(menu/bg_opcao_menu.gif) center;
	color: white;
	border: 1px solid #6A6A6A;
	border-bottom: 0;
}

table.form, table.subForm {
	margin: 0 auto;
	background-color: #F9FBFD;
	border-collapse: collapse;
}

table.form {
	border: 1px solid #DEDFE3;
	font-size: 1em;
	border-spacing: 2px;
}

table.form tr td, table.subForm tr td {
	padding: 3px;
}



table.form thead tr th {
	text-align: left;
}

table.form tfoot tr {
	background: #C8D5EC;
}

table.form tfoot tr td, tfoot.form tr td {
	text-align: center;
}

table.form caption{
	font-size: 1.1em;
}

table.form caption, table.list caption, table.visualizacao caption, h3.tituloTabela {
	margin: 0 auto;
	padding: 3px 0;
	padding-top: 3px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	letter-spacing: 1px;
	text-align: center;
	background-color: #93C4E5;
	background-image: url('../../images/bg-caption-drarkX.png'); 
	background-position: 0px 50%;
	background-repeat: repeat-x;
}

table.subForm caption, caption.subForm, td.subForm, table.form table caption, table.list tr.titulo {
	margin: 1px 0px;
	font-weight: bold;
	font-variant: small-caps;
	color: #333366;
	background: #EDF1F8;
	background-image: none;
	text-align: left;
	border: 0;
	letter-spacing: 1px;
	padding: 3px 0 3px 10px;
	border-bottom: 1px solid #C8D5EC;
}

table.subForm tr{
	border-bottom: 1px solid #C8D5EC;
}

table.subForm thead tr th, table.subForm thead tr td{
	text-align: left;
}

table.subForm tfoot, table.subForm tfoot td {
	background-color: #EBEBEB;
	text-align: center;
}

td.subFormItem {
	margin: 1px 0px;
	font-weight: bold;
	font-variant: small-caps;
	color: black;
	background: #EDF1F8;
	border-top: 1px solid #6A6A6A;
	text-align: center;
}

#required-info{
	background: url('../../images/required.gif') no-repeat left;
	padding-left: 20px;
	float: left;
}

td.required{ 
	background: url('../../images/required.gif') no-repeat right;
}

#status-popup{
	float: right;
	padding-right: 10px;
}

.rich-message-label{
	margin-left: 5px;
	color: red;
	font-size: 8pt;	
}