.tab {
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
text-align:center;
height:20px;
width:112px;
}

.inactive {
color:#036;
background:url(../images/tab_inactive.gif) left bottom no-repeat;
}

.active {
color:#FFF;
background:url(../images/tab_active.gif) left bottom no-repeat;
}

.ghost {
color:#999;
}

.tabTextSpacer {
position:relative;
top:4px;
display:block;
}

.displaynone {
display:none;
}