/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 4px 0 4px 10px;
margin-left: 0px;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background: #fff url(../../images/trendwatch/tabarea-bg.gif) repeat-x left bottom;
width: 702px;
}


.shadetabs li{
display: inline;
margin: 0px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
background:url(../../images/trendwatch/tabbg.gif);
padding: 6px 20px 4px;
color: #666;


background-color:#FFFFFF;
text-transform: uppercase;
border: 1px solid #ccc;
margin: 0px;
}

.shadetabs li a:visited{
border: 1px solid #ccc;
color: #666;
}

.shadetabs li a:hover{
border: 1px solid #ccc;
text-decoration: underline;
color: #666;
}

.shadetabs li a.selected{ /*selected main tab style */
display: inline;
color: #000;
position: relative;
top: 0px;
padding: 10px 25px 4px;
margin: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background: #fff;
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #E2E2E2;
width: 690px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.tabcontent_block {
display:block !important;
}