
/* 20080102 > FCFO  > *
 ------------------------------------------------------------------------- */

	.ContainerSubTitulo {
		font-family: Calibri;
		font-weight: bold;
		color: #000000;
	}

	.CommonList {
		width: 100%;
		border-left: solid 1px #E0D7D2;
		border-top: solid 1px #E0D7D2;
		border-right: solid 1px #E0D7D2;
	}






	.TextBoxDefault, .CssTextBox {
		font-size: 11px;
		border: solid 1px #000000;
		color: #000000;
		background-color: #FFFFFF;
		font-family: Arial;
	}

	.TextBoxNumeric {
		font-size: 11px;
		padding: 2px;
		border: solid 1px #000000;
		color: #000000;
		background-color: #FFFFFF;
		font-family: Calibri;
		text-align: right;
	}

	.TextAreaDefault {
		display: block;
		font-size: 11px;
		border: solid 1px #000000;
		color: #000000;
		background-color: #FFFFFF;
		font-family: Calibri;
		padding: 2px;
	}

	.CssDropDownListDefault, .DropDownListDefault {
		font-size: 11px;
		border: solid 1px #000000;
		color: #000000;
		font-family: Calibri;
	}

	
	.CheckBoxDefault{
		margin-right: 10px;
	}
	
	div.FillSpacer { border: solid 1px #000000; }
	div.FillSpacer .FillSpace { width: 100%; border: none; padding: 0px; }
	


/* 20080102 > FCFO > BUTOES
 ------------------------------------------------------------------------- */
 
	.CssButtonStyle {
		border: solid 1px #8c7852;
		background-color: #D8CDC5;
		color: #553600;
		cursor: pointer;
		padding-left: 6px;
		padding-right: 6px;
		font-size: 10px;
	}
	.CssButtonStyle:hover {
		background-color: #b6a792;
	}
	.CssButtonStyleSelected {
		border: solid 1px #8c7852;
		background-color: #b6a792;
		color: #553600;
		cursor: pointer;
		padding-left: 6px;
		padding-right: 6px;
		font-size: 10px;
	}

	.CssFileUpload {
		width: 270px;
	}

	input.CssFillHSpace, textarea.CssFillHSpace {
		border: solid 0px #000000 !important;
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}
	
	select.CssFillHSpace {
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}






/* 20090303 > JSR > Tooltips
 ------------------------------------------------------------------------- */

	.ToolTipLink {
		cursor: pointer;
	}

	.ToolTipLink:hover {
		font-weight: bold;
	}






/* 20090414 > FCFO > General Form Table
 ------------------------------------------------------------------------- */
	
	table.GeneralForm {
		width: 100%;
		margin-bottom: 15px;
	}
	
	table.GeneralForm td.CaptionCell  {
		width: 110px;
		font-size: 12px;
		font-weight: bold;
		color: #555555;
		font-family: Arial;
		text-align: right;
		padding: 1px 0px;
		vertical-align: top;
	}
	table.GeneralForm td.ContentCell {
		padding: 1px 5px;
		vertical-align: top;
	}
	
	table.GeneralForm td.CaptionColumn, table.GeneralForm th.CaptionColumn {
		font-size: 12px;
		font-weight: bold;
		color: #555555;
		font-family: Arial;
		text-align: left;
		padding: 2px;
		vertical-align: top;
	}
	
	span.Required{
		font-family: Arial;
		color: #FF0000;
		font-size: 15px;
	}
	
	div.GTFTitle{
		
		font-size: 18px;
		font-weight: bold;
		background-color: #E9E6E1;
		padding: 1px 5px;
		margin-bottom: 5px;
		
	}






/* 20090414 > FCFO > General Add Form Table
 ------------------------------------------------------------------------- */
	
	table.GeneralAddForm {
		width: 100%;
	}
	
	table.GeneralAddForm td.CaptionCell  {
		font-size: 12px;
		font-weight: bold;
		color: #555555;
		font-family: Arial;
		text-align: left;
		padding: 2px;
		vertical-align: top;
	}
	table.GeneralAddForm td.ContentCell {
		padding: 1px;
		vertical-align: top;
	}
