﻿/* ######### CSS for Tabs. ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial Rounded MT Bold;
list-style-type: none;
color: #251a06;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs ul{
 width:90px;
}

.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}



.basictab {
width:100%;
font: bold 10px Verdana;
}
.basictab a{
display:block;
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
padding-right:10px;
text-decoration: none;
background-color: #564f47;
color: #ffffff;
border-bottom:2px solid #ffffff;
}
.basictab a:hover, .basictab a.current{
background-color: #f27ea3;
border-bottom:2px solid #564f47;
}
.basictab a:active{
background-color:#726437;
border-bottom:2px solid #726437;
}
.tabcontainer{
clear: left;
width:430px; /*width of 2nd level sub menus*/
/*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
font-family:  Verdana;
font-size: 8.5pt;
color: #555555;
line-height: 1.7em;	
padding:15px;

}
.tabcontainer li{
list-style-type:none;
margin:0px;
margin-left:15px;
}
.tabcontent{font-size: 8.5pt; display:none;}
.tabcontent h3{	margin:0px; margin-top:10px; padding:0px; font-size: 12pt; font-weight:bold;}
.tabcontent p{	margin:0px; padding:0px; line-height:15px;}
.tabcontent img{ float:left; margin:0px; margin-right:20px;  margin-bottom:40px; padding:0px; clear:both;}
#CaseStudies a{color:#000000;}
