body {
  text-decoration:none
}
p {
	line-height: 1.5em;
	margin-bottom: 1.2em;
}
a{
text-decoration:none;
}
ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}
ul#menu a {
  display: block;
  text-decoration: none;	
}

/*tabela modelo 1*/
.menu_titulo{
	background-color: #8ab3ca;
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	border: 1px solid #c6dde9;
}
.borda{
	border: 1px solid #fff;
	padding:3px 3px 3px 10px;
	position: relative;
	display: block;
}
.inner{
	border: 1px solid #c6dde9;
	margin-top: 1px;
	display:block;
}
.innerbox{
	background-color:#FFFFFF;
	display:block;
	border: 1px solid #eff3f6;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
a.inner-btn{
	background-image:url(../../imagens/layout/bt-seta_azul.gif);
	background-repeat: no-repeat;
	background-position:left top;
	background-color: #e8f1f6;
	display:block;
	text-decoration:none;
	color:#9cadc1;
	font-size:14px;
	font-weight:bold;
	padding: 3px 3px 3px 25px;
	border: solid 1px #fff;
}
a.inner-btn:hover {
	background-position: left bottom;
}
.table_margin-border{
	border: 1px solid #eff3f6;
	margin-bottom: 20px;
	padding: 1px 1px 0px 1px;	
	position: relative;
}
.innerbox table{
	position: relative;
	overflow: auto;
	width: 100%;
}
.innerbox th{
	background-color: #bbd5e3;
	text-decoration:none;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding: 2px 2px 2px 10px;
}
.innerbox td.subhead-25{
	background-color: #ebf4f9;
	text-decoration:none;
	color:#8091a2;
	font-size:9px;
	font-weight:bold;
	padding: 2px;
	width: 25%;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	border: 1px solid #FFFFFF;
}
.innerbox td.subhead-33{
	background-color: #ebf4f9;
	text-decoration:none;
	color:#8091a2;
	font-size:9px;
	font-weight:bold;
	padding: 2px;
	width: 33%;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	border: 1px solid #FFFFFF;
}
.innerbox td.subhead-20{
	background-color: #ebf4f9;
	text-decoration:none;
	color:#8091a2;
	font-size:9px;
	font-weight:bold;
	padding: 2px;
	width: 20%;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	border: 1px solid #FFFFFF;
	line-height: 20px;
}
.innerbox td{
	background-color: #fff;
	text-decoration:none;
	color:#5c6d7e;
	font-size:10px;
	font-weight:normal;
	width: 25%;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	padding: 2px;
}
.innerbox td.dots-10{
	background-color: #fff;
	text-decoration:none;
	border: 1px solid #fff;
	border-right-color:#EBF4F9;
	padding: 1px 2px 4px 2px;
	width: 10%;
	background-image: url(../../imagens/layout/dots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.innerbox td.dots-70{
	background-color: #fff;
	text-decoration:none;
	border: 1px solid #fff;
	padding: 1px 2px 4px 2px;
	width: 70%;
	background-image: url(../../imagens/layout/dots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.innerbox td.dots-80{
	background-color: #fff;
	text-decoration:none;
	border: 1px solid #fff;
	padding: 1px 2px 4px 2px;
	width: 80%;
	background-image: url(../../imagens/layout/dots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.innerbox td.nodots-80{
	background-color: #fff;
	text-decoration:none;
	border: 1px solid #fff;
	padding: 1px 2px 4px 2px;
	width: 80%;
}
.innerbox .first td.subhead-20{ background:#d3e4ed }
.innerbox .first td.dots-10{ background:#f2f7fa }
.innerbox .first td.dots-70{ background:#f2f7fa }
/*//tabela modelo 1//*/
/*tabela modelo 2*/
.menu_titulo2{
	background-color: #8ab3ca;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	border: 1px solid #c6dde9;
	margin-top: 2em;
}
.outerbox{
	background-color:#FFFFFF;
	display:block;
	border: 1px solid #eff3f6;
	position: relative;
	padding: 20px;
}
.outerbox table{
	position: relative;
	width: 100%;
}
.outerbox th{
	background-color: #bbd5e3;
	text-decoration:none;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding: 2px 2px 2px 10px;
}
.outerbox td.subhead-70{
	background-color: #ebf4f9;
	text-decoration:none;
	color:#8091a2;
	font-size:9px;
	font-weight:bold;
	width: 70%;
	text-align: left;
	font-family: Tahoma, Verdana, Arial;
	border: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.outerbox td{
	background-color: #fff;
	text-decoration:none;
	color:#5c6d7e;
	font-size:10px;
	font-weight:normal;
	width: 30%;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	padding: 2px;
	line-height: 20px;
}
.outerbox td.dots-30{
	background-color: #fff;
	text-decoration:none;
	border: 1px solid #fff;
	padding: 1px 2px 4px 2px;
	width: 30%;
	background-image: url(../../imagens/layout/dots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.outerbox td.nodots-30{
	background-color: #fff;
	text-decoration:none;
	border: 1px solid #fff;
	padding: 1px 2px 4px 2px;
	width: 30%;
}
/*graficos*/
.charts-area{
	width: 255px;
	float: left;
	margin: 0 0 20px 20px;
}
/*//graficos//*/
.stats h1{
	color: #69c;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0;
}
.stats li{
	background-position:left 5px;
	background-repeat:no-repeat;
	background-image: url(../../imagens/layout/bt-seta_laranja.gif);
	font-size: 12px;
	padding-left: 1.2em;
	padding-bottom: 0.5em;
}
.stats p{
	padding-bottom: 1.2em;
}

