html, body {
height: 100%;
}
#wrapper {
min-height: 93%;
height: auto !important;
height: 100%;
/*margin: 0 auto -50px;*/
padding-bottom:50px;
}
#footer {
	line-height: 40px;
height: 50px;
clear: both; position: relative; z-index: 10; margin-top: -50px; padding-top:-50px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#A9A9A9;
	padding-right:130px;
}
.footer {
	line-height: 40px;
height: 50px;
clear: both; position: relative; z-index: 10; margin-top: -50px; padding-top:-50px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#A9A9A9;
	padding-right:130px;
}


.footerline {	background-color:#0F1B3E;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
vertical-align:middle;
color:#A1A1A1;
height:50px;
}


#logo {
	background-image:url(images/mida.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#logo-eve {
	background-image:url(images/mida-eve.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}


.body {
	background-image:url(images/bg.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding:0px;
	margin:0px;
	height: 100%;
}
.body-eve {
	background-image:url(images/bg-eve.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding:0px;
	margin:0px;
	height: 100%;
}


.menuholder {
	background-color:#0F1B3E;
	height:59px;
	border:none;
	width:100%;
}
.menuholdertd {
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	
}
.transpng {
	background-image:url(images/transp.png);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	}


	
.transparent {
	width:187px;
	height:150px;
	position:fixed;
	margin-top:243px;
	margin-left:10px;
	text-align:justify;
	vertical-align:top;
  background-color:#0F1B3E;
  padding:20px;
  font-family:Arial, Helvetica, sans-serif;
  color:#FFF;
  font-size:12px;
  z-index:0;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

.transp {
	text-align:justify;
	vertical-align:top;
  background-color:#0F1B3E;
  padding:20px;
  font-family:Arial, Helvetica, sans-serif;
  color:#FFF;
  font-size:12px;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}


.lang {
	background-image:url(images/langbg.jpg);
	background-repeat:no-repeat;
	width:227px;
	height:68px;
}
.lang-eve {
	background-image:url(images/langbg-eve.jpg);
	background-repeat:no-repeat;
	width:227px;
	height:68px;
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#FFF;
	text-align:justify;
}
.logoright {
	background-image:url(images/fullright.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.logoright-eve {
	background-image:url(images/fullright-eve.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.galtext {width:400px;
  height:180px;
  margin:30px 50px;
  background-color:#ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
	


/* LINKS */
a.lang:link {font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFF;
text-decoration:none;}
a.lang:visited {font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFF;
text-decoration:none;}
a.lang:hover {font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none; color: #0F1B3E;}
a.lang:active {font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFF;
text-decoration:none;}


a.menu:link {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-decoration:none}
	a.menu:visited {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;}
a.menu:hover {	
	color:#4B9CF8;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;}
	
a.menu:active {	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;}


/*FORM*/

.inputs { 
padding: 2px; 
border: 1px solid #ccc; 
width: 250px; 
height: 16px;
background-image:url(images/bg-input.jpg);
background-repeat:repeat-x;
background-position:top;
} 

.caus { 
padding: 2px; 
border: 1px solid #ccc; 
width: 255px; 
height: 22px; 
background-image:url(images/bg-input.jpg);
background-repeat:repeat-x;
background-position:top;

} 

.validation { 
padding: 2px; 
border: 1px solid #ccc; 
width: 250px; 
height: 16px; 
background-image:url(images/bg-input.jpg);
background-repeat:repeat-x;
background-position:top;

} 

.wrong_validation { 
border: 1px solid #990000; 
background-color: #D70000; 
color: #FFFFFF; 
padding:4px; 
padding-left: 6px; 
width: 295px; 
margin: 0 auto; 
text-align: center; 
} 

.message {
	font-family:Arial, Helvetica, sans-serif;
padding: 2px; 
border: 1px solid #ccc; 
width: 250px; 
height: 100px; 
background-image:url(images/bg-input.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#FFF;

} 

.button { 
margin: 0 0 0 10px; 
display: inline; 
border: 1px solid #ccc; 
width: 120px; 
height: 22px; 
padding: 0 2px 2px 2px; 
line-height: 14px; 
background-color: #EFEFEF; 
float: left; 
} 

a:link, a:visited { 
font-family: Verdana, Arial; 
font-size: 11px; 
color: #000; 
text-decoration: underline; 
} 

a:hover { 
text-decoration: none; 
}


