/*
afilhadedeus
Ficheiro de estilos

Autor: Pedro Fardilha
*/

body {
	background:white;
	margin:0;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a { color: #000; font-weight: bold; }

#centrar_conteudos {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 770px;
      height: 405px;
      margin-left: -385px; /* metade de width */
      margin-top: -202px;  /* metade de height */
      /* overflow: auto; */
}

/* Menu lateral */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
/* border: 1px solid #white;
background-color: brown; */
border-bottom-width: 0;
width: 160px;
padding-top: 0px;
margin-top: 20px;
padding-left: 0px;
margin-left: 20px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 140px;
}

.wireframemenu ul{
padding: 0px;
margin: 0px;
list-style-type: none;
}

.wireframemenu a{
font: bold 12px Verdana;
padding: 3px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #000000;
text-decoration: none;
/* border-bottom: 1px solid #C0C0C0; */
}

.wireframemenu a:visited{
color: #000000;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
/* background-color: #F8FBBD; */
color: #333333;
border: 1px solid #cccccc;
/* background-color:#E9E9E9; */
}
/* FIM Menu lateral */

