span.ok {
    color: #008000;
}

span.failed {
    color: #800000;
}

#blocks {
    float:right;
    width: 250px;
}

#blocks .infoblock legend {
    padding: 2px 5px;
    text-align:left;
    font-weight:bold;
    color: #800000;
}
#blocks .infoblock  {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right:0;
    border-bottom:0;
    padding:5px;
    margin-bottom: 15px;
}
#blocks .infoblock ul {
    margin-left: 4px ;
}
#blocks .infoblock ul li{
    list-style:none;
}


#links {
    margin-right: 265px;
}

#links ul li {
    float:left;
    display:block;
    width:150px;
    border: 1px solid #efefef;
    list-style:none;
    padding-top:34px;
    text-align:center;
    margin-right: 15px;
}

#links .link_icon {
    height: 46px;
}
#links .link_label {
    height: 30px;
}

#clear {
    clear:both;
}
