/* GENERAL STYLES */
.tabHide
{
display: none;
}

.tabShow
{
display: inline;
}

.unselected
{
border-bottom:1px solid #d3d3d3;
color: #4A4A49;
font-size: 13pt;
font-weight: normal;
cursor: pointer;
}

.selected
{
font-size: 13pt;
font-weight: bold;
color: #FF0000;
cursor: pointer;
}

.selectedGray
{
font-size: 13pt;
font-weight: normal;
color: #4A4A49;
}

.highlighted
{
border-bottom:1px solid #d3d3d3;
font-size: 13pt;
font-weight: bold;
color: #FF0000;
cursor: pointer;
}

.tabContentContainer
{
height: 200px;
}

.capLeft
{
background-image: url('/images/Tabs/tabCapLeft.png');
width: 5px;
height: 33px;
}

.capRight
{
background-image: url('/images/Tabs/tabCapRight.png');
width: 5px;
height: 33px;
}

.tabBg
{
text-align: center; 
background-image: url('/images/Tabs/tabBgTop.png');
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
