
		#map {
			width: 600px;
			height: 800px;
            border-radius: 6px 6px 6px 6px;
		    border: 1px solid #000;  
		    padding: 10px 10px 10px 10px; 
		}
		#soundingmap {
			width: 400px;
			height: 400px;
		}
		#img.sounding {
			width: 300px;
			height: 300px;
		}
        .btnStyle {
            cursor:pointer;
            padding: 2px;
            margin-top: 2px;
            margin-bottom: 2px;
            font-size: medium;
        }
        .selStyle {
            cursor:pointer;
            padding: 2px;
            margin-top: 2px;
            margin-bottom: 2px;
            width:190px;
			border-radius: 6px 6px 6px 6px;
			font-size: medium;
        }
        .selTimeStyle {
            cursor:pointer;
            padding: 2px;
            margin-top: 2px;
            margin-bottom: 2px;
			border-radius: 6px 6px 6px 6px;
			font-size: medium;
        }

        .imgWaterMarkStyle {
            valign:top; 
            width:152px; 
            height:53px;
            align:right;
        }
        .tdWaterMarkCell{
            width:106px; 
            height:36px;
            align:center;
            border: 0px solid black;
        }

        .tblHomeTableStyle {
            align:left;
            border-radius: 6px 6px 6px 6px;
		    border: 0px solid #000;  
		    padding: 10px 10px 10px 10px; 

        }
        .tdHomeIconStyle {
            valign:top; 
            width:55px; 
            height:45px;
            align:center;
            border: 0px solid #000;  
            pointer-events: auto;
            cursor: pointer;
        }
        .tdHomeCellStyle {
            width:55px; 
            height:45px;
            align:left;
            border-radius: 6px 6px 6px 6px;
		    border: 0px solid #000;  
		    padding: 1px 1px 1px 1px; 

        }

        .clSpacer{
            width:150px; 
            height:45px;
            align:left;
            border-radius: 6px 6px 6px 6px;
		    border: 0px solid #000;  
        }
        
		.clTitlePanel
		{
			pointer-events: auto;
			cursor: pointer;	
		}
        .theTitleClass {
            border-radius: 6px 6px 6px 6px;
		    border: 0px solid #000;  
		    padding: 100px 10px 10px 10px; 
			valign:top; 
        }
        .theScaleClass {
            border-radius: 6px 6px 6px 6px;
            border: 0px solid #000;  
		    padding: 10px 10px 10px 10px; 
			pointer-events: auto;
			cursor: pointer;
        }

        .lblStyle {
            color: red;
            padding: 4px;
            margin-top: 4px;
            margin-bottom: 4px;
            width: 100%;
            font-weight: bold
        }
        
		-webkit-appearance: menulist-button;