/* CSS Document */
.mainPage{
	font-family:Verdana;
	text-align:justify;
	position:relative;
	width: 100%;
	height: 69%;
	top: 1px;
	overflow: auto;
	background-color: #ffffff;
	background-image: url(images/BgdMPage.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
#tablist{
	text-align:center;
	padding: 0px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 13px Verdana;
	text-decoration: none;
}
#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
	text-decoration: none;
	/*background: url(../images/bullet_r.gif) no-repeat center;*/
}
#tablist li a{
	padding: 0px 0em;
	margin-left: 10px;
	border-bottom: none;
}
#tablist li a:link, #tablist li a:visited{
	color: #FF6600; /*Mantem sempre o laranja, independente da acção/estado rato */
	text-decoration: none;
}
#tablist li a.current{
	background: #000000; /*Cor de fundo, do 1º Menu selecionado por defeito. Tem de ser da cor do fundo. É o JScript que coloca acor selecionada igual à barra de baixo*/
	/*background: url(../images/bullet_p.gif) no-repeat center;*/
}
#tabcontentcontainer{
	text-align:center;
	width: 100%;
	padding: 5px;
	font: bold 11px Verdana;
}
.tabcontent{
	display:none;
}
.tabcontent a:hover, .tabcontent a:active{
	color: #000000;
}