html { height: 100%; background-color:#f4f3ef ; }
#hed {width: 800px ; margin-left: auto ; margin-right:auto; text-align:center; padding:0px; }

input[type="text"] {
    width:70px;
    background-color:#d5dfe1;
    margin-left: 2px;
    margin-top: 6px;
    z-index:6000;
    border:1px;
}
input[type="button"] {
    margin-top: 6px;
    width:68px;
    font-family:Arial; font-size:0.8em;

}

strong.reload {top: 15px;}

#weather {
    font-family:Arial; font-size:1em;
    position:absolute;
    width: 120px;
    float: right;
    top: 0px;
    right: 0px;
    min-height:36px;
    margin-right:0px;
    background-color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index:5000;
}


#deck {
    font-family:Arial; font-size:1em;
    position:absolute;
    width:170px;
    min-height: 36px;
    float: right;
    top: 0px; 
    right: 120px;
    background-color/**/: #fff;
    background-image/**/: none;
    opacity: 0.85;
    filter: alpha(opacity=85);
    z-index:5000;
}

#more {
    font-family:Arial; font-size:0.8em;
    position:absolute;
    width:170px;
    float: right;
    top: 36px;
    right: 0px;
    background-color/**/: #fdf;
    background-image/**/: none; 
    opacity: 1.0;
    filter: alpha(opacity=100);
    z-index:5000;
}

#stpatricks {
    font-family:Arial; font-size:0.8em;
    position:absolute;
    width:260px;
    height: 36px;
    float: left;
    bottom: 28px;
    left: 41px;
    margin-left:0px;
    background-color/**/: #90d1df;
    background-image/**/: none;
    opacity: 1.0;
    filter: alpha(opacity=100);
    z-index:5000;
}

#logo {
position:absolute;
width:36px;
height:36px;
left:5px;
float:left;
bottom:28px;
z-index:5000;
}

a {text-decoration: none;} 
span.right {float: right; width:34px; height:12px;}

.city_wx {clear:both; font-family:Arial; font-size:0.8em; min-height:34px;}

body { height: 100%; margin: 0; padding: 0; font-family: georgia,serif;}

#map_canvas { height: 100%;width: 100%; margin-left: auto ;
	margin-right: auto ;text-align:left;
	font-size:.7em;font-family:"comic sans ms";background:#f4f3f1 !important;
	z-index:999 !important;overflow: hidden !important;}

#map-canvas div:nth-child(3) { background:#ffcc00;color:red;}


