﻿.TabStrip{
     margin-top: 5px;
     padding: 0;
     text-align: left;
     width: 100%;
     
     /*width: 600px;*/
}

.TabStrip a{
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.TabStripHeader {
     background-color: #e0e0ce;
     border: solid 1px #ababab;
     border-bottom: none;
     cursor: pointer;
     font-weight: bold;
     padding: 3px;
     margin-right: 10px;
     float: left;
     z-index: 97;
}


.TabStripSelectedHeader {
     background-color: White;
     border: solid 1px #ababab;
     border-bottom: none;
     cursor: pointer;
     font-weight: bold;
     padding: 3px;
     margin-right: 10px;
     float: left;
     position: relative;
     z-index: 100;
 }
 
.TabStripTab {
     border: solid 1px #ababab;
     background-color: White;
     padding: 5px;
     width: 98%;
     /*width: 588px;*/
     min-height:380px;
     height:auto;
     margin-top: -1px;
     float: left;
     z-index: 99;
}