
.buttonscontainer {width: 120px;}

.buttons a {color: #cccccc;
background-color: #222222;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid #cccccc;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttonsactive a {color: #cccccc;
background-color: #222222;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid #ff0000;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {border-left: 10px solid #ff0000;
text-decoration: none;
color: #cccccc;}

body,td,th {
        color: #cccccc;
}
body {
        font: 13px Arial, sans-serif;
        background-color: #222222;
}
a:link {
        color: #cccccc;
}
a:visited {
        color: #cccccc;
}
a:hover {
        color: #ff0000;
}
a:active {
        color: #ff0000;
}


