*
	{margin: 0;
	padding: 0;}


#theForm {
	border: 5px solid #aaa;
	border-top: 1px solid #aaa;
	padding: 0 10px 20px 10px;
}


mapContainer {
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	margin: 10px 30px;
	height: 520px;
	line-height: 1.5em;
	color: #999;
}


input, textarea, select
	{font: 100% arial, helvetica, sans-serif;}

textarea {
	width: 100px;
	height: 50px;
	border: 0px solid #999;
	padding: 3px;
}

input
	{margin-right: 2px;}

input.typeText {
	border: 1px solid #999;
	padding-left: 2px;
	width: 200px;
}

table {border-collapse: collapse;
	width: auto;
	margin: auto;
}

th, td
	{padding: 3px 10px;}

th
	{text-align: center;}

td
	{text-align: left;}

caption
	{display: block;
	text-align: left;}

th.row 
	{text-align: left;}

table.noBorder 
	{width: auto !important;}

table.noBorder th, table.noBorder td
	{border: 0;}

td.fc {
	text-align: left;
}

p
	{margin: 8px 0;}

tooltip 
	{font-size: 200%;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 30px 0 10px 0;
	position: relative;
	color: #0078c1;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;}


h1 
	{font-size: 200%;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 30px 0 10px 0;
	position: relative;
	color: #0078c1;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;}
h1 img 
	{position: absolute;
	top: -20px;
	right: 0;}

h2 
	{font-size: 140%; 
	font-weight: normal;margin: 15px 0 5px 0;
	padding: 10px 0 0 0;
	text-transform: uppercase;}

h3 
	{font-size: 100%; 
	margin: 20px 0 5px 0;
	color: #555;}

hr
	{background: #ccc;
	border: 0;
	height: 1px;
	color: #ccc;
	margin: 10px 0;}

ul
	{padding: 8px 0 8px 30px;}

form p
	{}
	
a img
	{border: 0;}

#progress
	{width: 600px;
	height: 15px;
	border: 1px solid;
	border-color: #aaa #ccc #ccc #aaa;
	background: #f5f5f5;}

p.progress-bar
	{background: #f58024;
	margin: 0;
	height: 15px;
	line-height: 7px;}

.progress-bar span
	{visibility: hidden;}

.thumb
	{cursor: pointer;}
	

.popup
	{position: absolute;
	z-index: 3;
	top: 20px;
	width: 50%;
	left: 25%;
	padding: 10px;
	background: white;
	border: 1px solid #ccc;}

.popup p
	{text-align: left;}

.popup img
	{width: 600px;}

#overlay
	{background: white;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 2;}

#list_container 
	{background: white;
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;}


.list_container ul 
	{ margin-left: 0; 
	position: relative;
	padding-left: 0; 
	list-style-type: none; 
	font-size: 14px; 
	line-height: 17px; 
	font-family: Trebuchet MS, sans-serif, Arial, Helvetica; }


.list_container li 
	{ margin-left: 0; 
	position: relative;
	padding-left: 0; 
	list-style-type: none; 
	font-size: 12px; 
	line-height: 17px; 
	font-family: Trebuchet MS, sans-serif, Arial, Helvetica; }


.list_container a
{
display: block;
position: relative;
padding: 1px;
padding-left: 10px;
width: 200px;
background-color: #FFF;
border-bottom: 1px solid #DDF;
}

.list_container a:link, .list_container a:visited
{
color: #369;
text-decoration: none;
}

.list_container a:hover
{
background-color: #369;
color: #fff;
}



	#mapMalta {
		display: block;
		position: absolute;
		top: 180px;
		left: 300px;
		width: 670px;
		background: #EFEFEF;
		border: 1px solid #AFAFAF;
		font-size: 0.8em;
		color: #333;
		padding: 5px 10px;
		z-index: 100;
	}
	#mapMalta p {
		margin: 0;
		padding: 0;
		font-weight: bold;
	}
	#mapMalta ul {
		padding: 0 0 10px 30px;
	}
	#mapMalta ul li {
		line-height: 1.2em;
		list-style-type: circle;
	}


#button {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', Helvetica, 
	  Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	display: block;
	}

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}

	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}



#listbox {background: white;
         font-size:12px;
         padding:0;
	 list-style:none;
         overflow:auto;
         border:solid 1px #666666; 
         scrollbar-face-color:#cccccc; 
         scrollbar-highlight-color: #eeeeee; 
         scrollbar-shadow-color: buttonface; 
         scrollbar-3dlight-color: #aaaaaa; 
         scrollbar-arrow-color: #ffffff; 
         scrollbar-track-color: #eeeeee; 
         scrollbar-darkshadow-color: #aaaaaa;}   

.listbox label input{float:left;}   
.listbox label{display:block;clear:both;}   
.listbox span {white-space:nowrap;
         height:1em;
         display:block;
         padding:3px 6px 3px 0px;
         cursor:hand;cursor:pointer;}   

#scrollbox {font:13.3px sans-serif;
           width:7.5em;
           border-left:1px solid #808080;
           border-top:1px solid #808080;
           border-bottom:1px solid #fff; 
           border-right:1px solid #fff;}

#scrollboxElements {background:#fff; 
         overflow:auto;
         height:7.1em;
         border-left:1px solid #404040;
         border-top:1px solid #404040;
         border-bottom:1px solid #d4d0c8;
         border-right:1px solid #d4d0c8;}

