﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs
{
padding: 3px 0px 0px 0px;
margin: 0px;
font: bold 9px Verdana;
color: #666666;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li a:visited{
color: #666666;
}

.shadetabs li
{
display: inline;
margin: 0;
}

.shadetabs li a
{
text-decoration: none;
/* position: relative; */
z-index: 1;
padding: 3px 0px 0px 0px;
/*border: 1px solid #C7C7C7;*/
/* border-bottom: 0px; */
color: #666666;
background: white url(shade.gif) top left repeat-x;
overflow: hidden;
}



.shadetabs li a:hover{
/* text-decoration: underline; */
color: #666666;
padding-top: 3px; 
/*border: 1px solid #C7C7C7;*/
}

.shadetabs li a.selected
{ /*selected main tab style */
   /*
   position: relative;
   top: 1px;
   */
   /*
   padding-top:2px;
   */
   border: 1px solid #C7C7C7;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover
{ /*selected main tab style */
   text-decoration: none;
}

/*.tabcontent
{
   display:none;
}*/

.tabdiv
{
    border: 1px solid #C7C7C7;
    width: 280px;
    display: block;
    height: 66px;
    overflow: hidden;
}

* html .tabdiv 
{   /*IE6 only*/ 
    height: 63px !important;
    margin-top: -1px;
    z-index: -1;
    border-top: 0px !important;
}

@media print 
{
   .tabcontent 
   {
      display:block !important;
   }
}