*{
	padding: 0;
	margin: 0;
}
v:* {
  behavior:url(#default#VML);
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden;
color: #FFF;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: 40px; /*position where enlarged image should offset horizontally */

}

html, body {
	width:100%;
	height:100%;
	margin:0px;
	border:0px;
	padding:0px;
	font-family:Arial, "Microsoft Sans Serif";
	font-size:12px;
	color:#666666;
	background-color:#000000;
	background-image:url(/images/bg_fundo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

.errors {
	background:#FFFFCC url(/images/alert.png) no-repeat scroll 10px 7px;
	border:1px solid #EEEEEE;
	color:#000000;
	margin-top:0px;
	padding:10px 5px 10px 60px;
	text-align:left;
}
.erros li, .erros ul{
	border:0;
	margin:0;
	padding:0;
	vertical-align:baseline;
	color:#000000;
	list-style-type: upper-alpha;
	font-family:Arial;
	text-align:left;
}

.show {
	display: block;
}
.hide {
	display: none;
}


.fundo_menu {
	background-image:url(/images/sub_menu.png);
	background-repeat:no-repeat;
	background-position:top;
}

.fundo_noticias {
	background-image:url(/images/back_foto.png);
	background-repeat:no-repeat;
}

a{
	font-family:Arial, "Microsoft Sans Serif";
	text-decoration:none;
	color:#626E78;
}

.bold {
	font-weight:bold;
	}

form {
	margin: 0px;
	padding: 0px;
	border:0px;
}

.laranja {
	color:#EC6E1C;
}

.branco {
	color:#FFFFFF;
}

.cinzento {
	color:#A2A2A2;
}

.preto {
	color:#000000;
}

.preto_23 {
	color:#232323;
}

.black {
	display:block;
	color:#000000;
}

.black:hover {
	display:block;
	color:#EC6E1C;
}

.t12 {
	font-size:12px;
}

.t15 {
	font-size:15px;
}

.t16 {
	font-size:16px;
}

.t35 {
	font-size:35px;
}



td.menuon { background-color: #666666; }
td.menuoff { background-color: #EB6718; }

input {
	font-family:Arial, "Microsoft Sans Serif";
	font-size:11px;
	border:0px;
	color:#000000;
	background-color:#FFFFFF;
	border-left:1px solid #DFDFDF;
	border-top:1px solid #DFDFDF;
	border-right:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB;
}

.input_geral {
	font-family:Arial, "Microsoft Sans Serif";
	font-size:12px;
	border:0px;
	height:20px;
	padding-top:4px;
	color:#000000;
	background-color:#FFFFFF;
	border-left:1px solid #DFDFDF;
	border-top:1px solid #DFDFDF;
	border-right:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB;
}

.inputbox {
	font-family:Arial, "Microsoft Sans Serif";
	font-size:11px;
	background-image:url(/images/caixa_contactos.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#A2A2A2;
	height:25px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

.textbox {
	font-family:Arial, "Microsoft Sans Serif";
	font-size:11px;
	color:#A2A2A2;
	height:100px;
	width:214px;
	padding:0px;
	margin:0px;
	
}

select {
	font-family:Arial, "Microsoft Sans Serif";
	font-size:11px;
	color:#3F4E2C;
	height:24px;
	padding:2px;
	border:1px solid #D8D8D8;
}

textarea {
	font-family:Arial, "Microsoft Sans Serif";
	font-size:11px;
	border:0px;
	background-color:#FFFFFF;
	vertical-align:middle;
	border-left:1px solid #DFDFDF;
	border-top:1px solid #DFDFDF;
	border-right:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB;
}


label {
	font-family:Arial, "Microsoft Sans Serif";
	font-size:11px;
}
.container {
	clear:both;
	display:block;	
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	border:0px;
}
.menus {
	clear:both;
	display:block;	
	width:980px;
	height:95px;
	margin:0px auto;
}
.conteudo {
	overflow:hidden;
	display:block;
	clear:both;
	width:980px;
	min-height:200px;
	text-align:left;
	margin:0px auto;
}

.bottom {
	overflow:hidden;
	display:block;
	width:980px;
	text-align:center;
	margin:0px auto;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

/* AUTOCOMPLETE */

/* Big box with list of options */
#ajax_listOfOptions{
  position:absolute;  /* Never change this one */
  width:202px;/* Width of box */
  overflow:auto;  /* Scrolling features */
  border-left:1px solid #D5D8D9;
  border-right:1px solid #D5D8D9;
  border-bottom:1px solid #D5D8D9;
  background-color:#FFFFFF;  /* White background color */
  text-align:left;
  font-size:11px;
  z-index:100;
}
#ajax_listOfOptions div{  /* General rule for both .optionDiv and .optionDivSelected */
  margin:1px;    
  padding:1px;
  cursor:pointer;
  font-size:11px;
}
#ajax_listOfOptions .optionDiv{  /* Div for each item in list */
  
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
  background-color:#E1E4E6;
}
#ajax_listOfOptions_iframe{
  background-color:#fff;
  position:absolute;
  z-index:5;
} 

#dhtmlgoodies_marquee{
	/* general marquee layout*/
	padding-top:3px;
	height:25px;
	background-color: #000;
	position:absolute;
	left:0px;
	z-index:1000;
	bottom:0px;		
	display:none;		
	width:100%;
	overflow:hidden;
}
body > div#dhtmlgoodies_marquee{	/* Firefox rule */
	position:fixed;
}	
#dhtmlgoodies_marquee .textObj{	/* Layout for the marquee text */
	position:absolute;	
	color: #FFF;
	font-weight:bold;
	white-space:nowrap;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}
/* Just some layout classes used in this example script */
.highlighted{
	color:#EB6718;	// Red color
}
.greenText{
	color:#0F0;	// Green color
}