.download_title {font-family:Arial, Helvetica, sans-serif; color:#333333; font-weight:bold; padding:10px; font-size:16px;}
.download_title2 {font-family:Arial, Helvetica, sans-serif; color:#333333; font-weight:bold; font-size:16px;}
.download_content {font-family:Arial, Helvetica, sans-serif; color:#666666; font-size:12px; line-height:150%; font-weight:normal;}
.download_content2 {font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:12px; font-weight:bold; }
.download_content3 {font-family:Arial, Helvetica, sans-serif; color:#666666; font-size:12px; line-height:120%;}

/* download page tab =============================================================================================*/

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-bottom: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
font-weight:bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
position: relative;
}

.shadetabs li{
display: inline;
margin: 0;
margin-right:-4px;
}


.shadetabs li a{
text-decoration: none;
padding: 5px 15px;
border: 1px solid;
border-color: #cccccc;
color: #333333;
background-color: #efefef;
}

.shadetabs li a:visited{
color: #333333;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #fc8f00;
}

.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
background-color:#FFFFFF;
border-bottom-color: white;
color:#FC8F00;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid;
border-top-color: #cccccc;
border-bottom-color: white;
border-left-color: white;
border-right-color: white;
padding: 10px;
margin-top:4px
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}