﻿/*global*/
input,select,textarea {
	font-family: Tahoma;
	font-size: 12px;
}

.form {
	background-color: #EEEEEE;
	padding: 4px;
	border: 1px dotted #CCCCCC;
}
/*map toolbar*/
#d_maptb {
	padding: 4px;
	background-color: #FFFFFF;
	filter:alpha(opacity=90);
	opacity:0.9;
	height:24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#d_maptb a 
{
	float:left;
}

#d_maptb a.maptb_off {
	text-decoration: none;
	cursor: pointer;
	color:#000000;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-image:url(/modules/map/images/button-normal.gif);
	background-position:center center;	
	background-repeat:no-repeat;
}
#d_maptb a.maptb_off:hover {
	text-decoration: none;
	cursor: pointer;
	color:#000000;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-image:url(/modules/map/images/button-hover.gif);
	background-position:center center;	
	background-repeat:no-repeat;
}
#d_maptb a.maptb_on {
	cursor: default;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	cursor: pointer;
	background-image:url(/modules/map/images/button-pressed.gif);
	background-position:center center;	
	background-repeat:no-repeat;
}
#d_maptb a.maptb_on:hover {
	cursor: default;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-image:url(/modules/map/images/button-pressed.gif);
	background-position:center center;	
	background-repeat:no-repeat;
	cursor: pointer;
}
#d_maptb a.maptb_active {
	cursor: default;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-image:url(/modules/map/images/button-pressed.gif);
	background-position:center center;	
	background-repeat:no-repeat;
}

#d_maptb .BorderDiv{
	float:left;
	width:64px;
	height:24px;
	vertical-align:middle; 
	line-height:22px; 
	text-align:center;
}
/*add by jun 10.21*/
#d_maptb .BorderDiv1{
	float:left;
	width:94px;
	height:24px;
	vertical-align:middle; 
	line-height:22px; 
	text-align:center;
}
#d_maptb a.maptb_off1 {
	text-decoration: none;
	cursor: pointer;
	color:#000000;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-image:url(/modules/map/images/button-normal1.gif);
	background-position:center center;	
	background-repeat:no-repeat;
}
/*add end*/
/*mini map*/
#d_minimaptoggle {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 30px;
	padding-bottom: 30px;
	cursor: pointer;
	position: absolute;
	line-height:10px;
	filter: alpha(opacity=60);
	opacity: 0.6;
	text-align: center;
	font-family: simhei;
	padding-right: 1px;
	padding-left: 1px;
}
#d_minimaplocation {
	cursor: move;
	border: 2px solid #3366FF;
	background-color: #FFFFCC;
	filter: alpha(opacity=50); 
	opacity: 0.5;
}
#d_minimapctn {
	background-color:#666666;
	filter: alpha(opacity=80); 
	opacity: 0.8;
}
/*search result pager*/
#d_schrsltpg {
	line-height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#d_zoombox {
	border: 2px solid #FF6600;
	filter: alpha(opacity=80); 
	opacity: 0.8;
}

td.tabswitcher {
	cursor: pointer;
	color: #0066CB;
	font-size: 14px;
}
td.tabswitchersel {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}

.top_right_link{
}
.top_right_link a{
	color:#666666;
	text-decoration:none;
}
.top_right_link a:hover {
	color:#000000;
	text-decoration:underline;
}

#d_locasch {
	color: #FFFFFF;
	background-color: #333333;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	padding-left:3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
/*add by jun 10.15*/
#loadmk
{
	color: #FFFFFF;
	background-color: #333333;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	padding-left:3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
#loadmk div.list
{
	border-bottom:1px solid #666666;
	padding-top:2px;
	padding-bottom:2px;	
}
#loadmk div.list a{
    color:#FFFFFF;
    text-decoration:none;
    padding-left:4px;
}
#loadmk div.list a:hover{
    text-decoration:underline;
    font-size:16px;
} 
/*end*/
/*add by jun 10.19*/
#lr,#lf,#ly,#qc,#gw,#yl,#fw
{
	color: #FFFFFF;
	background-color: #333333;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	padding-left:3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
#lr div.list,#lf div.list,#ly div.list,#qc div.list,#gw div.list,#yl div.list,#fw div.list
{
	border-bottom:1px solid #666666;
	padding-top:2px;
	padding-bottom:2px;	
}
#lr div.list a,#lf div.list a,#ly div.list a,#qc div.list a,#gw div.list a,#yl div.list a,#fw div.list a
{
    color:#FFFFFF;
    text-decoration:none;
    padding-left:4px;
}
#lr div.list a:hover,#lf div.list a:hover,#ly div.list a:hover,#qc div.list a:hover,#gw div.list a:hover,#yl div.list a:hover,#fw div.list a:hover
{
    text-decoration:underline;
    font-size:16px;
}
/*end*/



#d_locasch_hd {
	border-bottom:2px solid #FE770B;
}
#d_locasch_hd a{
    color:#FFFFFF;
    font-family:arial;
    font-weight:bold;
    font-size:16px;
    text-decoration:none;
}
#d_locasch_hd a:hover{
    color:#FE770B;
}
#d_locasch_bd div.list {
	border-bottom:1px solid #666666;
	padding-top:2px;
	padding-bottom:2px;
}
#d_locasch_bd div.list a{
    color:#FFFFFF;
    text-decoration:none;
    padding-left:4px;
}
#d_locasch_bd div.list a:hover{
    text-decoration:underline;
}
#d_locasch_bd div.pg {
	padding-left:3px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#FFFFFF;
	color:#000000;
}
#d_locasch_bd div.pg a{
    color:#000000;
    text-decoration:none;
    padding-left:6px;
}
#d_locasch_bd div.pg a:hover{
    text-decoration:underline;
}

#d_gettingpos {
	padding: 3px;
	color: #3F609C;
	background-color: #FFFFCC;
	border: 1px solid #999999;
}

/*info box*/
div.dinfohint{
	padding-right:3px;
	padding-bottom:3px;
	filter:shadow(strength=3,direction=135)	alpha(opacity=85);
	opacity: 0.85;
}
div.dinfohint div.tabsel {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #E1E1E1;
	cursor: default;
}
div.dinfohint div.tabnor {
	color: #666666;
	text-decoration: underline;
	cursor: pointer;
}
#d_fav {
	padding-right:3px;
	padding-bottom:3px;
	filter:shadow(strength=3,direction=135)	alpha(opacity=85);
	opacity: 0.85;
}
#d_fav_ctn {
	border: 2px solid #666666;
	background-color: #FFFFFF;
	padding: 8px;
	height: 250px;
	width: 200px;
	overflow: auto;
}
#d_fav_ctn div {
	margin-top: 4px;
}
#d_fav_loading {
	position: absolute;
	padding: 4px;
	border: 1px solid #999999;
	background-color: #FFFFCC;
	margin-top: 10px;
	margin-left: 10px;
}
