/* ESTILOS PROJECTO 'CELDITOR' */
/* © IMPALA 2010             */



/* ESTILOS GERAIS + TAGS --------------------------------- */

* {
	border:0;
	margin:0;
	padding:0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	background:#f9f9f9;
	}
	
a {
	text-decoration:none;
	font-weight:normal;
	color:#666;}

a:hover {
	color:#333;
	}

a:active {
	border:0;
	}

p {
	line-height:130%;
	clear:both;
	}

input, textarea, select {
	font-size:11px;
	color:#333;
	border:solid 1px #cecece;
	background:#fff url(../img/bck_input.gif) left bottom repeat-x;
	padding:2px 3px;
	font-family: Tahoma, Geneva, sans-serif;
	}

input {
	height:14px;
	line-height:14px;
	}

select {
	height:20px;
	line-height:14px;
	padding:1px;
	cursor:pointer;
	}

input[type="checkbox"], input[type="radio"] {
	background:none;
	width:auto;
	height:auto;
	border:none;
	margin:2px 7px 0 0;
	}

input[type="button"] {
	cursor:pointer;
	cursor:hand;
	border:0;
	height:14px;
	}

.shim {
	clear:both;
	} 
	



/* LAYOUT BOXES -------------------------------------- */

.boxLayout {
	width:auto;
	background:#006BB5 url(../img/bck_geral.jpg) left top repeat-x;
	}

.boxBody {
	width:915px;
	margin:0 auto;
	}

.boxFooterBck {
	width:100%;
	padding:10px 0 0 0;
	background:url(../img/bck_footer.jpg) left top repeat-x;
	}

.boxFooter {
	width:915px;
	height:100px;
	margin:0 auto;
	text-align:left;
	}



/* BODY --------------------------------- */

/* homepage */

.boxBody .boxContent {
	float:left;
	color:#fff;
	background:url(../img/bck_content.gif) left 85px no-repeat;
	padding:0px 0 0 40px;
	font-size:12px;
	}

.boxBody .boxLeft {
	float:left;
	background:url(../img/bck_content.gif) left 85px no-repeat;
	padding:30px 0 0 40px;
	width:175px;
	}
	
.boxBody .boxRight {
	color:#FFFFFF;
	float:left;
	font-size:12px;
	padding:62px 0 0 41px;
	width:659px;
	}

.boxBody .boxRight h1 {
	font-size:14px;
	color:#FFF100;
	font-weight:bold;
	border-left:solid 5px #006BB5;
	padding:5px 0 0 10px;
	margin: 0;
	}
	
.boxBody .boxContent img.logo, .boxBody .boxMenu img.logo, .boxLeft img.logo{
	margin:15px 0 0 -70px;
	}

.boxBody .boxContent h1 {
	font-size:14px;
	font-weight:bold;
	border-left:solid 5px #006BB5;
	padding:5px 0 0 10px;
	margin: 10px 0 0 -15px;
	}

.boxBody .boxContent p {
	padding:7px 0;
	}

.boxBody .boxMapa {
	width:428px;
	height:494px;
	float:right;
	margin:62px 0 -44px 0;
	padding:0 0 30px 0;
	background:url(../img/bck_mapa.jpg) top left no-repeat;
	text-align:center;
	}
	
.boxBody .boxTopo {
    background:url(../img/bck_topo.png) left bottom no-repeat;
    color:#666;
    float:right;
    font-size:10px;
    height:95px;
    margin:0;
    padding:7px 10px 15px 0;
    position:relative;
    top:-142px;
    width:174px;
    z-index:500;
	}
	
.ie7 .boxBody .boxTopo {top:-62px;}
	
.boxBody .boxTopo:hover {
	top:-62px;
	}

.boxBody .boxTopo .icon{
	padding:0px 2px 0px 15px;
	vertical-align:middle;
	}
	
.boxBody .boxTopo .txtbd{
	font-weight:bold;
	}
	
/* login para a area de cliente */

.boxTopo .boxLogin {
	float:left;
	padding:0 0 0 25px;
	margin:0;
	text-align:left;
	width:142px;
	}
	
.boxTopo .boxLogin h2 {
    color:#006BB3;
    float:left;
    font-size:12px;
    font-weight:bold;
    line-height:12px;
    padding:7px 0 0 0;
    text-transform:uppercase;
    width:145px;
	}
	
.boxTopo .boxLogin input.utilizador {
	margin:0 0 5px 0;
	width:130px;
	}

.boxTopo .boxLogin input.password {
	width:130px;
	margin:0 5px 0 0;
	}

.boxTopo .boxLogin a, .boxTopo .boxLogin input[type="button"], .boxTopo .boxLogin input[type="submit"] {
    background:url("../img/bck_btns.png")  center top no-repeat;
    border:0;
    color:#fff;
    cursor:pointer;
    display:block;
    float:right;
    height:20px;
    margin:5px 4px 0 0;
    padding:0 3px 4px 3px;
    text-transform:uppercase;
    width:45px;
}

.boxTopo .boxLogin span {
	display:block;
	font-size:11px;
	color:#c00;
	position:absolute;
	top:10px;
	left:-150px;
	width:150px;
	text-align:right;
	}

/* fim login */
	
	
.boxBody .path{
	float:right;
	width:630px;
	padding:4px;
	margin-top:20px;
	font-size:10px;
	color:#fff;
	}
	
.boxBody .boxFlash{
	float:right;
	height:300px;
	margin:-72px -85px 0 0;
	overflow:hidden;
	position:relative;
	text-align:right;
	width:800px;
	}
	
.boxBody .boxNoticias{
	float:right;
	width:624px;
	height:206px;
	margin-top:11px;
	background:url(../img/bck_content_home.png) top left no-repeat;
	margin-bottom:-53px;
	padding-top:13px;
	}
	
.boxBody .boxNoticias h1 {
	font-size:14px;
	color:#006BB5;
	font-weight:bold;
	width:100px;
	border-left:solid 5px #006BB5;
	padding:5px 0 0 10px;
	margin:0 0 0 25px;
	}
	
.boxBody .boxNoticias .noticias{
	float:left;
	width:570px;
	padding:0px 4px 8px 4px;
	color:#666;
	margin:10px 5px 35px 22px;
	position:relative;
	}

.boxBody .boxNoticias .noticias p{
	padding:10px 0;
	}

.boxBody .boxNoticias .noticias .titnoticias{
	font-weight:bold;}

	
/* menu */

/* inicio novo novo novo novo novo novo novo novo novo novo novo novo novo novo novo novo novo novo novo novo */	

.boxBody .navcontainer {
	float:left;
	color:#fff;
	padding:0 0 0 20px;
	font-size:12px;
	width:245px;
	margin: 0 0 20px -40px;
	}

.boxBody .navcontainer h1 {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#005997;
	padding:0 0 10px 0;
	}

.boxBody .navcontainer em {
	display:block;
	color:#C2E4FA;
	font-style:normal;
	padding:0 0 30px 0;
	}

.boxBody .navcontainer p {
	padding:3px 0;
	}

.boxBody .navcontainer ul {
	list-style-type:none;
	list-style-position:outside;
	margin:30px 0 30px -32px;
	}

.boxBody .navcontainer ul ul {
	margin:0 0 0 30px;
	}
	
.boxBody .navcontainer ul li.boxMenuSO {
	padding:10px 0 18px 13px;
	background:url(../img/bck_item_menu.png) left bottom no-repeat;
	text-transform:uppercase;
	font-weight:bold;	
	}

.boxBody .navcontainer ul li a {
	display:block;
	padding:10px 0 18px 13px;
	background:url(../img/bck_item_menu.png) left bottom no-repeat;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	margin-top:5px;
	}

.boxBody .navcontainer ul li:hover {
	background:url(../img/bck_item_menu_hover.png) left bottom no-repeat;
	}

.boxBody .navcontainer ul ul li:hover, .boxBody .navcontainer ul li:hover a {
	background:none;
	}

.boxBody .navcontainer ul li a:hover {
	color:#fff100;
	}

.boxBody .navcontainer ul ul li a {
	padding:3px 0;
	background:none;
	text-transform:none;
	color:#fff;
	margin-top:5px;
	}

.boxBody .navcontainer a {
	display:block;
	color:#84CAF9;
	font-weight:bold;
	padding:15px 0 0 0;
	}

.boxBody .navcontainer a:hover {
	color:#fff;
	}

.boxBody .navcontainer a img {
	padding:0 0 0 8px;
	}
	
/* fim novo novo novo novo novo novo novo novo novo novo novo novo novo novo novo novo novo novo novo novo */	


/* conteudo -- coluna da direita */

.boxBody .boxForm {
	width:574px;
	min-height:380px;
	float:right;
	margin:62px 0 -41px 0;
	padding:20px 25px 30px 25px;
	background:url(../img/bck_content.png) bottom left no-repeat;
	text-align:left;
	position:relative;
	}

.boxRight .boxForm h1 {
	color:#0075C4;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:-22px;
	border-left:solid 5px #0075C4;
	padding:26px 0 0 5px;
	text-transform:uppercase;
	}

.boxBody .boxForm h2 {
	color:#005997;
	font-size:16px;
	text-transform:lowercase;
	}

.boxBody .boxForm p {
	color:#006BB3;
	clear:both;
	padding:10px 0;
	}

.ie8 .boxBody .boxForm p {
	padding:6px 0;
	}

.boxBody .boxForm label {
	width:140px;
	padding:0 10px 0 0;
	float:left;
	font-size:12px;
	}
	
.boxBody .boxForm input, .boxBody .boxForm select, .boxBody .boxForm textarea {
	float:left;
	}

.boxBody .boxForm .info {
	position:relative;
	display:inline-block;
	float:left;
	cursor:pointer;
	margin:-9px 0 0 5px;
	}
	
.ie8 .boxBody .boxForm .info {
	margin:-4px 0 0 5px;
	}

.boxBody .boxForm .info span {
	display:none;
	position:absolute;
	right:3px;
	bottom:20px;
	background:#006BB3 url(../img/bck_info.gif) top left repeat-x;
	padding:7px;
	font-size:10px;
	color:#fff;
	border:solid 1px #85BBCB;
	}

.boxBody .boxForm .info:hover span {
	display:block;
	}

.boxBody .boxForm .info span img {
	position:absolute;
	bottom:-8px;
	right:-1px;
	}

.boxBody .boxForm .btn, .boxBody .boxForm .paginacao {
	position:absolute;
	bottom:12px;
	text-align:right;
	width:570px;
	}

.boxBody .boxForm .btn a {
	display:inline-block;
	background:url(../img/bck_btns_big.png) top no-repeat;
	color:#fff;
	text-transform:uppercase;
	padding:3px 2px;
	width:59px;
	text-align:center;
	float:right;
	}

.boxBody .boxForm .btn input[type="button"], input[type="submit"] {
    background:url(../img/bck_btns_big.png) top no-repeat;
    color:#fff;
    text-transform:uppercase;
    padding:0;
    width:59px;
    height:20px;
    line-height:20px;
    text-align:center;
    float:right !important;
    border:0;
	cursor:pointer;
    }

.boxBody .boxForm .detalhe {
	float:left;
	margin:-10px 0 0 0;
	width:380px;
	}

.ie8 .boxBody .boxForm .detalhe {
	display:inline-block;
	}

/* MONICA - PAGINA DE CONTEUDO LADO DIREITO DO SITE */

.boxBody .boxContentMain {
    background:url("../img/bck_content.png") left bottom no-repeat;
    float:right;
    margin:-117px 0 -41px;
    min-height:560px;
    padding:0 25px 60px 25px;
    position:relative;
    text-align:left;
    width:575px;
}
	
.boxBody .boxContentMain h1 {
    font-size:18px;
	color:#006BB5;
	font-weight:bold;
	width:400px;
    margin-bottom:15px;
    margin-top:-1px;
    border-left:solid 5px #0075C4;
    padding:26px 0 0 5px;
}
	
.boxBody .boxContentMain .p1 {
	font-weight:bold;}
	
.boxBody .boxContentMain .bckBottom{
	background:url(../img/bck_noticias2.png) bottom left no-repeat;
	height:36px;
	clear:both;
	margin-bottom:-15px;}
	
.boxBody .boxContentMain .boxtxt{
	float:left;
	width:380px;
	padding:12px 30px 0px 0px;
	margin-bottom:20px;
	color:#666;
	line-height:160%;
	font-size:11px;
	margin-top:10px;
	margin-bottom:40px;
	background:url(../img/sep.gif) top right repeat-y;
	min-height:450px;}
	
.boxBody .boxContentMain .boxtxt p{
		margin-bottom:10px;}
		
.boxBody .boxContentMain .boxtxt em {
	display:block;
	background:#f8f8f8;
	border-left:solid 5px #CCC;
	font-size:12px;
	color:#444;
	font-style:normal;
	line-height:160%;
	padding:10px 13px;
	margin:-11px 0 0 0;
	}

.boxBody .boxContentMain .boxtxtMain{
	float:left;
	width:575px;
	padding:12px 0px 0px 0px;
	margin-bottom:20px;
	color:#666;
	line-height:160%;
	font-size:11px;
	margin-top:10px;
	margin-bottom:40px;
	min-height:450px;}
	
.boxBody .boxContentMain .boxtxtMin p{
		margin-bottom:10px;}

.boxBody .boxContentMain .boxtxtMin{
	float:left;
	width:144px;
	padding:25px 10px 0px 0px;
	color:#666;
	line-height:160%;
	font-size:11px;
	min-height:480px;
	margin-bottom:30px;
	}
.boxBody .boxContentMain .boxtxtMin .bd{
	font-weight:bold;
		}		
.boxBody .boxContentMain .boxmapa{
	margin:20px 0 0 0;
	}
		
.boxBody .boxContentMain .boxtxt label{
	width:110px;
	margin:0px 5px 10px 0px;
	display:block;
	float:left;
}
.boxBody .boxContentMain .boxtxt input, .boxtxt select{
	float:left;
	margin:0px 5px 15px 0px;}
	
.boxBody .boxContentMain .boxtxt .inputBox{
	float:left;
	margin:0px 10px 0px 0px;}
	
.boxBody .boxContentMain .boxtxt .coment{
	color:#F00;
	font-weight:bold;}

.boxBody .boxContentMain .boxtxt .comentario{
	float:right;
	width:275px;
	height:20px;
	font-size:9px;
	color:#999;
	}	
.boxBody .boxContentMain .boxtxt .btn{
    float:right;
    margin-left:2px;
    margin-right:8px;
    background:none;
    padding:0;
    border:0;
	}
.boxBody .boxContentMain .boxContentTxt{
	float:left;
	width:575px;
	padding:0px;
	color:#666;
	line-height:160%;
	font-size:11px;
	margin-top:30px;
	margin-bottom:40px;
	min-height:450px;
	}
	
.boxContentTxt iframe {
	float:right;
	}
	
.boxContentTxt.contactos p {
	clear:none;
	}
	
.boxBody .boxContentMain .boxContentTxt .fla{
	margin-bottom:20px;
	margin-right:0;
	float:left;}
	
.boxBody .boxContentMain .boxContentTxt p{
	margin-bottom:7px;
	}
	
.boxBody .boxContentMain .boxContentTxt .news{
	font-size:14px;
	}
.boxBody .boxContentMain .boxContentTxt .info a{
	font-size:12px;
	color:#32A2EF;
	font-weight:bold;
	}
.boxBody .boxContentMain .boxContentTxt .mais{
	color:#E71E25;
	}
.boxBody .boxContentMain .boxContentTxt .hr{
	background-color:#E4E4E4;
	height: 1px;
	margin:15px 0px 10px 0px;
	}	
.boxBody .boxContentMain .coment{
	color:#F00;
	font-weight:bold;
	font-size:14px;}
	
.boxBody .boxContentMain .boxMenuDir{
    color:#666666;
    float:left;
    font-size:10px;
    font-weight:bold;
    margin-bottom:30px;
    margin-top:10px;
    min-height:400px;
    padding:5px 0 10px 20px;
    width:142px;
	}
	
.boxBody .boxContentMain .boxMenuDir .icon{
	margin:2px 10px 0 0;
	vertical-align:middle;}
	
.boxBody .boxContentMain .boxMenuDir .iconDownload{
    margin:0 10px 10px 0;
    vertical-align:middle;
}
	
.boxBody .boxContentMain .boxMenuDir a{
	margin:0px 0px 10px;
	display:block;
	color:#666;
	vertical-align:middle;
	}
.boxBody .boxContentMain .boxMenuDir a:hover{
	color:#F00;
	}
.boxBody .boxContentMain .boxMenuDir .color, .boxBody .boxContentMain .boxtxt .color{
	color:#006BB5;
	}
.boxBody .boxContentMain .boxMenuDir .colorbtn{
	color:#555;
	font-size:12px;
	text-transform:uppercase;
	}
.boxBody .boxContentMain .boxMenuDir p{
    background-color:#CCCCCC;
    margin-bottom:15px;
    margin-top:20px;
    padding-top:1px;
	}	
.boxBody .boxContentMain .boxMenuDir li{
	list-style-type:none;
	font-size:12px;
	margin:0px;}
	
.boxBody .boxContentMain .boxMenuDir .menu ul{
	margin:10px 0 0 0; padding:0;}
	
.boxBody .boxContentMain .boxMenuDir .menu a{
	display: block;
	padding: 5px 0 5px 15px;
	background: url(../img/icn_linkright.png) left 8px no-repeat;
	color:#b00;
	font-weight:normal;
	}

.boxBody .boxContentMain .boxMenuDir .menu a:hover{
	color:#f00;
	}
	

/* pagina de listagem */

.boxBody .boxForm table {
	border-bottom:solid 1px #ccc;
	}

.boxBody .boxForm table td {
	padding:4px 7px;
	}

.boxBody .boxForm table tr {
	background:#fff;
	}

.boxBody .boxForm table tr.linha {
	background:#eee;
	}

.boxBody .boxForm table th {
	color:#006BB4;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	border-bottom:solid 1px #ccc;
	padding:3px 2px;
	}
	
.boxBody .boxForm .paginacao a {
	width:auto;
	display:inline;
	height:auto;
	padding:0;
	background:0;
	margin:0 3px;
	color:#004673;
	}

.boxBody .boxForm .paginacao a.active {
	font-weight:bold;
	text-decoration:underline;
	}

.boxBody .boxForm .paginacao a img {
	margin:0 0 -5px 0;
	}
	
/* FOOTER --------------------------------- */

.boxFooter hr, .boxFooter p {
	clear:none;
	padding-top:50px;
	width:905px;
	text-align:right;
	margin:0 auto;
	color:#999;
	}

.boxFooter hr {
	border:none;
	border-bottom:solid 1px #e1e1e1;
	margin-bottom:10px;
	}
	
	
	
	
	
	


/* OUTROS ESTILOS -- VARIOS ----------------------------------------- */

p.hoverImagens {
	position:relative;
	cursor:pointer;
	float:left;
	}

p.hoverImagens span {
	display:none;
	position:absolute;
	right:-300px;
	bottom:0;	
	}
	
p.hoverImagens:hover span {
	display:block;
	}
	
img.cover {
	position:absolute;
	bottom:2px;
	left:5px;
	}
	
.boxtxt h2{
	color:#006BB5;
	font-size:15px;
	font-weight:bold;
	padding:0 0 15px 0;
	}

.boxContentMain.noLogin {
	margin-top:0;
	}

#ValidationSummary {
	clear:both;
	}



/* NOVOS PARA A LISTAGEM DE DOCUMENTOS */

.boxBody .boxForm {
	width:574px;
	min-height:530px;
	float:right;
	margin:0 0 -41px 0;
	padding:20px 25px 30px 25px;
	background:url(../img/bck_content.png) bottom left no-repeat;
	text-align:left;
	position:relative;
	}

ul.listagemDocumentos {
    line-height:150%;
    list-style-position:outside;
    list-style-type:none;
    padding: 0 0 20px 0 !important;
	}
	
ul.listagemDocumentos li {
	margin:10px 0;
	padding:5px 0 5px 35px;
	}

ul.listagemDocumentos li.gen {
	background:url(../img/icn_genDoc.png) left 8px no-repeat;
	}
ul.listagemDocumentos li.pdf {
	background:url(../img/icn_pdfDoc.png) left 8px no-repeat;
	}
ul.listagemDocumentos li.word {
	background:url(../img/icn_wordDoc.png) left 8px no-repeat;
	}	
ul.listagemDocumentos li.excel {
	background:url(../img/icn_excelDoc.png) left 8px no-repeat;
	}
ul.listagemDocumentos li.ppt {
	background:url(../img/icn_pptDoc.png) left 8px no-repeat;
	}
ul.listagemDocumentos li.pic {
	background:url(../img/icn_picDoc.png) left 8px no-repeat;
	}
ul.listagemDocumentos li.app {
	background:url(../img/icn_appDoc.png) left 8px no-repeat;
	}
ul.listagemDocumentos li.zip {
	background:url(../img/icn_zipDoc.png) left 8px no-repeat;
	}

ul.listagemDocumentos li em {
	font-style:normal;
	font-size:10px;
	color:#888;
	}
	
input[type="file"] {
    background:none;
    height:auto;
	}

option {
    padding:2px 3px;
	}

.b_azul {color:#006BB5;font-weight:bold;}

.it {font-style:italic;}

.boxBody .boxRight .boxContentMain p {
	clear:both;
	color:#666666;
	line-height:140%;
	padding:1px 0 0;
	}

.boxBody .boxContentMain ul {
    padding:0 0 0 30px;
	}

.boxBody .boxContentMain .paginacao {
       position:absolute;
       bottom:12px;
       text-align:right;
       width:570px;
       }
.boxBody .boxContentMain .paginacao a {
       width:auto;
       display:inline;
       height:auto;
       padding:0;
       background:0;
       margin:0 3px;
       color:#004673;
       }
.boxBody .boxContentMain .paginacao a.active {
       font-weight:bold;
       text-decoration:underline;
       }
.boxBody .boxContentMain .paginacao a img {
       margin:0 0 -5px 0;
       }
       
.boxBody .boxContentMain h2 {
    color:#006BB5;
    font-size:15px;
    font-weight:bold;
    padding-bottom: 15px;
    }