body {
	font-family: Tahoma, Verdana, Trebuchet, Arial;
	font-size: 11px;
	color: #5E686E;
    margin: 0px 0px 0px 0px;
}

p {
	color:#333;
	line-height: 16px;
	margin: 9px 0;
}

h1,h2,h3,h4,h5 {
	color: #7F8F23;
}
h6 {
	color: #90A324;
}

h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
}
h5, h6 {
	font-size:10px;
}

a, p a {
	color:#5E686E;
}

a:hover, p a:hover {
	color:#5E686E;
}

.warning_msg {
	color:#E77844;
}

.btn_FE_login {
	background-color:#E77844;
	border: 1px solid #90A324;
	color:#fff;
	margin:2px;
}



/*############################################*/
/*                                            */
/*             CSV to HTML styles             */
/*                                            */
/*############################################*/

h1{
	font: bold 24px/26px Tahoma,Verdana,Trebuchet,Arial;
}

h2{
	font: bold 16px Tahoma,Verdana,Trebuchet,Arial;
}

#boformtable {
	width: 580px;
}

#boformtable td{
	padding-bottom: 15px;
	vertical-align: top;
}

#boformtable th{
	font: 13px Tahoma,Verdana,Trebuchet,Arial;
	padding-bottom: 15px;
	vertical-align: top;
}

#csvFormBox {
	border:1px solid #CCCCCC;
	height:390px;
	/*overflow:hidden;*/
	padding:0 15px;
	width:420px;
}


/*TABELA*/
.table_csv {
	background: #ffffff;
	border: 0;
	border-collapse:collapse;
	font: 11px Tahoma,Verdana,Trebuchet,Arial;
}

/*TITULO da TABELA*/
.table_csv thead {
	background: #99B018;
	color: #464E52;
	font: 13px Tahoma,Verdana,Trebuchet,Arial;
	text-align: left;
}

.table_csv thead th {
	border-bottom: 2px solid #fff;
	color:#5E686E !important;
	padding: 3px;
}

.table_csv thead th a {
	color:#5E686E !important;
	text-decoration: none;
}
.table_csv thead th a:hover {
	color:#5E686E !important;
	text-decoration: none;
}

/*SUB-TITULO da TABELA*/
.subtitulo {
	background: #E6F0AF;
	color: #90A324;
	font: bold 13px Tahoma,Verdana,Trebuchet,Arial;
	text-align: left;
}

.subtitulo td {
	padding: 3px;
}

/*BODY da TABELA*/
.table_csv tbody td {
	border: 0;
	text-align: left;
	padding: 1px;
}

/*FOOTER da TABELA*/
.table_csv tfoot {
	background: #464E52;
	color: #fff;
	font: 13px Tahoma,Verdana,Trebuchet,Arial;
	text-align: left;
}

.table_csv tfoot th {
	border-top: 2px solid #fff;
	padding: 3px;
}

.colorTr1{
	background-color :#F1F9BF !important;
}

