﻿@import "Collateral.css";

/*	-------------------------------------------------------------------------------
	TabSet
	------------------------------------------------------------------------------- */

.TabSet
{    
	text-align: left;
	float: left;
	overflow: hidden;
	width: 100%;
}

.TabSet table.Header
{
    width: 100%;
}

.TabSet td.Tab
{    
    border-bottom: solid 2px #cfcfcf;
}

.TabSet .Tab
{
    text-align: center;
    padding: 3px 0;
}

.TabSet .Tab a
{
    color: #666;
    font-size: 12px;
    padding: 0;
    margin: 0;
    border-left: solid 2px #666;
    display: block;
}

.TabSet .Tab a:link, .TabSet .Tab a:visited, .TabSet .Tab a:active
{
    color: #666;
    text-decoration: none;
}

.TabSet .Tab a:hover
{
    color: #666;
    text-decoration: underline;
}

.TabSet .Tab a.NoLeftDividerLine
{
    border-left: 0;
}

.TabSet td.ActiveTab
{
    border-left: solid 2px #cfcfcf;
    border-right: solid 2px #cfcfcf;     
    border-top: solid 2px #cfcfcf;
}

.TabSet .ActiveTab
{    
    text-align: center;
    padding: 0 0 2px;
}

.TabSet .ActiveTab a
{    
    color: Black;
    font-size: 12px;
    padding: 0;
    margin: 0;
    display: block;
}

.TabSet .ActiveTab a:link, .TabSet .ActiveTab a:visited, .TabSet .ActiveTab a:active
{
    color: Black;
    text-decoration: none;
}

.TabSet .ActiveTab a:hover
{
    color: Black;
    text-decoration: underline;
}

.TabSet .Content
{
    border-left: solid 2px #cfcfcf;
    border-right: solid 2px #cfcfcf;
    border-bottom: solid 2px #cfcfcf;
}

.TabSet .HtmlTabItem
{
    padding: 10px;  
}

.TabSet .DocumentLibraryTabItem
{
    overflow: hidden;
    width: 100%;
}

.TabSet fieldset
{
    margin-bottom: 12px;
}

.TabSet fieldset legend
{
    margin-right: 5px;
}