/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{

text-align:center;
margin-left: 0;
margin-bottom: 0;
font-family:Helvetica, Arial, sans-serif;
font-size:12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
text-align:center;
padding-top:3px;
border: 0px solid #778;
color: #000;
height:26px;
width:150px;
float:left;
background: white url(../images/tab.jpg) left no-repeat;
}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
text-decoration: none;
background: white url(../images/tabOver.jpg) top left no-repeat;

color: #fff;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background: white url(../images/tabOver.jpg) top left no-repeat;
border-bottom-color: white;
color:#fff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
border-top:1px solid #2e8acb;


}

@media print {
.tabcontent {
display:block !important;
}
}






/* ######### CSS for Shade Tabs. Remove if not using ######### */

.newsTab{

text-align:center;
margin-left: 0;
margin-bottom: 0;
font-family:Helvetica, Arial, sans-serif;
font-size:11px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.newsTab li{
display:inline;
margin: 0;
}

.newsTab li a{
text-decoration: none;
z-index: 1;
text-align:center;
padding:3px 8px 0px 15px;;
border: 0px solid #778;
color: #fff;
height:23px;
position:relative;
float:left;
background: white url(../images/NewsTab.jpg) right no-repeat;
}

.newsTab li a:visited{

}
.newsTab span{
text-decoration: none;
background: url(../images/NewsTabCorner.png) left no-repeat;
color: #fff;
}

.newsTab li a:hover{
text-decoration: none;
background: white url(../images/NewsTabOver.jpg) right no-repeat;
color: #fff;
}

.newsTab li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
padding:3px 8px 0px 15px;;

}

.newsTab li a.selected{ /*selected main tab style */
background: white url(../images/NewsTabOver.jpg) right no-repeat;
border-bottom-color: white;
color:#fff;

}

.newsTab li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent1{
display:none;
border-top:1px solid #999;

}

@media print {
.tabcontent1 {
display:block !important;
}
}



/*(customer tabs */

.customertabs{

text-align:center;
margin-left: 0;
margin-bottom: 0;
font-family:Helvetica, Arial, sans-serif;
font-size:12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.customertabs li{
display: inline;
margin: 0;
}

.customertabs li a{
text-decoration: none;
position: relative;
z-index: 1;
text-align:center;
padding-top:3px;
border: 0px solid #778;
color: #000;
height:26px;
width:115px;
float:left;
background: white url(../images/CustomerTab.jpg) left no-repeat;
}

.customertabs li a:visited{

}

.customertabs li a:hover{
text-decoration: none;
background: white url(../images/CustomerTabOver.jpg) top left no-repeat;

color: #fff;
}

.customertabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.customertabs li a.selected{ /*selected main tab style */
background: white url(../images/CustomerTabOver.jpg) top left no-repeat;
border-bottom-color: white;
color:#fff;
}

.customertabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent3{
display:none;
border-top:1px solid #2e8acb;


}

@media print {
.tabcontent {
display:block !important;
}
}