html, body { height: 100%; }
body {
	background-image: url(../../backgrounds/fading_backgrounds/fading_background_5.png);
	background-position: top center;	
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 14px;
}
a:link, a:visited { color: #3333CC; text-decoration: none; }
a:hover, a:active { color: #999; text-decoration: underline; }
#menu a:link, #menu a:visited { margin: 0 5px; }
#menu a:hover, #menu a:active { text-decoration: none; }
images { vertical-align: middle; }

#topo {
	height: auto;
	right: auto;
}
#site {
	background-image: url('../css_images/radial.png');
	background-position: -141px 163px;
	background-repeat: no-repeat;
	height: auto;
	margin: 0 auto;
	width: 800px;
	background-color: #E6E6E6;
	position: inherit;
	visibility: inherit;
}
#pagina {
	background-position: -141px 0px;
	background-image: url(../../backgrounds/fading_backgrounds/fading_background_6.png);
	background-repeat: no-repeat;	
	text-align: center;
	color: #999;
	padding-bottom: 25px;
}
#menu {
	width: 100%;
	margin: 2px 0 15px 0;
	background-repeat: repeat-x;
	overflow: hidden;
	border-top: 2px solid #EEE;
	border-bottom: 2px solid #CCC;
	font-size: 0.8em;
	line-height: 150%;
}
#menu .hr {
	width: 90%;
	height: 1px;
	margin: 1px auto;
	border: none;
	border-top: 1px solid #AAA;
	overflow: hidden;
}
hr {
	width: 90%;
	height: 1px;
	margin: 5px auto;
	border: none;
	border-top: 1px solid #CCC;
	overflow: hidden;
}
#menu td { text-align: center; vertical-align: middle; color: #888; }
#menu td.a {
	height: 34px;
	background-image: url('../css_images/grad1.png');
}
#menu td.b {
	height: 53px;
	background-image: url('../css_images/grad2.png');
}
#footer {
	background-color: #D9D9D9;
	color: #8E8D8D;
	font-size: 0.7em;
	margin-top: 15px;
	padding: 5px 0;
	text-align: center;
}

.titulo { margin-top: 5px; background-repeat: no-repeat; overflow: hidden; }

button {
	width: 120px;
	border: 0;
	background-color: transparent;
	background-image: url('../css_images/button.gif');
	height: 29px;
	line-height: 28px;
	background-repeat: no-repeat;
	color: #666;
	padding: 0;
	cursor: pointer;
	font-size: 11.5pt;
	overflow: hidden;
	font-family: Arial, sans-serif;
	vertical-align: middle;
}
.box {
	width: 90%;
	padding: 20px;
	margin: 20px auto;
	text-align: center;
	font-size: 0.8em;
}
.box-y {
	background-color: #F0F0F0;
	color: #888;
}
.box-w {
	background-image: url('../css_images/white-t.png');
	
	color: #888;
}
select, option {
	font-family: Verdana, sans-serif;
	color: #666;
	background-color: #EEE;
	line-height: 130%;
}
option.null { background-color: #DDD; }
select { border: 1px solid #CCC; }

#login { text-align: center; }
#login table { width: 400px; margin: 0 auto; background-color: #E8E8E8; }
#login th { width: 100px; text-align: right; padding: 10px 0px; color: #A7A7A7; }
#login td { width: 300px; color: #A7A7A7; }
#login td input { text-align: left; width: 90%; padding: 3px; font-size: 1.05em; border: 1px solid #C9C9C9; color: #888; background-color: #DDD; }

.tabela {
	width: 100%;
	margin: 0 auto;
	background-color: #f1f1f1;
	text-align: center;
	border-collapse: separate;
	border-spacing: 0;
}
.tabela thead, .tabela tfoot {
	background-color: #d4d4d4;
}
.tabela thead td,  .tabela thead th {
	padding: 5px;
	color: #FFF;
	font-size: 0.8em;
	font-family: Tahoma;
	text-align: center;
}
.tabela tfoot td, .tabela tfoot th {
	padding: 5px;
	color: #FFF;
	font-size: 0.7em;
	font-family: Tahoma;
	text-align: center;
}
.tabela tbody th {
	background-color: #e0e0e0;
	text-align: center;
	color: #888;
	font-size: 0.75em;
	padding: 3px;
	border: 2px solid #f1f1f1;
	font-family: Tahoma, sans-serif;
	vertical-align: bottom;
}
.tabela tbody td {
	background-color: #e8e8e8;
	text-align: center;
	color: #888;
	font-size: 0.75em;
	padding: 3px;
	border: 2px solid #f1f1f1;
	font-family: Tahoma
}
.tabela .trans {
	background: transparent !important;
}
.tabela images { margin: 5px 0; }
.tabela .numero {
	background-color: #DDD;
	border: 1px solid #D0D0D0;
    font-family: Tahoma;
	color: #666;
	font-size: 0.9em;
	padding: 1px;
}

.tabela2 {font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	border: 1px solid #333333;
	margin: 3px 3px 3px 4px;
	padding: 3px 3px 3px 4px;
}

.tabela3 {
	width: 100%;
	margin: 0 auto;
	background-color: #f1f1f1;
	text-align: center;
	border-collapse: separate;
	border-spacing: 0;
}


.bot_bem {

	width: 100px;
	border: 0;
	background-color: transparent;
	background-image: url('../css_images/button_peq.gif');
	height: 24px;
	line-height: 23px;
	background-repeat: no-repeat;
	color: #666;
	padding: 0;
	cursor: pointer;
	font-size: 9.5pt;
	overflow: hidden;
	font-family: Arial, sans-serif;
	vertical-align: middle;
}
#info-conta {
	background-color: #FFF;
	padding: 3px;
	height: 27px;
	overflow: hidden;
	text-align: right;
	font-size: 0.8em;
	padding-right: 20px;
	vertical-align: baseline;
}
#info-conta span {
	background-color: #FFF;
	padding: 0 10px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000A0;
	height: auto;
	width: auto;
	font-style: normal;
	font-weight: bold;
	border-top-color: #FF8040;
	border-right-color: #FF8040;
	border-bottom-color: #FF8040;
	border-left-color: #FF8040;
}
