﻿/* Tab Control */
.tabcontrol 
{
/*    border: 1px solid Black; */
    color: Black;
    background:transparent;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    width:auto;
}
 

.tabcontrol  .ajax__tab_header {
/*      background:url(tab-line.gif) repeat-x bottom; */
    background:ForestGreen;
    border-top:Solid 2px Black;
/*    border-bottom:Solid 2px Black; */
    padding:0;
}

.tabcontrol  .ajax__tab_outer    {
 /*     background:url(tab-right.gif) no-repeat right; */
  background:ForestGreen;
  border-top:Solid 2x Black;
  border-left:Solid 2px Black;
  border-bottom:Solid 2px Black;
  padding:0 0 0 10px;
}

.tabcontrol  .ajax__tab_inner    {
/*     background:url(tab-left.gif) no-repeat; */
    background:ForestGreen;
    padding:0 10px 0 0;
    border-right:Solid 2px Black;
}

.tabcontrol  .ajax__tab_tab {
  /*   background:url(tab.gif) repeat-x;*/
  background:ForestGreen;
  Color:Yellow;
  padding:0;
  font-weight:bold;
  font-size:large;
}

.tabcontrol  .ajax__tab_hover .ajax__tab_outer {
   /*  background:url(tab-hover-right.gif) no-repeat right; */
   background:#0a0;
}

.tabcontrol  .ajax__tab_hover .ajax__tab_inner {
     /* background:url(tab-hover-left.gif) no-repeat; */
     background:#0a0;
}

.tabcontrol  .ajax__tab_hover .ajax__tab_tab {
    /* background:url(tab-hover.gif) repeat-x; */
    background:#0a0;
}

.tabcontrol  .ajax__tab_active .ajax__tab_outer {
   /*  background:url(tab-active-right.gif) no-repeat right; */
    background:#0C0;
   
}

.tabcontrol  .ajax__tab_active .ajax__tab_inner {
   /*  background:url(tab-active-left.gif) no-repeat; */
    background:#0C0;
}

.tabcontrol  .ajax__tab_active .ajax__tab_tab {
   /*  background:url(tab-active.gif) repeat-x; */
       background:#0C0;
      
   
}
