/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-image:url(Images/bgTopo.png);
	background-repeat:repeat-x;
	text-align:center;
}

#menu {
	position:relative;
	width:800px;
	height:190px;
	
	background-image:url(Images/menu.png);
	background-repeat:no-repeat;
	
}
#menuItemEquipa a{
	position:absolute;
	background-image:url(Images/menuItemEquipa.png);
	background-repeat:no-repeat;
	width:66px;
	height:65px;
	top:87px;
	left:320px;
	
}
#menuItemEquipa a:hover {
	
	background-image:url(Images/menuItemEquipaHover.png);
	background-repeat:no-repeat;
}

#menuItemPreInscricao a{
	position:absolute;
	background-image:url(Images/menuItemPreInscricao.png);
	background-repeat:no-repeat;
	width:82px;
	height:62px;
	top:95px;
	left:400px;
	
}
#menuItemPreInscricao a:hover {
	
	background-image:url(Images/menuItemPreInscricaoHover.png);
	background-repeat:no-repeat;
}
#menuItemProtocolos a{
	position:absolute;
	background-image:url(Images/menuItemProtocolos.png);
	background-repeat:no-repeat;
	width:95px;
	height:65px;
	top:100px;
	left:490px;
	
}
#menuItemProtocolos a:hover {
	
	background-image:url(Images/menuItemProtocolosHover.png);
	background-repeat:no-repeat;
}
#menuItemContactos a{
	position:absolute;
	background-image:url(Images/menuItemContactos.png);
	background-repeat:no-repeat;
	width:88px;
	height:54px;
	top:115px;
	left:595px;
	
}
#menuItemContactos a:hover{
	
	background-image:url(Images/menuItemContactosHover.png);
	background-repeat:no-repeat;
}
#menuItemLinks a{
	position:absolute;
	background-image:url(Images/menuItemLinks.png);
	background-repeat:no-repeat;
	width:75px;
	height:70px;
	top:105px;
	left:695px;
}
#menuItemLinks a:hover {
	
	background-image:url(Images/menuItemLinksHover.png);
	background-repeat:no-repeat;
}
#menuItemLogo a{
	position:absolute;
	background-image:url(Images/iconLogo.png);
	background-repeat:no-repeat;
	width:99px;
	height:92px;
	top:12px;
	left:15px;
	
}
#menuItemLogo a:hover {
	
	background-image:url(Images/iconLogoHover.png);
	background-repeat:no-repeat;
}
#container {
	position:relative;
	width:1003px;
	height:100%;
	top:-15px;
	z-index:1;
}
#containerTop {
	position:relative;
	width:600px;
	height:108px;
	background-image:url(Images/containerTop.png);
	background-repeat:no-repeat;
	
}
h1 {
	margin:0px;
	padding-top:30px;
	padding-bottom:20px;
}
h2 {
	margin:0px;
	padding-top:30px;
	padding-bottom:20px;
}
h3 {
	margin:0px;
	padding-top:30px;
	padding-bottom:20px;
}
p {
	margin:0px;
	padding-top:10px;
	padding-bottom:5px;
}
#titleText {
	color:#FF9900;
	text-align:left;
	padding-top:60px;
	padding-left:30px;
	font-family:Forte;
	font-size:24px;
	font-weight:100;
}
#containerText {
	position:relative;
	color:#004A80;
	text-align:left;
	padding-left:30px;
	padding-right:30px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	
}
#containerMiddle {
	position:relative;
	width:600px;
	height:100%;
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	z-index:10;
	margin-bottom:-35px;

	
}
#containerBottom {
	position:relative;
	width:600px;
	height:73px;
	background-image:url(Images/containerBottom.png);
	background-repeat:no-repeat;
	background-position:top;
}
#bgBottom {
	position:relative;
	height:190px;
	background-image:url(Images/bgBottom.png);
	background-repeat:repeat-x;
	background-position:bottom;
	z-index:0;
}

#containerDestaques {
	position:absolute;
	width:200px;
	right:0px;
	background-position:right;
	top:22px;
	z-index:6;
}
#containerDestaquesTop {
	position:relative;
	height:88px;
	width:200px;
	background-image:url(Images/destaquesContainerTop.png);
	background-repeat:no-repeat;
	
}
#containerDestaquesText {
	color:#004A80;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
#containerDestaquesMiddle {
	position:relative;
	width:200px;
	height:100%;
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	margin-bottom:-63px;
}
#containerDestaquesBottom {
	position:relative;
	height:33px;
	background-image:url(Images/destaquesContainerBottom.png);
	background-repeat:no-repeat;
	top:33px;
	
}
#containerNovidades {
	position:absolute;
	width:200px;
	left:0px;
	top:0px;
	z-index:6;
}
#containerNovidadesTop {
	position:relative;
	width:200px;
	height:88px;
	background-image:url(Images/novidadesContainerTop.png);
	background-repeat:no-repeat;
	z-index:6;
}
#containerNovidadesText {

	color:#004A80;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	z-index:6;
}
#containerNovidadesMiddle {
	position:relative;
	width:200px;
	height:100%;
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	margin-bottom:-63px;
	z-index:6;
}
#containerNovidadesBottom {
	position:relative;
	width:200px;
	height:33px;
	background-image:url(Images/novidadesContainerBottom.png);
	background-repeat:no-repeat;
	top:33px;
	text-align:right;
	z-index:6;
}
.menu {
	border-color:#BACCDC;
	border-width:1px;
	background-color:transparent;
	color: #BACCDC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.menuLogin{
	text-decoration:none;
	border-color:#BACCDC;
	background-color:transparent;
	border-width:1px;
	border-style:solid;
	color: #BACCDC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.menuLogin:hover{
	
	color: #A9BBCB;

}

#login {
	position:absolute;
	text-align:right;
	right:20px;
	top:20px;
	
}
#listBox {
	position:relative;
	width:540px;
	z-index:5;
}
#listBoxTop {
	position:relative;
	width:540px;
	height:36px;
	background-image:url(Images/listBoxTop.png);
	background-repeat:no-repeat;
}
#listBoxMiddle {
	position:relative;
	width:540px;
	height:100%;
	background-image:url(Images/listBoxMiddle.png);
	background-repeat:repeat-y;
	
}
#listBoxBottom {
	position:relative;
	width:540px;
	height:24px;
	background-image:url(Images/listBoxBottom.png);
	background-repeat:no-repeat;
	
}
#listBoxText {
	color:#004A80;
	text-align:justify;
	margin-left:10px;
	padding-left:10px;
	padding-right:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}
#listBoxDateText {
	color:#004A80;
	text-align:left;
	margin-left:10px;
	margin-right:10px;
	padding-left:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#listBoxHeaderText {
	color:#FF9900;
	text-align:left;
	padding-top:10px;
	padding-left:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
#theme {
	display:table;
	position:relative;
	color:#FF9900;
	font-size:12px;
	font-weight:bold;
	margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    padding-bottom: 0;
	bottom:0;
}
#theme:hover {
	cursor:pointer;
}
.iconList {
	position:relative;
	float:left;
	width:15px;
	height:15px;
	background-image:url(Images/destaquesIcon.png);
	bottom:0px;
	top:0px;
	margin-right:5px;
	margin-bottom:0px;
	margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    padding-bottom: 0;
}
.pageList {
	position:relative;
	padding-bottom:0;
	vertical-align:bottom;
		margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    padding-bottom: 0;
	bottom:0;
}
#newsList {
	display:table;
	text-decoration:none;
	position:relative;
	color:#004A80;
	font-size:13px;
	font-weight:bold;
	margin-bottom:7px;
	text-align: left;
}
#newsList a {
	text-decoration:none;
	text-align:left;
	vertical-align:bottom;
	color:#004A80;
}
#newsList a:hover {
	text-decoration:none;
	text-align:left;
	color:#FF9900;
}
#newsList a:visited {
	text-decoration:none;
	text-align:left;
	color:#004A80;
}
#newsList a:visited:hover {
	text-decoration:none;
	text-align:left;
	color:#FF9900;
}

.newsIconList {
	position:relative;
	margin-top:-20px;
	float:right;
	width:30px;
	height:12px;
	background-image:url(Images/destaquesGo.png);
	background-repeat:no-repeat;
	margin-right:5px;
}

#destaquesGo {
	width:30px;
	height:12px;
	background-image:url(Images/destaquesGo.png);
	background-position:center;
	background-repeat:no-repeat;
	float:right;
	margin-top:-13px;
	margin-right:0px;
	right:0px;
}
#novidadesGo {
	width:30px;
	height:12px;
	background-image:url(Images/destaquesGo.png);
	background-repeat:no-repeat;
	float:right;
}
#destaques {
		margin-top:0px;
		margin-bottom:0px;
		padding-bottom:0;
		vertical-align:bottom;
		text-align:left;
}
#destaques ul{
		margin-top:0px;
		margin-bottom:0px;
}
#destaques li {
	text-decoration:none;
	vertical-align:bottom;
	text-align:left;
	vertical-align:bottom;
}
#destaques a {
	text-decoration:none;
	text-align:left;
	vertical-align:bottom;
	color:#004A80;
}
#destaques a:hover {
	text-decoration:none;
	text-align:left;
	color:#FF9900;
}
#destaques a:visited {
	text-decoration:none;
	text-align:left;
	color:#6088AB;
}
#destaques a:visited:hover {
	text-decoration:none;
	text-align:left;
	color:#FF9900;
}

#formularioTitulo {
	text-align:center;
	width:200px;
	margin-left:10px;
	margin-top:-1px;
	margin-bottom:10px;
	font-weight:bold;
	border-color:#BACCDC;
	background-color:#E6E9F0;
	border-width:1px;
	border-style:solid;
	z-index:2;
}
#formularioGrupo {
	margin-top:20px;
	display:table;
	width:100%;
	border-color:#BACCDC;
	background-color:#E6E9F0;
	border-width:1px;
	border-style:solid;
	z-index:1;
}

#campo {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}
#campo input {
	border-color:#BACCDC;
	background-color:#F5F8F8;
	border-style:none;
	color:#004A80;
}
#campo textarea {
	border-color:#BACCDC;
	background-color:#F5F8F8;
	border-style:none;
	color:#004A80;
}
#campo select {
	border-color:#BACCDC;
	background-color:#F5F8F8;
	border-style:none;
	color:#004A80;
}
#buttons input{
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	color:#004A80;
	border-color:#BACCDC;
	background-color:#E6E9F0;
	border-width:1px;
	border-style:solid;
}
