﻿body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height:20px;
	color:#1E1E1E;
	background:#FFF;
}
.imagem_lateral {
	clear: both;
/*	max-width: 250px;
	max-height:200px;*/
	margin-left:15px;
	margin-top:5px;
	margin-bottom:10px;
	border: 1px #CCC solid;
	padding: 5px;
	background:#FFF;
	float: right;
}
.imagem_grelha {
	float: left;
	with:140px;
	height:105px;
	margin: 10px 10px 10px 10px;
	border: 1px #CCC solid;
	padding: 5px;
	background:#FFF;
}
 
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	line-height:25pt;
	font-weight: normal;
	color: #333;
	text-align: left;
/*	border-bottom: 1px #978F68 solid; */
}
.texto {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#555;
}
a.title-destaques {
	color: #804000;
	font-weight: bold;
}
a.title-destaques:visited {
	color: #AD9E9C;
}
a.title-destaques:hover {
	color: #FFC400;
}
.text-destaques {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
}
a {
	color: #804000;
}
a:hover {
	color: #FFC400;
}
a:visited {
	color: #AC9853;
}

.banner{
	clear:both;
	width:960px;
	height:270px;
}
.banner-container{
	width:960px;
	position:relative;
}
.banner-mask{
	position:absolute;
	top:0px;
	left:0px;
	width:960px;
	height:270px;
	z-index:2;
}	
.banner-background{
	position:absolute;
	top:0px;
	left:0px;
	width:960px;
	height:270px;
	background-position:center;
	z-index:1;
}


.caminho {
	width:960px;
	color: #666;
	text-align:left;
	font-size:12px;
	padding: 5px 0px 5px 0px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.caminho a{
	color:#666;
}

#sponsors{
	clear:both;
	float:left;
	margin: 10px 0px;
	padding: 0;
	color:#DDD;
	font-size: 8pt;
	color: #666;
	text-align:left;
}

#copyright{
	float:right;
	padding: 30px 30px 30px 30px;
	color:#DDD;
	font-size: 8pt;
}

.table_cell_label{
	width:170px;
	font-weight:bold;
	text-align: left;
}
.table_cell_content{
	
}

.texto table tr td ul li{
	margin-left: -20px;
	margin-right: 5px;
	padding: 0px
}
.tabela {
	width: 100%;
	background: #FFF;
	padding: 10px;
}
.tabela td {
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	height: 18px;
	border: 1px #FFF solid;
}
.tabela tr:hover td{
	background: #EEE;
	border: 1px #DDD solid;
}
.tabela tr.inactivo td{
	background: #FAFAFA;
}

.header-row{
	background: #f5f5f5;
	white-space:nowrap;	
	font-weight:bold;
	text-align:center;
	padding: 5px 15px;
}
.header-row td a{
	text-decoration:none;
	padding: 5px 15px;
}
.active-order-direction-ASC{
	color:#333;
	background: url('images/arrow_ASC.gif') no-repeat center right;
}
.active-order-direction-ASC:hover{
	background: url('images/arrow_DESC.gif') no-repeat center right;
}

.active-order-direction-DESC{
	color:#333;
	background: url('images/arrow_DESC.gif') no-repeat center right;
}
.active-order-direction-DESC:hover{
	background: url('images/arrow_ASC.gif') no-repeat center right;
}
.inactive-order-direction{
	color:#666;
}
.inactive-order-direction:hover{
	background: url('images/arrow_ASC.gif') no-repeat center right;
	color:#333;
}
.edit_button {
	border: 1px #DDD solid;
	font-family: Tahoma;
	font-size: 7px;
	float: right;
	margin: 1px;
	text-align: center;
}
.edit_button a {
	display: block;
	padding: 1px 2px;
}
.edit_button a:hover {
	background: #BBB;
}
.arquivo_button {
	border: 1px #DDD solid;
	font-family: Tahoma;
	font-size: 10px;
	float: right;
	margin: 2px;
	text-align: center;
	background: #DDD;
}
.arquivo_button a {
	display: block;
	padding: 1px 5px;
}
.arquivo_button a:hover {
	background: #BBB;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

/*  SEARCH FORM  */

.search_form{
	width: 250px; 
	border:1px solid #cccccc; 
	height:15px; 
	margin-top:4px;
	border-radius: 5px;
	font-size:13px;
	color:#999;
	padding:5px 10px;
}

.search_form_submit{
	height:25px;
	width: 25px;
/*	border:1px solid #cccccc;
	font-size:11px;
	border-radius: 5px; */
	border: 0px;
	cursor:pointer;
	background: url(../layout_images/search.png) no-repeat;
}

.search_form_title{
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* Objectos das Coleccoes */
#simpleTabs{
/*    font-family: Tahoma,Helvetica,Helv;
    font-size: 11px !important; */
	width: 100%;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 26px;
	border-bottom: 1px solid #999;
	border-left: none;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	height: 25px;
	line-height: 25px;
	border: 1px solid #999;
	border-left: 1px solid #999;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
/*	width:200px; */
}
#simpleTabs ul.tabs li a {
	text-decoration: none;
    font-size: 11px !important;
	color: #333;
	display: block;
	padding: 0 5px;
	border: 1px solid #fff;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
	font-weight:bold;
}
.tab_content {
	clear: both;
	padding: 20px 10px;
	margin-top:-1px;
	background: #FFF;
	height: auto;
	overflow: hidden;
}

/* results*/
ul.results{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: auto;
	text-align:left;
}

ul.results li{
	padding: 10px;
	margin: 3px 0 ;
	border: #DDD 1px solid;
	background: #FEFEFE;
	overflow:auto;
	
}
ul.results li .results_image_div {
	float:left;
	margin:5px;

}
ul.results li .results_text {
	float:left;
	width:auto;
	margin: 1px 0;
	border-bottom: 1px solid #f5f5f5;
}
ul.results li .results_text .result_campo{
	float:left;
	width:150px;
	padding: 5px;
}
ul.results li .results_text .result_valor{
	float:left;
	width:700px;
	padding: 5px;
}


.showmore_button{
	clear:both;
	border: #DDD 1px solid;
	background: #DDD;
	display:block;
	color:#666;
	font-weight:normal;
	padding:15px;
}
.showmore_button:hover{
	background:#CCC;
}
.loadingimage {
	clear:both;
	border: #DDD 1px solid;
	background: #DDD;
	display:block;
	color:#666;
	font-weight:normal;
	padding:15px;
}

.pagination {
	margin-bottom: 10px;
	margin-left: 0;
	float:right;
}
.pagination li{
	list-style-type: none;
	display: inline;
	margin: 0 0px;
}
.pagination a, .pagination a:visited {
	color: #0088CC!important;
	float: left;
	padding: 0 9px;
	line-height: 24px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	border-left-width: 0;
	transition: background 0.25s ease-in-out 0s;
	border-radius: 0;
}
.pagination a:hover, .pagination a:active {
	color: #005580!important;
	background-color: #E8E8E8;
}
.pagination li.currentpage a{
	color: #005580!important;
	background-color: #f5f5f5;
}

.pagination li.prevpage a {
	border-left-width: 1px;	
border-radius: 3px 0  0 3px;
        -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
}

.pagination li.nextpage a {
border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
}

.pagination li.disabledpage a{
	BACKGROUND: url(image1.gif) #DDD;
	COLOR: #999;
}
.flags-language{
	float:right;
	width:50px;
	height:22px;
	margin:5px 0px 5px 20px;
}

.highlight{
	font-weight:bold;
}