html, body {
font-family:arial;
}

body {
font-size:62.5%;
background-color:transparent;
}

* {
margin:0;
padding:0;
}

.weather {position:absolute;width:214px;height:90px;overflow:hidden;}
.weather .inner {display:block;margin:0px 0px 0px 0px;width:204px;}
.weather  {width:100%; padding-left: 10px;}
.weather  th {text-align:left;padding:5px 0px 8px 0px;font-size:0.8em;color:#fff;font-weight:bold;}
.weather  th span {margin:0px 0px 0px 10px;font-size:0.84em;color:#fff;display:inline;font-weight:normal;}
.weather  tr {vertical-align:top;}
.weather  td.location {font-weight:bold;font-size:10px;line-height:15px;}
.weather  td.icon {padding-left:12px;text-align:right;width:40px;}
.weather  td.value1 {font-size:9px;line-height:13px;}
.weather  td.value2 {padding-left:12px;font-size:9px;line-height:13px;}
.weather  td.m-link a, .weather .m-link a:hover {background:url(../images/WeatherIFrame/arrow_double.gif) no-repeat top right;padding:0px 12px 0px 0px;cursor:pointer; font-size:0.65em; text-decoration:none}

