
/* SulAmerica Institucional, CSS Internas */

/* begin forms */
.cLumPropertyPage {
	width:auto;
	background:white;
	color:inherit;
	padding:0;
}
#LumPropertyPageBody
{
	background:white;
	color:inherit;
	border:0px;
	padding:0;
	width:auto;
}
input.cLumInputText, select, textarea.cLumTextArea {
	border:1px solid #939AB4;
	background:white;
}
.cLumInputText, .cLumTextArea {
	width:400px;
}
.cLumRequiredValuesDescriptor {
	padding-top:10px;
	padding-left:16px;
}
#LumPropertyPageFooter {
	display:none;
}

#LumTabs ul li a.selected, #LumTabs2 ul li a.selected {
	color:#303388;
}

/* tables */
table.cLumTableAdmin {
	border-bottom:1px solid #D2D3DB;
	border-collapse:collapse;
	background:#fff;
}
table.cLumTableAdmin .cLumTableAdminHeaderRow {
	height:auto;
}
table.cLumTableAdmin .cLumTableAdminCell {
	height:auto;
}
table.cLumTableAdmin th {
	background:#ebecf0;
	border-top:1px solid #BFC0CA;
	border-bottom:1px solid #D2D3DB;
	padding:5px 3px;
}
table.cLumTableAdmin td {
	border-bottom:0;
	padding:4px 3px;
	height:auto;
}
table.cLumTableAdmin tr.cLumEvenRow {
	background:#f7f7f7;
}
/* end forms */