v\:* {
  behavior:url(#default#VML);
}

html, body {
	width:100%;
	height:100%;
	margin:0px;
	border:0px;
	padding:0px;
	font-family:Arial, "Microsoft Sans Serif";
	font-size:12px;
	color:#666666;
	line-height:150%;
	background-color:#000000;
	background-image:url(/images/bg_fundo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

.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;
}

.black {
	display:block;
	color:#000000;
}

.black:hover {
	display:block;
	color:#EC6E1C;
}

.t15 {
	font-size:15px;
}


input {
	font-family:Arial, "Microsoft Sans Serif";
	font-size:11px;
	border:0px;
	background-color:#535353;
	vertical-align:middle;
}

.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:20px;
}

textarea {
	font-family:Arial, "Microsoft Sans Serif";
	font-size:11px;
	border:0px;
	background-color:#535353;
}


label {
	font-family:Arial, "Microsoft Sans Serif";
	font-size:11px;
}

.container {
	display:block;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	border:0px;
}

.menus {
	display:block;
	width:900px;
	height:120px;
	margin:0px auto;
}

.conteudo {
	overflow:hidden;
	display:block;
	clear:both;
	width:900px;
	min-height:200px;
	text-align:left;
	margin:0px auto;
}
.bottom {
	overflow:hidden;
	display:block;
	width:900px;
	text-align:left;
	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;
} 