/* Heading */
h1,
p.page-title {
	font-size: 26px;
	margin-bottom: 0.4em;
	color: #003652;
	font-weight: bold;
}

p.page-subtitle {
	font-size: 18px;
	color: #003652;
	font-weight: bold;
	margin-bottom: 0.5em;
}
p.page-introduction {
	color: #003652;
	text-align: justify;
}

.page-section {
	color: #fff;
	background-image: url(../images/titulo-seccao.png);
	background-repeat: repeat-y;
	background-color: #c7d7de;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 0 10px;
	height: 20px;
}

.form-section {
	color: #003652;
	font-size: 14px;
	font-weight: bold;
	background-color: #fff;
	padding: 5px 10px;
	margin-bottom: 1em;
}

p.box-title-active,
p.box-title-closed {
	position: relative;
	border: 2px solid #c7d7de;
	padding: 10px 10px 10px 35px;
	margin: 5px 0 0 0;
	background-repeat: no-repeat;
	background-position: 15px center;
	font-weight: bold;
	cursor: pointer;
	color: #003652;
	background-color: #c7d7de;
	background-image: url(../images/box-icon-closed.gif);
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
p.box-title-closed {
	background-image: url(../images/box-icon-active.gif);
	background-color: transparent;
}
.box-text-active,
.box-text-closed {
	padding: 5px 10px 5px 35px;
	margin: 0;
	border: 2px dashed #c7d7de;
}
.box-text-closed {
	border-style: dotted;
	background-color: #eee;
}


table.tabela-azul {
	margin: 0;
	border-top: 2px solid #c7d7de;
	border-left: 2px solid #c7d7de;
}
table.tabela-azul th,
table.tabela-azul td,
table.tabela-azul a,
table.tabela-azul a:hover {
	font-size: 11px;
}
table.tabela-azul th,
table.tabela-azul td {
	padding: 5px 10px;
	vertical-align: middle;
	border-bottom: 2px solid #c7d7de;
	border-right: 2px solid #c7d7de;
}
table.tabela-azul th {
	color: #003652;
	font-weight: bold;
	background-color: #c7d7de;
	border-right-color: #fff;
}
table.tabela-azul th.table-title-last {
	border-right-color: #c7d7de;
}
table.tabela-azul td {
	
}
table.tabela-azul td.table-cell-label {
	color: #003652;
	font-weight: bold;
}

.quadro-azul {
	background-color: #29455c;
	color: #fff;
	background-image: url(../images/quadro-azul.gif);
	background-repeat: repeat-y;
	background-position: top left;
	font-weight: bold;
}
.quadro-azul-claro {
	background-color: #c7d7de;
	color: #003652;
	font-weight: bold;
}

table td.avanco-1,
.avanco-1 {
	padding-left: 40px;
}
table td.avanco-2,
.avanco-2 {
	padding-left: 80px;
}
table td.avanco-3,
.avanco-3 {
	padding-left: 120px;
}

a.destaque-home,
a.destaque-home:hover {
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 10;
	background-color: #fff;
	filter: alpha(opacity=60);
	opacity: 0.6;
	text-decoration: none;
}
