﻿
ul.tabs {  
    margin: 0 0 0 1px;  
    padding: 0;  
    float: left;  
    list-style: none;  
    height: 26px;  
    border-bottom: 1px solid silver;  
    border-left: 1px solid silver;  
    width: 318px;  
}  
ul.tabs li {  
    float: left;  
    margin: 0;  
    padding: 0;  
    height: 25px;
    width:158px;  
    line-height: 25px;  
    border: 1px solid silver;  
    border-left: none;  
    margin-bottom: -1px;  
    overflow: hidden;  
    position: relative;  
    background: #d8dad4;  
}  
ul.tabs li a {  
    text-decoration: none;  
    color: #BE1A4A ;  
    display: block;  
    font-size: 100%;  
    font-weight: bold;
    padding: 0px;  
    /*border: 1px solid #fff;  */
    outline: none;
    font-family: Arial,Helvetica,sans-serif;
  
}  
ul.tabs li a:hover {  
    background: #ccc;  
}  
html ul.tabs li.active, html ul.tabs li.active a:hover  {  
    background: #eaece7;  
    border-bottom: 1px solid #eaece7;  
}

.tab_container {  
    border: 1px solid silver;  
    border-top: none;  
    overflow: hidden;  
    clear: both;  
    width: 317px;  
    background: #eaece7;
    margin-left:1px;  
}   
.tab_content {  
    padding: 3px;  
    /*font-size: 1.2em;  */
}


ul.tabs2 {  
    margin: 0 0 0 1px;  
    padding: 0;  
    float: left;  
    list-style: none;  
    height: 26px;  
    border-bottom: 1px solid silver;  
    border-left: 1px solid silver;  
    width: 318px;  
}  
ul.tabs2 li {  
    float: left;  
    margin: 0;  
    padding: 0;  
    height: 25px;
    width:100px;  
    line-height: 25px;  
    border: 1px solid silver;  
    border-left: none;  
    margin-bottom: -1px;  
    overflow: hidden;  
    position: relative;  
    background: #eaece7;  
}  
ul.tabs2 li a {  
    text-decoration: none;  
    color: #BE1A4A ;  
    display: block;  
    font-size: 11px;
    font-weight: bold;
    padding: 0px;  
    /*border: 1px solid #fff;  */
    outline: none;
    font-family: Arial,Helvetica,sans-serif;
    text-align:center;
  
}  
ul.tabs2 li a:hover {  
    background: #ccc;  
}  
html ul.tabs2 li.active, html ul.tabs2 li.active a:hover  {  
    background: #ffffff;  
    border-bottom: 1px solid #ffffff;  
}

.tab_container2 {  
    border: 1px solid silver;  
    border-top: none;  
    overflow: hidden;  
    clear: both;  
    width: 317px;  
    background: #ffffff;
    margin-left:1px;  
}
.tab_content2 {  
    padding: 3px;  
    /*font-size: 1.2em;  */
}  
  
