/* Start of CMSMS style sheet 'Tabs1.1' */
ul.tabs li{
       float: left;
    display: inline;
        list-style-type: none;
      position: relative;
      left: -40px;
}
ul.tabs li a:link{
    font-size: 12px;
    font-family: Tahoma;
    font-weight: normal;
    text-align: center;
    line-height: 32px;
    background: url('uploads/tabs/bg1.gif');
    color: #000;
    text-decoration: none;
    display: block;
}
ul.tabs li a:hover{
    background: url('uploads/tabs/bg.gif');
    color: #000000;

}
ul.tabs li a.selected{
      background: url('uploads/tabs/bg.gif') top left;
    color: #000000;
    z-index: 1000;
    border: none;
     font-weight: bold;
}
ul.tabs li a.selected span{
      background: url('uploads/tabs/tabs2left.png') top right no-repeat;
      padding-top: 10px;
      padding-bottom: 9px;
      padding-right: 25px;
      padding-left: 25px;
}
ul.tabs li a span{
      background: url('uploads/tabs/tabs2left.png') top right no-repeat;
      padding-top: 10px;
      padding-bottom: 9px;
      padding-right: 25px;
      padding-left: 25px;
}

div.usual div{
    background-color: white;
    float: left;
    width: 93%;
    display: block;
    border: solid 1px #7c7b7b;
    padding-left: 25px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    top: -1px;
    z-index: 100;
}
/* End of 'Tabs1.1' */

