div
        {
            /*border: 2px dashed gray; */
        }
        span
        {
        }
        div.leftreadouts
        {
            position: absolute;
            top: 32px;
            width: 220px;
        }
        div.rightreadouts
        {
            position: absolute;
            top: 32px;
            left: 580px;
            width: 220px;
        }
        div.column1readouts
        {
            position: absolute;
            top: 30px;
            left: 0px;
            width: 220px;
        }
	   
	   div.column2readouts
        {
            position: absolute;
            top: 30px;
            left: 290px;
            width: 220px;
        }
       div.column3readouts
        {
            position: absolute;
            top: 30px;
            left: 580px;
            width: 220px;
        }
        div.speedreadouts
        {
            position: absolute;
            top: 336px;
            left: 220px;
            width: 190px;
        }
        div.directionreadouts
        {
            position: absolute;
            top: 336px;
            left: 405px;
            width: 175px;
        }
        div.largereadout
        {
            background-color:Transparent;
	border: 1px solid teal;
	color: Red;
	height: 88px;
	margin:5px;
	font-size: 18pt;
	           
        }
        .label
        {
            font-size: 18px;
            color: #5ca7cc;
            padding-left: 4px;
            text-decoration: none;
             vertical-align:top;
        }
        .largevalue
        {
            font-size: 40px;
            color: yellow;
            text-decoration: none;
            font-weight: Normal;
            padding-left: 10px;
            text-align: left;
        }
        .unit1
        {
            position: relative; /*float: right; */
            padding-right: 4px;
            padding-left: 2px;
            padding-top: 15px;
            font-size: 18px;
            color: #5ca7cc;
            text-decoration: none;
            font-weight: normal;
            text-align: right;
        }
        .unit2
        {
            position: relative;
            padding-right: 4px;
            padding-left: 1px;
            padding-top: 15px;
            font-size: 14px;
            color: #5ca7cc;
            text-decoration: none;
            font-weight: normal;
            text-align: right;
						
        }
		
			.timestamp
        {
	position: relative;
	padding-left: 10px;
	padding-top: 30px;
	font-size:16px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
        }

        div.readout2
        {
            border: 1px solid teal;
            color: yellow;
            height: 71px;
            font-size: 18pt;
            margin: 3px;
        }
        .label2
        {
            font-size: 18px;
            color: #f2a200;
            padding-left: 4px;
            text-decoration: none;
            
        }
        .value2
        {
	font-size: 33px;
	color: yellow;
	text-decoration: none;
	font-weight: Normal;
	padding-left: 6px;
	text-align: left;
        }
       
       #trendIndicatorObj
       {
           height:34px;
           width:34px;
           display:inline;
       }
        div.trendIndicator
        {
           
            height: 60px;
            width: 60px;
            display:inline;
            float:right;
        }
          div.windrose
        {
            position: absolute;
            top: 15px;
            left: 232px;
            height: 331px;
            width: 350px;
        }
        div.valunit
        {
            /*border: 2px dashed gray; */
            margin-right: 1px;
            margin-left: auto;
            text-align: right;
        }
        div.rightvalunit
        {
	/*border: 2px dashed gray; */
            position: absolute;
	right: 1px;
	text-align: right;
	width: 100px;
        }
        div.leftvalunit
        {
	/*border: 2px dashed gray; */
            position: absolute;
	left: 1px;
	text-align: left;
	width: 135px;
        }
        div.tworeadoutcontainer
        {
            text-align: left;
        }
        div.buttonpanel
        {
            position: absolute;
            bottom: 0px;
            height: 70px;
            border: 2px dashed gray;
            margin-right: 1px;
            margin-left: auto;
            text-align: right;
            color: Silver;
        }
        div.menupopuppanel
        {
            position: absolute;
            bottom: 80px;
            visibility: hidden;
            width: 80px;
        }
