body {
	margin: auto;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	background-color: #FFFFFF;
}

/*titulos a dar aos documentos, noticias, eventos, etc*/
H1 {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 14pt;
	color: #007268;
	line-height: 16pt;
	margin-top: 0;
	text-align: left;
	/*background-image: url(images/img/a2.gif);
	background-repeat: repeat-x;*/
}
H2 {
	font-family :  "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color:#007268;
	line-height: 14pt;
	margin-top: 0;
	margin-bottom: 14pt;
	text-align: left;
}

H3 {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #007268;
	line-height: 14pt;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 14pt;
	text-align: left;
	font-variant: small-caps;
}

H4 {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #007268;
	line-height: 14pt;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 14pt;
	text-align: left;
	font-style: italic;
}

H5 {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	color:#007268;
	line-height: 14pt;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 14pt;
	text-align: left;
	text-transform: uppercase;
}

H6 {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #007268;
	line-height: 14pt;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 14pt;
	text-align: left;
	text-transform: uppercase;
}
/*formatação do <P> que surge no richtext */ 
P, MsoNormal {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #414042;
	line-height: 14pt;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

A {
	color: #414042;
	text-decoration: underline;
}

BLOCKQUOTE {
	font-family:"trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #414042;
    margin-right: 0;
	margin-left: 15px;
}

PRE, CODE {
	font-family: Courier, monospace;
	font-size: 8pt;
	color: #414042;
    margin-right: 0;
	margin-left: 15px;
}

TABLE.content {
 background: #6D6E71;
}


CAPTION.content {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	color: #BCBEC0;
}

/*cabeçalho de uma tabela introduzida através do richtext*/
TH {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 14pt;
}

TH.content {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #BCBEC0;
	background-color: #414042;
}

/*linhas de uma tabela introduzidas através do richtext*/
TD {
	/*falta o div*/
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: 14pt;
}

TD.content {
	font-family:"trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #414042;
	background-color: #414042;
}

TD.content2, DIV.content2 {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #414042;
}



/*menus de sistema*/
div.menu {
	background-image: url(images/img/bbg0.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 134px;
	text-decoration: none;
	font-size: 12px;
	color: #636363;
	height: 20px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 6px;
	display: block;

}

div.menu:hover {
	background-image: url(images/img/bbg1.gif);
	color: #FFFFFF;
	background-repeat: repeat-x;

}


div.menusub {
	font-size:10px;
	color:#007268;
	font-weight: bold;
	width:134px;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 6px;
	padding-left: 6px;
	background-image: url(images/img/bbg0.gif);
	height: 20px;
}

div.menusub a {
	font-size:10px;
	color:#007268;
	font-weight: bold;
}

div.menusub a:hover {
	color: #FFFFFF;
	background-image: url(images/img/bbg1.gif);
	background-repeat: repeat-x;
}

div.menusub a:visited {
	font-size:10px;
	color:#007268;
	font-weight: bold;
}

div.open {
	width:134px;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 6px;
	background-image: url(images/img/bbg_select.gif);
	height: 20px;
}



div.opensub {
	width:134px;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 6px;
	background-image: url(images/img/bbg0.gif);
	height: 20px;
}

div.opensub a {
	background-image: url(images/img/bbg_select.gif);
	color: #FFFFFF;
	background-repeat: repeat-x;
}
div.opensub a:visited {
	background-image: url(images/img/bbg_select.gif);
	color: #FFFFFF;
	background-repeat: repeat-x;
} 

/*titulo da agenda*/
.agenda_title {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 12pt;
}
/* mês a que se refere a agenda*/
.agenda_month {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 14pt;
}
/*ano a que se refere a agenda*/
.agenda_year {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color:#FFFFFF;
}
/* dias sem eventos*/
.agenda_day {
	font-family:  "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 12px;
	text-align: center;
	width: 19px;
	height: 15px;
}
/*dias com eventos*/
span.agenda_day {
	Arial,font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
 	font-weight: bold;
	line-height: 12px;
	color: #666666;
	text-decoration: none;
}


/* escrever os vários titulos*/
.title {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #007268;
	font-weight: bold;
	margin-top: 0;
	text-align: left;
	font-variant: none;
	text-decoration: none;
	background-image: url(images/img/a2.gif);
}

/*linhas de uma tabela introduzidas através do richtext*/
TD {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: 14pt;
}

TD.content {
	font-family:"trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #414042;
	background-color: #414042;
}

TD.content2, DIV.content2 {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #414042;
}


/*titulo que aparece na página inicial a dizer: Noticias*/
.titulo_seccao {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 26px;
	background-image: url(images/img/a2.gif);
	padding-top: 20px;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

.titul_ent {
	color:#BFF354;
	letter-spacing:-1px;
	padding-top:4px;
	padding-left:8px;
	background-position: 10px 0px;
	font-size: 12px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/* escrever conteúdo da noticia*/
.heading {
	font-family:"trebuchet ms", arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-align: left;
	padding: 4px;
}

/* escrever o titulo da noticia*/
.titul_not {
	font-size: 14px;
	background-image: url(images/img/a3.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 6px;
	padding-bottom: 10px;
	color: #007268;
	text-decoration: none;
	line-height: 16pt;
	vertical-align: top;
}


/*.menu_lat {
}

.menu_lat td{
	height: 28px;
	width: 130px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	background-image: url(img/menu.jpg);
	font-size: 13px;
	color: #333333;
	padding-top: 4px;
	vertical-align: top;

}
#agenda {
	width: 144px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 8px;
	background-image: url(img/agenda.jpg);
	padding-top: 3px;
}
#tabel_agenda {
margin-top:2px;

}
.tab_princ {
	background-color: #FFFFFF;
}*/

/* UL e LI SUB Menu */

ul.divided li
{
	border-top: solid 1px #F5F5F5;
	margin-top: 4px;
	padding-top: 4px;
	background-position: 126px 9px;
}

ul.divided li.first
{
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-position: 126px 0px;
	margin-bottom: 0px;
}

ul.divided li.select{
	background-image: url(img/bbg_select.gif);
	color: #FF0000;


}

ul
{
	list-style: none;
	margin: 10px 0px 10px 0px;
	display:block;
}

li
{
	background-image: url(img/x1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
	margin-bottom: 4px;
}

.button {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: smaller;
	background: #808285;
	color: #EEEEEE;
	padding: 1px 3px;
	text-decoration: none;
	font-weight: bold;
	cursor:hand;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}
.button_1 {
	font-family:"trebuchet ms", arial, helvetica, sans-serif;
	font-size: smaller;
	background: #666666;
	color: #EEEEEE;
	padding: 1px 3px;
	text-decoration: none;
	font-weight: bold;
	cursor:hand;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}

.buttonRED {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: smaller;
	background: #660000;
	color: #EEEEEE;
	padding: 1px 3px;
	text-decoration: none;
	font-weight: bold;
	cursor:hand;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}

.buttonTIGHT {
	font-family:"trebuchet ms", arial, helvetica, sans-serif;
	font-size: smaller;
	background: #666666;
	color: #EEEEEE;
	padding: 1px 1px;
	text-decoration: none;
	font-weight: bold;
	cursor:hand;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}


.buttonOFF {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: smaller;
	background: #444444;
	color: #999999;
	padding: 1px 3px;
	text-decoration: none;
	font-weight: bold;
	cursor:none;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
}

.buttonON {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: smaller;
	background: #AAAAAA;
	color: #EEEEEE;
	padding: 1px 3px;
	text-decoration: none;
	font-weight: bold;
	cursor:hand;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #EEEEEE;
}
.buttonOFF {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: smaller;
	background: #444444;
	color: #999999;
	padding: 1px 3px;
	text-decoration: none;
	font-weight: bold;
	cursor:none;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #999999;
}


.buttonONTIGHT {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: smaller;
	background: #AAAAAA;
	color: #EEEEEE;
	padding: 1px 1px;
	text-decoration: none;
	font-weight: bold;
	cursor:hand;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #EEEEEE;
}

.box {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: smaller;
	background: #CCCCCC;
	color: #333333;
	padding-bottom: 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #EEEEEE;
}
/*botão novo utilizador em login.php*/
.buttonLIGHT {
	font-family:"trebuchet ms", arial, helvetica, sans-serif;
	font-size: 7pt;
	/*background: #6699CC;*/
	color:#FFFFFF;
	/*padding: 2px 6px;*/
	text-decoration: none;
	text-transform: uppercase;
	cursor:hand;
	font-weight: bold;
	/*border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;*/
}

/*palavras login e password em login.php*/
.login {
	font-family:  "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	/*padding: 1px 3px;*/
	/*text-transform: uppercase;*/
	text-decoration: none;
}
/*caixas para login password em login.php*/
.boxLIGHT {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	background: #FFFFFF;
	color: #000000;
	/*padding-bottom: 0px;*/
	border-top: 1px solid #404142;
	border-right: 1px solid #404142;
	border-bottom: 1px solid #404142;
	border-left: 1px solid #404142;
}

.nota {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #414042;
	font-weight: bold;
	margin-top: 0;
	text-align: left;
	font-variant: none;
	text-decoration: none;
}

