/********************************************************************************************************
 * GOOGLE MAP
 * 
 *******************************************************************************************************/

.clear:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.clear {
	display:inline-block;
}
html[xmlns] .clear {
	display:block;
}

img {
	border: 0px;
}

#map {
	position: absolute;
	top: 95px;
	bottom: 11px;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	overflow: auto;
	width:100%;
	height: expression(document.body.clientHeight - (96) + "px");
}

#mMap {
	width: 100%;
	height: 100%;
}


/********************************************************************************************************
 * CONTEXTMENU
 * 
 *******************************************************************************************************/
 
#contextMenu {
	display:none;
	background-color:#ffffff;
	position:absolute;
	padding:10px;
	border:1px solid #003c78;
}

#contextMenu ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

#contextMenu li {
	padding:0;
	padding-top:2px;
	padding-bottom:2px;
	margin:0;	
}


/********************************************************************************************************
 * NEW ACCOUNT
 * 
 *******************************************************************************************************/
#newAccount {
	display:none;
	position:absolute;
	top:120px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-color:#fff;
}

#newAccount td {
	padding-right:20px;
	padding-bottom:2px;	
}



/********************************************************************************************************
 * FORGET ACCOUNT
 * 
 *******************************************************************************************************/
#forgetAccount {
	display:none;
	position:absolute;
	top:120px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-color:#fff;	
}


/********************************************************************************************************
 * MARKER
 * 
 *******************************************************************************************************/

.MMarker {
	position:absolute;
	border: 0;	
}

.MMarkerImage {
	position:relative;
	border: 0;
	cursor: pointer;	
}

.MMarkerImageKohde {
	width:30px;
	height:30px;
}

.MMarkerImagePalvelu {
	width:30px;
	height:30px;
}

.MMarkerImageViranomaistieto {
	width:30px;
	height:30px;
}

.MMarkerImageValokuva {
	width:30px;
	height:30px;
}

/********************************************************************************************************
 * NEW TARGET DIALOGUE
 * 
 *******************************************************************************************************/
 
 #newTarget {
 	display:none;
	/*background-color:#ffffff;*/
	position:absolute;
	/*padding:10px;
	border:1px solid #003c78;
	width:350px;*/
 }
 
 #newTarget #newTargetDescription {
 	width:278px;
 	height:50px;	
 }
 
 #newTarget #newTargetClass {
 	
 }

 
 
/********************************************************************************************************
 * NEW SERVICE DIALOGUE
 * 
 *******************************************************************************************************/
 
#newService {
 	display:none;
	/*background-color:#ffffff;*/
	position:absolute;
	/*padding:10px;
	border:1px solid #003c78;
	width:350px;*/
 } 
 
#newServiceProperties {
	display: block;
	clear: both;	
} 

 
#newServiceProperties ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
  
#newServiceProperties .selectionName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4d4d4d;
	margin: 0px;
	padding: 0px;
	padding-right:10px;	
}


 
 
/********************************************************************************************************
 * NEW AUTHORITY DIALOGUE
 * 
 *******************************************************************************************************/
 
 #newAuthority {
 	display:none;
	/*background-color:#ffffff;*/
	position:absolute;
	/*padding:10px;
	border:1px solid #003c78;
	width:350px;*/
 }
  
 
 
 /********************************************************************************************************
 * NEW IMAGE DIALOGUE
 * 
 *******************************************************************************************************/
 
 #newImage {
 	display:none;
	/*background-color:#ffffff;*/
	position:absolute;
	/*padding:10px;
	border:1px solid #003c78;
	width:350px;*/
 }


 
 /********************************************************************************************************
 * PLACE INFO DIALOGUE
 * 
 *******************************************************************************************************/
  
 .pointer {
	position: relative;
	z-index: 2;
	width: 34px;
	height: 32px;
	background-image: url(/static/images/merenkulkulaitos/targetinfo/pointer.gif);
	background-repeat: no-repeat;
	top: 215px;
	left: -30px;
	
}


#placeInfo {
	width: 460px;
	padding: 0px 0px 0px 31px;
	position: absolute;
	display: none;
}
.placeInfoTop {
	background-image: url(/static/images/merenkulkulaitos/targetinfo/window_top.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
	display:block;
	width: 471px;
	height:3px;
	margin: 0px;
	padding: 0px;

}

.placeInfoBottom {
	background-image: url(/static/images/merenkulkulaitos/targetinfo/window_bottom.gif);
	background-repeat: no-repeat;
	width: 471px;
	height: 3px;
	float: left;
}

.placeInfoContent {
	background-color:#FFFFFF;
	border-left:1px solid #959595;
	border-right:1px solid #959595;
	border-style:none solid;
	float:left;
	margin:0;
	padding: 14px 14px 0;
	width: 442px;
}

.placeInfoMinHeight {
	width: 1px;
	height: 250px;
	float: left;
	display: inline-table;
	margin: 0px;
	padding: 0px;
	
}
.placeInfoGeneral {
	width: 441px;
}

.placeInfoBigImage {
	/*float: right;*/
}

#closePlaceInfo, #closeNewTarget, #closeNewService, #closeNewImage, #closeNewAuthority  {
	float: right;
	display:inline;
	padding: 0px;
	
}
#closePlaceInfo a, #closeNewTarget a, #closeNewService a, #closeNewImage a, #closeNewAuthority a  {
	background-image: url(/static/images/merenkulkulaitos/targetinfo/close.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	float:left;	
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #343434 !important; 
	text-decoration: none;	
	margin: 0px;
	padding: 1px 17px 0px 0px;
	
}

.otsikko {
	float: left;
}

.otsikko h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin: 3px 0px 8px 0px;
}

/*.place_description {
	float: left;
	width: 260px;
	margin: 0px 10px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003c78;
}*/

.place_description {
	color:#262626;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:165px;
	overflow:auto;
}


#placeInfo a:link, #placeInfo a:visited {
	color: #0000cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	
}

#placeInfo a:hover {
	color: #0000cc;
	text-decoration: none;
}

.place_picture {
	float: right;
	margin: 0px;
}

.placeInfoImage {
	float:right;
	margin 0px 0px 5px 5px;
}

.page_contentblock {
	float: left;
	width: 439px;
	padding: 0px 0px 10px 0px;
}

#placeInfoTools {
	padding: 4px 0px 4px 0px !important;
}

.place_bigPicture {
	margin: 0px 0px 5px 0px;
}

.dotline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	
	
}

.dotline_both {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

.rating {
	float: left;
	width: 260px;
	margin: 0px 10px 0px 0px;
}

.rating_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #959595;
	display: block;
	width: 60px;
	float: left;
	margin: 5px 0px 0px 0px;
}

#placeInfoStars {
	float:left;
	position:relative;
	top:4px;
}

.star {
	cursor:pointer;
}
.rating_number {
	float:left;
	font-family: Arial,Helvetica,sans-serif;
	font-size:10px;
	margin:6px 0 0 5px;

}

.comments {
	float: left;

}

.comment_numbers {
	float:left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	margin: 4px 0 0 4px;
}

.wwwLink {
	float: left;
	margin: 0px;
}

a.notify_error {
	display:block;
	margin:3px 0px 0px 0px;
	float:right;
	
}
#placeInfoNotifyErrorLink {
	float:right;
	display:inline;
	/*width:auto;*/	
}

.properties_title {
	color: #003c78;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}

ul.properties {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin: 0px;
	padding: 0px;
	
}

ul.properties li {
	margin: 0px;
	padding: 2px 0px 0px 10px;
	float: left;
	display: block;
	width: 135px;
	background-image: url(/static/images/merenkulkulaitos/targetinfo/service_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}

.commentsTitle {
	color: #003c78;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
}


ul#placeInfoCommentsMessages {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#placeInfoCommentsMessages li {
	display: block;
	height: auto;
	/*width: 440px;*/
	/*border-top: 1px solid #BBBBBB;*/
	background-color: #E1E1E1;
	margin: 2px 0px 2px 0px;
	/*float: left;*/
	padding: 4px;
	clear:both;
}

.commentDate {
	float: left;
	display: block;
	font-size: 10px;
	width: 100px;
}

.commentUser {
	float: left;
	display: block;
	/*clear: left;*/
	font-size: 10px;
}

.commentRow a {
	float:left;
	display: block;
}

.commentText {
	display: block;
	width: 250px;
}

.commentLinkBack {
	background-image:url(/static/images/merenkulkulaitos/targetinfo/targetinfo_btn_bg.gif);
	background-repeat:repeat-x;
	border-color:#909090 #5E5E5E #5E5E5E #909090;
	border-style:solid;
	border-width:1px;
	color:#000000 !important;
	display:block;
	float:left;
	font-weight:bold;
	padding:3px 5px;
	text-decoration: none !important;
	font-size: 12px!important;

}


.add_txtlabel {
	display: block;
	width: 160px;
	float: left;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
}

.add_txtlabel_optional {
	display: block;
	width: 160px;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
}

.add_inputwrap{
	display: block;
	float: right;
	width: 279px;
	margin: 5px 0px 5px 0px;
}

#newTargetFile {
	width: 160px;
}

#newTargetName {
	width: 278px;
}

.cordinates {
	width: 60px;
	display: block;
	float: left;
}

#newServiceName, #newServiceDescription, #newServiceWWW  {
	width: 278px;
}

#newAuthorityName, #newAuthorityDescription {
	width: 278px;
}

.btn {
	/*height: 21px !important;
	background-image: url(/static/images/merenkulkulaitos/panel/button_bg.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #074275;
	border-bottom: 1px solid #074275;
	border-left: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF !important;
	margin: 0px;
	padding: 0px 5px 0px 5px;*/
	background-image:url(/static/images/merenkulkulaitos/targetinfo/targetinfo_btn_bg.gif);
	background-repeat:repeat-x;
	border-color:#909090 #5E5E5E #5E5E5E #909090;
	border-style:solid;
	border-width:1px;
	color:#000000 !important;
	display:block !important;
	float:left;
	font-size:12px !important;
	font-weight:bold;
	height:17px;
	padding:2px 5px 20px;
	text-decoration:none !important;
}

#commentScroll {
	/*width: 438px;*/
	overflow: auto;
	height: 300px;
	margin-bottom: 12px;
	/*float:left;*/
}

#singleCommentWrapper {
	margin: 0px 10px 10px 10px;
}

#commentLinksWrapper {
	border-top: 1px solid #cccccc;
	padding: 10px 10px 10px 10px;
}

#placeInfoAddComment {
}

.placeInfoCategory, .placeInfoType {
	color: #777777;
}

a#placeInfoCommentsLink {
	background-image:url(/static/images/merenkulkulaitos/targetinfo/targetinfo_btn_bg.gif);
	background-repeat:repeat-x;
	border-color:#909090 #5E5E5E #5E5E5E #909090;
	border-style:solid;
	border-width:1px;
	color:#000000 !important;
	display:block;
	float:left;
	font-weight:bold;
	padding:3px 5px;
	text-decoration: none !important;
	font-size: 12px!important;
}

a#placeInfoAddCommentLink {
	background-image:url(/static/images/merenkulkulaitos/targetinfo/targetinfo_btn_bg.gif);
	background-repeat:repeat-x;
	border-color:#909090 #5E5E5E #5E5E5E #909090;
	border-style:solid;
	border-width:1px;
	color:#000000 !important;
	display:block;
	float:left;
	font-weight:bold;
	padding:3px 5px;
	text-decoration: none !important;
	font-size: 12px!important;
	margin: 0 5px 0 0;
}

.place_bigPictureDescription {
	
}

.btn_a {
	background-image:url(/static/images/merenkulkulaitos/targetinfo/targetinfo_btn_bg.gif);
	background-repeat:repeat-x;
	border-color:#909090 #5E5E5E #5E5E5E #909090;
	border-style:solid;
	border-width:1px;
	color:#000000 !important;
	display:block;
	float:left;
	font-weight:bold;
	padding:3px 5px;
	text-decoration: none !important;
	font-size: 12px!important;
}

/*#placeInfoNotifyErrorEmail {
	
	float:left;
	margin:0 0 5px;
	width:438px;
}*/

#placeInfoAddCommentTitle, /*#placeInfoNotifyErrorName*/ {
	float: left;
	/*clear: both;*/
	width: 438px;
	margin: 0px 0px 5px 0px;
}

/*#placeInfoNotifyError label {
	
	display:block;
	float:left;
	margin:3px 0 0;
}

#placeInfoNotifyErrorName {
	float: left;
	
	width: 438px;
	margin: 0px 0px 5px 0px;
}

#placeInfoNotifyErrorMessage {
	float: left;
	
	width: 438px;
	margin: 0px 0px 5px 0px; 
}

#placeInfoNotifyErrorSubmit {
	
}

#placeInfoNotifyErrorButtons, #placeInfoCommentsButtons {
	float:left;
	padding:0 0 5px;
	width:440px;
}

#placeInfoNotifyErrorSend {
	float: left;
}
#placeInfoNotifyErrorSubmit {
	background-image:url(/static/images/merenkulkulaitos/panel/button_bg.gif);
	background-repeat:repeat-x;
	border-color:#FFFFFF #074275 #074275 #FFFFFF;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF !important;
	display:block;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	height:17px;
	margin:0;
	padding:2px 3px 0;
	text-decoration: none !important;
}*/

#placeInfoCommentsButtons {
	border-bottom:1px solid #CCCCCC;
	padding:10px;
}

#placeInfoAcBackToConversation {
	background-image:url(/static/images/merenkulkulaitos/targetinfo/targetinfo_btn_bg.gif);
	background-repeat:repeat-x;
	border-color:#909090 #5E5E5E #5E5E5E #909090;
	border-style:solid;
	border-width:1px;
	color:#000000 !important;
	display:block;
	float:left;
	font-weight:bold;
	padding:3px 5px;
	text-decoration: none !important;
	font-size: 12px!important;
}

#placeInfoProperties {
	padding-top: 5px;
}

.facebookShare {
	border: 0px none;
	margin:4px 0px 0px 0px;
	float: left;
}

#placeInfoSendLinkText {
	display: block;
	float: left;
	width: 15px;
	height: 14px;
	background-image: url(/static/images/merenkulkulaitos/targetinfo/email_share.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	margin:4px 4px 0;
}

.placeInfoTopTools {
	float: right;
}

#removeMarker {
	float: left;
	margin:0 5px 0 0;
}

#modifyMarker {
	float: left;
	margin:0 5px 0 0;
}

