/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 11px verdana;

text-align: left;

 /*set to left, center, or right to align the menu as desired*/
}

/*.shadetabs{
display: inline;
margin: 0;
}*/

.shadetabs a{
text-decoration: none;
position: relative;
z-index: 1;
padding-top:10px ;
padding-left:12px;
padding-bottom:4px;
padding-right:12px;
margin-right: 0;
height:32px;
width:119px;
font-size:13px;
font-weight:bold;
color: #ffffff;
background:url(../_Img/tab_in.gif);
background-repeat: no-repeat;

}

.shadetabs a:visited{
color: #ffffff;
}

.shadetabs a:hover{
text-decoration: none;
color: #ffffff;
}

.shadetabs a.selected{ /*selected main tab style */
position: relative;
top: 0px;
width:119px;
color:#000000;
}

.shadetabs a.selected{ /*selected main tab style */
background-image:url(../_Img/tab_in_1.gif);
background-repeat:no-repeat;
border-bottom-color: #BFDFF9;


}

.shadetabs a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

/* Shadetabs - 168px wide */


.shadetabs_168{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 11px verdana;
text-align: left;
}

.shadetabs_168 a{
text-decoration: none;
position: relative;
z-index: 1;
padding-top:10px ;
padding-left:12px;
padding-bottom:4px;
padding-right:5px;
margin-right: 0;
height:32px;
/*width:168;*/
font-size:13px;
font-weight:bold;
color: #ffffff;
background:url(../_Img/tab_in_168.gif);
background-repeat: no-repeat;

}

.shadetabs_168 a:visited{
color: #ffffff;
}

.shadetabs_168 a:hover{
text-decoration: none;
color: #ffffff;
}

.shadetabs_168 a.selected{
position: relative;
top: 0px;
width:168px;
color:#000000;
}

.shadetabs_168 a.selected{ 
background-image:url(../_Img/tab_in_1_168.gif);
background-repeat:no-repeat;
border-bottom-color: #BFDFF9;
}

.shadetabs_168 a.selected:hover{ 
text-decoration: none;
}

/* End shadetabs - 168px */

.tabcontent{
display:none;


}

@media print {
.tabcontent {
display:block !important;

}
}

.outer_part{
width:400px; padding: 10px; background-color:none;color: #000000;
text-align:left

}

.outer_part_inside{
width:600px; padding: 10px; background-color:#BFDFF8;color: #000000;
text-align:left

}

.main_link{
font-size:12px;
color:#FFFFFF;
}

.main_link a:link, .main_link a:visited{
color:#000000;
text-decoration:none;
display: block;
background-image:url(../_Img/round.gif);
background-repeat:no-repeat;
background-position:1px center;
text-indent:20px;
line-height:24px;



}

.main_link a:hover, .main_link a:active{
color:#FFFFFF;
text-decoration:underline;
}
