/* 
    Document   : css
    Created on : 1/Out/2009, 13:49:11
    Author     : py_

*/

.clearing {
    clear: both;
}

.imgCenter {
  text-align: center;
}

body {
    background: #3893d2 url('../img/bg.gif') repeat-x 0 0;
    color: #596872;
    font-family: 'Trebuchet MS', 'Verdana', sans-serif;
    font-size: 12px;
    line-height: 2em;
}

.geral {
  float: none !important;
  margin: 0 auto !important;
}

#header {
  background: url('../img/header_bg.gif') no-repeat left bottom;
  float: left;
}

#logo {
  float: left;
  padding-bottom: 24px;
}

#logo a {
  background: url('../img/logo.gif') no-repeat 0 0;
  display: block;
  float: left;
  height: 0;
  overflow: hidden;
  padding-top: 95px;
  width: 236px;
}

#nav {
  float: right;
  padding-top: 42px;
}

#nav li {
  float: left;
  position: relative;
}

#nav li a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  padding: 5px 13px;
  outline: none;
  margin: 0 1px;
}

#nav li a:hover, #nav li em a, #nav li:hover > a {
  background: url('../img/menu_hover.gif') repeat-x 0 0;
  font-style: normal;
}

#nav li a:hover, #nav li em a {
    font-style: normal;
}

#nav li:hover ul {
    display: block;
}

#nav ul {
  background: #225b8b url('../img/menu_ul_bg.gif') no-repeat 0 0;
  display: none;
  left: 0;
  padding: 5px 0 0 0;
  position: absolute;
  top: 26px;
  width: 115px;
  z-index: 5000;
}

#nav ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#nav ul a {
  color: #fff;
  display: block;
  float: left;
  font-size: 14px;
  margin: 0;
  outline: none;
  padding: 3px 10px;
  text-decoration: none;
}

#nav ul li a:hover, #nav ul li em a {
    background: none;
    font-style: normal;
}

#conteudo {
  background: url('../img/conteudo_bg.gif') repeat-x 0 0;
  height: 481px;
  overflow: hidden;
  padding: 20px 20px 10px;
  position: relative;
  width: 423px;
}

#cont {
  float: left;
  height: 471px;
  overflow: auto;
  width: 423px !important;
}

#noticias {
  background: url('../img/noticias_bg.gif') repeat-x 0 0;
  height: 484px;
  padding-top: 27px;
  padding-right: 17px;
  padding-left: 17px;
}

#noticias .lid {
  overflow: hidden;
  height: 255px;
}

#noticias h3 {
  color: #b0ffaa;
  font-size: 18px;
  margin-bottom: 30px;
}

#noticias li {
  background: url('../img/noticias_sep.gif') no-repeat 50% 100%;
  float: left;
  padding-bottom: 16px;
  margin-bottom: 10px;
}

#noticias a {
  float: left;
  line-height: 1.3em;
  text-decoration: none;
  width: 179px;
}

#noticias .title {
  color: #fff;
  margin-bottom: 5px;
}

#noticias .text {
  color: #d3d3d3;
}

#agenda {
  background: #3792d1;
  height: 304px;
  padding-top: 27px;
  overflow: hidden;
}

#agenda h3 {
  color: #fff;
  float: left;
  font-size: 18px;
  padding-left: 25px;
  margin-bottom: 20px;
}

#agenda a {
  cursor: pointer;
  text-decoration: none;
}

#agenda ul {
  padding-left: 25px;
}

#agenda li {
  float: left;
  margin-bottom: 40px;
}

#agenda span {
  color: #b0ffaa;
  display: block;
  float: left;
  line-height: 1.3em;
  margin-bottom: 5px;
  width: 215px;
}

#agenda em {
  color: #ededed;
  display: block;
  float: left;
  font-style: normal;
  line-height: 1.3em;
  width: 215px;
}

#loginDiv {
  background: url('../img/login_bg.gif') no-repeat 0 0;
  height: 181px;
  overflow: hidden;
}

#liR, .liS {
  float: left;
  margin-top: 20px;
  width: 423px;
}

#liR li, .liS li {
  background: #d2d2d2;
  margin-bottom: 5px;
  padding: 10px 0 10px 20px;
}

#liR h4 a, .liS li a {
  color: #505356 !important;
  font-size: 13px;
  text-decoration: none;
}

.liS li a:hover {
  text-decoration: underline;
}

#heading h1 {
  color: #b11117;
  font-size: 26px;
  margin-bottom: 30px;
}

#bannerdir li {
  background: none;
  height: 170px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

#bannerdir li img {
  display: block;
  margin: 0 auto;
}

#loginDiv h3 {
  color: #fff;
  font-size: 18px;
  margin: 25px 0 9px 20px;
}

#loginDiv .req {
  color: #000;
  font-size: 11px;
  text-decoration: none;
  padding-left: 5px;
}
#loginDiv .loginLinks {
	padding-left: 19px;
	float: left;
}
#loginDiv .req:hover {
  text-decoration: underline;
}

#loginDiv li {
  float: left;
  line-height: 1.2em;
  width: 100%;
}

#loginDiv label {
  color: #000;
  float: left;
  font-weight: bold;
  padding-left: 25px;
  width: 160px;
}

#loginDiv .inputText {
  background: url('../img/input_bg.gif') no-repeat right top;
  border: none;
  float: left;
  margin-left: 25px;
  padding: 5px;
  width: 192px;
}

#loginDiv .inputPassword {
  background: url('../img/input_bg.gif') no-repeat right top;
  border: none;
  float: left;
  margin-left: 25px;
  padding: 5px;
  width: 143px;
}

#loginDiv .inputSubmit {
  background: url('../img/input_ok_login.gif') no-repeat left top;
  border: none;
  cursor: pointer;
  display: block;
  float: right;
  height: 62px;
  left: -11px;
  overflow: hidden;
  padding-top: 62px;
  position: relative;
  top: -18px;
  width: 62px;
}

#loginDiv a {
  float: left;
}

#bg_footer {
  background: #256397;
  float: left;
  width: 100%;
}

#menu_footer {
  	padding: 30px 0 30px 10px;
	text-align:center;
}

#menu_footer li {
  border-right: 1px solid #b5cadc;
  display: inline;
  line-height: 16px;
}

#menu_footer li.last {
  border: none;
}

#menu_footer li a {
  color: #fff;
  font-size: 11px;
  padding: 0 25px;
  text-decoration: none;
}

#menu_footer em a {
  font-style: normal;
  font-weight: bold;
}

.copy {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 25px;
}

.copy, .copy a {
  color: #8ab9da;
  font-size: 11px;
}

#tabs li {
  background: url('../img/tabs_li_bg.png') no-repeat left top;
  float: left;
  line-height: 21px;
  padding-left: 20px;
  margin-right: 10px;
}

#tabs li a {
  background: url('../img/tabs_li_bg.png') no-repeat right top;
  color: #fff;
  float: left;
  padding: 5px 20px 4px 0;
  text-decoration: none;
}

#tabs em {
  font-style: normal;
}

#email_form .textinput, #email_form .textarea {
  border: 1px solid #d2d2d2;
  color: #596872;
  padding: 3px 5px;
  width: 300px;
}

#email_form .textarea {
  height: 100px;
}

/*  Estilos conteudo  /***/

#cont h2 { color: #3d9c35; font-size: 18px; }
#cont h3 { color: #B11117; font-size: 16px; }
#cont strong { color: #3d9c35; font-weight: normal; }
#cont big { color: #B11117; font-size: 12px; font-weight: normal; }
#cont a { color: #003d7b; }

.voltar {
  background: url(../img/voltar.png) no-repeat left top;
  display: block;
  float: left;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  padding-top: 21px;
  width: 59px;
}

/*  Sitemap  /**/

#sitemap li {
  border-bottom: 1px dashed #C2CEDA;
  clear: left;
  float: left;
  list-style: none;
  margin: 3px 0;
  padding: 3px 0;
  width: 100%;
}

#sitemap a {
  color: #596872;
  font-size: 13px;
  float: left;
  text-decoration: none;
  padding-left: 3px;
}

#sitemap a:hover {
  text-decoration: underline;
}

.age li {
  background: #d2d2d2;
  float: left;
  margin-bottom: 5px;
  padding: 5px 0;
  width: 100%;
}

.age a {
  padding-left: 10px;
  text-decoration: none;
}

.age h2 a {
  color: #256397 !important;
}

.age em {
  color: #505356 !important;
  font-size: 11px;
  font-style: normal;
}

.age h2 a {
  font-size: 14px;
}

#newsletter form {
  margin-top: 20px;
}

/*  Formulários   /***/

#registo li {
  float: left;
  margin: 2px 0;
  width: 100%;
}

#registo label, #reg label {
  display: block;
  float: left;
  width: 110px;
}

#registo .textinput, #registo textarea, .regi {
  border: 1px solid #d2d2d2;
  color: #596872;
  padding: 3px 5px;
  width: 250px;
}

#registo .selectBox, .check {
  float: left;
  width: 265px;
}

.options {
  float: left;
  padding-left: 110px;
}

.options input {
  margin-right: 10px;
}

.loc_trab {
  float: left;
}

.loc_trab div {
  float: left;
  width: 110px;
}

.loc_trab div span {
  display: table-cell;
  height: 96px;
  vertical-align: middle;
}

.loc_trab label {
  width: 115px !important;
}

.loc_trab .textinput {
  width: 135px !important;
}

#registo textarea {
  height: 100px;
}

.liS li {
  float: left;
  width: 403px;
}

.liS b {
  font-size: 13px;
}

.liS img {
  float: left;
  margin-right: 15px;
}

#not img {
  float: left;
  margin: 0 10px 10px 0;
}

.reg_socios {
  background: url('../img/reg_socios.gif') no-repeat left top;
  margin-right: 5px;
}

.reg_prof {
  background: url('../img/reg_prof.gif') no-repeat left top;
}

.reg_prof, .reg_socios {
  display: block;
  float: left;
  height: 0;
  overflow: hidden;
  padding-top: 36px;
  width: 208px;
}

.finalizar input, .recalcular img {
  display: block;
  float: left;
  margin-left: 15px;
}

#carrinho .voltar {
  margin: 0;
}

#loginDiv ul {
  float: left;
  margin-top: 10px;
  margin-left: 20px;
}

#loginDiv li {
  color: #000;
  padding: 5px 0;
}

#loginDiv .logout {
  margin-left: 20px;
}

#loginDiv .edit {
  color: #fff;
  text-decoration: none;
}

#paginacao li {
  background: #90AFC9;
  border: 1px solid #505356;
  cursor: pointer;
  float: left;
  margin-right: 5px;
}

#paginacao li.selected {
  background: #256397;
}

#paginacao li a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 0px 10px;
}

#menu_home {
  float: left;
  margin-bottom: 10px;
}

#menu_home li {
  background: #256397;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 200px;
}

#menu_home li a {
  color: #fff;
  text-decoration: none;
  padding-left: 10px;
}

#menu_home li a:hover {
  text-decoration: underline;
}

#msg { color: red; }

#carrinho textarea 
{
	 border: 1px solid #d2d2d2;
	 color: #596872;
	 height: 100px;
	 padding: 3px 5px;
	 width: 250px;
}

#news_content h1 
{
	color: #3d9c35;
	font-family: 'Verdana', sans-serif;
	font-size: 20px;
	font-weight: 100;
}

#news_content h3 { color: #B11117; font-size: 16px; }
#news_content em { color: #3d9c35; font-weight: normal; }
#news_content big { color: #B11117; font-size: 13px; font-weight: normal; }
#news_content a { color: #003d7b; }
#news_content .imgCenter { text-align: center; }
#news_content img { border: none; }
#news_content .disclaimer { font-size: 10px; font-style: italic; }
