﻿body 
{}
    
.clsTabContent
{
    border-left:solid 1px silver;
    border-bottom:solid 1px silver;
    border-right:solid 1px silver;
    border-top:none;
    background-color:White;
}

.clsTabCellSelected
{
    border-bottom:none;
}

.clsTabCellUnselected
{
    border-bottom:none;
}

.clsTabButtonSelected
{
    font-weight:bold;
    border:none;
	border-bottom:none;
	border-top:none;
	border-Left:none;
	border-Right:none;
	background-color:White;
	background-image:url(../images/tab-on.gif);
	height:30px;
	width:95px;
}

.clsTabButtonUnSelected
{
    font-weight:normal;
    border:none;
	border-bottom:none;
	border-top:none;
	border-Left:none;
	border-Right:none;
	background-color:White;
	background-image:url(../images/tab.gif);
	background-repeat:no-repeat;
	height:30px;
	width:95px;
}

.clsTabButtonSelectedLeft
{
	background-image:url(../images/tab-on_l.gif);
	height:30px;
	width:17px;
	background-repeat:no-repeat;
	float:left;
}

.clsTabButtonSelectedLeftCPP
{
	background-image:url(../images/tab-on_l_cpp.gif);
	height:30px;
	width:17px;
	background-repeat:no-repeat;
	float:left;
}

.clsTabButtonSelectedRight
{
	background-image:url(../images/tab-on_r.gif);
	height:30px;
	width:16px;
	background-repeat:no-repeat;
	float:left;
}

.clsTabButtonSelectedRightCPP
{
	background-image:url(../images/tab-on_r_cpp.gif);
	height:30px;
	width:16px;
	background-repeat:no-repeat;
	float:left;
}

.clsTabButtonSelectedCenter
{
	background-image:url(../images/tab-on_c.gif);
	height:30px;
	background-repeat:repeat-x;
	float:left;
	padding-top:5px;
}

.clsTabButtonSelectedCenterCPP
{
	background-image:url(../images/tab-on_c_cpp.gif);
	height:30px;
	background-repeat:repeat-x;
	float:left;
	padding-top:5px;
}

.clsTabButtonUnSelectedLeft
{
	background-image:url(../images/tab_l.gif);
	height:30px;
	width:17px;
	background-repeat:no-repeat;
	float:left;
}


.clsTabButtonUnSelectedLeftCPP
{
	background-image:url(../images/tab_l_cpp.gif);
	height:30px;
	width:17px;
	background-repeat:no-repeat;
	float:left;
}

.clsTabButtonUnSelectedRight
{
	background-image:url(../images/tab_r.gif);
	height:30px;
	width:17px;
	background-repeat:no-repeat;
	float:left;
}

.clsTabButtonUnSelectedRightCPP
{
	background-image:url(../images/tab_r_cpp.gif);
	height:30px;
	width:17px;
	background-repeat:no-repeat;
	float:left;
}

.clsTabButtonUnSelectedCenter
{
	background-image:url(../images/tab_c.gif);
	height:30px;
	background-repeat:repeat-x;
	float:left;
	padding-top:5px;
}

.clsTabButtonUnSelectedCenterCPP
{
	background-image:url(../images/tab_c_cpp.gif);
	height:30px;
	background-repeat:repeat-x;
	float:left;
	padding-top:5px;
}

.clsTabButtonSpacer
{
    background-image:url(../images/tab-spacer.gif);
    width:7px;
    height:30px;
    float:left;
    background-repeat:repeat-x;
}

.clsTabButtonSpacerCPP
{
    background-image:url(../images/tab-spacer_cpp.gif);
    width:7px;
    height:30px;
    float:left;
    background-repeat:repeat-x;
}

.clsTabRightJustifySpacer
{
    background-image:url(../images/tab-spacer.gif);
    width:87px;
    height:30px;
    float:left;
    background-repeat:repeat-x;
}

.clsTabRightJustifySpacerCPP
{
    background-image:url(../images/tab-spacer_cpp.gif);
    width:87px;
    height:30px;
    float:left;
    background-repeat:repeat-x;
}

.clsTabLink
{
    font-weight:bold;
    background-color:Transparent;
    text-decoration:none;
    color:#336666;
    font-size:7;
    font-family:Calibri;
}
