




html, body { 
   margin: 0;
   padding: 0;
   font-family: Verdana, Tahoma, Arial, sans-serif;
   font-size: 10pt;
}

html, body, #Container {height: 100%;}

body > #Container {height: auto; min-height: 100%; position: relative;}

#Content {padding-bottom: 95px; padding-left:10px; padding-right:10px;}  /* must be same height as the footer */

#Footer {position: relative;
	margin-top: -95px; /* negative value of footer height */
	height: 95px;
	clear:both;
	text-align: center;
	overflow: hidden;
} 

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body {
   background-image: url(/epcm/images/epcm-back.png;jsessionid=20DFD07ED0485A47408B2E541A8C0B5B.EPCM01);
   background-repeat: repeat;
}

.errors {
   color: red;
}

#logotext {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12pt;
	color: #2020ff;
	font-weight: bold;
	width: 600px;
}

.titleBar
{
	font-size: 14pt;
	color: #a04040;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	background-color: #e0e0e0;
	margin-bottom: 5px;
}

a img {
	border: none;
}

#Header {
	width: 95%;
	overflow: hidden;
	height: 120px;
}

#MPost_Logo {
	float: left;
}
#Language_bar {
	position: absolute;
	right: 0;
}
.language_bar_side, .language_bar_items, .department {
	float: left;
	overflow: hidden;
}
.language_bar_items {
	height: 47px;
	width: 70px;
	overflow: hidden;
}
a.language_bar_items:hover {
	text-indent: -70px;
}
#External_link {
	position: absolute;
	top: 60px;
	right: 10px;
	width: 486px;
	height: 49px;
}
#DSC, #CPT, #eSign {
	height: 49px;
}
#Museu {
	width: 183px;
}
a#Museu:hover {
	text-indent: -183px;
}
#CPT {
	width: 183px;
}
a#CPT:hover {
	text-indent: -183px;
}
#eSign {
	width: 120px;
}
a#eSign:hover {
	text-indent: -120px;
}

#Logout {
  position: absolute;
  right: 0;
  top: 110px;
  width: 550px;
  text-align: right;
  padding-right:10px;
}

