From the source code:
Code:
.item {
background-color : #103550;
border-bottom-color : #0A293E;
border-bottom-style : solid;
border-bottom-width : 1px;
border-left-color : #1D6AA0;
border-left-style : solid;
border-left-width : 1px;
border-right-color : #0A293E;
border-right-style : solid;
border-right-width : 1px;
border-top-color : #1D6AA0;
border-top-style : solid;
border-top-width : 1px;
color : #FFFFFF;
}
then you just put class="item" in the <td> tag and voila.