/* @override 
	http://localhost/apit.pt/site/template/stylesheets/screen.css
	http://apit.pt/template/stylesheets/screen.css
*/

@import url("reset.css");
@import url("base.css");

/* @group Tags */

body {
	font: 12px/14px Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background: transparent url(../images/header_bg.jpg) repeat-x;
	/*background-color: rgba(78, 0, 28, 1);*/
}

a {
	text-decoration: none;
	color: #0d99ec;
}

input.text_input {
	height: 10px;
	line-height: 12px;
	text-indent: 2px;
	border: 0px none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

h1, .h1 {
	display: block;
	font-size: 28px;
	line-height: 1em;
	font-weight: 300;
	text-transform: uppercase;
}

h2, .h2 {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #0d99ec;
	margin: 10px 0 20px;
}

strong {
	font-weight: bold;
}

p em {
	font-style: italic;
}

td ul {
	list-style: disc;
	list-style-position: inside;
}

td ol {
	list-style: decimal;
	list-style-position: inside;
}

td ul li,
td ol li {
	margin-bottom: 5px;
}


/* @end */

/* @group Main structure */

/* @group Header */

#header {
	text-transform: uppercase;
	z-index: 99;
	position: relative;
}

body.ie #header {
	height: 120px;
}

body.notie #header {
	height: 129px;
	background: url(../images/section_top_shadow.png) repeat-x 0 bottom;
	position: relative;
	z-index: 2;
}

#logo {
	width: 310px
}

#nav {
	color: #0d99ec;
	position: relative;
}

#sec_nav {
	width: 180px;
	color: #fff;
}

#sec_nav .oh,
#sec_nav form {
	display: block;
	overflow: hidden;
	clear: both;
}

#sec_nav form .search_submit {
	margin: 4px;
}

#nav, #sec_nav {
	line-height: 18px;
	margin-top: 67px;
}

#nav a {
	color: white;
}

#nav span, #sec_nav span {
	width: 15px;
	display: inline-block;
	text-align: center;
	font-weight: normal;
}

#sec_nav a, #sec_nav label {
	color: #0d99ec;
}

#sec_nav .text_input {
	width: 76px;
	margin-top: 3px;
}



    /* menu de navegação */
    body.ie6 #nav li ul,
    body.ie6 #nav li:hover ul {
        display: none !important;
    }
    
    #nav > li {
        position: relative;
    }
    
    #nav > li ul {
    	visibility: hidden;
    	/*display: none;*/
    }
    
    #nav > li > ul {
    	position: absolute;
    	padding: 0px;
    	margin: 0px;
    	z-index: 100;
    	top: 16px;
    	left: 0;
    	z-index: 100;
    }
    
    #nav > li:hover ul {
    	visibility: visible;
    	/*display: inline-block;*/
    }
    
    #nav > li > ul > li {
    	position: relative;
    	width: 150px;
    	background-color: white;
    	padding: 2px 7px 3px 7px;
    	box-shadow: 0px 2px 3px #CCC;
    	border-bottom: 1px solid #e5e5e5;
    	overflow: hidden;
    	margin-left: -7px;
    }
    
    #nav > li > ul > li > a {
    	color: #0d99ec;
    }
    
    #nav > li > ul > li > a:hover {
    	text-shadow: 0px 1px 1px #CCC;
    }
    
    
    /* end menu de navegação */
    






/* @end */

#content {
}

.ie #section {
	background: url(../images/section_top_shadow.jpg) repeat-x left top;
}

.notie #section {
	position: relative;
	top: -9px;
}

#section .grid0 {
	position: relative;
}

/* @group Footer */

#footer {
	color: #0d99ec;
}

#footer .grid6 {
	display: inline;
}

#footer .small_text {
	font-weight: normal;
}

#footer #like {
	width: 60px;
	height: 24px;
	overflow: hidden;
}

/* @end */

/* @end */

/* @group Classes */

.small_text {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}

.darkblue {
	background-color: #1a1a55;
}

.darkblue, .darkblue a {
	color: white;
}

.lightgray {
	color: #999;
}

.white {
	color: #fff;
}

.blue_title {
	background-color: #0d99ec;
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 40px;
	padding-top: 10px;
	text-indent: 20px;
}

#noticias .blue_title,
#comunicados .blue_title,
#convocatorias .blue_title,
#vantagens .blue_title,
{
	text-indent: 85px;
}

.text {
	line-height: 1.3em;
}

.text ol, .text ul {
	margin: 5px 0 10px;
}

.text ul li {
	list-style: disc;
	margin-top: 3px;
}

.text ol li {
	list-style: decimal;
	margin-top: 3px;
}

.text p {
	margin-bottom: 20px;
}

.text img {
	max-width: 100%;
}

.lista_documentos li {
	margin: 0;
	padding: 0;
}

.lista_documentos a {
	padding: 5px;
	display: block;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
}

.lista_documentos a:hover {
	background-color: #CCC;
}

.lista_documentos a .h3 {
	float: left;
}

/* @group Borders */

/* @group Blue */

.bt1 {
	margin-top: 5px;
	border-top: dotted 1px #0d99ec;
	padding-top: 5px;
}

.bb1 {
	padding-bottom: 5px;
	border-bottom: dotted 1px #0d99ec;
	margin-bottom: 5px;
}

/* @end */

/* @group White */

.bt2 {
	border-top: dotted 1px #FFF;
}

.bb2 {
	border-bottom: dotted 1px #FFF;
}

/* @end */

/* @group Gray */

.bt3 {
	margin-top: 5px;
	border-top: dotted 1px #ccc;
	padding-top: 5px;
}

.bb3 {
	padding-bottom: 5px;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 5px;
}

/* @end */

/* @end */

/* @end */

/* @group Pages */

/* @group Index */

/* @group Main banners */

#main_banner {
	height: 283px;
	position: relative;
	overflow: hidden;
}

.main_banner2 {
	height: 180px !important;
}

#banner_arrow {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	color: white;
	background-image: url(../images/banner_arrow.png);
	width: 321px;
	height: 90px;
	text-align: center;
}

#banner_arrow_titles {
	position: absolute;
	left: 0;
	top: 0;
	width: 1605px;
	height: 60px;
}

#banner_arrow_titles h1 {
	width: 321px;
	font-size: 20px;
	line-height: 60px;
	float: left;
}

#main_banner #slides {
	width: 4700px;
	height: 283px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#main_banner #slides .slide {
	display: block;
	width: 940px;
	height: 283px;
	float: left;
	margin-top: 13px;
	background-repeat: no-repeat;
}

#main_banner #slides .slide .h1,
#main_banner #slides .slide .p {
	display: block;
}

#main_banner #slides .slide .logo {
	margin-top: 10px;
	margin-left: 380px;
}

#main_banner #slides .slide .h1 {
	margin: 20px 0 5px 385px;
	font-weight: 700;
}

#main_banner #slides .slide .p {
	margin-left: 385px;
	font-size: 14px;
	line-height: 18px;
	color: #003366;
}

#main_banner ol#selectors {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	z-index: 2;
}

#main_banner ol#selectors li {
	float: left;
	width: 19.6%;
	margin-right: 0.5%;
	text-align: center;
	background-image: url(../images/90_blue.png);
}

#main_banner ol#selectors li.last_child {
	margin-right: 0;
}

#main_banner ol#selectors li.selected,
#main_banner ol#selectors li:hover {
	background-image: url(../images/100_yellow.png);
}

#main_banner ol#selectors li a {
	color: white;
	height: 20px;
	line-height: 20px;
	display: block;
	background: url(../images/corner-small.png) no-repeat;
	background-position: right 0;
}

.ie6 #main_banner ol#selectors li a {
	background: none;
}

#main_banner ol#selectors li:hover a,
#main_banner ol#selectors li.selected a {
	background-position: right -20px;
	color: #0d99ec;
}

/* @end */



#news {
    
}

#news_buttons li a {
    background: url("../images/90_blue.png");
    color: white;
    display: block;
    margin-bottom: 4px;
    height: 71px;
    overflow: hidden;
}

#news_buttons li.selected a {
    background: url("../images/100_yellow.png");
    color: #0D99EC;
}

#news_buttons li h3 {
    margin: 7px 14px 3px 14px;
    font-weight: bold;
}

#news_buttons li p {
    margin: 3px 14px 5px 14px;
    font-size: 0.9em;
}

#news_images {
    
}


/* @group Sec banners */

#sec_banners {
	overflow: hidden;
	height: 104px;
}

#sec_banners .grid6 {
	width: 456px;
	height: 100px;
	position: relative;
	border: solid 2px white;
}

#sec_banners .grid6 span {
	display: block;
}

.ie6 #sec_banners .grid6 {
	display: inline;
}

#sec_banners .grid6:hover,
#sec_banners .grid6.highlight {
	border: solid 2px yellow;
}

.ie6 #sec_banners .grid6 .h1 {
	margin-top: 9px;
}

#sec_banners .grid6 .time {
	color: yellow;
	line-height: 14px;
}

#sec_banners .corner {
	height: 9px;
	margin: 2px 2px 0 0;
	background: url(../images/corner-big.png) no-repeat;
	background-position: right top;
}

.ie6 #sec_banners .corner {
	display: none;
}

#sec_banners .grid6:hover .corner,
#sec_banners .grid6.highlight .corner {
	background-position: right bottom;
}

#sec_banners .ler_mais {
	display: block;
	height: 10px;
	text-align: right;
	text-transform: uppercase;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #0d99ec;
	font-weight: normal;
}

#sec_banner1 {
	background-image: url(../images/sec_banner-documentacao_bg1.jpg);
}

#sec_banner2 {
	background-image: url(../images/sec_banner-novidades_bg2.jpg);
}

/* @end */

/* @end */

/* @group Notícias */

/* @group Sidebar */

#sidebar {
	background-color: #CCC;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
}

.ie6 #sidebar {
	display: inline;
}

#sidebar img {
	width: 100%;
	border-bottom: solid 5px white;
}

#sidebar span {
	width: 15px;
	display: inline-block;
	text-align: center;
}

#sidebar #sidebar_content {
	border-bottom: solid 5px white;
}

#sidebar .nav {
}

#sidebar .nav li {
	display: block;
	border-bottom: dotted 1px white;
	color: white;
	line-height: 20px;
}

#sidebar .nav li span {
	margin-left: 20px;
	color: #006699;
}

#sidebar .nav ul li {
	padding-left: 20px;
	border-bottom: none;
	border-top: dotted 1px white;
	color: white;
}

/*#sidebar .nav li:hover a {
	background-color: #999;
}*/

#sidebar .nav a {
	line-height: 20px;
	color: white;
}

#sidebar .nav a.selected {
	color: #0d99ec;
}

#sidebar form {
}

#sidebar form label {
	display: block;
	padding-left: 20px;
	border-bottom: dotted 1px white;
	color: white;
}

#sidebar form .text_input {
	display: block;
	width: 140px;
	margin-left: 40px;
	/*border-bottom: dotted 1px white;*/
	margin-top: 5px;
	float: left;
}

.ie6 #sidebar form .text_input {
	margin-left: 20px;
}

#sidebar form .search_submit {
	margin: 6px 4px 4px 4px;
}

/* @end */

/* @group Table */

table {
	margin-bottom: 40px;
}

table th,
.fake_table_header .grid1,
.fake_table_header .grid8 {
	text-align: left;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	color: #969696;
	line-height: 20px;
}

table th.created_at a {
	background: url(../images/arrow-sort.jpg);
	background-repeat: no-repeat;
	background-position: right -1px;
}

table th.created_at.DESC a {
	background-position: right -21px;
}

table th a {
	display: block;
	color: #969696;
}

table td {
	border-bottom: dotted 1px #0d99ec;
}

table .time, .grid1.time {
	line-height: 42px;
	color: #666;
}

table td h2 {
	color: #0d99ec;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
}

table td p,
table td li {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 16px;
}

table .ler_mais, .noticia_footer .ler_mais {
	display: block;
	border-top: dotted 1px #ccc;
	color: #969696;
	line-height: 20px;
}

/* @end */

.noticia_footer {
	height: 20px;
}

#pages, #pages * {
	color: #999;
}

#pages a.selected {
	color: #0d99ec;
}

#pages span {
	width: 10px;
	display: inline-block;
	text-align: center;
}

/* @end */

/* @group Adesão */

#aderir_options {
	width: 615px;
	margin: 30px auto 0;
	font-weight: normal;
}

#aderir_options .h3 {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

#aderir_options a {
	display: block;
	color: black;
}

#aderir_options .doc {
	width: 135px;
}

#aderir_options .h4 {
	display: block;
	margin-top: 10px;
	height: 57px;
	border-bottom: dotted 1px #CCC;
}

#aderir_options #aderir_ou,
#aderir_options #aderir_mais {
	width: 105px;
	text-align: center;
}

#aderir_options #aderir_ou {
	padding-top: 90px;
}

#aderir_options #aderir_mais {
	padding-top: 146px;
}

/* @end */

/* @group Protocolos & Links */

#protocolos .bloco,
#links .bloco {
	color: #999;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#protocolos .bloco {
	height: 370px;
}

#links .bloco {
	height: 220px;
}

.ie6 .fl {
	display: inline;
}

#protocolos .bloco h4,
#links .bloco h4 {
	background-color: #ebebeb;
	text-indent: 10px;
	line-height: 20px;
	color: black;
	margin-bottom: 10px;
}

#protocolos .bloco span,
#links .bloco span {
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}

#protocolos .bloco a,
#links .bloco a {
	font-size: 11px;
	color: #ea0276;
}

#links .bloco img {
	margin-bottom: 0;
}

#links .bloco h2 {
	height: 60px;
}

/* @end */

/* @group Contactos */

#contactos h2 {
	margin: 0 !important;
	font-size: 16px;
	font-weight: 300;
}

#contactos h3 {
	font-weight: bold;
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
	margin: 5px 0 30px;
}

#contactos dt {
	color: #0d99ec;
}

#contactos dd {
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 17px;
}

#contactos #form_de_contacto {
	padding: 10px 0;
}

#form_de_contacto label {
	line-height: 16px;
	height: 16px;
	margin-top: 2px;
	font-size: 11px;
	margin-bottom: 5px;
	width: 80px;
}

#contactos #form_de_contacto label span {
	color: #ea0276;
}

#contactos #form_de_contacto input.text_input {
	border: solid 1px #CCC;
	line-height: 16px;
	height: 16px;
	margin-bottom: 5px;
}

#contactos #form_de_contacto textarea {
	font: 12px/14px Verdana, Helvetica, Arial, sans-serif;
	border: solid 1px #CCC;
	line-height: 16px;
	padding: 0;
}




/* @group visual revista*/

.edit_rev {
}

.rev_cover {
	padding: 11px 0 11px 11px;
}

.rev_cover > a > img{
	max-width: 145px;
	max-height: 180px;
	background-color: #ccc;
}

.rev_info {
	padding: 0 11px;
    vertical-align: bottom;
}

#rev_shadow:hover {
	box-shadow: 0px 3px 3px #ccc;
}

/* end @group visual revista*/


/* @end */



/* @end */




