/*  RESET DEFAULT STYLES */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;margin: 0;padding: 0;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

/*  Core html setup stuff  */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

/* Firefox Scrollbar Hack - Do not remove */
html { margin-bottom: 0; height: 100%!important; height: auto;  }

body {
	color: #353033;
	background-image:url(../images/body_bg.png);
	background-position: top center;
	background-repeat:repeat;
    font-family: Verdana;
    font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding:0;
	height: 100%;
}

#container{
	background-image: url("../images/bg.png");
	background-repeat:repeat;
	background-position: top center;
	margin:0 auto;
	min-height:100%; 
	height: auto!important;
	padding:0;
    width: 962px;
	position:relative;
}

.center{
	margin:0 auto;
	width: 946px;
}

#header,
#footer,
#content,
#pathway{
	display:block;
	float:none;
	width:100%;
}

/* HEADER */
#header{
	background-image: url("../images/header_bg.png");
	background-repeat: repeat;
	background-position: left top;
}

#headerleft{ background-color:transparent; float:left; width: 50%; }

#headerright{ background-color:transparent; float:right; width:50%; }

#headerright .menu,
#headerright .usermenu{ display:block; float:right; padding-right:20px; padding-top: 12px; width:auto; }
#headerright .usermenu{ padding-right: 5px;}
#headerright .menu li,
#headerright .usermenu li{ display:inline; padding-left:12px;}
#headerright .usermenu li{ float:right;}
#login{ float:right; width:auto;}

input.logout{
	background-image: url("../images/logout.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: transparent;
	border: 0;
	color: #fff;
	cursor:pointer;
	float:right;
	font-size: 0;
	line-height: 0;
	height: 11px;
	margin-top:2px;
	width: 11px;
}

#sun_header{ 
	background-image: url("../images/sun.png");
	background-repeat: no-repeat;
	background-position: left top;
    float:left; 
	height: 198px;
    width: 478px;
	z-index:0;
	position:relative;
	left:156px;
	top: 0px;
}
.mod-languages{
	float: left;
	height:0;
	text-align: left;
	overflow:visible;
    width: 100px;
}

div.mod-languages ul{
	padding-left: 22px;
    padding-top: 11px;
}
li.lang-active a{ font-weight:bold;}
.mod-languages ul li { margin-left:0;}
/* MAIN MENU */
#mainmenu{
	float: right;
    height: 133px;
    padding-right: 0;
    padding-top: 6px;
    width: 338px;
}

#mainmenu .menu{ display:block; padding-top:0px; }
#mainmenu .menu li{
	background-color: transparent;
	display:block;
    letter-spacing: 0.4px;
	height: 17px;
    line-height: 17px;
    margin-left: 50px;
    padding-top: 5px;
	text-align: right;
}	

#mainmenu .menu li a{
	background: url("../images/menu_indent2.png");
	background-repeat:no-repeat;
	background-position: right center;
    color: #FFFFFF;
    display:block;
	font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 20px;
	text-decoration: none;
	text-transform:uppercase;
}

#mainmenu .menu li:nth-child(odd) a{
	background: url("../images/menu_indent1.png");
	background-repeat:no-repeat;
	background-position: right center;
}

#mainmenu .menu li a:hover,
#mainmenu .menu li a:active{
	background-repeat:repeat;
}

/* PATHWAY */
#pathway .menu{
	background-image: url("../images/link_observatorio_bg.png"); 
	background-repeat: no-repeat;
	background-position: left center;
    height: 62px;
}

#pathway .menu li{
	display:block; 
	line-height: 58px;
}

#pathway .menu li a{
	color:#353033;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	padding-left: 36px;
	text-decoration: none;
}

#content{ padding-bottom:100px; }

/* LEFT */
#left{
	float:left;
	padding-left:25px;
	padding-top:2px;
	width:315px;
}

.suntitle{
	color: #E88901;
    font-family: Verdana;
    font-size: 9px;
    font-weight: bold;
	margin:20px 0 10px 0;
    text-transform: uppercase;
}

.suncontent ul li{
	display:inline;
	padding-right:15px;
}

/* left mods */
.modheader{
	background: url("../images/blocos/bloc_top.png") no-repeat left top;
    padding-left: 0;
    padding-top: 15px;
}

.modcontent{
	background: url("../images/blocos/bloc_bottom.png") no-repeat left bottom;
	min-height: 50px;
    padding-left: 15px;
    padding-right: 5px;
    padding-bottom: 20px;
}

.modfooter{
	background: url("../images/blocos/bloc_body.png") repeat-y left top;
    margin-bottom: 15px;
    padding-top: 10px;
}

.modheader .title{
	background: url("../images/title_bloc_bg.png") repeat-x right center;
    color: #353033;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
	margin: 0 0 0 15px;
    line-height: 27px;
    padding: 0;
    text-align: left;
    white-space: nowrap;
	width: 280px;
}

.modheader .title span{ 
	color: #EA8900;
    font-family: Verdana;
    font-size: 9px;
    font-weight: bold;
    line-height: 15px;
	background-color: #F8F8F0;
    font-family: Verdana;
    padding: 0 20px 0 0;
}

/* RIGHT */
#fullright{
	float: right;
    margin-left: 0;
    margin-top: 6px;
    padding: 0 25px;
    width: 896px;
}

#right{
	float: right;
    margin-left: 0;
    margin-top: 6px;
    padding: 0 25px 0 30px;
    width: 550px;
}

/*  FOOTER */
#footer{
	height:80px;
	position:absolute;
	bottom:0;
	width:100%;
}

#footer_left{
	color: #9A9898;
    float: left;
    font-size: 9px;
    margin: 38px 35px 20px 20px;
    text-align: left;
    vertical-align: bottom;
    width: 310px;
}

#footer_right{
	float:right;
	position:relative;
	right:0px;
	margin-top:15px;
	width:300px;
	text-align:right;
}

#footer_right ul li { display: inline; padding-left:25px;}

/* Styles */
.clr{ clear:both;}
.clr0{ height:0; clear:both;}
a:link, a:visited { color: #353033; text-decoration: none; font-weight: normal; }
a:hover, a:active { color: #E3A828; text-decoration: none; font-weight: normal; }

input.button { cursor: pointer; }
p { margin: 8px 0; }
img { border: 0 none; }
.dnone{ display:none; }
.upper{ text-transform:uppercase;}
.lower{ text-transform:lowercase;}
.cor, .orange{ color:#E3A828;}
.strong{font-weight:bold;}

h1, h2,
.componentheading,
.itemcontentheading{
	background: url("../images/title_bg.png") repeat-x right 18px;
    color: #353033;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    line-height: 27px;
    padding: 4px 0;
    text-align: left;
}
h1 span,
h2 span,
.componentheading span,
.itemcontentheading span{
	background-color: #FEFBFB;
    font-family: Verdana;
    padding: 0;
    padding-right: 20px;
	display:block;
	max-width: 490px;
}
.nobg{ 
	background: url("../images/menu_indent1.png") no-repeat left 6px;
	padding-left:10px;
	font-size:11px; 
	line-height:18px; 
	margin-top:10px;
}

.item-separator{ height:10px;}
/* sitemap */
.sitemap ul {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.sitemap ul li{
	line-height: 23px;
    padding: 0;	
	margin:0;
}

.sitemap ul li a{
	color: #353033;
    font-weight: normal;
    text-decoration: none;
}
.sitemap ul li a:hover,
.sitemap ul li a:active{
	color: #E3A828;
}

.sitemap ul li ul{
	padding-left:15px;
}

/* Contact */
.jicons-icons img{ padding-right:10px; position:relative; top: 1px;}
.contactparam img{ padding-right:20px;}
.contactform { padding:20px 0;}

.contactname span,
.contactname a{
	font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
	padding-top:10px;
}

ul.contactslist li{
	padding: 8px 0;
}

ul.contactslist li p{
	margin:2px 0;
}
.jforms{ padding:0;}
.jforms{ padding:0;}
.jforms label,
.modcontent label{
	display:block;
	font-size: 11px;
    line-height: 17px;
    text-align: left;
	padding:0;	
	padding-bottom:3px;
}

.jforms .formvalue{
	display:inline-block;
	font-style: italic;
	margin: 2px 0 10px;
}

.jforms input[type="text"],
.jforms input[type="email"],
.jforms input[type="password"],
.jforms input[type="file"],
.jforms textarea,
.jforms select,
.modcontent input[type="text"],
.modcontent input[type="email"],
.modcontent input[type="password"],
.modcontent input[type="file"],
.modcontent select,
.modcontent textarea{
	background-color: #FAFBFF;
    border: 1px solid #E3A828;
    font-family: Verdana;
    font-size: 10px;
	min-height:20px;
	line-height: 18px;
	margin: 2px 0 10px;
    padding: 0px 2px;
	width:320px;
}

.modcontent input[type="text"],
.modcontent input[type="password"],
.modcontent textarea{
	width:160px;
}
.jforms select,
.modcontent select{
	padding:0;
	height:20px;
}

label[for="jform_contact_email_copy"],
label[for="modlgn-remember"]{ display:inline; }
.jforms input[type="checkbox"],
.modcontent input[type="checkbox"]{ margin-top: 0; margin-left: 5px;}
.checklabel { font-size:9px; }
.fieldrequired{ color: #e78800; font-size:9px; padding-left: 5px;}
a.button,
.jforms .button,
.modcontent .button{
	background-color: #F9E8C0;
    border: 1px solid #F0BB6C;
    cursor: pointer;
    vertical-align: top;
    color: #09243C;
    font-family: Verdana;
    font-size: 9px;
    font-weight: bold;
    line-height: 18px;
	height:20px;
    margin-top: 15px;
    padding: 0 10px;
    text-align: center;
    width: auto;
}

label.invalid {
    color: #e78800;
}

a.button{ padding:1px 10px; margin-top:20px; float:left;}
.jforms .labelreq label{ font-size:10px; color:#878787;}

.forminfo {
	color: #e78800;
	font-style: italic;
	padding: 10px 0 20px 0;
}

/* weblinks */
.weblinks li{
	display: block;
	float:left;
	margin:10px 0;
	width:100%;
}
.webthumb{
	float:left;
	display:block;
	width: 152px;
}
.subtitle,
.contentheading,
.news_title{
	font-size: 11px;
    font-weight: bold;
	margin: 5px 0;
}

.subtitle{ margin-top:20px;}
/* blog */
.blog{ padding-top:10px; }
.item-page a,
.item a,
.items a,
.items-row  a,
.mail a{ color: #E3A828; }

.item a:hover,
.item a:active,
.items a:hover,
.items a:active,
.item-page a:hover,
.item-page a:active,
.items-row a:hover,
.items-row a:active,
.mail a:hover,
.mail a:active{ color:#353033;}

.item ul li,
.items ul li,
.item-page ul li,
.items-row ul li{
	padding-left:15px;
}


ol {	
	margin-left: 25px;
}
ol li{
	padding-left:5px;
	margin-bottom:5px;
	list-style-type:decimal-leading-zero; 
}

.items ul.colitems  li{ padding: 0;}
.items ul.colitems ul li{ padding-left: 15px;}

.items ul li:before,
.item-page ul li:before{
	content: " - ";
}

.items ul.colitems  li:before{
	content: "";
}

.items ul.colitems li ul li:before{
	content: " - ";
}

.item img,
.items img,
.item-page img{ margin-bottom:10px;}

img.right,
.item .right,
.item-page .right,
.items .right{ 
	float:right;
	margin-left:10px;
	text-align:right;
}

img.left,
.item .left,
.items .left,
.item-page .left
{ 
	float:left;
	margin-right:10px;
}

.item img.itemicon,
.items img.itemicon,
.item-page img.itemicon{ 
	margin-right:5px;
	margin-bottom:0px;
	margin-top:2px;
}

a.cartaz{
	background: url("../images/icon_cartaz.png") no-repeat right center;
    color: #878787;
    font-family: Verdana;
    font-size: 9px;
	padding:5px 0;
    padding-right: 22px;
    text-align: right;
	line-height:22px;
	margin-bottom:10px;
}

.menuitemlist_team {
	background: url("../images/icon_equipa.png") no-repeat left center;
    font-family: Verdana;
    font-size: 9px;
	margin-top:20px;
    padding-left: 30px;
}

.menuitemlist_team a {
	color: #E3A828;
    font-weight: bold;
}

.menuitemlist_team a:hover,
.menuitemlist_team a:active{
	color:#353033;
}

/* Pagenav */
.backbutton { margin:20px 0; }
.backbutton a{
	background: url("../images/back_button.png") no-repeat left center;
    color: #E3A828;
	font-size: 9px;
    font-weight: bold;
	margin:0;
    padding: 0 12px;
	text-transform:lowercase;
}	

.backbutton a:hover,
.backbutton a:active { color:#353033; }

div.pagination{
	float:left;
	margin: 0;
	width:100%;
	text-transform: lowercase;
	font-size: 9px;
    line-height: 20px;
	padding:15px 0; 
}

.pagination > span,
.pagination > a{ margin: 1px; padding: 0 5px; }
.pagination span.upper{ padding:0;}
.navitem span{ color: #E3A828; }
.navitem a{ font-weight: bold; }

/* Login / Logout */
a.profile{ color:#99998c; font-size:9px; }
a.profile:hover,
a.profile:active{ color:#E3A828;}
.description{
	margin: 20px 0;
}
#login-form ul,
ul.listoptions {
	margin: 0;
	margin-top: 20px;
}

#login-form ul li,
ul.listoptions li{
	background: url("../images/indent.png") no-repeat 0 8px;
	font-size:9px;
    line-height: 23px;
    padding-left: 15px;
    padding-top: 0;
}

legend{
	background: url("../images/menu_indent1.png") no-repeat left 22px;
	display:block;
	font-weight:bold;
	font-size:11px;
	padding:20px 0 10px;
	padding-left:10px;
	margin:0;
	line-height:20px;
}

#login-form p{ margin:0;}

/* SYSTEM MESSAGES */
#system-message dd ul{
	background-color:transparent!important;
	border-bottom: 3px solid #e78800;
    border-top: 3px solid #e78800;
	color:#353033;
}
#system-message dd {
    text-indent: 0;
}

#system-message dd.error ul {
    background-color: transparent;
	border-bottom: 3px solid #e78800;
    border-top: 3px solid #e78800;
    color: #E3A828;
}

#system-message dd ul li {
	padding-left:30px;
}

/* DOCS */
ul.doclist li{ padding:10px 0;}
ul.filelist li{ padding:0;}
.docitem{ margin-bottom:20px;}
a.doclink{
	font-family: verdana;
	font-size: 9px;
    font-style: italic;
    font-weight: bold;
	text-transform:uppercase;
}
.filesize{ font-size: 9px; color:#878787;}
.docicon {
	padding: 0px 8px;
}

div.phocadownloaditem{ 
	padding-top: 5px;
}
p.noevents{
	color: #353033;
	font-size: 9px;
    font-weight: bold;
	line-height:20px;
	margin:0;
}

a.filelink{
	color: #353033;
	font-size: 9px;
    font-style: italic;
    font-weight: bold;
	line-height:20px;
}
a.filelink:hover,
a.filelink:active{
	color: #E3A828;
}
.items .filelink img{ margin-bottom:0; margin-right:5px;}

/* section view */
.catlist{ padding:10px 0;}
.catlist li{
	background: url("../images/indent2.png") no-repeat 0 12px transparent;
    font-family: Verdana;
    font-size: 9px;
    font-style: normal;
    font-weight: bold;
    padding: 7px 15px;
	text-transform: uppercase;
}

.categorydescription table {
	margin: 10px 0;
    padding-bottom: 15px;
    text-align: left;
    width: 100%;
}

.categorydescription table td {
    color: #353033;
    font-family: verdana;
    font-size: 9px;
    text-align: left;
	padding:5px;
	vertical-align:top;
}
.categorydescription table td:first-child {
    color: #878787;
    text-align: right;
	width: 30%;
}
.categorydescription table td p{ margin: 0;}
.seccat{ padding-bottom:10px;}

.itemsection{
	background: url("../images/indent2.png") no-repeat left center transparent;
    font-style:italic;
	padding-left: 10px;
}

.itemsection  a{ color: #353033;}
.itemsection  a:hover,
.itemsection  a:active { color: #E3A828;}

table.category{ margin:20px 0; width:100%;}
table.category th,
table.category td{	padding: 4px 10px;}

table.category th,
table.category th a{
	font-weight: bold;
	background: #EAC168;
	color: #864F01;
	font-size: 9px;
}

.ppgallery{ padding:10px;}
.newsflash{ margin-bottom:10px; }
.newsflash li{
	background: url("../images/indent2.png") no-repeat 0 8px transparent;
	display:block;
    font-family: Verdana;
    font-size: 9px;
    font-style: normal;
    font-weight: bold;
    padding: 4px 15px;
	text-transform: uppercase;
}

.newsflash li p, 
.newsflash li p.itemtitle a{ 
	font-weight:bold;
	margin:0;
}

ul.actions{ display:none; }
.jevtip,
.tip-wrap{ background-color: #353033; color:#fff; padding:5px 10px; font-size:10px; font-weight:normal; max-width:320px;}
.jevtip{ max-width:150px; }
.tip-title{ font-weight:bold;}
.jevtip .tip-title{ font-weight:normal; color:#ffffff;}
.jevtip .jevtt_title{ color:#ffffff!important; font-weight:bold; padding-bottom:10px;}

a.link_news,
.mod_events_latest_callink a {
    background: url("../images/link_news.png") no-repeat scroll left center;
    color: #878787;
    font-size: 7pt;
    margin-left: 15px;
    padding: 5px 0 5px 20px;
}

p.readmore a,
a.latestmore{
	color: #E3A828;
	background: url('../images/more.png') no-repeat left center;
	padding-left: 15px;
	font-family: verdana;
	font-size: 9px;
}	
ul.latestnews{ padding-bottom:10px;}
ul.latestnews li{
	padding: 4px 15px;
	background: url('../images/indent.png') 0px 9px no-repeat;
	line-height: 17px;
	font-size:11px;
}

img.calendar{ position:relative; top:5px; left:-20px;}

/* events */
.ev_navigation { padding: 20px 0; display:block; width:100%; }
.ev_navigation .selectview,
.ev_navigation .dayselect{ float:left; width:50%;}
.ev_navigation .dayselect{ text-align:right;}
.ev_navigation .jforms select{ width:auto;}

#jevents_body table td{ padding:1px;}
#jevents_body table{
	border-spacing: 1px;
	border-collapse: separate;
	border:1px solid #EAC168;
	width:100%;
}	
#cal_title{ 
	border-bottom:0;
	margin-top: 20px;
	height: 20px;
	line-height: 20px;
	color: #353033;
	background-color: #EAC168;
	color: #864F01;
	font-weight: bold;
	font-size: 9px;
	text-align: center !important;
	padding:3px 5px;
}
#jevents_body  .cal_td_weeklink{ font-size: 8px; color:#878787; padding:3px 5px;}
#jevents_body  .cal_td_weeklink a{ color:#878787; }
.ev_link_cat{ display: none;}
#jevents_body .cal_td_dayshasevents {
	background-color:#FAF5E8;
}

.button.fright{float:right;}

li.sunimg { height: 95px; width: 84px; position:relative; margin: 2px 9px;}
li.sunimg .nmanchas{ 
	background-color:#eeab1e; 
	color:#353033; 
	font-size: 9px; 
	font-weight:bold;
	position:absolute;
	left:1px;
	top:1px;
	height:16px;
	line-height:16px;
	min-width:16px; 
	width:auto;
	padding: 0px 2px;
	text-align:center;  
}
.imagecontainer{ text-align:center; }
.imagecontainer img{
	border: 1px solid #878787;
	max-width: 528px;
	height:auto;
	margin:20px 0;
} 
