/* ######### CSS for Shade Tabs. Remove if not using ######### */



.shadetabs2 {

 font-weight: bold; 
 color: #325595;  
list-style-type: none;
 font-weight: bold;  font-family: Arial, Tahoma, Sans-Serif;
 font-size: 12px;
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}

.shadetabs2 li{

   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}

.shadetabs2 li a{

text-decoration: none;
position: relative;
z-index: 1;
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
border: 1px solid #778;
 font-weight: bold; 
 color: #325595;  
 font-size: 12px;
list-style-type: none;
 font-weight: bold;  font-family: Arial, Tahoma, Sans-Serif;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs2 li a:visited{
color: #2d2b2b;

}

.shadetabs2 li a:hover{
text-decoration: underline;
color: #2d2b2b;

}

.shadetabs2 li a.selected{ /*selected main tab style */
position: relative;
top: 1px;

}

.shadetabs2 li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;

}

.shadetabs2 li a.selected:hover{ /*selected main tab style */
text-decoration: none;

}


.shadetabs3 {

 font-weight: bold; 
 color: #325595;  
list-style-type: none;
 font-weight: bold;  font-family: Arial, Tahoma, Sans-Serif;
 font-size: 12px;
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:0%;
   text-align:left;
}

.shadetabs3 li{

   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:0%;
}

.shadetabs3 li a{

text-decoration: none;
position: relative;
z-index: 1;
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
border: 1px solid #778;
 font-weight: bold; 
 color: #325595;  
 font-size: 12px;
list-style-type: none;
 font-weight: bold;  font-family: Arial, Tahoma, Sans-Serif;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs3 li a:visited{
color: #2d2b2b;

}

.shadetabs3 li a:hover{
text-decoration: underline;
color: #2d2b2b;

}

.shadetabs3 li a.selected{ /*selected main tab style */
position: relative;
top: 1px;

}

.shadetabs3 li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;

}

.shadetabs3 li a.selected:hover{ /*selected main tab style */
text-decoration: none;

}

