body{
	font-family: arial, helvetica;
	font-size: 12px;
	color: #7E8282;
}

a {
	color: #0A9DB1;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #999;
}

a:hover.blue {
	color: #999;
}

.menuitem {
	text-align: center;
	float: left;
}

.menudiv {
	width: 28px; 
	float: left;
}

a.menu.left {
	padding-left: 24px;
}

a.menu {
	color: white;
}

a.menu:hover {
	color: #00435e;
	text-decoration: none;
}

.blue {color: #0A9DB1;}
.grey {color: #7E8282;}

.data {
	color: #0A9DB1;
	font-size: 10px;
}

.desenvolvimento {
	display: none;
}

#equipa {
	width: 600px;
}

.equipa {
	float: left;
	width: 150px;
	color: #0A9DB1;
	text-align: center;
	margin-bottom: 20px;
}


#site {
	position:relative;
	left:0px;
	top:0px;
	width:1150px;
	height:632px;
}

#header {
	position:relative;
	left:0px;
	top:0px;
	width:1150px;
	height:115px;
}

#menubar {
	position:relative;
	left:0px;
	top:0px;
	width:1150px;
	height:30px;
	background: url(../images/menubar.gif);
	text-align: center;
	padding-top: 6px;
}

#main {
	position:relative;
	left:0px;
	top:0px;
	width:1150px;
	background: url(../images/main_bg.gif);
	min-height: 300px;
	text-align:left;
	overflow: hidden;
}

#menubar.home {
	background: url(../images/menubar_home.gif);
}

#main.home {
	background: url(../images/main_bg_home.gif);
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:223px;
	height:229px;
}

#cnts {
	position:relative;
	left:223px;
	top:0px;
	width:870px;
}

#cnts.home {
	left:80px;
	width:900px;
}

#homel {
	float:left;
	width: 250px;
}

#homer {
	float: right;
	width: 600px;
}

#contactos {
	position:absolute;
	right:0px;
	top:0px;
}

#footer {
	position:relative;
	left:0px;
	top:0px;
	width:1150px;
	height:11px;
	background: url(../images/footer.gif);
}

#whatsnew {
	position: absolute;
	left: 0;
	top: 0px;
	width: 600px;
	height: 24px;
}

#whatsnew.home {
	position: absolute;
	left: 0;
	top: 0px;
}

#newslabel {
	float: left;
	margin-right: 4px;
}

#news {
	margin: 0;
	padding:0;
	list-style: none;
}

#news li {
	display: inline;
}

#mainform {
	position: absolute;
	top:0px;
	left:0px;
}

fieldset {
	
	border: none;
	
}

label {
	display: block;
	float: left;
	width: 80px;
	margin-top: 2px;
	margin-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}

label.req,
label.err {
	font-weight: bold;
}

label.err {
	color: red;
}

textarea {
	width: 200px;
}

br.form {
	clear: left;
}


#precario {
	border: solid 1px #eee;
	width: 850px;
	margin: 0;
}

#precario td,
#precario th{
	border: solid 1px #eee;
	padding: 3px;
	margin: 0;

}


#precario .note {
	font-size: 10px;
	color: #0A9DB1;
}

#visitas {
	width: 100px;
	padding: 3px;
	background:  #009ab0;
	color: white;
}

