
.TableStyle{
width: 100%;
}

.TableStyle .headerbar{
font: bold 12px Arial;
color: white;
background: grey url(media/header_bg.gif) repeat-x center left;
margin-bottom: 8px;
text-transform: uppercase;
padding: 4px 0 4px 15px;
}

.TableStyle tr{
list-style-type: none;
margin: 0;
padding: 0;
margin-top: 4px;
margin-bottom: 4px;
}

.TableStyle tr td{
padding-bottom: 4px;
border-bottom: 1px solid #dadada;
}

.TableStyle tr td a{
color: #A70303;
background: url(media/bullet.png) no-repeat center left;

padding: 2px 0;
padding-left: 6px;
text-decoration: none;
font-weight: bold;
font-size: 90%;
}

.TableStyle tr td a:visited{
color: #A70303;
}

.TableStyle tr td a:hover{
color: #A70303;
background-color: #F3F3F3;
text-decoration: none;
}
