@charset "utf-8";
/* CSS Document */

table {
margin: 0 0 24px 0;
}

table.expertise {
width: 515px;
color: #333;
font-size: 12px;
line-height: 1.4em;
}
table.expertise tbody td.noBorder {
border: none;
padding: 0;
}
table.expertise tbody th {
border-left: 1px solid #b2b2b2;
width: 93px;
text-align: center;
padding: 0;
}
table.expertise tbody td {
border-left: 1px solid #b2b2b2;
border-bottom: 1px solid #b2b2b2;
border-right: 1px solid #b2b2b2;
padding: 15px 16px;
width: 388px;
border-collapse: collapse;
}
table.expertise tbody tr.drkGrey td {
background-color: #ddd;
}
table.expertise tbody tr.ltGrey td {
background-color: #efefef;
}
table.expertise tbody th.drkGreen {
background-color: #167039;
}
table.expertise tbody th.ltGreen {
background-color: #99aa7d;
}
.textpadding td img,
.textpadding th img {
margin: 0 auto;
padding: 0;
}
.textpadding td.noBorder img 
{
margin: 0;
}
table.expertise tbody th.imgTop {
padding: 0 0 12px 0;
}
table.expertise tbody th.imgBottom {
padding: 12px 0 0 0;
}
