@charset "UTF-8";
/* CSS Document */

.TabbedPanelsTab {
position: relative;
float: left;
padding: 4px 4px 2px 4px;
margin: 2px 0px 2px 2px;
font: bold 0.7em sans-serif;
background-color: #58595b;
list-style: none;
-moz-user-select: none;
-khtml-user-select: none;
cursor: pointer;
}
.TabbedPanelsTabSelected {
background-color: #CCC;
}


