/*desenha a tabela de introdução de conteúdos na administração*/
.form_container {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: 100%;
	color: #414243;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/*desenha a tabela nas ofertas de emprego e de negócio*/
.form_container_table {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: 100%;
	color: #414042;
	background-color: #808285;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #808285;
	border-right-color: #808285;
	border-bottom-color: #808285;
	border-left-color: #808285;
}

/*introduz o titulo nas tabelas de introdução, na administração*/
.form_header {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FFFFFF;
	line-height: 200%;
}

/*introduz o titulo nas tabelas
.form_header_table {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #000000;
	line-height: 200%;
}*/

/*introduz uma secção nas tabelas de introdução, na administração*/
.form_section {
	/*line-height: 200%;*/
	background-color: #FFFFFF;
}

/*introduz uma secção nas tabelas
.form_section_table {
	line-height: 50%;
	background-color: #FFFFFF;
}*/


/*titulos dos cabeçalhos das tabelas de conteúdos da administração*/
.form_inputTitle {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #414243;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 75px;
}

/*titulos dos cabeçalhos das tabelas de oferta de emprego*/
.form_inputTitle_table {
	color: #000000;
	font-weight: bold;
	background-color: #D1D3D4;
	width: 75px;
}

/*conteúdo de cada célula da tabela nas ofertas de emprego e de negócio*/
.form_inputData {
	font-family:"trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #414243;
	font-size: 8pt;
	background-color: #D1D3D4;
}

/*conteúdo de cada célula da tabela*/
.form_inputData_table {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #414243;
	font-size: 8pt;
	background-color: #D1D3D4;
}

.form_inputElement {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: smaller;
	background: #D1D3D4;
	color: #333333;
	border: 1px solid #EEEEEE;
	padding-bottom: 0px;
}

/*introduz os botões na tabela*/
.form_inputElement_table {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	background: #CCCCCC;
	color: #000000;
	border: 1px solid #808285;
	padding-bottom: 0px;
}

/* escreve o texto nas caixas de texto quando pretendemos alterar ou ver qq coisa */
.form_notInputElement {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #414243;
	padding-bottom: 0px;
	padding-left: 3px;	
}

/*.form_notInputElement_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	padding-bottom: 0px;
	padding-left: 3px;	
}*/

.form_footer {
	background-color: #FFFFFF;
	line-height: 200%;
	/*text-align: right;*/
}

/*.form_footer_table {
	background-color: #FFFFFF;
	line-height: 200%;
}*/

.form_warning {
	color: #FF0000;
	line-height: 100%;
	background-color: #000000;
}

/*.form_warning_table {
	color: #FF0000;
	line-height: 100%;
	background-color: #000000;
}*/

