@charset "utf-8";
/* CSS Document 

cor0 	#414141 cinza mt escuro
cor1	#e1e1e1 cinza
cor2	#f4f4f4 cinza claro
cor3	#bb2733 vermelho
cor4	#db3352 rosa escuro
*/

/*fonts*/
@font-face {
	font-family: 'DroidSansRegular';
	src: url('fonts/DroidSans-webfont.eot');
	src: local('☺'), url('fonts/DroidSans-webfont.woff') format('woff'), url('fonts/DroidSans-webfont.ttf') format('truetype'), url('fonts/DroidSans-webfont.svg#webfontPQ4tPnyo') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DroidSansBold';
	src: url('fonts/DroidSans-Bold-webfont.eot');
	src: local('☺'), url('fonts/DroidSans-Bold-webfont.woff') format('woff'), url('fonts/DroidSans-Bold-webfont.ttf') format('truetype'), url('fonts/DroidSans-Bold-webfont.svg#webfont3gCLDhwY') format('svg');
	font-weight: normal;
	font-style: normal;
}
 /*site styles*/
.DroidSansBold {font: 14px 'DroidSansBold', Arial, sans-serif;letter-spacing: 0;}
.DroidSansRegular {font: 12px 'DroidSansRegular', Arial, sans-serif;}

body,td,th,div {
	font-family: 'DroidSansRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
    line-height: 1.5em;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-size: 13px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
hr {
	border: 0;
	width: 100%;
	color: #e1e1e1;
	background-color: #e1e1e1;
	height: 1px;
}
a  {
	color: #414141;
	text-decoration: underline;
}
a:hover  {
	color: #414141;
	text-decoration: none;
}
img {
	border : 0px;
}
input,select,option,textarea,button {
	background-color: #FFFFFF;
	border : 1px solid #414141;
	font-size: 12px;
	color: #414141;
}
button {
	background-color: #f4f4f4;
}
ul.list {
	line-height: 1.5em;
	list-style-image : url(images/seta_cinza.png);
	text-align:left;
	/*margin-left: 5px;*/
}
.txt_bold, a.txt_bold {
	font-weight: bold;
}
.txt_cor0 {
	color: #414141;
}
.txt_cor3 {
	color: #bb2733;
}
.txt_cor3_bold {
	color: #bb2733;
	font-weight: bold;
}
.txt_cor4 {
	color: #db3352;
}
.txt_cor4_bold {
	color: #db3352;
	font-weight: bold;
}
.title_cor0 {
	font-size: 14px;
	font-weight: bold;
}
.title_cor0_bold {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.title_cor3 {
	font-family:'DroidSansRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #bb2733;
}
.title_cor4 {
	font-family:'DroidSansRegular', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #bb2733;
}
.more, a.more {
	font-weight: bold;
	text-decoration: none;
}
.more_right, a.more_right {
	color: #000000;
	font-size: 9px;
	text-decoration: none;
	position:relative;
/*	right:-95%;*/
	font-weight: normal;
}
.top_bottom {
	font-size: 11px;
}
.shadow_left {
	background-image:  url("images/shadow_left.png");
	background-repeat: repeat-y;
	background-position: left;
}
.shadow_right {
	background-image:  url("images/shadow_right.png");
	background-repeat: repeat-y;
	background-position: right;
}
.shadow_bottom {
	background-image:  url("images/shadow_bottom.png");
	background-repeat: repeat-x;
	background-position: bottom;
}
.backgroud {
	background-image:  url("images/backgroud.png");
	background-repeat: repeat-x;
	background-position: top;
}
.fundo_cor0 {
	background-color: #414141;
}
.fundo_cor1 {
	background-color: #e1e1e1;
}
.fundo_cor2 {
	background-color: #f4f4f4;
}
.fundo_cor3 {
	background-color: #bb2733;
}
table.login{
	border-style : none;
	background-image: url(images/backgroud_box.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
table.login th{
	padding: 0px;
	background-color:#ffffff;
	border-style : none;
        border-collapse: collapse;
}
table.login td {
	/*padding:17px;*/
	border-style : none;
}


table.border{
	border:1px solid #e1e1e1;
	border-collapse:collapse;
}
td.box{
	border-bottom:1px solid #a2a2a2;
	border-left:1px solid #a2a2a2;
	border-collapse:collapse;
	background-image: url(images/backgroud_box.png);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align:top;
}
table.noborder{
	border:0px none #ffffff;
}
table.noborder td{
	border:0px none #ffffff;
}
table.space{
	padding:10px;
}
table.home{
	border:1px solid #e1e1e1;
	border-collapse:collapse;
	padding:0px;
}
table.home th{
	padding:0px;
}
table.home td {
	border:1px solid #e1e1e1;
	border-collapse:collapse;
}

/*hint*/
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #f4f4f4;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:none;
font-size: 12px;
line-height:18px;
z-index:100;
border-right: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
visibility: hidden;
}

.hintanchor, a.hintanchor{ /*CSS for link that shows hint onmouseover*/
color: #db3352;
font-weight: bold;
text-decoration: none;
/*margin: 3px 8px;*/
}

/*menu*/
.menubox{
	width: 190px;
	margin-left: -42px;
    margin-top: -12px;
}
.treeview ul{
	/*CSS for Simple Tree Menu*/
	margin: 0;
	padding:0;
}
.treeview li{
	/*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: #f4f4f4 url(list.gif) no-repeat left 10px;
	list-style-type: none;
	border-top : 1px solid #e1e1e1;
	text-indent: 12px;
	font: 12px 'DroidSansRegular', Arial, sans-serif;
}
.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: #f4f4f4 url(closed.gif) no-repeat left 10px;
	/*cursor: hand; !important*/
	/*cursor: pointer; !important*/
}
.treeview li.submenu ul{	/*Style for ULs that are children of LIs (submenu) */
	display: none;/*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	/*text-indent: 24px;	*/
	background: #ffffff;		
	cursor: default;
    padding-left : 12px;
	}
 #treemenu1 li a{
	height: 28px;
	line-height: 28px;
	text-decoration: none;
}
