body{
    padding:0;
    margin:0;
    background-color:#fff;
    color:#152b81;
    font-size:13px;
    line-height:15px;
    font-family:Arial,Helvetica,sans-serif;
}
a {
    color:#152b81;
    text-decoration:none;
}
a:hover {
    color:#152b81;
    text-decoration:none;
}
a:visited {
    color:#152b81;
    text-decoration:none;
}

a.container{
    display:block;
    position:relative;
    width:256px;
    height:406px;
    overflow:hidden;
}
.imageholder {
    width:256px;
    height:256px;
    overflow:hidden;
    background-color:#fff;
}
.forecast-container {
    width:254px;
    height:149px;
    overflow:hidden;
    border:1px solid #c0c5c9;
    border-top:none;
}
.forecast-container .column.left {
    float:left;
    width:114px;
    overflow:hidden;
    font-weight:bold;
}
.forecast-container .column.right {
    float:left;
    width:140px;
    overflow:hidden;
}
.cell {
    height:18px;
    background-color:#fff;
}
.cell.break {
    padding-top:2px;
}
.cell.day {
    padding-top:2px;
    background-color:#e2eff9;
    font-weight:bold;
    height:16px;
}
.left .cell {
    padding-left:4px;
}

.forecast {
    float:left;
    width:28px;
    overflow:hidden;
}

.clearfix {
    clear:both;
}

.footer {
    background-color:#e2eff9;
    width:250px;
    padding: 3px 0 0 4px;
    font-size:12px;
    line-height:14px;
    font-weight:bold;
}
.footer .link {
    float:right;
    padding-right:4px;
}
.footer .icon {
    width:12px;
    height:12px;
}