
tr.bg_white { background-color: #ffffff}
tr.bg_color { background-color: #f0f0f0}

/* LABEL DE TOPO DE PÁGINA: */
.tbl_top_label{
	width: 100%;
	background: #ffffff url('../imagens/bg_degradee_top_down.gif') repeat-x;
	height: 35px;
	border-collapse: collapse;/* 'cellspacing' equivalent */
}
.tbl_top_label tr {
	vertical-align: top;
}
.tbl_top_label td {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}


/* PADRÃO DE TABELA DE DADOS WIDTH: 100%: */
.tbl_std_100 {
	width: 100%;
	border-collapse: collapse;
	border: 1px #d4d4d4 solid;
}
.tbl_std_100 tr {
	vertical-align: top;
	line-height: 20px;
}
.tbl_std_100 th {
	background-color: #0099cc;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	text-align: left;
}
.tbl_std_100 td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
}
/*Backgrounds:*/
.tbl_std_100 tr.bg1 td {
	background-color: #fafafa;
	border-bottom: 1px #004080 dotted;
}
.tbl_std_100 tr.bg2 td {
	background-color: #fff;
	border-bottom: 1px #004080 dotted;
}
.tbl_std_100 tr.bg_inativo td {
	background-color: #ff0000;
	border-bottom: 1px #004080 dotted;
	color: #fff;
}
/*Backgrounds relatórios:*/
.tbl_std_100 tr.bg1_rel td {
	background-color: #fafafa;
	border-bottom: 1px #d4d4d4 dotted;
}
.tbl_std_100 tr.bg2_rel td {
	background-color: #fff;
	border-bottom: 1px #d4d4d4 dotted;
}
.tbl_std_100 tr.bg_inativo_rel td {
	background-color: #f4cdc6;
	border-bottom: 1px #004080 dotted;
	color: #004080;
}

.tbl_std_100 tr.bg_atencao td {
	background-color: #ffff99;
	border-bottom: 1px #004080 dotted;
}
/*Links:*/
.tbl_std_100 td a:link a:visited {
	color: #006699;
}
/*Bold:*/
.tbl_std_100 td.bold {
	font-weight: bold;
	text-align: left;
}
/*Links Inativos:*/
.tbl_std_100 tr.bg_inativo td a:link {
	color: #fff;
}
.tbl_std_100 tr.bg_inativo td a:visited {
	color: #fff;
}
.tbl_std_100 tr.bg_inativo td a:hover {
	color: #e6e6e6;
}



/* PADRÃO DE TABELA "LIMPA" WIDTH: 100%: */
.tbl_clean_100 {
	width: 100%;
	border-collapse: collapse;
}
.tbl_clean_100 tr {
	vertical-align: top;
	line-height: 25px;
}
.tbl_clean_100 td {
	font-weight: normal;
	text-align: left;
	padding: 3px;
}
.tbl_clean_100 th {
	background-color: #0099cc;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	text-align: left;
}
.tbl_clean_100 td.bold {
	font-weight: bold;
	text-align: left;
}
.tbl_clean_100 td.fontbig {
	font-weight: normal;
	font-size: 18px;
}

table.dotted
{ 
	width: 100%;
	border: 1px dotted #c0c0c0;
	border-collapse: collapse;
}

td.dotted
{ 
border-bottom: 1px #d4d4d4 dotted;
line-height: 1px;
}

td.solid-bottom
{ 
border-bottom: 1px #d4d4d4 solid;
}

tr.zebrado1 td {
	background-color: #efefef;
}