.off
{
background: white;
height: 20px;
padding: 5px;
border-bottom: 1px solid #b8b9bb;
border-left: 1px solid #b8b9bb;
color: #102b3c;
text-decoration: none;
}
.on
{
background: white;
height: 20px;
padding: 5px;
background-color: #e9eaec;
border-bottom: 1px solid #b8b9bb;
border-left: 1px solid #b8b9bb;
cursor:pointer;
color: #102b3c;
}
.listing
{
border: 1px solid #b8b9bb;
border-bottom: none;
border-left: none;
width: 80%;
}
.heading
{
background: white;
height: 25px;
padding: 5px;
background-color: #870313;
border-bottom: 1px solid #b8b9bb;
border-left: 1px solid #b8b9bb;
color: #FFF;
font-weight: Bold;
}.box_text
{
float: left;
margin-right:10px;
background-color: #f7f7f7;
text-align:center;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 12px;
padding-right: 12px;
border: 1px solid #b8b9bb;
}
.box_text a
{
color: #05363b;
text-decoration: none;
}
.box_text:hover
{
background-color: #d6d6d6;
}
