﻿body {font-size:12px; font-family:"宋体"; 
}
.smallheader
{
    font-weight:bold;
    font-size:14px;
}
.smalldata
{
    font-size:14px; 
}
a{ font-size:12px; font-family:"宋体";  text-decoration:none;}
 /* to be added to a central style sheet */.emmc-tooltip
        {
            border: 1px solid #666666;
            background-color: #ffffff;
            color: #444444;
            display: none;
            font-size: 13px;
            padding: 1px;
        }
        #loading-mask
        {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 20000;
            background-color: white;
        }
        #loading
        {
            position: absolute;
            left: 37%;
            top: 40%;
            padding: 2px;
            z-index: 20001;
            height: auto;
        }
        #loading a
        {
            color: #225588;
        }
        #loading .loading-indicator
        {
            background: white;
            color: #444;
            font: bold 13px tahoma,arial,helvetica;
            padding: 10px;
            margin: 0;
            height: auto;
        }
        #loading-msg
        {
            font: normal 10px arial,tahoma,sans-serif;
        }
        /* Doesn't work in ie :(
       #msim-icons * img:hover {
        border-color:#3D69B1;
      }*/.LabeledMarker_markerLabel
        {
            font-size: 11px;
        }
        .bttClass
        {
        	cursor: hand;
            border: #fff 1px solid;
            vertical-align: baseline;
            padding-left: 8px;
            padding-right: 8px;
            padding-top: 5px;
            padding-bottom: 5px;
             color:Black;
            font-weight: normal;
            margin-right: 3px;
display: inline-block;
        }
        .bttSelectClass
        {
            border: #fff 1px solid;
            vertical-align: baseline;
            padding-left: 8px;
            padding-right: 8px;
            padding-top: 5px;
            padding-bottom: 5px;
            cursor: hand;
             color:Green;
            font-weight: normal;
            margin-right: 3px;
        }
       
        .bttLgClass
        {
        	cursor: hand;
            border: #fff 1px solid;
            background:#fff;
            vertical-align: baseline;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
            font-weight: normal;
            color:Red;
            margin-left: 20px;
        }
        
        /*标注地图时的保存按钮样式*/
        .btn02
        {
            width: 60px;
            height: 24px;
            border: 1px solid #87a3c1;
            color: #555;
            font-size: 12px;
            line-height: 180%;
            cursor: pointer;
        }
        .user{ background:url(images/user.gif) no-repeat 1px 2px; }
	    .key{ background:url(images/key.gif) no-repeat 1px 2px;  }
	    .key,.user{
		    background-color:#FFFFFF;
		    padding-left:18px;
		    font-weight:bold;
		    color:#000033;
	    }