.TabbedPanels
{
    margin: 0px;
    padding: 0px;
    float: left;
    clear: none;
    width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup
{
    margin: 0px;
    padding: 0px;
}
.SetLink
{
    width: 260px;
    height: 35px;
    float: left;
    line-height: 35px;
    padding-left: 20px;
    margin-left: -20px;
}
.Selected 
{
color: #000000;
}
a.SetLink:hover
{
    color: #0D59A4;
    text-decoration: underline;
    cursor: pointer;
    background-color: #EEEEEE;
}
.TabbedPanelsTabHover
{
    color: #0D59A4;
    text-decoration: underline;
    cursor: pointer;
    background-color: #EEEEEE;
}
.TabbedPanelsTabSelected
{
    color: #000000;
}

/* Start of Vertical Tabbed Panels */
.VTabbedPanels
{
    width: 945px;
    height: 582px;
}
.VTabbedPanelsTabGroup
{
    width: 280px;
    height: 105px;
    float: left;
    color: #0D59A4;
}
.VTabbedPanelsTabTop
{
    width: 260px;
    height: 35px;
    float: left;
    line-height: 35px;
    padding-left: 20px;
    border-top-color: #CBD3D9;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #CBD3D9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-weight: bold;
    font-size: 90%;
}
.VTabbedPanelsTab
{
    width: 260px;
    height: 35px;
    float: left;
    line-height: 35px;
    padding-left: 20px;
    border-bottom-color: #CBD3D9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-weight: bold;
    font-size: 90%;
}
.VTabbedPanelsContentGroup
{
    float: left;
    width: 584px;
    height: 582px;
    margin-left: 80px;
    font-size: 90%;
}
.VTabbedPanelsContent
{
    padding: 20px;
    border: 1px solid #E7EAED;
    float: right;
    width: 544px;
    height: 540px;
    background-color: #FFFFFF;
    line-height: 1.7em;
}

