/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background-color: #e8e3cd;
	line-height: 14pt;
}

.textblock {
	display: block;
	float: left;
}

#captcha_img {
	width:142px;
	height: 59px;
	background: url(../images/captcha.jpg) no-repeat 12px 0;
}

/* Header */

#header {
	width: 100%;
	height: 232px;
	min-width: 922px;
	margin: 0;
	background-image: url(../images/page_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

#logo {
	margin: 0;
	padding: 0;
}

#search {
	float: right;
	width: 280px;
}

#search form {
	margin: 0;
	padding: 63px 0 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search #s, #search #x {
	float: left;
}

#search #s {
	width: 188px;
	margin: 2px 6px 0 0;
	padding: 2px 5px;
	background: url(../images/img02.gif) repeat-x;
	border: 1px solid #ACACAC;
}

#search #x {
	width: 67px;
	height: 28px;
	padding: 0;
	background: #006BFF url(../images/img03.gif) no-repeat;
	border: none;
	text-transform: lowercase;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 902px;
	height: 51px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#menu ul {
	display: block;
	margin: 0px auto;
	padding: 0;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
}

/* Menu Images */

#home a {
	width: 30px; /* The image Width */
	height: 31px;
	display: block;
	float: left;
	background: url(../images/btn_t_home.gif) no-repeat top left;
}

#home a:hover, #home a.current_page_item {
	width: 30px; /* The image Width */
	height: 31px;
	display: block;
	float: left;
	background: url(../images/btn_t_home_hover.gif) no-repeat top left;
}

/********/

#oprojecto a {
	width: 127px; /* The image Width */
	height: 31px;
	display: block;
	float: left;
	background: url(../images/btn_t_oprojecto.gif) no-repeat top left;
}

#oprojecto a:hover, #oprojecto a.current_page_item {
	width: 127px; /* The image Width */
	height: 31px;
	display: block;
	float: left;
	background: url(../images/btn_t_oprojecto_hover.gif) no-repeat top left;
}

/********/

#noticias a {
	width: 108px; /* The image Width */
	height: 31px;
	display: block;
	float: left;
	background: url(../images/btn_t_noticias.gif) no-repeat top left;
}

#noticias a:hover, #noticias a.current_page_item {
	width: 108px; /* The image Width */
	height: 31px;
	display: block;
	float: left;
	background: url(../images/btn_t_noticias_hover.gif) no-repeat top left;
}

/********/

#actividades a {
	width: 142px; /* The image Width */
	height: 31px;
	display: block;
	float: left;
	background: url(../images/btn_t_actividades.gif) no-repeat top left;
}

#actividades a:hover, #actividades a.current_page_item {
	width: 142px; /* The image Width */
	height: 31px;
	display: block;
	float: left;
	background: url(../images/btn_t_actividades_hover.gif) no-repeat top left;
}

/********/

#publicacoes a {
	width: 137px; /* The image Width */
	height: 31px;
	display: block;
	float: left;
	background: url(../images/btn_t_publicacoes.gif) no-repeat top left;
}

#publicacoes a:hover, #publicacoes a.current_page_item {
	width: 137px; /* The image Width */
	height: 31px;
	display: block;
	float: left;
	background: url(../images/btn_t_publicacoes_hover.gif) no-repeat top left;
}

/********/

#aequipa a {
	width: 103px; /* The image Width */
	height: 31px;
	display: block;
	float: left;
	background: url(../images/btn_t_aequipa.gif) no-repeat top left;
}

#aequipa a:hover, #aequipa a.current_page_item {
	width: 103px; /* The image Width */
	height: 31px;
	display: block;
	float: left;
	background: url(../images/btn_t_aequipa_hover.gif) no-repeat top left;
}

/********/

#eventos a {
	width: 105px; /* The image Width */
	height: 31px;
	display: block;
	float: left;
	background: url(../images/btn_t_eventos.gif) no-repeat top left;
}

#eventos a:hover, #eventos a.current_page_item {
	width: 105px; /* The image Width */
	height: 31px;
	display: block;
	float: left;
	background: url(../images/btn_t_eventos_hover.gif) no-repeat top left;
}

/********/

#arquivo a {
	width: 103px; /* The image Width */
	height: 31px;
	display: block;
	float: left;
	background: url(../images/btn_t_arquivo.gif) no-repeat top left;
}

#arquivo a:hover, #arquivo a.current_page_item {
	width: 103px; /* The image Width */
	height: 31px;
	display: block;
	float: left;
	background: url(../images/btn_t_arquivo_hover.gif) no-repeat top left;
}

/********/

#contactenos a {
	width: 34px; /* The image Width */
	height: 31px;
	display: block;
	float: left;
	background: url(../images/btn_t_contactenos.gif) no-repeat top left;
}

#contactenos a:hover, #contactenos a.current_page_item {
	width: 34px; /* The image Width */
	height: 31px;
	display: block;
	float: left;
	background: url(../images/btn_t_contactenos_hover.gif) no-repeat top left;
}


/* Page */

#wrapper {
	width: 100%;
	min-width: 922px;
	margin: 0;
	padding: 0;
	background-image: url(../images/background_t.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#page {
	width: 902px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 620px;
	padding: 0;
	margin: 0 0 0 29px;
}

.pagetitle {
}

#content #rss-posts {
	display: block;
	margin: -30px 15px 0px 0px;
	padding: 0 20px 0 0;
	background: url(../images/rss.gif) no-repeat right center;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}

.post {
	padding: 0 0 20px 0;
}

.title {
}

.byline {
	margin: 0 0 20px 0;
}

.meta {
	border-top: 1px dotted #CCCCCC;
	text-align: right;
}

.meta .more, .meta .comments {
	padding-left: 15px;
}

.cbtn {
	display: block;
	margin-top: 26px;
	margin-left: -10px;
	padding: 0;
	cursor: pointer;
	text-decoration:none !important;
	outline: none;
}

/* cbtn Images */

#cbtndownload {
	background: url(../images/cbtn_download.gif) no-repeat top left;
	width: 119px;
	height: 45px;
}

#cbtneditar {
	background: url(../images/cbtn_editar.gif) no-repeat top left;
	width: 85px;
	height: 45px;
}

#cbtnvermais {
	background: url(../images/cbtn_vermais.gif) no-repeat top left;
	width: 98px;
	height: 45px;
}

#cbtnvoltar {
	background: url(../images/cbtn_voltar.gif) no-repeat top left;
	width: 88px;
	height: 45px;
}

#cbtngerirequipa{
	background: url(../images/cbtn_gerirequipa.gif) no-repeat top left;
	width: 128px;
	height: 45px;
}

#cbtngerir{
	background: url(../images/cbtn_gerir.gif) no-repeat top left;
	width: 75px;
	height: 45px;
}

#cbtnnovoartigo{
	background: url(../images/cbtn_novoartigo.gif) no-repeat top left;
	width: 132px;
	height: 45px;
	margin-top: 4px !important;
	margin-bottom: -8px !important;
}

#cbtnnovo{
	background: url(../images/cbtn_novo.gif) no-repeat top left;
	width: 80px;
	height: 45px;
}

/* Forms */

form {
}

label {
	display: block;
	margin: 4px 4px 0 0;
	padding: 0;
}

.label {
	padding: 4px 4px 0 0;
	text-align: right;
	vertical-align: top;
}

.label_browse {
	padding: 7px 4px 0 0;
	text-align: right;
	vertical-align: top;
}

.form_spacer {
	line-height:8px;
}

.fieldrequired {
	padding: 0 2px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	font-weight: 100;
	vertical-align: sub;
	color: #908872;
	cursor: pointer;
}

input, select, textarea {
	display: block;
	margin: 4px 0 !important;
	color: #292929;
	float:left;
}

select, textarea {
	padding: 0;
}

input + input {
	margin-left: 6px !important;
}

input.checkbox {
	margin-top: 7px !important;
}

.textlabel {
	margin: 0;
	padding: 0;
	font-size: 0.90em;
	color: #666666;
}


/* Layout de gestão de Páginas */

.btn_delete {
	display: block;
	float: left;
	width: 60px;
	line-height: 11px;
	margin: 0 6px;
	padding: 4px 0 0 0;
	background: url(../images/btn_delete.gif) no-repeat bottom left;
	cursor: pointer;
	text-decoration: none !important;
}

.vermais, .vermais:hover {
	color: #908872;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 12px;
	font-style: italic;
	padding-left: 2px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 253px;
	padding: 0;
}

#title {
	margin: 0;
	padding: 0;
	height: 44px;
}

#sidebar div#module_wrapper {
	padding: 0 28px 16px 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 4px 0;
	padding: 0;
	list-style: none;
}


#sidebar .ligacoes a {
	width: 253px;
	height: 44px;
	display: block;
	background: url(../images/btn_l.gif) no-repeat top left;
	line-height: 40px;
	font-size: 13px;
	font-weight: 600;
	text-indent: 24px;
	text-decoration: none;
	color: #235d6a;
	outline: none;
}

#sidebar .ligacoes a:hover {
	width: 253px;
	height: 44px;
	display: block;
	background: url(../images/btn_l_hover.gif) no-repeat top left;
	line-height: 40px;
	font-size: 13px;
	font-weight: 600;
	text-indent: 24px;
	text-decoration: none;
	color: #A84802;
}

#sidebar a {
	text-decoration: none;
	font-weight: 600;
}

#sidebar a:hover {
	text-decoration: none;
	font-weight: 600;
	color: #A84802;
}

/* Footer */

#footer {
	width: 902px;
	margin: 0 auto;
	padding: 30px 0;
	color: #343434;
}

#modulo {
	padding: 0 0 16px 0;
}

#footer span {
	font-weight:normal;
	font-size: 11px;}

#footer a {
	color: #235d6a;
}

/* Preloading Site Images */

.imgPreload {
	display:none;
}

/* Current Page pre-Loading Script */

  /*this is what we want the div to look like
    when it is not showing*/
div.loading-invisible{
    /*make invisible*/
    display:none;
  }

  /*this is what we want the div to look like
    when it IS showing*/
div.loading-visible{
    /*make visible*/
    display:block;

    /*position it 200px down the screen*/
    position:absolute;
	top: 0;
	bottom: 0%;
	left: 0;
	right: 0%;
	padding-top:300px;
	width:100%;
    text-align:center;
	
	background-color: #528293;
	filter: alpha(opacity=99); /* for IE */
 	opacity:0.99; /* CSS3 standard */
	z-index: 99;

	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
  }
  
/* Perfil Utilizador */

#perfiltabs {
	background:url(../images/profile_pics/perfiltabdiv_bg.gif) repeat-x;
}

.tab, .activetab {
	position: relative;
	height: 24px;
	padding-top: 10px;
	text-align: center;
}

.tab {background:url(../images/profile_pics/perfiltab_bg.gif) repeat-x;}
.activetab {background:url(../images/profile_pics/perfiltab_current_bg.gif) repeat-x;}

.tab .perfiltab_left {
	position: absolute;
	left: 0;
	top:0;
	width: 17px;
	height: 34px;
	background: url(../images/profile_pics/perfiltab_left.gif) no-repeat;
}

.tab .perfiltab_right {
	position: absolute;
	right: 0;
	top:0;
	width: 20px;
	height: 34px;
	background: url(../images/profile_pics/perfiltab_right.gif) no-repeat;
}

.activetab .perfiltab_left {
	position: absolute;
	left: 0;
	top:0;
	width: 17px;
	height: 34px;
	background: url(../images/profile_pics/perfiltab_current_left.gif) no-repeat;
}

.activetab .perfiltab_right {
	position: absolute;
	right: 0;
	top:0;
	width: 20px;
	height: 34px;
	background: url(../images/profile_pics/perfiltab_current_right.gif) no-repeat;
}

#perfiltabs a, #perfiltabs a:hover {
	font-weight: bold;
	color: #343434;
	text-decoration: none !important;
	font-size: 14px;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
	outline: none;
}

.activetab a {
	color: #235d6a !important;
}


#perfilcontents {
	padding: 20px 18px 25px 18px;
	border-width: 0 1px 1px 1px;
	/* width: 582px !important;/* 620px - (border + padding) */
	/* max-width: 582px !important;/* 620px - (border + padding) */
	border-color: #c1b59f;
	border-style: solid;
}