.CommonTabBar {
background-image:none;
background-repeat:repeat-x;
background-color: #666666;
border-top:none;
height:25px;
margin:-3px 0 0;
overflow:hidden;
padding-left:24px;
}
.CommonSimpleTabStripTab {
border-left:1px solid #FFF;
border-right:2px inset #FFF;
border-top:medium none;
font-family:Arial;
font-size:12px;
font-weight:bold;
height:25px;
padding-left:22px;
padding-right:22px;
text-align:center;
}
.CommonSimpleTabStripTab a:link, .CommonSimpleTabStripTab a:visited, .CommonSimpleTabStripTab a:active {
color:#fff;
font-weight:bold;
text-decoration:none;
}
.CommonSimpleTabStripTabHover a:hover {
color:#ccc;
font-weight:bold;
text-decoration:none;
}
.CommonSimpleTabStripSelectedTab {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ccc none repeat scroll 0 0;
border-left:1px solid #FFF;
border-right:2px inset #FFF;
border-top:medium none;
color:#CC6600;
font-family:Arial;
font-size:12px;
font-weight:bold;
height:25px;
padding-left:22px;
padding-right:22px;
text-align:center;
}