@charset "UTF-8";

/*-------------------------
MHA main screen Stylesheet

version:   1.0
date:      21/07/09
author:    Saad Elsherif
---------------------------*/

body {
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
    background-color: #FFF;
	color: #000;
    font-family: "Helvetica Roman", "Verdana";    
	text-align: left;
	font-size: 8pt;
	line-height:13.5pt;
    }
	
* {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	clear:both;
	font-size:1px;
	height:0;
	line-height:1px;
	margin-top:-1px;
}


.spacer {
	clear:both;
	line-height:300%;
}

	  
/* --------------- IDs
--------------------------------------------- */

#topnav-background {
	background: url("../images/random1.png") fixed no-repeat;
	height: 160px;
	width: 100%;
	background-color: #FFF;
}

#topnav-wrapper {
	position: relative;
	width: 970px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #000;*/
}


#topnav-background img.logo {
	width:174px;
	height:118px;
}

#logo {
	float:left;
	padding-top: 34px;
}

#path {
	float:right;
	margin-top: 96px;
	width:350px;
	font-size: 7pt;
	font-style:italic;
}

#path a, #path a:link {
	text-decoration: none;
}

img.path {
	width: 350px;
	height: 23px;
	clear:both;
}

#wrapper {
	position: relative;
	width: 970px;
	text-align: left;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #000;*/
}




/* --------------- Sidebar Navigaition
---------------------------------------------*/

#navigation {
	float:left;
	width: 180px;
	font: 13pt "Georgia italic", "Times New Roman", Times, serif, serif;
	font-style:italic;
	line-height: 17pt;
}

#navigation ul {
		margin:0;
		padding:0;
}
	
#navigation li {
	list-style:none;
	width:180px;
	padding:0px;
}

#navigation ul a, #navigation ul a:link {
	padding-left:40px;
	text-decoration: none;
	color:#000000;
}

#navigation ul a:hover, #navigation ul a:active {
		background: url("../images/plus.gif") no-repeat left ;
}
	
#navigation ul a.current {
		background: url("../images/plus_gray.gif") no-repeat left ;
		color:#666666;
}

#navigation .level2, #navigation ul ul {
	margin-bottom:20px;
}

#navigation ul ul a, #navigation ul ul a:link, #navigation ul ul a:visited {
	font-size: 11pt;
	padding-left: 60px;
	line-height: 14pt;
	display:block;
}

#navigation ul ul a:hover, #navigation ul ul a:active {
	background:none;
	color: #666666;
}

#navigation ul ul a.current {
	color:#666666;
	background:none;
}

#language {
	margin-top: 30px;
	padding-left: 40px;
	font-size: 9.5pt;
	background: url("../images/language_line.gif") no-repeat top left ;
}

#language a, #language a:link {
	padding: 0px;
	text-decoration: none;
}

#language a:hover, #language a:active {
	background:none;
}

/* --------------- Main Content
---------------------------------------------*/

#content {
	float:left;
	width: 515px;
	margin-left: 25px;
}

#lastRegistered {
	position:relative;
	padding-left:5px;
	line-height: 9.4pt;
	font-size: 7pt;
}

.lastReg {
	float:left;
	width:94px;
	margin-right: 10px;
	padding-top:12px;
	overflow:hidden;
	cursor:pointer;	
}

#lastRegistered a, #lastRegistered a:link {
	text-decoration:none;
}

#lastRegistered a:hover, #lastRegistered a:active, #lastRegistered a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.lastReg .img {
	height: 75px;
	overflow: hidden;
	margin-bottom:8px;
}

.lastReg img {
	clear:left;

	width: 95px;
}

img.slash {
	position:absolute;
	left:0px;
	top:25px;
	width:48px;
	height:94px;
	z-index: 10;
}
  
#inFocus {
	position:relative;
	margin-top:15px;
	padding-left: 5px;
	line-height:11.5pt;
}

.inFoc {
	margin-bottom:6px;
	height:100px;
	overflow: hidden;
}

.inFoc img {
	float:left;
	margin-right: 10px;
	width: 159px;
}

.inFoc .text {
	float:left;
	width:340px;
}
.inFoc .title, #newsText .title {
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 4px;
}

#nextBack {
	margin-left: 5px;
	margin-top: 10px;
	padding-top: 6px;
	border-top: 1px solid #000000;
}

#pages {
	float:left;
	width:120px;
	font-family: "Georgia italic", "Times New Roman", Times, serif, serif;
	font-style: italic;
}

#neBaWrapper {
	float:left;
	width:224px;
	text-align: center;
	font-size: 7.5pt;
}

div.pagination {
	margin: 0 auto;
}

.back, .prev_page, .prev_page:hover {
	margin-right: 35px;
	width:10px;
	display:inline-block;
	background: url("../images/back_arrow.gif") no-repeat top right;
	color:#FFFFFF !important;
}

.backText {
	font: 10pt "Georgia italic", "Times New Roman", Times, serif, serif;
	font-style:italic;
}

.next, .next_page, .next_page:hover {
	margin-left: 35px;
	width:10px;
	display:inline-block;
	background: url("../images/next_arrow.gif") no-repeat top right;
	color:#FFFFFF !important;
}

#neBa a, #neBa a:link, .pagination a, .pagination a:link {
	text-decoration:none;
	padding: 0px 1px;
}

#neBa a:hover, #neBa a:active, .pagination a:hover, .pagination .current {
	color:#ffffff;
	background-color:#000000;
	padding: 0px 1px;
}

#neBa a.arrow:hover, #neBa a.arrow:active, .pagination a.prev_page:hover, 
.pagination a.prev_page:active, .pagination a.next_page:hover, .pagination a.next_page:active {
	
	background-color:#ffffff;
}

#preNews {
	float: right;
}

#preNews select#news {
	width:120px;
	border: 1px solid #000000;
	font-size: 7.5pt;
}

#newsImage {
	padding-left:5px;
}

#newsImage .img {
	margin-top: 10px;
	/*height: 165px;*/
	width: 510px;
	overflow: hidden;
}

#newsImage img {
	/*width: 510px;*/
	max-height: 165px;
}

#newsText {
	position:relative;
	margin-top:20px;
	padding-left: 5px;
}

#newsText .title {
	text-decoration:underline;
}

#newsText .text, #aboutText .text, #profileText .text {
	padding-left:25px;
	margin-top: 15px;
	overflow:hidden;
}

.publisher {
	margin-top: 20px;
	padding-bottom: 20px;
	text-align:center;
	font-size: 7pt;
	font-style:italic;
	border-bottom: 1px solid #000000;
}

#aboutText {
	position:relative;
	padding-left: 5px;
}

#profile_overview {
	position:relative;
	padding-left: 5px;
	line-height:11.5pt;
}

.profile_box {
	margin:2px 0px 8px 0px;
	height:110px;
	
}

.profile_box img {
	position:relative;
	float:left;
	left: -10px;
}

.profile_box .text {
	float:left;
	width:340px;
	overflow: hidden;
	padding-top: 8px;
}

.profile_box .text a, .profile_box .text a:link {
	font-weight:bold;
}

#browse_hub_text {
	position:relative;
	padding-left: 5px;
	margin-bottom:40px;
}

#browse_hub_text .text {
	padding-left:22px;
	margin: 25px 10px 0px 0px;
}

#sort {
	margin-left: 5px;
	padding-bottom: 6px;
	border-bottom: 1px solid #000000;
	font-size: 9pt;
}

#sort select{
	margin-right: 2px;
	border: 1px solid #000000;
	width:100px;
	font-size: 7.5pt;
}

#sort input.go {
	width:30px;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px;
	background-color:#000000;
	color:#FFFFFF;
	text-align: center;
	text-transform: uppercase;
	border:none;
	cursor:pointer;
	font-size: 7pt;
}

#sort input.go:hover {
	background-color:#666666;
}

#browse_hub_list {
	margin-top:0px;
	padding-left: 5px;
	
}

.hub_entry {
	margin-top:8px;
	height:75px;
	overflow: hidden;
}

.hub_entry img {
	float:left;
	margin-right: 10px;
	width: 95px;
}

.hub_entry .text {
	float:left;
	width:405px;
}

#browse_hub_list a, #browse_hub_list a:link {
	text-decoration:none;
	cursor:pointer;
}

#browse_hub_list a:hover, #browse_hub_list a:active, #browse_hub_list a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#show_per_page {
	float:left;
	width:160px;
}

#show_per_page select, #preNews select {
	border:1px solid #000000;
	font-size:7.5pt;
	margin-left:41px;
	width:100px;
}

#neBaWrapper_profiles {
	float:left;
	width:184px;
	text-align: center;
	font-size: 7.5pt;
}

#neBaWrapper_admin {
	text-align: center;
	font-size: 7.5pt;
}

#numOfEntries {
	text-align:right;
	margin-bottom: 10px;
}

#profileImage {
	padding-left:5px;
}

#profileImage div.img {
	width: 510px;
	overflow:hidden;
}

#profileImage img {
	margin-top: 10px;
	height: 165px;
}

#profileText {
	position:relative;
	margin-top:20px;
	padding-left: 5px;
}

div.wrapperBorder {
	padding-bottom: 8px;
	border-bottom: #000000 1px solid;
}

#profileText .title {
	text-decoration:underline;
	font-size:9pt;
	margin-bottom: 20px;
}

#profileText a, #profileText a:link {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

	
#facts_header, #technical_header, 
#country_links_header, #visa_header, #country_facts_header,
#transports_header, #places_header, #city_links_header, #airports_header {
	color:#000;
	font-weight:bold;
	padding: 0px 0px 0px 25px;
	cursor:pointer;
	background: #eceded  url("../images/tab_plus.gif") right no-repeat;
	margin: 8px 0 0 0;
	height: 99%;
}

#facts_header, #visa_header, #airports_header {
	margin-top: 40px;
}

#credit_header {
	float: right;
	width: 16px;
	height: 16px;
	background: #fff  url("../images/credit_plus.gif") right no-repeat;
}


#facts, #technical, #links, #country_facts, #country_links, #visa,
#transports, #places, #city_links, #airports {
	background: #fff;
	border: 0px solid #716F6E;
	display: none;
	padding: 0px 0px 0px 25px;
	margin: 4px 0 20px 0;
}

#country_links, #city_links {
	padding-top:10px;
}

#country_facts {
	color:#666666;
}

/*
#country_facts, #places, #transports, #airports {
	color:#666666;
}
*/

.subtitle {
	margin: 20px 0px 8px 0px;
	font-weight:bold;
	text-decoration:underline;
}

.city_subtitle {
	margin: 15px 0px 0px 0px;
	font-weight:bold;
	color:#000000;
}

#country_links a, #country_links a:link,
#city_links a, #city_links a:link {
	font-weight:normal;
}

#country_links a:hover, #country_links a:active,
#city_links a:hover, #city_links a:active {
	text-decoration:underline;
}

.contactEntries {
	height: 99%; /* Hack for IE6 */
}

#profileText .contactEntries a, #profileText .contactEntries a:link {
	color: black;
	font-weight: normal;
} 

#profileText .contactEntries a:hover, #profileText .contactEntries a:active {
	text-decoration: underline;
}

.contactLabel {
	float:left;
	width:164px;
	margin-right: 12px;
	color: #666666;
}

.contactValue {
	float:left;
	width: 300px;
}

#technical img {
	height: 75px;
}

/* --------------- Login (Right column)
--------------------------------------------------*/

#login_box {
	float:left;
	width:220px;
	margin-left: 30px;
	font: 11pt "Georgia italic", "Times New Roman", Times, serif, serif;
	font-style:italic;
	line-height:11.5pt;
}

#login_hint {
	background-color:#ebebeb;
	margin-top:10px;
	padding:10px 5px 10px 10px;
	font: 8pt "Helvetica Roman", "Verdana";
	line-height: inherit;
}

#login {
	padding: 15px 5px 5px 10px;
	font: 7.5pt "Helvetica Roman", "Verdana";
	font-style:normal;
	height: 60px;
	overflow:hidden;
}

#login label {
	float:left;
}

#login input {
	float:right;
	width:130px;
	margin: 0px 0px 6px 10px;
	padding: 1px 1px 1px 2px;
	border: 1pt solid #000000;
	font-size: 7pt ;
}

#login input.loginButton {
	width:45px;
	margin: 0px 0px 0px 10px;
	padding: 1px 0px;
	background-color:#000000;
	color:#FFFFFF;
	text-transform: uppercase;
	border:none;
	cursor:pointer;
}

#login input.loginButton:hover {
	background-color:#666666;
}

.separator {
	border-bottom:1px solid #000;
	clear:both;
}

#remember_me {
	background-color:#ebebeb;
	margin-top:6px;
	padding:2px 5px 2px 10px;
	font: 7.5pt "Helvetica Roman", "Verdana";
	font-style:normal;
}

#remember_me input#user_remember_me, #remember_me input#remember_me {
	margin: 0px 10px 0px 0px;
	position:relative;
	top: -6px;
}

#relatedLinks {
	margin-top: 30px;
}

#relLinkBox {
	background-color:#ebebeb;
	margin-top:10px;
	padding: 4px 2px 2px 1px;
}

#relLinkBox a, #relLinkBox a:link {
	font: 7.5pt "Helvetica Roman", "Verdana";
	font-style:normal;
	text-decoration:none;
	color:#000000;
	line-height: inherit;
	margin-bottom: 4px;
	display:block;
}

#rightCol {
	float:left;
	width:220px;
	margin-left: 30px;
	overflow:hidden;
	font: 11pt "Georgia italic", "Times New Roman", Times, serif, serif;
	font-style:italic;
	line-height:11.5pt;
	
}

#logout {
	background-color:#ebebeb;
	margin: 5px 0px;
	padding-right:5px;
	height: 75px;
	font: 7.5pt "Helvetica Roman", "Verdana";
	font-style:normal;
	text-decoration:none;
	color:#000000;
	line-height: 12pt;
	overflow: hidden;
}

#logout .img {
	width:65px;
	float:left;
	margin-right: 20px;
	overflow:hidden
}

#logout img {
	height: 75px;
}

#logout a, #logout a:link {
	text-decoration: none;
	color:#000000;
}

#relLinkBox a:hover, #relLinkBox a:active, #logout a:hover, #logout a:active {
	text-decoration: underline;
}

/*

#rightCol a.logout, #rightCol a.logout:link {
	display:block;
	margin-top: 5px;
	width:50px;
	text-align:center;
	padding:0px 5px;
	text-transform: uppercase;
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 7.5pt;
}

#rightCol a.logout:hover, #rightCol a.logout:active {
	background-color:#666666;
}

*/

#rightCol input.logout {
	margin-top: 5px;
	width:50px;
	text-align:center;
	padding:1px 5px;
	text-transform: uppercase;
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 7pt;
	cursor:pointer;
}

#rightCol input.logout:hover {
	background-color:#666666;
}

/* --------------- Footer
---------------------------------------------*/

#footer {
	position: relative;
	width: 970px;
	height:30px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	/*
	background: url("../images/imprint_line.gif") no-repeat top right;
	*/
	font: 9.5pt "Georgia italic", "Times New Roman", Times, serif, serif;
	font-style:italic;
	color:#666666;
}

#logos {
	margin: 12px 0;
	text-align: right;
}

#logos img{
	height: 80px;
}

#footer_imprint, #credit {
	float:right;
	width:350px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}


#credit {
	display: none;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #666666;
}

#credit a, #credit a:link {
	color: #666666;
	text-decoration: none;
}

#credit a:hover, #credit a:active {
	text-decoration: underline;
}

#credit img {
	margin-top: 4px;
}

#footer_imprint a, #footer_imprint a:link {
	color:#666666;
	text-decoration:underline;
}

#footer_imprint a:hover, #footer_imprint a:active {
	color:#000000;
	text-decoration:underline;
}

#footer_imprint a:hover, #footer_imprint a:active, #footer_imprint .imprint {
	color:#000000;
	text-decoration:underline;
	cursor: pointer;
}

/* --------------- Headers and styles
---------------------------------------------*/
 
p {
	margin:0px 0px 5px 0px;
	padding:4px 0;
}

h1, h2 {
  font: 14pt "Georgia italic", "Times New Roman", Times, serif, serif;
  font-weight: bold;
  font-style:italic;
  text-decoration:underline;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0.04em;
}

h2 {
	display:inline;
	margin:0px;
}

table#list td {
	padding-right: 5px;
}

table#list tr:hover {
	background-color: #efefef;
}

.italic {
	font-style:italic;
}

.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

.black {
	color:#000000;
}

.grey {
	color:#666666;
}

.georgia {
	font-family: "Georgia italic", "Times New Roman", Times, serif, serif;
}

.italic {
	font-style:italic;
}

.noMargin {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.topMarg4 {
	margin-top:4px;
}

.topMarg6 {
	margin-top:6px;
}

.topMarg8 {
	margin-top:8px;
}

.topMarg10 {
	margin-top:10px;
}

.topMarg12 {
	margin-top:12px;
}

a, a:link {
	color:#000000;
}

a:hover, a:active {
	color:#666666;
}

a.add {
	padding-left: 16px;
	background: url("../images/add.png") no-repeat top left;
}


/* --------------- Google map
---------------------------------------------*/


#googleMap {
	margin-left: 5px;
	padding-bottom: 8px;
	margin-top: 8px;
	width: 510px;
	height: 323px;
	overflow: hidden;
}

#line {
	margin-left: 5px;
	margin-top: 8px;
	border-top: 1px solid #000;
	width: 510px;
	height: 10px;
}

table.legend {
	font-weight: bold;
	text-decoration: underline;
}