body {
	background-image: url(../images/cadastro-bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}
#header {
	background: url(../images/cadastro-bg.gif) 0 0 repeat-x;
}
#header div.submenu {
	height: 16px;
	text-align: right;
	padding-top: 10px;
	color: #AAA;
	font-size: 11px;
}
#header div.submenu a {
	color: #666;
	font-size: 11px;
	margin-left: 10px;
	text-decoration: none;
}
#header div.submenu a:hover {
	color: #000;
	text-decoration: underline;
}
#header h1 {
	margin: 0;
	height: 100px;
	width: 230px;
	background: url(../images/cadastro-logo-p.gif) 0 50% no-repeat;
	text-indent: -999999px;
}
#header div.menu {
	color: #FFFFFF;
	margin-top: 16px;
}
#header div.menu a {
	color: #FFFFFF;
	margin-right: 10px;
	text-decoration: none;
}
#header div.menu a:hover {
	text-decoration: underline;
}
#content div.radio {
	height: 53px;
}
#content table {
	width: 100%;
	border: 1px solid #EEEEEE;
	border-collapse: collapse;
}
#content table tr th {
	background-color: #EEEEEE;
}
#content table tr th a {
	color: #000000;
	text-decoration: none;
}
#content table tr th.valor {
	width: 60px;
	text-align: right;
}
#content table tr th.data {
	width: 80px;
	text-align: center;
}
#content table tr td.data {
	width: 80px;
	text-align: center;
}
#content table tr td {
	padding: 5px;
	vertical-align: top;
}
#content table tr {
	border-top: 1px solid #EEEEEE;
}
#content table tr td.tools {
	font-size: 11px;
	padding-bottom: 10px;
}
#content table tr td.tools a {
	color: #333;
	text-decoration: none;
}
#content table tr td.tools a.validate {
	font-weight: bold;
}
#content table tr td.tools a.validate:hover {
	color: red;
} 
#content table tr td.tools a.sem-doc {
	text-decoration: line-through;
}
#content table tr td.credito,
#content table tr td.debito,
#content table tr td.valor {
	text-align: right;
}
#content table tr td.credito {
	color: green;
}
#content table tr td.debito {
	color: red;
	text-align: right;
}
#content div.paginacao {
	text-align:center;
}
#content div.paginacao span.current {
	padding: 6px;
	font-weight:  bold;
}
#content div.paginacao a {
	padding: 6px;
}