/* Start of CMSMS style sheet 'tabs' */
/* Css styles for tabbed content */

#tabcontainer
{
	border-bottom: solid #777 1px;
        padding: 0px;
        height: 22px;
}

#tabcontainer > div
{
	border-top: solid #777 1px;
	border-left: solid #777 1px;
	border-right: solid #777 1px;
        background: #f0f0f0;
        cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
        padding-top: 3px;
        padding-bottom: 3px;
	margin-left: 5px;
        margin-top: 0;
        margin-bottom: 0;
	display: inline;
       font-weight: bold;
       font-size: 8pt;
       color: #777;
}

#tabcontainer div.active
{
       background: white;
	border-bottom: solid white 1px;
       color: black;
}

#tabcontainer2
{
	border-bottom: solid #777 1px;
        padding: 0px;
        height: 22px;
        margin-top:-4px;
        padding-left: 5px;
}

#tabcontainer2 div
{
	border-top: solid #777 1px;
	border-left: solid #777 1px;
	border-right: solid #777 1px;
        background: #f0f0f0;
        cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
        padding-top: 3px;
        padding-bottom: 3px;
	margin-left: 5px;
        margin-top: 0;
        margin-bottom: 0;
	display: inline;
       font-weight: bold;
       font-size: 8pt;
       color: #777;
}

#tabcontainer2 div.active
{
       background: white;
	border-bottom: solid white 1px;
       color: black;
}

#tabcontent
{
	padding: 20px;
}

#tabcontent div
{
	/* background: white; */
}

div#tabc1
{
	display: block;
}

div#tabc2
{
	display: none;
}

div#tabc3
{
	display: none;
}

div#tabc4
{
	display: none;
}

div#tabc5
{
	display: none;
}

div#tabc6
{
	display: none;
}
/* End of 'tabs' */

