.shadetabs{padding: 0px;padding-bottom:4px;margin-top:18px;font-weight:bold;font-family:Arial;font-size:12px;list-style-type: none;text-align: left;border-bottom: 1px solid #CCC;}

.shadetabs li {display: inline;height:1px;padding:9px 0px 4px 10px;margin-right:1px;background: white url(tab-off-l.gif) top left no-repeat;}

.shadetabs li a{text-decoration: none;height:1px;padding:9px 20px 4px 10px; color: #b9c8e5;background: white url(tab-off-r.gif) top right no-repeat;}

.shadetabs li a:hover{text-decoration: none;color: #FFF; }

/*selected main tab style */
.shadetabs li.selected{position: relative;background:white url(tab-on-l.gif) top left no-repeat;}
.shadetabs li.selected a{color:#666;cursor:default;background: white url(tab-on-r.gif) top right no-repeat;text-decoration: none;}

.shadetabs li.selected a:hover{text-decoration: none;color:#666;}

/*style of tab content oontainer*/
.tabcontentstyle{ border: 1px solid #CCC; border-top:0px; padding:15px 20px 10px 20px ; background-color:#fcfcfc;}

.tabcontent{display:none;}

@media print {
.tabcontent {display:block!important;}
}