.tabboxback { padding : 4px; color : #000; background-color : #990000; border : 1px solid white; font-family : sans-serif; font-size : 100%; }
.tabboxfront { border-top : 1px solid black; border-left : 1px solid black; border-right : 1px solid black; font-family : sans-serif; font-size : 90%; }
a.tabfrontlink:link { text-align: left; text-decoration: none; color: #000; background-color: #fff; font-family: 'Trebuchet MS, Verdana, sans-serif'; font-size: 110%; font-weight: bold;}
a.tabfrontlink:visited { text-align: left; text-decoration: none; color: #000; background-color: #fff; font-family: 'Trebuchet MS, Verdana, sans-serif'; font-size: 110%; font-weight: bold;}
a.tabfrontlink:hover { background-color: #990000; color: #ffff00;}
a.tabbacklink:link { text-align: left; text-decoration: none; color: #fff; background-color: #990000; font-family: 'Trebuchet MS, Verdana, sans-serif'; font-size: 100%; font-weight: bold;}
a.tabbacklink:visited { text-align: left; text-decoration: none; color: #fff; background-color: #990000; font-family: 'Trebuchet MS, Verdana, sans-serif'; font-size: 100%; font-weight: bold;}
a.tabbacklink:hover { background-color: #990000; color: #ffff00;}
.tabfront { text-align: left; color: #990000; background-color: #fff; font-family: 'Trebuchet MS, Verdana, sans-serif'; font-size: 110%; font-weight: bold;}
a.apptabbacklink:link { text-align: left; text-decoration: none; color: #ffffff; background-color: #777777; font-family: 'sans-serif'; font-size: 100%; font-weight: bold;}
a.apptabbacklink:visited { text-align: left; text-decoration: none; color: #ffffff; background-color: #777777; font-family: 'sans-serif'; font-size: 100%; font-weight: bold;}
a.apptabbacklink:hover {  color: #990000;}
.apptabfront { text-align: left; color: #000000; background-color: #ffffff; font-family: 'sans-serif'; font-size: 110%; font-weight: bold;}

div.tab_content {
    border: 1px solid;
}

ul.tab_list {
list-style: none;
padding:0;
margin:0;
}

li.tab_list {
display: inline;
border: solid;
border-width: 1px 1px 0 1px;
margin: 0 0.5em 0 0;
background-color:#CECECE;
}

a.tab_list:link { text-align: left; text-decoration: none; color: #ffffff; background-color: #777777; font-family: 'sans-serif'; font-size: 100%; font-weight: bold;}
a.tab_list:visited { text-align: left; text-decoration: none; color: #ffffff; background-color: #777777; font-family: 'sans-serif'; font-size: 100%; font-weight: bold;}
a.tab_list:hover {  color: #990000;}

li.current_tab {
    display: inline;
    padding-bottom: 2px; 
    background: #fff;
    display: inline;
    border: solid;
    border-width: 1px 1px 0 1px;
    margin: 0 0.5em 0 0;
}