/*******************************************************/
/*                                                     */
/*               Associação Inês Botelho               */
/*                                                     */
/*                    estilos.css                      */
/*                                                     */
/*******************************************************/

body {
	background:#FFFFFF url(/aib/resources/images/background.jpg) repeat-y scroll center top;
	color:#077382;
	font-family:arial;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0pt;
	padding:0pt;
}

.banner {
	width: 988px;
	height: 196px;
	background:#FFFFFF url(/aib/resources/images/banner.jpg) no-repeat center center;
}

.languageBar {
	float: right;
}

.pageTitle {
	font-size: 18px;
	font-weight: bold;
	width: 210px;
	height: 30px;
	position: relative;
	text-align: center;
	top: 140px;
	left: 770px;
}

hr.linha {
	margin-top: 30px;
	height: 2px;
	width: 90%;
	color: #DCE502;
	background-color: #DCE502;
	border:1px solid #DCE502;
}

hr.separador {
	margin-top: 10px;
	margin-bottom: 20px;
	height: 2px;
	width: 90%;
	color: #DCE502;
	background-color: #DCE502;
	border:1px solid #DCE502;
}

hr.separadorErro {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 0px;
	width: 50%;
	color: #FF0000;
	background-color: #FF0000;
	border:1px solid #FF0000;
}

/**************************/
/********** MENU **********/
/**************************/
table.menu {
	border-color: #FFFFFF;
	border-spacing: 0px 4px;
	width: 190px;
}

table.menu td{
	height: 36px;
	background:#FFFFFF url(/aib/resources/images/buttons/btn_menu.png) no-repeat center center;
	text-align: left;
	padding: 0px 0px 0px 45px;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
}

table.menu td.mouseOver {
	background:#FFFFFF url(/aib/resources/images/buttons/btn_menu_over.png) no-repeat center center;
}


/*********************************/
/********** FOOTER MENU **********/
/*********************************/
table.footerMenu {
	font-size:12px;
	color: #3BB3C2;
}

table.footerMenu td {
	width: 100px;
	cursor: pointer;
	text-align: center;
}

table.footerMenu td.separator {
	width: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #DCE502;
}

table.footerMenu td.mouseOver {
	font-weight: bold;
	text-decoration: underline;
}

table.footerMenu td.lastUpdate {
	text-align: center;
	color: #D3D3D3;
	cursor: default;
}


/*****************************/
/********** EVENTOS **********/
/*****************************/
table.evento {
	border-spacing: 0px 5px;
}

table.evento img {
	cursor: pointer;
	border:3px double #3BB3C2;
	padding: 5px;
}

table.evento img.selected {
	border:3px dashed #3BB3C2;
}

table.evento td.titulo {
	font-weight: bold;
}


/***************************************/
/********** EVENTOS PAGINAÇÃO **********/
/***************************************/
p.paginacao {
	padding-top:10px;
	clear:both;
	font:80% 'helvetica neue',sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
	text-align:center;
}

p.paginacao span.opt {
	cursor:pointer;
}

p.paginacao span.opt:hover {
	cursor:pointer;
	color: #DCE502;
}

/****************************/
/********** INICIO **********/
/****************************/
.inicio {
	font-family:arial;
	font-size:15px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:5px 0px 0px 0px;
	vertical-align:top;
	margin-left:10px;
}


/********************************/
/********** QUEM SOMOS **********/
/********************************/
.quemsomos {
	font-family:arial;
	font-size:15px;
	padding:5px 0px 0px 0px;
	vertical-align:top;
	margin-left:10px;
}


/********************************/
/********** OBJECTIVOS **********/
/********************************/
.objectivos{
	font-family:arial;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:15px 5px 15px 5px;
}
.objectivos td.titulo{
	font-size:14px;
	font-weight: bold;
	background:#077382;
	color:#FFFFFF;
}


/*********************************/
/********** COMO AJUDAR **********/
/*********************************/
.comoAjudar{
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	line-height:normal;
	font-family:arial;	
	text-align:left;
	vertical-align:center;
	padding:0px 10px 0px 10px;
}

.comoAjudar a {
	font-size:12px;
	color:#077382;
}


/************************************/
/********** AGRADECIMENTOS **********/
/************************************/
.agradecimentos {
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	line-height:normal;
	font-family:arial;	
	text-align:left;
	vertical-align:center;
	padding:0px 10px 0px 10px;
}


/****************************/
/********** APOIOS **********/
/****************************/
.apoios{
	border:2px solid #077382;
}

.apoios tr td {
	cursor: pointer;
}

.apoios tr td.centro{
	padding:15px;
	border-right:1px solid #077382;
	border-bottom:1px solid #077382;	
}


/*********************************/
/********** TESTEMUNHOS **********/
/*********************************/
.testemunhos {
	color:#077382;
	font-family:arial;	
	text-align:justify;	
	line-height:15px;
	margin-right: 10px;
}

.testemunhos tr td span.titulo {
	font-size:15px;
	font-weight: bold;
}

.testemunhos tr td span.autor {
	font-size:10px;
	font-weight: bold;
}

.testemunhos img {
	padding-right: 10px;
	padding-bottom: 10px;
}


/******************************/
/********** NOTICIAS **********/
/******************************/
.noticias {
	margin-right: 10px;
	color:#077382;
}

.noticias span.rasurado {
	text-decoration:line-through;
}

.noticias span.vermelho {
	color:#FF0000;
}

.noticias tr td.data {
	font-size:12px;
	font-weight: bold;
	padding-bottom: 20px;
	width: 70px;
	vertical-align: text-bottom;
}

.noticias tr td.titulo {
	font-size:20px;
	margin-bottom:15px;
	vertical-align: text-bottom;
}

.noticias tr td.vermelho {
	color:#FF0000;
}


/*******************************/
/********** ESTATUTOS **********/
/*******************************/
.estatutos {
	overflow: scroll;
	width: 788px;
	height: 357px;
	font-size:10px;
	text-align:center;
}

.estatutos table tr td.capitulo {
	font-weight: bold;
	font-size:14px;
	text-transform:uppercase;
	padding-bottom: 5px;
}

.estatutos table tr td.capituloTitulo {
	font-size:12px;
	text-transform:uppercase;
	padding-bottom: 15px;
}

.estatutos table tr td.artigo {
	font-size:12px;
	text-transform:uppercase;
	padding-bottom: 5px;
}

.estatutos table tr td.artigoTitulo {
	font-size:11px;
	text-transform:uppercase;
	padding-bottom: 15px;
}

.estatutos table tr td.artigoConteudo {
	padding-bottom: 15px;
	padding-right: 10px;
	text-align:justify;
}

.estatutos table tr td.artigoConteudo ul.letters {
	list-style-type: lower-alpha;
}

.estatutos table tr td.artigoConteudo ul.numbers {
	list-style-type: decimal;
}

.estatutos table tr td.seccao {
	font-weight: bold;
	font-size:11px;
	text-transform:uppercase;
	padding-bottom: 5px;
}

.estatutos table tr td.seccaoTitulo {
	font-size:10px;
	text-transform:uppercase;
	padding-bottom: 15px;
}

/************************************/
/********** ORGÃOS SOCIAIS **********/
/************************************/
.orgaosSociais {
	width: 100%;
}

.orgaosSociais td.titulo{
	font-size:13px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#FFFFFF;
	background-color:#077382;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
}

.orgaosSociais td.cargo {
	width: 110px;
	font-weight: bold;
	text-align: right;
	color:#FFFFFF;
	background-color:#077382;
	border-right: 3px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 10px;
}

.orgaosSociais td.conteudo{
	background-color:#9ED9E0;
	border-right: 3px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 10px;
}

/*******************************/
/********** CONTACTOS **********/
/*******************************/
.contactos {
	font-size:12px;
	font-weight: bold;
	padding:20px;
}
.contactos span.titulo {
	font-size:14px;
	font-weight: bold;
	padding:20px;
}

