@CHARSET "UTF-8";
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

.fb-icon{
	float: right;
	clear: both;
	margin-right: 15px;
}

.facebook-icon{
	background: url("img/fb_icon.png") no-repeat;
	display: block;
	height: 23px;
	width: 180px;
	padding-left: 30px;
	line-height: 20px;
}

.company {
	display: block;
	clear: both;
	width: 100%;
	padding: 10px 0 10px 0px;
}

.company .image img{
	border: 1px solid black;
	}

.destak.company{
	margin: 0px;
	padding: 0px;
	}

.destak.company h2{
	text-align: center;
	}

.company .image{
	float: left;
	padding: 0 20px 0 0px;
	}

.breadcrumb.category{
	padding-top: 8px;
	font-size: 18px;
	color: blue;
}

.article .company .company-details ul{
	display:block;
	width: 100%;
	float: left;
	padding-bottom: 30px;
	}

.infowindow{
	width: 300px;
	max-height: 250px;
	}

.infowindow span{
	font-weight: bold;
	}
	
.infowindow .image{
	width: 100%;
	}

.infowindow .image img{
	border: 1px solid;
	}

.infowindow .details{
	float: left;
	padding-bottom: 8px;
	}

.company .company-details{
	float: left;
	padding: 0 0 10px 0px;
	}

.company-details span{
	font-weight: bold;
	font-size: 14px;
	}

.company-details h4{
	font-size: 20px;
	}

.company-details li{
	padding-bottom: 4px;
	}

.company h4{
	font-size: 25px;
	padding-bottom: 5px;
	}

#map_canvas{
	width: 700px;
	height: 400px;
	border: 2px solid;
	float: left;
	}

.site-component.search-companies-block span{
	font-weight: bold;
	}

.site-component.search{
	background:url("img/search-input-bg.png") no-repeat scroll 0 0 transparent;
	display:block;
	float:left;
	padding:8px 0 20px 10px;
	width:100%;
	z-index:100;
	clear: both;
	}

.child {
	padding-left: 20px;
	display:block;
	font-weight: normal;
}

.parent {
	padding: 4px 0 0 10px;
	font-weight: bold;
}

.layout-row:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.layout-row {
	display: inline-block;
	width: 100%;
}

.layout-row.alignleft {
	text-align: left;
}

.layout-row.aligncenter {
	text-align: center;
}

.layout-row.alignright {
	text-align: right;
}
html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
* {
	font-family: arial,helvetica,clean,sans-serif;
}
html {
	background: url(img/bg.png) #FFF no-repeat top center;
}
a {
	color:#4863A0;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

a.no-link {
	color:#888;
}

a.no-link:hover {
	text-decoration: none;
	cursor: default;
}

#sidebar {
	float: left;
	width: 203px;
}

#yui-main {
	float: right;
	width: 735px;
}

#hd {
	clear: both;
	display:block;
}

.separator{
	background: #BCD7F1 url(img/hd-border-bottom.png) repeat-x bottom left;
	width: 100%;
	height: 5px !important;
	display: block;
	font-size: 0px;
}
#bd {
	position: relative;
    margin-bottom:20px;
}

#navigation-area {
	width: 100%;
	display: block;
}

.logo {	
	background: url(img/logo.png) no-repeat;	
	width:220px;
	height:150px;
	display:block;
	top:10px;
	position:absolute;
}

.logo span {
	display:none;
}

#hd #top {
	position: relative; 
	display: block; 
	height: 50px;
	margin-top: 20px;
	margin-left:220px;
	width:730px; 
}

.search{
	background:url("img/search-input-bg.png") no-repeat scroll 0 0 transparent;
	display:block;
	float:right;
	padding:8px 0 8px 10px;
	width:220px;
	z-index:100;
}
.search input {
	border: none;
	outline-style: none;
	outline-width: 0px;
	width:190px;
	border:0;
	padding:3px; 
	font-size:12px;
	color:#999;
}

#lang-selector-list {
	float:right;
	margin-right:30px;
	padding-top:10px;
	position:relative;
}
#lang-selector-list li{
	float: left;
	margin-right: 10px;
}

#lang-selector-list li.flags {
	width: 18px;
	height:12px;
	margin-right:10px;
	margin-top:2px;
}

#lang-selector-list li.flags.selected{
	border:2px solid #92B0FA;
	margin-top:-1px;
	padding:1px;
}

.flag {
	background-image: url(img/flags.png);
	background-repeat: no-repeat;
	display:block;
	width:18px;
	height:12px;
}
.flag#pt{
	background-position: -36px;
}
.flag#gl{
	background-position: -54px;
}
.flag#es{
	background-position: -18px;
}
.flag#en{
	background-position: 0;
}

#navigation-area {}
.menu {
	margin-left:213px; 
	margin-top:43px; 
	width: auto;
	font-size: 13px;
}

.menu li {
	float:left;
	background-color: #fff;
	margin-right: 8px;
}

.menu a {
	display:block;
	padding:15px 10px;
	color:#666;
	text-decoration:none;
	font-weight: bold;
}

.menu li.no-link a {
	cursor:default;
}

.menu li.selected a, .menu li:hover.selected a {
	border-top: 2px solid #92B0FA;
	background-color: #BBD6F0;
	margin-top: -2px;
}
.menu li:hover a {
	border-top: 2px solid #BBD6F0;
	margin-top: -2px;
}
.sub_menu.horizontal {
	display: none;
	clear: both;
	margin-left: 0px;
	xbackground: #BCD7F1;
	width: 945px;
	margin: 2px;
	background-color: #fff;
	position: absolute;
	top: 160px;
	z-index: 100;
}
.sub_menu.horizontal .sub_menu_item {
	float: left;
	padding: 10px;
	border-right: 1px solid #92B0FA;
}
.sub_menu.horizontal .sub_menu_item:hover {
	background: #D1E3F5;
}
.sub_menu.horizontal .sub_menu_item a{
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

.sub_menu.vertical {
	position: absolute;
	top: 163px;
	z-index: 100;
	display:none;
	background: #fff url(img/component-bg.png) repeat-x center -80px;
	border: 1px solid #92B0FA;
	border-top: 1px solid #92B0FA;
}

.sub_menu.vertical .sub_menu_item {
	line-height: 1px !important;
	width: 100%;
	display: block;
}

.sub_menu.vertical .sub_menu_item a{
	text-decoration: none;
	font-weight: bold;
	color: #666;
	display: block;
	line-height: 15px;
	padding: 10px;
	white-space: nowrap;
}
.sub_menu.vertical .sub_menu_item a:hover{
	background: #D1E3F5;
}

#sidebar .menu{
	background: none;
	margin: 10px 0;
	display: inline-block;
	margin-right: 0px;
}
#sidebar .menu ul li{
	display: block;
	margin-bottom: 1px;
	width: 100%;
	margin-right: 0px;
}
#sidebar .menu ul li a{
	border-left: 4px solid #ccc;
	padding: 10px 0 10px 10px;
}
#sidebar .menu li.selected a, #sidebar .menu li:hover.selected a {
	border-left: 4px solid #666;
	border-top: none;
	background-color: #fff;
	margin-top: 0px;
}
#sidebar .menu li:hover a {
	border-left: 4px solid #666;
	border-top: none;
	background-color: #fff;
	margin-top: 0px;
}
#sidebar .sub_childs{
	margin-top: -1px;
	margin-bottom: 1px;
}
#sidebar .sub_childs li.sub_item{background-color: #666;margin-bottom: 0px;}
#sidebar .sub_childs li.sub_item a{
	border-left: none;
	background: #666;
	font-size: 11px;
	color: #ccc;
	padding-right: 5px;
	margin-left: 4px;
	padding: 6px 5px 6px 15px;
}
#sidebar .sub_childs li.sub_item a:hover, #sidebar .sub_childs li.sub_item.child_selected a:hover, #sidebar .sub_childs li.sub_item.child_selected a{
	color: #fff;
}

#splash {
	margin-top: 10px;
	margin-left: -4px; 
}

#ft .menu { margin-left:20px; }

#ft .menu li a {
	text-transform:capitalize;
	padding:0px;
	margin-right:10px;
}

#ft .menu li.selected a {
	background-color:transparent;
	font-weight:bold;
	color:#000;
} 

.site-component {
	background: url(img/component-bg.png) repeat-x top center;
	margin-top: 10px;
	color: #666;
}
.site-component bd, .paragraph, .site-component .summary, .resume, .site-component .abstract, .site-component .block {
	text-align: justify !important;
}
.col-33 .paragraph {text-align: left !important;}
.site-component a {
	cursor: pointer;
}
.site-component .expand-category {
	background: url(img/component-content-headers-bg.png) repeat-x top center;
	padding:10px;
	border-top: #fff 1px solid;
}
.site-component .expand-category img{
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
}
.site-component .expand-category a, .site-component .expand-category .date{color: #666; font-weight: bold;}
.site-component .expand-category .cat-city-verin, .site-component .expand-category .cat-city-verin + .date{
	xcolor: #106A9A;
}

.site-component .expand-category .cat-city-chaves, .site-component .expand-category .cat-city-chaves + .date{
	xcolor: #327E37;
}
.site-component .expand-category .local{
	text-align: justify;
	padding-top: 5px;
	font-size: 10px;
	font-weight: bold;
}
.site-component .expand-category .abstract{
	padding-top: 10px;
}
.site-component .expand-category .date{
	float: right;
	font-size: 10px;
}

.site-component.detail-view, .site-component.title-block, .site-component.search-results-block, .site-component.space-block, .site-component.search-companies-block{
	background: transparent !important;
}
.site-component.detail-view .content, .site-component.title-block .content, .site-component.search-results-block .content, .site-component.search-companies-block {
	margin-top: 10px;
	width: 725px;
}
.site-component.detail-view h1, .site-component.title-block h1, .site-component.search-companies-block h1 {
	font-size: 24px !important;
	padding: 10px 0 !important;
	text-transform: none;
	color: #666 !important;
}
.site-component.search-results-block .article h4 a {
	color: #666;
}
.site-component.detail-view img {
	float: left;
	margin: 0 10px 10px 0;
}

.resume {padding: 0;}

.time {
	margin-top: 5px; 
	color: rgb(51, 51, 51); 
	font-weight: bold; 
	font-size: 0.9em;
}

#sidebar .destak.information .content {margin: 0 10px;}

.site-component .expand-category.eventos_permanentes {
	background: url(img/component-content-headers-orange-bg.png) repeat-x top center;
}
.site-component .expand-category.cinema {
	background: url(img/component-content-headers-deepPink-bg.png) repeat-x top center;
}
.site-component .expand-category.desporto {
	background: url(img/component-content-headers-red-bg.png) repeat-x top center;
}
.site-component .expand-category.eventos {
	background: url(img/component-content-headers-deepPink-bg.png) repeat-x top center;
}
.site-component .expand-category.exposicoes {
	background: url(img/component-content-headers-deepTurquoise-bg.png) repeat-x top center;
}
.site-component .expand-category.musica {
	background: url(img/component-content-headers-deepBlue-bg.png) repeat-x top center;
}
.site-component .expand-category.leitura {
	background: url(img/component-content-headers-deepGray-bg.png) repeat-x top center;
}
.site-component .expand-category.teatro {
	background: url(img/component-content-headers-green-bg.png) repeat-x top center;
}

.events-accordion .expand-category .category-head .category-title{
	color: #fff;
	text-transform: lowercase;
}

.expand-category .category-head .category-expand-buttons { float: right; }
.expand-category .category-head .category-expand-buttons div { width: 16px; height: 16px;}
.expand-category .category-head .category-expand-buttons div:hover { cursor: pointer; }
.expand-category .category-head .category-expand-buttons .expand { background: url(img/expand-icons.png) no-repeat top left; }
.expand-category .category-head .category-expand-buttons .expand.less { background: url(img/expand-icons.png) no-repeat top right; }

.expand-category .category-head .category-title { color: #999; text-transform: uppercase; font-weight: bold;}

.expand-category .category-body {margin: 10px 0 10px 0;}
.events-accordion .expand-category .category-body {margin: 30px 0 10px 0;}
.expand-category .category-body ul li {margin: 10px 0 0px 0;width: 100%; display: block;}
.expand-category .category-body ul li a{text-decoration: none;}
.expand-category .category-body ul li a:hover{text-decoration: underline;}

.tabs-category-header { width: 100%; padding: 0px 0px 0px 0px; margin: 0px; }
.tabs-category-header ul {   height: 36px; margin: 0px; }
.tabs-category-header ul li { float: left; margin-right: 1px;}
.tabs-category-header ul li a{ height: 35px; line-height: 35px; padding: 0px 6px; text-transform: uppercase; display: inline-block;}
.tabs-category-header ul .ui-state-active a{ border-bottom: 1px solid #BDD7F1; background: #BDD7F1;}
.tabs-category-header ul li a { color: #999; font-weight: bold; font-size: 0.9em;}
.tabs-category-header ul li a:hover {color: #666; cursor: pointer; text-decoration: none; }
.tabs-category-header ul .ui-state-active a { color:#fff; }			
			
.tabs-category-body { padding: 0px; margin: 0px; border: 1px solid #C4C4C4; border-width: 0px; min-height: 230px;}
.tabs-category-body .ui-tabs-hide { display: none; }
.tabs-category-content { padding: 15px 12px 5px 20px; margin: 0px;   background: transparent !important;}
.tabs-category-content ul li { margin-bottom: 12px; font-size: 0.9em; }
.tabs-category-content ul li span { color: #999; font-weigth: bold; }


.highlights .image {
	/*border:5px solid #FFF;*/
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
	float:left;
	/*margin:10px;*/
}

.highlights h2 {
	font-weight:bold;
	color:#FFF;
	padding:15px 0;
}

.highlights p {
	color:#DDD;
	padding-right:30px;
	font-size:14px;
}
.highlights .bd { height:249px; overflow:hidden; padding-bottom: 20px;}
.highlights li .image { display:none; position:absolute;}
.highlights li .title { float:right; width:90%; }
.highlights li.selected .image {display:block;}
.highlights .images { position:absolute; height:249px; width:600px; overflow:hidden; margin-left: 100px;}
.highlights .images .image { display:none; position:relative; padding-left: 100px; }
.highlights .images .image img{ width: 500px; height: 250px;}
.highlights .images .image .img_mask{ position: absolute; background: url(img/img_mask.png) no-repeat center right;width: 500px; height: 250px;}


/*.highlights .images .image .description, .highlights .images .image img  { position:absolute; }*/
/*.highlights .images .image .description { width:440px; margin-top:150px; height:40px; padding:10px; margin-left:20px; background:rgba(0, 0, 0, 0.5); color:#fff; }*/
.highlights .images .image .description { display: block; width: 200px; height: 250px; position:absolute; top: 0; bottom:0; left:0px; background: url(img/highlights-bg.png) repeat; color:#fff; }
.highlights .images .image .description a { color:#fff !important;   margin:15px 10px;}
.highlights .images .image .description a, .highlights .titles li a { display:block; font-size:1em;	font-weight:bold; text-decoration:none; text-transform:uppercase; }
.highlights .images .image .description p {color:#FFF; margin-top: 10px;  margin:15px 10px;}
.highlights .images .image.active {display:block;}

.highlights .titles {width: 90px; height: 230px; position:absolute; margin-left: 10px; margin-top: 10px; overflow: hidden;}
.highlights .titles li {display:block; height:60px; width: 70px; padding-left:0; padding-left: 10px; color:#fff; overflow:hidden; margin-bottom: 10px;}
.highlights .titles li img {height:60px;}


.highlights .titles li p { font-size:10px; padding-left:10px;}
.highlights .titles li a { font-size:0.9em; white-space:nowrap; overflow:hidden;}

.highlights .titles li.active { height:80px; width: 90px; padding-left: 0px; background: url(img/highlights-bg.png) repeat; color:#fff;}
.highlights .titles li.active img { height:70px; width: 75px; margin: 5px 0 0 5px;}

* html .highlights .titles li.active { behavior: url(/iepngfix.htc); }

#sidebar .highlights .bd { padding-bottom: 0px;}
#sidebar .highlights .bd a{ padding-bottom: 0px; display: block;  color:#fff; position: relative;}
#sidebar .highlights .bd .image a .title { text-transform: uppercase; position: absolute; bottom: 0; padding: 10px; background: url(img/highlights-bg.png) repeat; width: 183px; display: block;}

.site-component h3, .destak h2, .site-component h1 {
	font-size:13px;
	font-weight:bold;
	text-transform: uppercase;
	padding: 10px;
	color:#fff;
}

.destak .subtitle { display:none; }
.destak img { border:1px solid #999;}
#sidebar .destak img { border: none;}

.article h4, .titleInfo {
	font-weight:bold;
}	

.article {
	position:relative
	margin-bottom:10px;
	padding-bottom:10px;
}

.article .content, .content {
	color:#666;
}

.article .date {
	color:#333;
	font-size:11px;
	display: block;
	text-align: right !important;
}
.document.article .date {
	text-align: left !important;
}
.news-list .article .date {
	color:#333;
	font-size:11px;
	margin-right: 0;
	margin-left: auto;
	text-align: right !important;
	float: right;
	width:auto;
	position: absolute; margin-top: -15px; right: 0;
}

/** SPECIFIC PAGE STLYES **/

.homepage .col-100 .paragraph {
	padding:10px;
}

.homepage .col-100 .paragraph br {display:none;}


.block_img {xfloat: left; xmargin: 10px 10px 10px 0px;}
.layout-row:first-child .block_img {float: left; margin: 0px 10px 10px 0px;}

/** carrousel specific code **/


.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	/*width: 270px; /*Width of Carousel Viewer itself*/
	height: 325px; /*Height should enough to fit largest content's height*/	
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 30px;
	z-index: 1;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.col-50 .stepcarousel{width: 362px;height: 325px;}
.col-50 .stepcarousel .panel{width: 342px;}
.col-100 .stepcarousel{width: 736px; height:400px;}
.col-100 .stepcarousel .panel{width: 716px;}

.col-50 .stepcarousel-images .panel{width: 362px;}

.stepcarousel .bd {
	margin-top:10px;
}
.stepcarousel .title{
	float:left;
}
.stepcarousel .navigation{
	float:right;
	margin-right:13px;
	margin-top:10px;
	padding-bottom:20px;	
}

.stepcarousel .image img{
	float:left;
	padding-right:10px;	
}

.stepcarousel-images .image img{
	float:left;
	padding:0px !important;
	margin:0px !important;	
}
.stepcarousel-images .panel{
	float:left;
	padding:0px !important;
	margin:0px !important;
}
.stepcarousel-images {
	margin-bottom:20px;
}


.stepcarousel .photo-title{
	color:#fff;
	font-size:15px;	
	bottom:10px;
	position:absolute;
	background: rgba(0, 0, 0, 0.5);
	font-weight:bold;	
	height:40px;
	width:100%;
	padding-top:14px;
	padding-left:20px;
}

.stepcarousel .navigation img{
	margin-right:3px;	
	margin-left:3px;
}

.stepcarousel .image h2{
	color: #666;
	text-transform: uppercase;
	font-weight: bold;	
	margin-bottom:10px;
	text-align: left;
}

.stepcarousel .description{
	text-align: justify;	
}

.stepcarousel .date{
	color: #333;
	font-weight: normal;
	font-size:10px;
}


.article-box ul li {
	margin:10px;
	text-align: justify;
}


#ft .footer-top {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(img/footer-bg.png) no-repeat scroll 0 0;
	margin-top:11px;
} 

#ft .footer-top h2 {
	float:left;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding:10px;
	text-transform:uppercase;
	clear:both;
	
}
#ft .footer-top h2 a {
	float:left;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	clear:both;
	font-family: Arial !important;
}
#ft .footer-top .paragraph {
	color: #757575;
	font-weight: bold;
}
#ft .footer-top ul {
	clear:both;
	margin-left:30px;
	
}
#ft .footer-top ul li {
	padding:3px;
	margin-bottom:8px;	
}
#ft .footer-top ul li a{
	color: #757575;
	font-weight: bold;
}
#ft .footer-top .paragraph{
	clear:both;
	margin-left:30px;
	float:left;
}
#ft .footer-top .paragraph h2{
	clear:both;
	margin-left:-30px;
	float:left;
}

#ft .footer-bottom {
	width:100%;
	text-align:center;
	border-top:1px solid #999;
	padding-top:50px;
	padding-bottom:50px;

}
#ft .footer-bottom img {
	float:none !important;
	vertical-align:top;
}
#ft .footer-bottom div {
	display:inline;
}
.fc-header-space {padding-left:0px !important; margin:0;}
.fc-event { opacity: 0.6;}
#sidebar .fc-event { opacity: 0.6; height: 5px; display: inline-block; margin-bottom: 2px;}
#sidebar .fc-event a{ color: transparent;}
.col-100 .fc-event {border: 1px solid #999 !important; min-height: 14px; opacity: 0.6; padding: 5px;}
.fc-event a{border: none !important;}
.fc .fc-agenda th, .fc-agenda-bg td {background-color: #fff !important; }
.fc-grid .fc-state-default {background-color: #fff !important;}
.fc-event-vert span.fc-event-bg {background: none !important;}
.col-100 .fc-event-time{background: transparent !important; padding: 5px 2px !important; line-height: 15px !important;}
.fc-header{background: url("img/component-content-headers-bg.png") repeat-x scroll center top !important;}
.fc-header-title {color: #999 !important;}
.fc-header .fc-state-default span {color: #999 !important;}
.fc-header .fc-state-active span {color: #fff !important;}

.fc-header-right table {margin-right: 0px !important;}
#sidebar .fc-header-right table {margin-right: 0px !important;}

.fc-content.fc-widget-content .fc-view.fc-view-month.fc-grid th {background-color: #999 !important;}

.calendar-box #events-tabs{display: none;}
.col-100 #calendar{}
.col-100 .calendar-box #events-tabs{display: block;}

.fc-event, .fc-event a {background-color: #666 !important;}

.cat-type-desporto, .cat-type-desporto a{
	background-color: #ED2329 !important;
	border: 1px solid #ED2329 !important;
}
.cat-type-cinema, .cat-type-cinema a{
	background-color: #EA286A !important;
	border: 1px solid #EA286A !important;
}
.cat-type-exposicoes, .cat-type-exposicoes a{
	background-color: #3ABDB2 !important;
	border: 1px solid #3ABDB2 !important;
}
.cat-type-eventos, .cat-type-eventos a{
	background-color: #EA286A !important;
	border: 1px solid #EA286A !important;
}
.cat-type-musica, .cat-type-musica a{
	background-color: #0066AB !important;
	border: 1px solid #0066AB !important;
}
.cat-type-leitura, .cat-type-leitura a{
	background-color: #333 !important;
	border: 1px solid #333 !important;
}
.cat-type-teatro, .cat-type-teatro a{
	background-color: #A6CE39 !important;
	border: 1px solid #A6CE39 !important;
}
.cat-type-eventos-permanentes, .cat-type-eventos-permanentes a{
	background-color: #F4922A !important;
	border: 1px solid #F4922A !important;
}

.col-100 .cat-city-chaves a>span:first-child {color: #fff !important; padding: 0 5px !important; border-left: 10px solid #4AB04D !important; font-weight: bold !important;}
.col-100 .cat-city-verin a>span:first-child {color: #fff !important; padding: 0 5px !important; border-left: 10px solid #57BAED !important; font-weight: bold !important;}

#events-tabs {margin-top: 10px;}

.tabs-category-content ul li {width: 100%;}
.tabs-category-content ul {padding: 30px 10px; background: url(img/component-bg.png) repeat-x 0px -30px;}
.tabs-category-content ul li img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
.tabs-category-content ul li .resume{
	margin-top: 5px;
}
.tabs-category-content{
	padding: 0px 0px;
}
.tabs-category-content .title{
	padding: 5px 0 0 0;
	font-weight: bold;
}
.tabs-category-content a{color: #333;}
.tabs-category-content .cat-city-chaves a{
	xcolor: #327E37;
}

.tabs-category-content .cat-city-verin a{
	xcolor: #106A9A;
}

.tabs-category-content .cat-city-chaves img{ xborder: 1px solid #4AB04D;}
.tabs-category-content .cat-city-verin img{ xborder: 1px solid #57BAED;}

.tabs-category-header ul a.cat-musica { color: #0066AB; }
.tabs-category-header ul .ui-tabs-selected a.cat-musica { background-color: #0066AB; border: 1px solid #0066AB;}
.tabs-category-header ul .ui-tabs-selected a.cat-musica{ color: #fff;}
.tabs-category-content ul.cat-musica { background: url(img/component-content-headers-deepBlue-bg.png) repeat-x 0px -30px;}

.tabs-category-header ul a.cat-cinema { color: #EA286A; }
.tabs-category-header ul .ui-tabs-selected a.cat-cinema{ background-color: #EA286A; border: 1px solid #EA286A;}
.tabs-category-header ul .ui-tabs-selected a.cat-cinema{ color: #fff;}
.tabs-category-content ul.cat-cinema { background: url(img/component-content-headers-deepPink-bg.png) repeat-x 0px -30px; }

.tabs-category-header ul a.cat-desporto { color: #ED2329; }
.tabs-category-header ul .ui-tabs-selected a.cat-desporto { background-color: #ED2329; border: 1px solid #ED2329;}
.tabs-category-header ul .ui-tabs-selected a.cat-desporto { color: #fff;}
.tabs-category-content ul.cat-desporto { background: url(img/component-content-headers-red-bg.png) repeat-x 0px -30px;}

.tabs-category-header ul a.cat-exposicao { color: #3ABDB2; }
.tabs-category-header ul .ui-tabs-selected a.cat-exposicao { background-color: #3ABDB2; border: 1px solid #3ABDB2;}
.tabs-category-header ul .ui-tabs-selected a.cat-exposicao{ color: #fff;}
.tabs-category-content ul.cat-exposicao { background: url(img/component-content-headers-deepTurquoise-bg.png) repeat-x 0px -30px; }

.tabs-category-header ul a.cat-exposicoes { color: #3ABDB2; }
.tabs-category-header ul .ui-tabs-selected a.cat-exposicoes { background-color: #3ABDB2; border: 1px solid #3ABDB2;}
.tabs-category-header ul .ui-tabs-selected a.cat-exposicoes{ color: #fff;}
.tabs-category-content ul.cat-exposicoes { background: url(img/component-content-headers-deepTurquoise-bg.png) repeat-x 0px -30px; }

.tabs-category-header ul a.cat-danca { color: #fb1; }
.tabs-category-header ul .ui-tabs-selected a.cat-danca { background-color: #fb1; border: 1px solid #fb1;}
.tabs-category-header ul .ui-tabs-selected a.cat-danca{ color: #fff;}
.tabs-category-content ul.cat-danca { background: url(img/component-content-headers-orange-bg.png) repeat-x 0px -30px; }

.tabs-category-header ul a.cat-teatro { color: #A6CE39; }
.tabs-category-header ul .ui-tabs-selected a.cat-teatro{ background-color: #A6CE39; border: 1px solid #A6CE39;}
.tabs-category-header ul .ui-tabs-selected a.cat-teatro{ color: #fff;}
.tabs-category-content ul.cat-teatro { background: url(img/component-content-headers-green-bg.png) repeat-x 0px -30px;}

.tabs-category-header ul a.cat-leitura { color: #615C5C; }
.tabs-category-header ul .ui-tabs-selected a.cat-leitura{ background-color: #615C5C; border: 1px solid #615C5C;}
.tabs-category-header ul .ui-tabs-selected a.cat-leitura{ color: #fff;}
.tabs-category-content ul.cat-leitura { background: url(img/component-content-headers-deepGray-bg.png) repeat-x 0px -30px; }

.tabs-category-header ul a.cat-permanente { color: #F4922A; }
.tabs-category-header ul .ui-tabs-selected a.cat-permanente{ background-color: #F4922A; border: 1px solid #F4922A;}
.tabs-category-header ul .ui-tabs-selected a.cat-permanente{ color: #fff;}
.tabs-category-content ul.cat-permanente { background: url(img/component-content-headers-orange-bg.png) repeat-x 0px -30px; }

.tabs-category-header ul a.cat-eventos { color: #ddd; }
.tabs-category-header ul .ui-tabs-selected a.cat-eventos{ background-color: #ddd; border: 1px solid #ddd;}
.tabs-category-header ul .ui-tabs-selected a.cat-eventos{ color: #fff;}
.tabs-category-content ul.cat-eventos { background: url(img/component-content-headers-bg.png) repeat-x 0px -30px; }

.site-component.related-content-categories .bd {padding: 10px;}

.survey-form .bd { margin:0 10px 10px 10px; }
.survey-form .bd form dd label {float:left; margin:5px 10px; padding:0px; clear:left; }
.survey-form .bd form dd label input { vertical-align:text-bottom; margin:0 5px 0 0; }
.survey-form .bd .clearfix { display:block!important; }
.survey-form #results ul { margin:5px; }
.survey-form .feedback { font-size:11px; color:#4c9900; margin:10px 0; }

.site-component .unsubscribe-toggle, .site-component .linkToggle { display:block; margin:5px 0 0 5px; }
.site-component form .errors { font-size:11px; color:#c00; }

.newsletter .bd { margin:0 10px 10px 10px; }

#breadcrumb {margin-top: 10px;}
.breadcrumb { margin:0; padding:0; }
.breadcrumb li { float: left; background:url(img/arrow.png) no-repeat left 60%; padding:0 0 0 15px; display:inline-block; }
.breadcrumb li a.no-link { cursor:default; color:#666; text-decoration:none; }
.breadcrumb li:first-child{ background: none !important; padding-left: 0px;}
.breadcrumb li:last-child a { color:#666; cursor:default; text-decoration:none !important; }

.news-pagination-block .content-list { padding:0 10px; }

.yui-b .yui-ge.layout-row {
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.paragraph h2, .content h2, #yui-main h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 12px 0;
	color: #666;
}

#calendar h2 {
	padding:0;
}

.paragraph h3, .content h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0 6px 0;	
	color: #666;
}
.paragraph li{
 	list-style-type: decimal;
	margin: 10px 10px 10px 30px;
 }
.paragraph ul li{
	list-style-type: disc;
	margin: 10px 10px 10px 30px;
}

.site-component .destak.document .content {padding: 10px;}
.site-component.news-pagination-block {background: none; width: 100%;}
.site-component.news-pagination-block h1{color: #666 !important; font-size: 24px !important; padding: 10px 0px !important; text-transform: none;}
.site-component.news-pagination-block h4{color: #666; font-size: 16px; font-weight: bold; padding: 30px 0 10px 0; display: inline-block; width: 650px;}
.site-component.news-pagination-block h4 a{color: #666;}
.site-component.news-pagination-block .date{display: inline-block;text-align: right; color: #333; font-size: 10px;float: right;margin-top: -25px; right: 0;position: absolute;}
.site-component.news-pagination-block .document.information{ position: relative; width: 100%; display: block;}
.site-component.news-pagination-block .document.information .date{top: 60px; position: absolute; display: inline-block;}
.site-component.news-pagination-block .related-files {padding:10px;}
.site-component.news-pagination-block .related-files .title{float: left; font-weight: bold;}
.site-component.news-pagination-block .related-files ul{float: left; }

.site-component.news-pagination-block .article.information {width: 720px;}
.site-component.news-pagination-block .article.information img{border: 1px solid #000;float: left; margin-right: 10px; display: inline-block;}
.site-component.news-pagination-block .article.information .content{float: right; width: 620px;}
.site-component.news-pagination-block .article.information h4 a{margin-top: 0px; padding-top: 0px;}
.site-component.news-pagination-block .article.information .date{margin-top: -27px; padding-top: 0px; float: right; position: relative;}

.site-component.news-pagination-block .news-list .date{display: block; margin-top: -25px; margin-bottom: 5px; padding-top: 0px; float: none;}
.site-component.news-pagination-block .news-list h4 a{ padding-top: 10px;}
.site-component.news-pagination-block .news-list img, .site-component.news-pagination-block img{ float: left; margin-right: 10px;}

.pagination-control {display: block; margin: 0 auto; text-align: center !important;}
.pagination-control .pages {height: 28px; padding-top: 6px;}
.pagination-control .pages a{text-decoration: none; border: 1px solid #92B0FA; color: #92B0FA; padding: 4px 2px 4px 4px; margin: 2px;}
.pagination-control .pages a.next,  .pagination-control .pages a.prev {border: none;}
.pagination-control .info {font-size: 10px; margin-top: 10px; display: block; text-align: center !important;}
.pagination-control .selected {margin-left: 4px;}

.jcarousel-skin-escolhas .jcarousel-next-horizontal {background: url(img/next.png) no-repeat !important; width:45px !important; height:45px !important; top: 35px !important;}
.jcarousel-skin-escolhas .jcarousel-prev-horizontal {background: url(img/prev.png) no-repeat !important; width:45px !important; height:45px !important; top: 35px !important;}
.jcarousel-skin-escolhas .jcarousel-next-horizontal.jcarousel-next-disabled {opacity: 0.5 !important;}
.jcarousel-skin-escolhas .jcarousel-prev-horizontal.jcarousel-prev-disabled {opacity: 0.5 !important;}

#country-element select {width: 125px;}
#sidebar dd {}

#ft .footer-top .col-33 .internallinkslist h2 {color: #bbb;}
#ft .footer-top .col-33:first-child .internallinkslist h2 {color: #fff;}

#yui-main .internallinkslist ul li {
	margin-bottom: 10px;
}

.text, .textarea, .select {
	border: 1px solid #999;
	margin:1px;
	padding:3px;
	color: #333;
}

#signature {
	background:url("/themes/blip/favicon.gif") no-repeat scroll 0 0 transparent;
	color:#666666;
	font-family:helvetica;
	font-size:11px;
	height:16px;
	padding-left:20px;
	padding-top:2px;
}

/* Contact form in main content area - Begin */

#yui-main .zend_form {
	margin-left: 10px;
}
#yui-main .zend_form dt {
	float: left;
	width: 80px;
	margin-top: 5px;
	display: inline;
}
#yui-main .zend_form .field {
	display: block;
	margin-bottom: 10px;
}
#yui-main .zend_form .field.hidden {
	display: none; visibility: hidden; 
	margin-bottom: 0px;
}

/* Contact form in main content area - End */
