﻿.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 10px;
margin-bottom: 0;
font: 11px Verdana;
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 0 0 2px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 3px;
margin-right: 0px;
margin-left: 2px;
border: 1px solid #a9a9a9;
color: black;
background: white url(/bingmaps/images/tab_select_OFF.gif) top left repeat-x;
outline: none;

}

.shadetabs li a:visited{
color: black;
}

.shadetabs li a:focus{
outline: none;
}

.shadetabs li a:hover{
text-decoration: underline;
color:blue;
}





.shadetabs li.selected {
position: relative;
top: 1px;
color: black;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(/bingmaps/images/tab_select_ON.gif); 
border-bottom-color: white;
color: black;
outline: none;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: black;
}

.tabcontentstyle{ /*style of tab content container*/
border: 1px solid #a9a9a9; 
width: 210px;
height: 150px; 
margin: 3px 4px 4px 4px;
padding: 3px;
background-color:White;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}