/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}
.shadetabs img{
border: 0px;
padding-left: 0px;
vertical-align: bottom
}

.shadetabs li{
display: inline;
margin: 0px;

}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 0px 3px 0;

color: #ffffff;
/*background-color: #6699cc;*/
margin-top: 0px;
}

.people {
background-image: url("http://www.facilitiesnet.com/graphics/people_over.gif");
padding: 3px 0px;
font-size: 50px;
}

.shadetabs li.people a.selected{ /*selected main tab style */
background-image: url("http://www.facilitiesnet.com/graphics/people.gif") ;
font-size: 50px;
}

.salary {
background-image: url("http://www.facilitiesnet.com/graphics/salary_tab_over.gif");
padding: 3px 0px;
font-size: 50px;
}

.shadetabs li.salary a.selected{ /*selected main tab style */
background-image: url("http://www.facilitiesnet.com/graphics/salary_tab.gif");
font-size: 50px;

}
.product_tab {
background-image: url("http://www.facilitiesnet.com/graphics/products_tab_over.gif");
padding: 3px 0px;
font-size: 50px;
}

.shadetabs li.product_tab a.selected{ /*selected main tab style */
background-image: url("http://www.facilitiesnet.com/graphics/products_tab.gif");

}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}



.shadetabs li a.selected{ /*selected main tab style */
/*background-image: url(shadeactive.gif);
}*/

.shadetabs li a.selected:hover { /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#333333;
}
.tabcontent p{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}

.boxnews .cbbWhite .tabcontent td {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}


@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

