/* CSS for maps */

body{
	background: #8c98b3 url(../images/common/kentrehberi_bg.png) repeat-x scroll 0 0
}

#leftField{
	float:left;
	height:610px;
	width:82%;
	background-color:#FFF;
	border: 1px solid #404a65;
}

#controlArea{
	position:relative;
	right:10px;
	top:10px;
	z-index:10000;
	font-family:Tahoma;
	font-size: x-small;
	text-align:right;
}
#controlArea span{
	background-color:#e3e3e3;
	color:#000000;
	border:1px solid #000000;
	padding:2px 4px;
	font-weight:bold;
}
#controlArea span:hover{
	background-color:#404a65;
	color:#FFFFFF;
	border:1px outset #000000;
	cursor:pointer;
}
#bannerField{
	border: 1px solid #4f5a74;
	background-color:#d5ddf3;
	margin-bottom:5px;
	font-family:"Times New Roman", Times, serif;
	font-size:x-large;
	font-style:italic;
	font-weight:bold;
	color:#404a65;
}

#bannerFieldLeft{
	float:left;
	width:63%;
	margin-top:4px;
	padding:1%;
}

#bannerFieldRight{
	float:right;
	width:30%;
	text-align:right;
}

#rightField{
	float:right;
	width:17%;
	height:610px;
	border: 1px solid #4f5a74;
	background-color:#d5ddf3;
}

.mapField{
	border-width:0px;
	height:100%;
	width:100%;
	background-color:#FFF;
	margin-top:-12px;
}

.fixFlow{
	clear:both;
}

.cityName{
	font-size:x-large;
}

#logoContainer{
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:700;
	color:#404a65;
	font-size:medium;
}

#pageWrapper{
	margin:0 auto;
	min-width:85%;
	width:96%;
}

/****************/
/* FOOTER FIELD */
/****************/

#footerField{
	font-family:Tahoma;
	font-size: x-small;
	font-weight:bold;
	border: 1px solid #4f5a74;
	background-color:#d5ddf3;
	padding:4px;
	margin-top:5px;
}

#footerField a{
	color:#59657f;
	font-family:Tahoma;
	font-size:xx-small;
	font-weight:bold;
}
#footerField a:link{
	text-decoration:none;
	font-size:xx-small;
	font-weight:bold;
}

#footerField a:hover{
	font-size:xx-small;
	font-weight:bold;
	text-decoration:underline;
}

#footerField a:visited{
	font-size:xx-small;
	font-weight:bold;
	text-decoration:none;
}

/****************/
/* FORM FIELD   */
/****************/

#formArea{
	float:right;
	margin:0 auto;
	width: 100%;
	height: 432px;

}

#formArea legend{
	font-size: x-small;
	font-weight: bold;
	color:#000000;
	display:block;
}

#formArea fieldset{
	font-family: Tahoma;
	font-weight: bold;
	font-size: x-small;
	margin-bottom: 5px;
	text-align: left;
	border: 1px solid #404a65;
	padding: 5px;
	width:87%;
	margin-left:auto;
	margin-right:auto;

}
#formArea label{
	font-family: Tahoma;
	font-size: x-small;
	float: left;
	text-align: right;
	margin-right: 2%;
	width: 21%;
}

#formArea .separator{
	clear:both;
	margin-top: 5px;
	margin-bottom: 5px;
}

#formArea select:focus{
	background-color: #ffd;
}

#formArea input{
	border: 2px outset #284279;
	color: white;
	font-family:Tahoma;
	font-weight:bold;
	font-size:x-small;
	background-color: #545f7b;
	float:right;
}

#formArea select{
	border: 1px solid #284279;
	width: 120px;
	font-family:Tahoma;
	font-size:x-small;
}

#formArea .cyprusgiscenter{
	text-align:center; 
	font-family:Tahoma; 
	font-weight:bold; 
	font-size:x-small;
	color:#284279;
}







