/* ######### CSS for Shade Tabs. Remove if not using ######### */

.tabs{


font-family:open sans, Square721 Cn BT,  Segoe UI;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
float:left;


}

.tabs li{

}

.tabs li a{
text-decoration: none;
position: relative;
z-index: 1; font-size:14px; border-bottom:eee;
 font-family: open sans, Square721 Cn BT,  Segoe UI;
color: #000;
border-bottom:1px dotted #ddd; border-top:1px solid #fff; 
background:url(../images/bullet.png) 4.5%  no-repeat;  
display:block;  padding:10px 0 10px 35px;



}

.tabs li a:visited:{
color: #000; 
}


.tabs li a:hover{
 background-color:#f2f2f2; border-bottom:1px solid #ddd; border-top:1px solid #fff;
}

.tabs li a.active{ /*selected main tab style */
position: relative;
top: 1px;
}

ul.tabs li.active a{ /*selected main tab style */
 background-color:#f1f1f1; border-bottom:1px solid #ddd;


}

ul.tabs li.selli a{ /*selected main tab style */
 background-color:#f1f1f1; border-bottom:1px solid #ddd;


}
.tabs li a.active:hover{ /*selected main tab style */
text-decoration: none; 
}

.tab_content{
display:none;
}

.tab_content{
display:none;
}

@media print {
.tab_content {
display:block !important;
border:1px solid #CCCCCC;
}


}
.box-width{  padding:20px;}

#tab-section{ margin-bottom: 1em;  }



.tabheading1{ color:#874e83; margin-left:17px; padding-left:0px; font-size:19px; margin-top:20px; border-bottom:1px solid #eee; padding-bottom:5px; margin-right:20px;  font-family: open sans, Square721 Cn BT,  Segoe UI; font-weight:bold;}	
div#sticker {
	
}
.stick {
	position:fixed;
	top:0px;
}

