
/* ######### Tabcontent1  ######### */

.shadetabs1{
width: 100%;
height:28px;
padding: 0px;
padding-right:0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right:0px;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs1 li{
display: inline;
}

.shadetabs1 li a{
text-decoration: none;
/*position: relative;
z-index: 1;
padding: 0px;
border: 1px solid #778;
color: #2d2b2b;*/

}

.shadetabs1 li a.selected{ /*selected main tab style */
position: relative;
/*top: 1px;*/
}

.shadetabs1 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent1{
display:none;
margin-left:25px;
}

@media print {
.tabcontent1 {
display:block !important;
}
}

/*##################################*/
/* ######### Tabcontent2  ######### */
/*##################################*/

.shadetabs2{
width: 100%;
height:28px;
padding: 0px;
padding-right:0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right:0px;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
display: inline;
}

.shadetabs2 li a{
text-decoration: none;
/*position: relative;
z-index: 1;
padding: 0px;
border: 1px solid #778;
color: #2d2b2b;*/

}

.shadetabs2 li a.selected{ /*selected main tab style */
position: relative;
/*top: 1px;*/
}

.shadetabs2 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent2{
display:none;
margin-left:15px;
}

@media print {
.tabcontent2 {
display:block !important;
}
}

/*##################################*/
/* ######### Tabcontent2  ######### */
/*##################################*/

.shadetabs3{
width: 100%;
height:26px;
padding: 0px;
padding-right:0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right:0px;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs3 li{
display: inline;
}

.shadetabs3 li a{
text-decoration: none;
/*position: relative;
z-index: 1;
padding: 0px;
border: 1px solid #778;
color: #2d2b2b;*/

}

.shadetabs3 li a.selected{ /*selected main tab style */
position: relative;
/*top: 1px;*/
}

.shadetabs3 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent3{
display:none;
margin-left:15px;
}

@media print {
.tabcontent3 {
display:block !important;
}
}