Table design
tbody {
display:table-row-group;
vertical-align:middle;
}
tr {
display:table-row;
vertical-align:inherit;
}
th {
display:table-cell;
font-weight:bold;
padding:1px;
vertical-align:inherit;
}
table.style1 {
border-collapse:collapse;
margin-bottom:20px;
margin-top:20px;
width:710px;
}
table.style1 tr td {
border-bottom:1px solid #179C8C;
}
table.style1 th {
background:none repeat scroll 0 0 #EBF8F6;
border-bottom:1px solid #179C8C;
border-top:1px solid #179C8C;
font-weight:bold;
padding:3px;
text-align:left;
vertical-align:top;
}
table.style1 td {
padding:3px;
vertical-align:top;
}