.Tab {
        text-align:center;
        padding: 6px;
        margin: 0px 1px 0px 0px;
        font: bold 10px Arial ;
        padding-bottom:7px;
        color:#777777;
        background: url('../images/tab0.png');
        border-left: solid 1px #CCC;
        border-bottom:none;
        border-top: solid 1px #999;
        border-right: solid 1px #999;
        height:30px;
        cursor:pointer;
        -moz-border-radius-topleft:8px;
        -moz-border-radius-topright:8px;
}

.TabHover {
        text-align:center;
        padding: 6px;
        margin: 0px 1px 0px 0px;
        font: bold 10px Arial ;
        padding-bottom:7px;
        color:#ffffff;
        background: url('../images/tab1.png');
        border-left: solid 1px #CCC;
        border-bottom:none;
        border-top: solid 1px #999;
        border-right: solid 1px #999;
        height:30px;
        cursor:pointer;
        -moz-border-radius-topleft:8px;
        -moz-border-radius-topright:8px;
}

.TabbedPanelsTabFrozen {
        width:80px;
        text-align:center;
        padding: 4px 10px;
        margin: 0px 1px 0px 0px;
        font: bold 11px Tahoma;
        background-color: #dfeacf;
        border-left: solid 1px #CCC;
        border-bottom: solid 1px #999;
        border-top: solid 1px #999;
        border-right: solid 1px #999;
        color:#eeeeee;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
}

.TabSelected {
        text-align:center;
        padding: 6px;
        margin: 0px 1px 0px 0px;
        font: bold 10px Arial ;
        padding-bottom:7px;
        color:#ffffff;
        background: url('../images/tab2.png');
        border-left: solid 1px #CCC;
        border-bottom: none;
        border-top: solid 1px #999;
        border-right: solid 1px #999;
         height:30px;
        cursor:pointer;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
}

.TabbedPanelList {
        margin: 0px;
        padding: 0px;
         border: 1px;
          border-style: solid;
          border-color: #cfcfcf;
}

.GreenButtonDisabled {
        text-align:center;
        padding: 6px;
        margin: 0px 1px 0px 0px;
        font: bold 10px Arial ;
        padding-bottom:7px;
        color:#777777;
        background: url('../images/tab0.png');
        border-left: solid 1px #CCC;
        border-bottom: solid 1px #CCC;
        border-top: solid 1px #999;
        border-right: solid 1px #999;
        height:30px;
        opacity:0.4;
        -moz-border-radius-topleft:8px;
        -moz-border-radius-topright:8px;
        -moz-border-radius-bottomleft:8px;
        -moz-border-radius-bottomright:8px;
}


.GreenButton {
        text-align:center;
        padding: 6px;
        margin: 0px 1px 0px 0px;
        font: bold 10px Arial ;
        padding-bottom:7px;
        color:#777777;
        background: url('../images/tab0.png');
        border-left: solid 1px #CCC;
        border-bottom: solid 1px #CCC;
        border-top: solid 1px #999;
        border-right: solid 1px #999;
        height:30px;
        cursor:pointer;
        -moz-border-radius-topleft:8px;
        -moz-border-radius-topright:8px;
        -moz-border-radius-bottomleft:8px;
        -moz-border-radius-bottomright:8px;
}

.GreenButtonHover {
        text-align:center;
        padding: 6px;
        margin: 0px 1px 0px 0px;
        font: bold 10px Arial ;
        padding-bottom:7px;
        color:#ffffff;
        background: url('../images/tab1.png');
        border-left: solid 1px #CCC;
        border-bottom: solid 1px #CCC;
        border-top: solid 1px #999;
        border-right: solid 1px #999;
        height:30px;
        cursor:pointer;
        -moz-border-radius-topleft:8px;
        -moz-border-radius-topright:8px;
        -moz-border-radius-bottomleft:8px;
        -moz-border-radius-bottomright:8px;
}

.tr1 {
  background-color: #F6F9F1;
}
.tr2 {
  background-color: #ffffff;
}


