fieldset {
	border: 0px;
}

.actionButton {
	margin-right: 8px;
}

.generalTable {
	margin-bottom: 0.5em;
	
}

label {
	margin-left: 0.3em;
}

a.lightLink:link {
	text-decoration: none
}
a.lightLink:visited {
	text-decoration: none
}
a.lightLink:hover {
	text-decoration: underline; 
	color: blue;
}
a.lightLink:active {
	text-decoration: none
}

/*MISC STYLES*/
.title1 {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 3px;
}

table td {
	padding: 0px;
}

.dim {
	font-size: small;
	color: grey;
}

.section-title {
	font-weight: bold;
	padding-top: 0.6em;
}

fieldset.formFieldsetBordered {
	border: 1px solid #E3E3E3;
}

fieldset.formFieldsetNoBorder {
	border: 0px;
}

.title,.title span {
	font-size: large;
	font-weight: bold;
	line-height: 2em;
	clear: both;
}

.centeredBox,.alertBox {
	left: 10%;
	width: 80%;
	position: relative;
	text-align: left;
	clear: both;
	padding: 10px;
}

.alertBox {
	border: 1px dashed #D2D253;
	background-color: rgb(255, 255, 127);
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 9px;
	padding-right: 9px;
}

.alertBox span {
	color: #CC3333;
	font-weight: bold;
}

.warningText {
	color: white;
	font-weight: bold;
	background: #CC3333;
}

.tableTopAlign td {
	vertical-alignment: top;
}

.section {
	clear: both;
	padding-top: 6px;
	/*margin-left: 20px;*/
	font-size: normal;
	font-weight: bold;
	line-height: 1.6em;
	font-size: larger;
	border-bottom: 1px dotted;
}

.statementTable td,.statementTable th, .generalTable td, .generalTable th {
	text-align: right;
	padding-left: 6px;
	padding-right: 6px;
}

.statementTable tfoot {
	font-weight: bold;
	border-top: 1px dotted grey;
}

.financialShares-late {
	background-color: #FF9B86;
	font-weight: bold;
}

.financialShares-paid {
	background-color: #C1FF82;
	font-weight: bold;
}

.financialShares-onschedule {
	color: #333333;
}

/*INPUT FIELD SET*/
ul.inputFieldSet,ul.inputFieldSet li {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.inputFieldSet li {
	clear: both;
	padding-bottom: 10px;
	text-align: left;
}

ul.inputFieldSet input[type="text"],ul.inputFieldSet select {
	padding: 5px 1px;	
}
ul.inputFieldSet input[type="text"]{
	width: 60%;
}

ul.inputFieldSet select {
	padding: 0px;
}

ul.inputFieldSet table {
	clear: none;
}

ul.inputFieldSet label {
	width: 15%;
	text-align: right;
	vertical-align: middle;
	margin-right: 5px;
	padding: 5px 1px;
	float: left;
}

.inputFieldSetButton {
	width: 40px;
	margin-right: 20px;
	margin-left: 107px;
}

/*OUTPUT FIELD SET*/
ul.outputFieldSet,ul.outputFieldSet li {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.outputFieldSet li {
	clear: both;
}

ul.outputFieldSet li span {
	margin-bottom: 2px;
	padding: 1px 1px;
}

ul.outputFieldSet li label {
	width: 100px;
	text-align: right;
	margin-right: 3px;
	padding: 1px 1px;
}

/*COLUMNS SETUP*/
.two-columns-1 {
	float: left;
	width: 45%;
	clear: left;
}

.two-columns-2 {
	float: right;
	width: 45%;
	clear: right;
}

.one-column {
	clear: both;
	border: 0px;
}

/*QUESTION TABLE STYLES*/
.optionGroupTable {
	width: 100%;
	border: 0px;
}

.optionGroupTable table {
	border-left: 0px;
}

.optionGroupTable td {
	border-left: 0px;
}

.optionGroupTable tr {
	border-left: 0px;
}

.optionGroupTable tbody {
	border: 0px;
}

.questionArea {
	padding: 6px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #E1E1E1;
}

.questionArea label {
	margin-left: 2px;
}

.questionTitle {
	font-weight: bolder;
}

.questionSubtitle {
	color: Olive;
	font-size: 1.1em;
}

.optionTitle {
}

.optionGroupTitle {
	font-weight: bold;
}

.optionSubtitle {
	color: Olive;
	font-size: 1em;
}

/*ICE STYLES*/
div.iceSelInpDatePopup input {
	width: auto;
}

.popupHeaderWrapper span {
	float: left;
}

.popupHeaderWrapper input {
	float: right;
	margin: 2px
}

.popupBodyTitle {
	font-size: larger;
	font-weight: bold;
	padding-top: 0em;
	padding-bottom: 0.3em;
}

/* Botões de ação com figuras */
input.btnRemove {
	background-color: transparent;
	border:0px;
	padding: 0px;
	margin: 0px;
	padding-right: 13px;
	padding-bottom: 2px;
	background-image: url("css-images/remove.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}

input.btnEdit, input.btnEdit:hover, input.btnEdit:focus, input.btnEdit:active, input.btnEdit:visited {
	background-color: transparent;
	border-color: white;
	padding: 0px;
	margin: 0px;
	padding-right: 13px;
	padding-bottom: 2px;
	background-image: url("css-images/edit.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}
input.btnAdd, input.btnAdd:hover, input.btnAdd:active, input.btnAdd:focus, input.btnAdd:visited {
	padding: 5px;
	margin: 0px;
	padding-left: 20px;
	background-image: url("css-images/add.gif");
	background-repeat: no-repeat;
	background-position: 5% 50%;
}
/*--------------------------*/

div.secSubMenuTop {
	border-bottom: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	padding: 5px;
	background-color: #DFDFCF;
	margin-bottom: 10px;
	font-size: 10px;
}

div.wizardButtonsArea {
	background-color: #F2F2F2; 
	border-top: 1px solid #E0E0E0; 
	margin: 10px;
	padding: 10px;
}

.reportTable {
	border: 1px solid black;
	width: 100%;
}

.reportTable td {
	border-bottom: 1px solid black;
	padding: 3px;
}

.reportTable th {
	background-color: black;
	color: white;
	padding: 2px;
}

.reportTableOdd {
	background-color: #F0F0F0;
}

.reportTableEvent {
	background-color: white;
}

table.checkBoxGroup {
	width: 100%;
}

table.checkBoxGroup label {
	text-align: left;
}

table.checkBoxGroup input {
	width: 15px;
}

table.checkBoxGroup input[type="checkbox"]{
	width: auto;
}
table.checkBoxGroup label{
	width: auto;
	float: none;
}

/**   WIZARDs **/
div.wizardStepSubtitle {
	color: gray;
	margin: 10px;
	border-bottom: 1px solid #888;
	padding: 3px;
	margin-bottom: 11px;	
}

a.addOptionsGroupQuestionLink, a.addCustomQuestionLink{
	margin-right: 20px;
	padding-left: 3px;
}

a.addOptionsGroupQuestionLink {
	background-image: url("css-images/options_10.png");
	background-repeat: no-repeat;
}

a.addCustomQuestionLink {
	background-image: url("css-images/pencil_10.png");
	background-repeat: no-repeat;
}

.actionLinkArea {
	padding: 1px; 
	border: 1px dotted #FEFF5F; 
	background: #FEFFAF;
}

.divSubSectionTitle {
	padding: 4px;
	background-color: #F7F7F7;
	border: 1px dotted #E3E3E3;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bolder;
}
.alternatedTableRow {
	padding: 7px; 
	border-bottom: 1px dotted gray;
}

/*---- TAB STYLE */

.tabBody {
	padding: 8px;
	border: 1px solid gray;
	border-top: 0px;
	padding-top: 16px;
	background-color: #F7F7F7;
}

.tabHeaders {
	border-bottom: 1px solid gray;
	font-size: 14px;
	font-family: Arial;
	padding-bottom: 3px;
}

.tab, .tabSelected {
	width: auto;
	border: 1px solid gray;
	padding: 4px 7px;
	color: #999;
	background-color: white;
	cursor: pointer;
}
.tabSelected {
	background-color: #F7F7F7;
	padding-bottom: 5px;
	border-bottom: 0px;
	color: black;
	cursor: default;
}

/*** ICE OVERRIDE **/

.indent-1 {
	padding-left: 1em;
}	

.iceSelInpTxt {
	margin: 0;
	padding: 0;
}

.iceSelInpDateInput {
	width: 6em;
}
.iceSelOneRb-dis{
	background-color: transparent;
}

.iceSelInpTxt input {
	width: 100%;
	*margin-top: -13px;
}