/* ######### 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:18px;
padding-bottom:15px;
padding-right:18px;
margin-right: 3px;
margin-left:0;
height:32px;
width:119px;
font-size:13px;
font-weight:bold;
color: #ffffff;
background:url(../_Img/tab_1.gif);
background-repeat: no-repeat;
background-position:top left;

}

.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;
}

.shadetabs a.selected{ /*selected main tab style */
background-image:url(../_Img/tab.gif);
background-repeat:no-repeat;
border-bottom-color: #BFDFF9;


}

.shadetabs a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;


}

@media print {
.tabcontent {
display:block !important;

}
}

.outer_part{
width:400px; padding: 10px; background-color:none;color: #ffffff;
text-align:left

}

.outer_part_inside{
width:600px; padding: 10px; background-color:#5297C0;color: #ffffff;
text-align:left

}

.main_link{
font-size:12px;
color:#FFFFFF;
}

.main_link a:link, .main_link a:visited{
color:#FFFFFF;
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;
}
