HTML, Body {
  margin: 0px; padding: 0px;
}

Body {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	line-height: normal;
	color: #666666;
	padding: 10px;
}

/* Links */
a, a:Visited {
	color: #0066CC;
}
a:Hover {
	color: #669900;
}
a:Active {}

td.amenu img {
	display: block;
	margin-bottom: 5px;
}
td.amenu a, td.amenu a:visited {
	color: #999999;
	text-decoration: none;
}
td.amenu a:Hover {
	color: #000000;
}

/* 404 */
#e404 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #F5F5F5;
	padding: 20px;
	text-align: justify;
}
#e404 div.icon-404 {
	background-image: url(http://www.baixadafacil.com.br/images/_404.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 40px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#e404 h2, #e404 h4, #e404 h6 {
	margin: 0px;
	padding: 0px;
}
#e404 h2 {
	font-size: 21px;
	color: #666666;
}
#e404 h4 {
	font-size: 13px;
}
#e404 h6 {
	font-size: 11px;
}

/* Table de variação */
table#lista {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border-collapse: collapse;
}
table#lista tbody {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
}
table#lista tfoot td {
	border: none;
	color: #999999;
}
table#lista th {
	color: #666666;
	text-align: left;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
table#lista th a, table#lista th a:Visited {
	text-decoration: none;
	background: transparent;
}
table#lista th a:Hover {
	text-decoration: none;
	background: transparent;
}

th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-keep,
th.sortable-date-dmy,
th.sortable-numeric,
th.sortable-currency,
th.sortable-sortByTwelveHourTimestamp,
th.sortable-sortIPAddress,
th.sortable-sortEnglishLonghandDateFormat,
th.sortable-sortScientificNotation,
th.sortable-sortImage,
th.sortable-sortFileSize,
th.sortable-sortAlphaNumeric,
th.sortable-sortEnglishDateTime {
	padding: 8px 12px 4px 12px;
	background-color: #FFFFFF;
	background-image: url(http://www.baixadafacil.com.br/images/sortable.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}
th.forwardSort {
	background-color: #FFFFFF;
	background-image: url(http://www.baixadafacil.com.br/images/sortable_down.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}
th.reverseSort {
	background-color: #FFFFFF;
	background-image: url(http://www.baixadafacil.com.br/images/sortable_up.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}
table thead th.forwardSort a, table thead th.reverseSort a {}

th.sort-active {}
th.sort-active a, th.sort-active a:Visited {}

table#lista td a, table#lista td a:Visited {
	text-decoration: none;
	color: #0066CC;
	background: transparent;
}
table#lista td a:hover {
	color: #666666;
	border-bottom: 1px dotted #666666;
	background: transparent;
}
table#lista td {
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 8px 12px 8px 12px;
}
table#lista tr.alt td {
	background-color: #F9F9F9;
}
table#lista tr.no-style {
	background-color: #FEFEFE;
}

/*
table#lista tr[class="alt"] td {
	background-color: #F5F5F5;
}
table#lista td[class~="alt"] {
	background-color: #F5F5F5 !important;
} */
		
table#lista tbody tr.alt td:first-child {}
table#lista tbody tr td:first-child {}
