﻿
#edit_feature_map_tool{
  left:13px;bottom:15px;
  background :rgba(0, 0, 0, 0.75);
  border-radius:15px;
  position:absolute;
  color:#fff;
  padding:5px;
  z-index:300;
  height:20px;
}
#edit_feature_map_tool{
  font-size:16px;
  padding:0 10px 0 25px;
  line-height:20px;
}
#edit_feature_map_tool{
  left:65px;bottom:50px;
  border-radius:5px;
  border:1px solid #364EA5;
  background: -moz-linear-gradient(top,#4C69BA 0%,#3B55A0 100%);
  background: -webkit-gradient(linear, left top, left bottom,from(#4C69BA),to(#3B55A0));
  background:linear-gradient(top,#4C69BA 0%,#3B55A0 100%);
  padding:5px 10px;
  text-shadow:0 -1px 0 #354C8C;
  cursor:pointer;
}
@media screen and (min-width: 768px){
    #edit_feature_map_tool{
        left: 75px;
        padding: 6px 40px;
        font-size: 20px;
        line-height: 20px;
    }
}

/*--------------------------------------------------------------------------------*/
/*#edit_feature_view 情報登録表示 　　　　　　　　　　　　　　　　　　　　　　　 　*/
/*--------------------------------------------------------------------------------*/
#edit_feature_view,#edit_feature {
	background: rgba(255,255,255,0.9);
	/*height: 100%;*/
	width: 100%;
    height:100%;
	float: left;
	clear: both;
	/*position: relative;*/
	position: absolute;
	top: 0px;
	left: 0px;
	overflow:hidden;
	z-index: 510;
}
#edit_feature_view_head {
	height: 29px;
	padding: 3px 7px;
}
#edit_feature_view .edit_feature_view_body
,#edit_feature .edit_feature_view_body{
	/*height: 90%;*/
	width: 100%;
    height:100%;
	float: left;
	clear: both;
	padding-bottom:5px;
	position: relative;
	overflow: auto;
}
#edit_feature_view_head img{
	float:left;
}

#edit_feature_view h1
,#edit_feature h1 {
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(40, 40, 40)),color-stop(0.4, rgb(80, 82, 81)),color-stop(0.5, rgb(96, 96, 96)),color-stop(1, rgb(113, 113, 113)));
	background-image: -moz-linear-gradient(-90deg,rgb(40, 40, 40) 0%,rgb(80, 82, 81) 49%,rgb(96, 96, 96) 50%,rgb(113, 113, 113) 100%);
    background-image:linear-gradient(-90deg,#990000 0,#990000 49%,#990000 50%,#990000 100%);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	
	text-align:center;
	padding: 3px 5px;
	color: rgb(255, 255, 255);
	font-size: 16px;
	line-height:20px;
	font-weight:bold;
	height:20px;
	overflow:hidden;
	clear:both;
}


#edit_feature_view a.close
,#edit_feature a.close {
	width: 30px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	position: absolute;
	top:3px;
	right:5px;
}

#edit_feature_view .name 
,#edit_feature .name{
	margin-top: 18px;
	margin-left: 8%;
	color: #333333;
	font-weight:bold;
	
	/*CSS3*/
	text-shadow: -1px -1px 1px rgba(110,110,110,0.8);
}

#edit_feature_view textarea 
,#edit_feature textarea{
	background-image:url('');
	clear:both;
	width:80%;
	height: 70px;
	margin:5px 10%;
}

#edit_feature_view ul.tab 
,#edit_feature ul.tab{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width:100%
}

/* Float the list items side by side */
#edit_feature_view ul.tab li,#edit_feature ul.tab li {float: left;width:50%}
#edit_feature_view .feature-info {width:100%;height:100%}

/* Style the links inside the list items */
#edit_feature_view ul.tab li a.unSelected
,#edit_feature ul.tab li a.unSelected {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 0px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
    font-weight:bold;
    width:100%;
}

/* Change background color of links on hover */
#edit_feature_view ul.tab li a.selected 
,#edit_feature ul.tab li a.selected{
    background-color: #990000;
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 0px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
    font-weight:bold;
    width:100%;
}

/* Create an active/current tablink class */
/*#edit_feature_view ul.tab li a.unSelected{
    background-color: #990000;
}*/

/* Style the tab content */
#edit_feature_view .tabContent
,#edit_feature .tabContent {
    display: none;
    padding: 6px 12px;
}




#edit_feature_view input.txtbox,
#edit_feature_view input.txtbox2
,#edit_feature  input.txtbox
,#edit_feature  input.txtbox2{
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-webkit-box-shadow:0 0 1px #333;
-moz-box-shadow:0 0 1px #333;
-ms-box-shadow:0 0 1px #333;
box-shadow:0 0 1px #333;
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#cfcfcf),color-stop(0,#fff),color-stop(1,#fff));background-image:-moz-linear-gradient(-90deg,#cfcfcf 0,#fff 6%,#fff 100%);background-image:linear-gradient(-90deg,#cfcfcf 0,#fff 6%,#fff 100%);
text-shadow:1px 1px 0 #fff;
font-size:14px;
height:26px;
width:100%;
line-height:26px;margin-left:5px;
margin-bottom:10px;}

#edit_feature_view .tabContent div.txtdiv,#edit_feature .tabContent div.txtdiv{margin-right:75px;}
#edit_feature_view .tabContent a,#edit_feature .tabContent a{padding:5px 10px;text-decoration:none;font-size:14px;height:20px;width:2.5em;line-height:20px;display:inline-block;text-align:center;float:right;margin-right:5px;}

#edit_feature_view .tabContent p.title {
    /*margin-top: 15px;*/
	color: #395587;
    font-size: 12px;
    line-height: 1.7em;
    margin: 3px 0 3px 5px;
}

#edit_feature p.title {
    /*margin-top: 15px;*/
	padding: 4px;
	border-left: 4px solid #990000;
	background: #990000;
    font-size: 13px;
    font-weight: bold;
    color: #eee;
}
/* Style the tab content */
#attrEdit {
    padding: 6px 12px;
}
#attrEdit p.title {
    /*margin-top: 15px;*/
	padding: 4px;
	border-left: 4px solid #990000;
	background: #990000;
    font-size: 13px;
    font-weight: bold;
    color: #eee;
}
#attrEdit div.txtdiv{margin-right:15px;}

#preview_button {
    background-image: url('../../Content/images/pages/edit_btn_map2.png');
    background-repeat: no-repeat;
    background-position: -5px 4px;
}
#delete_button {
    background-image: url('../../Content/images/pages/edit_btn_trash.png');
    background-repeat: no-repeat;
    background-position: -5px 4px;
}
#edit_feature_view .btn-darkblue a
,#edit_feature .btn-darkblue a{
    color: #FFF;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
    text-decoration: none;
    display: block;
    width: 200px;
    height: 35px;
    line-height: 35px;
}
#edit_feature_view .btn-darkblue
,#edit_feature .btn-darkblue {
    display: block;
    width: 200px;
    height: 35px;
    margin: 3px auto;
    text-align: center;
}

#edit_feature_view .btn-photo-delete a
,#edit_feature .btn-photo-delete a{
    color: #FFF;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
    text-decoration: none;
    display: block;
    width: 50px;
    height: 20px;
    line-height: 35px;
}
#edit_feature_view .btn-photo-delete
,#edit_feature .btn-photo-delete {
    display: block;
    width: 50px;
    height: 20px;
    margin: 3px auto;
    text-align: center;
}
#themeEditFeature .txtdiv li {
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
    min-height: 49px;
    padding: 0 5px;
    width: 100%;
    display: -moz-box;
    display: -webkit-box;
    display: -o-box;
    display: -ms-box;
    -moz-box-align: center;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-box-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/*--------------------------------------------------------------------------------*/
/*word_search  フリーワード検索フローティング 　　　　　　　　　　　　　　　　 */
/*--------------------------------------------------------------------------------*/
#itemSelect,#layerSelect {
	/*height: 100%;*/
	height: 100%;
	width: 100%;
	float: left;
	clear: both;
	/*position: relative;*/
	position: absolute;
	left: 0px;
	top: 0px;
	overflow:hidden;
	
	/*CSS3*/
	/*background: rgba(255,255,255,0.9);*/
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgba(115, 115, 115, 0.8)),color-stop(0.5, rgba(75, 75, 75, 0.8)),color-stop(0.5, rgba(75, 75, 75, 0.8)),color-stop(1, rgba(51, 51, 51, 0.8)));
	background-image: -moz-linear-gradient(-90deg,rgba(115, 115, 115, 0.8) 0%,rgba(75, 75, 75, 0.8) 50%,rgba(75, 75, 75, 0.8) 51%,rgba(51, 51, 51, 0.8) 100%);
	background-image: linear-gradient(-90deg,rgba(115, 115, 115, 0.8) 0%,rgba(75, 75, 75, 0.8) 50%,rgba(75, 75, 75, 0.8) 51%,rgba(51, 51, 51,0.8) 100%);
    z-index:300;
}
#itemSelect #itemSelect_head,
#layerSelect  #itemSelect_head{
	height: 29px;
	padding: 3px 7px;
}
#itemSelect img,
#layerSelect img {
	float:left;
}


#itemSelect #itemSelect_body,
#layerSelect #itemSelect_body {

	padding:10px;
	height: 90%;
	width: 100%;
	float: left;
	clear: both;
	padding-bottom:5px;
	position: relative;
	overflow: auto;
	
	-webkit-box-sizing: border-box;　/* Safari,Google Chrome用 */  
	-moz-box-sizing: border-box;　/* Firefox用 */  
	-ms-box-sizing: border-box;　/* Internet Explorer 8用 */  
	box-sizing: border-box;　/* Opera用 */
}


#itemSelect li,
#layerSelect li{
	height: 40px;
	color: #333333;
	font-size:14px;
	line-height: 40px;
	text-decoration:none;
	font-weight:bold;
	text-indent:5px;
	margin: 0 10px;
	
	padding: 0px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	display: block;
	position: relative;
	
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(237, 237, 237)),color-stop(1, rgb(204, 204, 204)));
	background-image: -moz-linear-gradient(-90deg,rgb(237, 237, 237) 0%,rgb(204, 204, 204) 100%);
	background-image: linear-gradient(-90deg,rgb(237, 237, 237) 0%,rgb(204, 204, 204) 100%);
}

#itemSelect li.first ,
#layerSelect li.first{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-top:5px;
}

#itemSelect li.last,
#layerSelect li.last {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom:5px;
	border-bottom:solid 1px #999999;
}

#itemSelect li a,
#layerSelect li a{
	color: #333333;
	font-size:14px;
	line-height: 40px;
	text-decoration:none;
	text-indent:30px;
	display:block;
	background: url('../../Content/images/pages/chk01_off.png') no-repeat 5px center;
}
#itemSelect li:hover,
#layerSelect li:hover{
	background: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(64, 134, 220)),color-stop(1, rgb(137, 187, 253)));
	background: -moz-linear-gradient(-90deg,rgb(64, 134, 220) 0%,rgb(137, 187, 253) 100%);
	background: linear-gradient(-90deg,rgb(64, 134, 220) 0%,rgb(137, 187, 253) 100%);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	color: rgb(255, 255, 255);
}
#itemSelect li a:hover,
#layerSelect li a:hover{
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	color: rgb(255, 255, 255);
}

#itemSelect li a.current,
#layerSelect li a.current{
	background: url('../../Content/images/pages/chk01_on.png') no-repeat 5px center;
}

#itemSelect p,
#layerSelect p{
    text-align: center;
    background-color: #FFF;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    padding: 5px 0;
}

#layerSelect li h1{    
    background-color: #990000;
    color: white;
    text-align: center;
}



.edit_mode_head{
  background-color:rgba(255,255,255,0.8);
  width:100%;
  overflow:hidden;
  float:left;
  clear:both;
  position:absolute;
  z-index:102;
  display:none;
  text-align:center;
  padding:10px 0 0;
}
.edit_mode_head .annotation {
    color: #00a;
    font-weight: bold;
    overflow: hidden;
    font-size: 14px;
    display: block;
    padding-left: 5px;
    white-space: nowrap;
    width: 100%;
}
.edit_mode_head .annotation{font-weight:normal;}
.edit_mode_head .edit_btn_wrap{margin:0 auto;width:17em;}
.edit_mode_head .cancel, .edit_mode_head .excute{float:left;}
.edit_mode_head .cancel:active, .edit_mode_head .excute:active{position:relative;top:1px;}


.edit_mode_head .cancel, .edit_mode_head .excute{
    line-height:1.5;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e2e2f0));
    background:-moz-linear-gradient(top, #ffffff 5%, #e2e2f0 100%);
    background:-webkit-linear-gradient(top, #ffffff 5%, #e2e2f0 100%);
    background:-o-linear-gradient(top, #ffffff 5%, #e2e2f0 100%);
    background:-ms-linear-gradient(top, #ffffff 5%, #e2e2f0 100%);
    background:linear-gradient(to bottom, #ffffff 5%, #e2e2f0 100%);
    background-color:#ffffff;
    
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    
    border:1px solid #afb9d6;
    
    cursor:pointer;
    color:#000;
    font:normal 15px/1.5 arial, meiryo;
    margin:10px;
    padding:6px 14px;
    text-decoration:none;
    text-shadow:0px 1px 0px #fff;
    white-space:nowrap;
}


.edit_mode_head .cancel span,.edit_mode_head .excute span{
    background-image:url('../../Content/images/pages/edit_btn_check.png');
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:17px 17px;
    display:block;
    float:left;
    width:17px;height:17px;
    margin:2px 2px 0 -2px;
}
.edit_mode_head .excute span{
    background-position:-4px 0;
    background-size:26px auto;
}
.edit_mode_head .cancel span.back{
    background-image:url('../../Content/images/pages/edit_btn_back.png');
}

 .pictogram input
, .pictogram img
, .pictogram span
{
    margin:3px;
    vertical-align: middle;
}
.pictogram input {
    margin-top:3px;
    margin-left:3px;
}
.pictogramImg {
    
    margin-left:3px;
}
#detail #detail_head .btn-update-simple {
  float: right;
  left:13px;bottom:15px;
  background :#364EA5;
  border-radius:15px;
  color:#fff;
  padding:5px;
  z-index:300;
  height:20px;
}
#search_address{background:#FFF;height:auto;width:100%;float:left;clear:both;position:absolute;overflow:hidden;z-index:502;}
#search_address #search_address_head{height:29px;/*padding:3px 7px;*/position:absolute;z-index:10;}
#search_address #search_address_body{height:auto;width:100%;float:left;clear:both;position:relative;overflow:auto;}
#search_address h1{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#990000),color-stop(0.4,#990000),color-stop(0.5,#990000),color-stop(1,#990000));background-image:-moz-linear-gradient(-90deg,#990000 0,#990000 49%,#990000 50%,#990000 100%);background-image:linear-gradient(-90deg,#990000 0,#990000 49%,#990000 50%,#990000 100%);text-shadow:1px 1px 0 rgba(0,0,0,0.3);text-align:center;padding:3px 5px;color:#fff;font-size:16px;line-height:25px;font-weight:bold;height:auto;}
#search_address li{border-bottom:1px solid #CCCCCC;min-height:49px;padding:0 5px;width:100% ;display:-moz-box;display:-webkit-box;display:-o-box;display:-ms-box;-moz-box-align:center;-webkit-box-align:center;-o-box-align:center;-ms-box-align:center;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;}
#search_address li.first{border-top:1px solid #CCC;color:#ffffff;font-weight:bold;font-size:12px;text-decoration:none; background-color:#990000; line-height:1.7em;}
#search_address li a{color:#333;font-weight:bold;font-size:14px;text-decoration:none;display:block;background:url(../../Content/images/pages/arrow_02.png) no-repeat 97% center;line-height:30px;padding-left:10px;padding-right:30px;-moz-box-flex:1;-webkit-box-flex:1;-o-box-flex:1;-ms-box-flex:1;}
#search_address li:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4086dc),color-stop(1,#89bbfd));background:-moz-linear-gradient(-90deg,#4086dc 0,#89bbfd 100%);background:linear-gradient(-90deg,#4086dc 0,#89bbfd 100%);}
#search_address li a:hover{
text-shadow:1px 1px 0 rgba(0,0,0,0.3);color:#FFFFFF;background:#618dbe url(../../Content/images/pages/arrow_03.png) no-repeat 97% center;
}

#search_address input.txtbox{border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-webkit-box-shadow:0 0 1px #333;-moz-box-shadow:0 0 1px #333;-ms-box-shadow:0 0 1px #333;box-shadow:0 0 1px #333;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#cfcfcf),color-stop(0,#fff),color-stop(1,#fff));background-image:-moz-linear-gradient(-90deg,#cfcfcf 0,#fff 6%,#fff 100%);background-image:linear-gradient(-90deg,#cfcfcf 0,#fff 6%,#fff 100%);text-shadow:1px 1px 0 #fff;font-size:14px;height:26px;width:100%;line-height:26px;margin-left:5px;margin-bottom:10px;}
#search_address div.txtdiv{margin-right:75px;}
#search_address #txt_search_address a{padding:5px 10px;text-decoration:none;font-size:14px;height:20px;width:2.5em;line-height:20px;display:inline-block;text-align:center;float:right;margin-right:5px;}
#search_address .txt_01,#search_address-area .txt_01,#pntregist_main .txt_01,#view_select_head .txt_01,#url_view .txt_01,#keiro_help .txt_01{color:#395587;font-size:12px;line-height:1.7em;margin:3px 0 3px 5px;}
#keiro_help .txt_02{font-weight:bold;color:#395587;font-size:12px;line-height:1.7em;margin:3px 0 3px 5px;}
#search_address li.now_address a{color:#395587;font-weight:bold;font-size:15px;line-height:40px;text-indent:5px;text-decoration:none;display:block;background:url(../../Content/images/pages/btn_map_view.png) no-repeat 98% center;}
#search_address li.now_address a:hover{text-shadow:1px 1px 0 rgba(0,0,0,0.3);background-color:#618dbe;color:#fff;}

#search_address .txt_02{color:#ffffff;font-size:12px;line-height:1.7em;margin:3px 0 3px 5px; background-color:#990000;}

#search_address .txt_03{
  color:#ffffff;
  padding: 0.5em;
  font-size: 12px;
  line-height: 12px;
  background-color:#990000;
  font-weight:bold;
}

#search_address .btn-darkblue{display:block;width:200px;height:35px;margin:3px auto;text-align:center;}
#search_address .btn-darkblue a{color:#FFF;text-shadow:-1px -1px 1px rgba(0,0,0,0.3);text-decoration:none;display:block;width:200px;height:35px;line-height:35px;}


#attrEdit .selecttag
{
    color: #333333;
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin-left: 80px;
    text-align: left;
    text-decoration: none;
    position: relative;
}
#attrEdit .selecttag .caption
{
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 65px;
    border: thin solid #999999;
    height: 40px;
    line-height: 40px;
    z-index: 999;
    overflow: hidden;
}
#attrEdit .selecttag ul
{
    margin-right: 65px;
    border: thin solid #999999;
    z-index: 999;
}
#attrEdit .selecttag ul li
{
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #CCCCCC;
    /*min-height: 49px;*/
    /*height: 30px;*/
    padding: 5px;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
}
#attrEdit .selecttag ul li a
{
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    text-decoration: none;
}
#attrEdit .selecttag ul li a:hover
{
    background: none repeat scroll 0 0 #D9898A;
    color: #FFFFFF;
    text-align: left;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#attrEdit .selecttag .selectbutton
{
    display: block;
    margin: 3px auto;
    text-align: center;
    position: absolute;
    top: 3px;
    right: 0px;
    font-size: 14px;
    height: 20px;
    padding: 5px 10px;
    text-decoration: none;
    width: 35px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 1px rgba(58, 69, 85, 0.8);
    color: #FFFFFF;
    text-shadow: -1px -1px 1px rgba(57, 70, 88, 0.8);
    line-height: 20px;
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#7d96b7),color-stop(0.5,#5977a2),color-stop(0.5,#486a9a),color-stop(1,#496d9b));background-image:-moz-linear-gradient(-90deg,#7d96b7 0,#5977a2 50%,#486a9a 51%,#496d9b 100%);background-image:linear-gradient(-90deg,#7d96b7 0,#5977a2 50%,#486a9a 51%,#496d9b 100%);-webkit-box-shadow:0 0 1px rgba(58,69,85,0.8);-moz-box-shadow:0 0 1px rgba(58,69,85,0.8);box-shadow:0 0 1px rgba(58,69,85,0.8);text-shadow:-1px -1px 1px rgba(57,70,88,0.8);border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;color:#fff;-ms-box-shadow:0 0 1px rgba(58,69,85,0.8);
}
#showPhoto a{padding:5px 10px;text-decoration:none;font-size:14px;height:20px;width:2.5em;line-height:20px;display:inline-block;text-align:center;float:right;margin-right:5px;}
#header_EditLayer {
    background-color: #333;
    height: 40px;
    width: 100%;
    overflow: hidden;
    float: left;
    clear: both;
    position: relative;
    z-index:300;
}
#header_EditLayer span{
display: inline-block;
    color:white;
    padding-left:10px;
    padding-top:10px;
    height: 100%;
    text-align:center;
}
#header_EditLayer a {
    padding: 5px 10px;
    text-decoration: none;
    font-size: 14px;
    height: 20px;
    width: 2.5em;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}

.opacityCss {
    opacity:.5;
}

#map_type li.maplist {
    
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    font-weight: bold;
    text-indent: 5px;
    margin: 0 10px;
    padding: 0;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    display: block;
    position: relative;
    background-image: linear-gradient(-90deg,rgba(255,255,255,0.9) 0,rgba(255,255,255,0.9) 100%);
}