.innerTabPadding
     {
     padding: 0px 7px 0px 7px;
     }

.tabPage
     {
     min-height: 300px;
     margin-bottom: 10px;
     }
     
.tabRow
     {
     display: table;
     padding: 0px 0px 3px 0px;
     width: 100%;
     border-bottom: 1px solid #9e1b34;
     margin-bottom: 10px;
     }

.tabRow div, .tabRow a
     {
     font-size: 1.1em;
     display: table-cell;
     float: left;
     text-align: center;
     padding: 5px;
     width: 136px;
     margin-left: 5px;
     background-color: #e8e8e8;
     background-image: url('../images/tab.gif');
     background-position: center center;
     text-decoration: none;
     color: #7d7b7c;
     
     cursor: pointer;
     }
     
.tabRow div:hover. , .tabRow a:hover
     {
     color: #7d7b7c;
     text-decoration: none;
     }

.tabRow div.first, tabRow a.first
     {
     margin-left: 0px;
     }
     
.tabRow div.selected ,.tabRow a.selected
     {
     background-color: #7d7b7c;
     color: white;
     background-image: url('../images/tabselected.gif');
     }

