/********************************************************
*                                                       *
*                     Main DIV's and table              *
*                                                       *
********************************************************/

body {
    background: #eeeeee;
    margin: 0;
    padding: 0;

    font-size: 10pt;
    font-family: verdana, helvetica, sans-serif;
    text-decoration: none;
    color: black;
}

table.main {
    width: 100%;

    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

div.top {
    margin: 0;
    padding: 0 10px 0 10px;

    height: 54px;
    background-image: url( "../icons/bg-top.gif" );
}

div.content {
    padding: 0;
    margin: 0;
}

div.main {
    margin: 0;
    padding: 10px;
    background: #eeeeee;
}

div.section {
    /* width: 99%; */
    padding: 5px 0 5px 0;
    margin: 0; /* border: 1px  solid #909ba8; */
}

div.small {
    padding: 3px;
    margin: 0;
    font-size: 8pt;
}

div.footer {
    padding: 5px;
    margin: 0;

    text-align: center;
    color: gray;
    font-size: 8pt;

    clear: both;
}

div.footer a {
    color: gray;
    text-decoration: none;
    font-weight: bold;
}

.clear {
    clear: both;
}

/********************************************************
*                                                       *
*                     Toolbar                           *
*                                                       *
********************************************************/

div.toolbar, div.caption, div.smallcaption {
    /* width: 99%; */
    height: 29px;

    clear: both;

    border-width: 1px;
    border-style: solid;
    border-color: #909ba8;

    background: url( '../icons/toolbar-bg.gif' );

    padding: 6px 0 0 0;
    margin: 0;
}

div.button {
    float: left;
    padding: 3px;
    margin: 0;
}

div.caption {
    text-indent: 8px;
    font-size: 12pt;
    font-weight: bold;
}

div.smallcaption {
    text-indent: 8px;
    font-size: 8pt; /* padding: 2px 0 0 0; */
}

div.button {
    border: 1px solid #909ba8;
    background: white;
    margin-left: 8px;
}

div.toolbar a {
    font-size: 10pt;
    text-decoration: none;
    color: black;
}

/********************************************************
*                                                       *
*                     Tab header and area               *
*                                                       *
********************************************************/

td.tab-header, td.tab-area, td.spacing {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

td.spacing {
    padding: 0 10px 0 0;
}

td.tab-header {
    background: url( '../icons/tab-spacer.gif' );

    border-left: 1px solid #eeeeee;
}

th {
    text-align: left;
}

td.tab-area {
    padding: 10px;

    border-bottom: 1px solid #909ba8;
    border-left: 1px solid #909ba8;
    border-right: 1px solid #909ba8;

    background-color: white;
}

div.navigation-content {
    width: 220px;
    overflow-x: scroll;
}

div.description-content {
    width: 220px;
}

/********************************************************
*                                                       *
*                     Tab-Layout                        *
*                                                       *
********************************************************/

div.tab-left, div.tab-right, div.tab, div.tab-left-inactive, div.tab-right-inactive, div.tab-inactive {
    float: left;
    height: 22px;

    padding: 0 0 3px 0;
    margin: 0;
}

div.tab, div.tab-inactive {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 0;
}

div.tab-left {
    background: url( '../icons/tab-left.gif' );
    width: 2px;
}

div.tab-left-inactive {
    background: url( '../icons/tab-left-inactive.gif' );
    width: 2px;
}

div.tab {
    float: left;
    background: url( '../icons/tab-bg.gif' );
    padding-left: 20px;
    padding-right: 20px;
}

div.tab-inactive {
    background: url( '../icons/tab-bg-inactive.gif' );
    color: darkgray;
    padding-left: 20px;
    padding-right: 20px;
}

div.tab-inactive a {
    text-decoration: none;
    color: darkgray;
}

div.tab-right {
    background: url( '../icons/tab-right.gif' );
    width: 6px;
}

div.tab-right-inactive {
    background: url( '../icons/tab-right-inactive.gif' );
    width: 6px;
    color: lightgray;
}

div.left {
    border: 1px solid #909ba8;
}

div.border {
    border: 1px solid #909ba8;
    width: 100%;
}

div.right {
    float: right;
    border: 1px solid #909ba8;
    max-width: 66%;
}

/********************************************************
*                                                       *
*                     Text Layout                       *
*                                                       *
********************************************************/

h1, h2, h3, h1 a, h2 a, h3 a {
    margin: 0;

    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

h1, h2, h1 a, h2 a {
    padding: 5px 0 5px 0;
}

h1 {
    font-size: 14pt;
}

h2 {
    font-size: 12pt;
}

h3, h3 a {
    padding: 0 0 3px 0;
    font-size: 10pt;
}

p, li {
    padding: 3px 0 3px 0;
    margin: 0;
}

ul {
    list-style-type: square
}

div.small p {
    padding: 2px 0 2px 0;
}

img.icon {
    float: left;
    padding: 3px;
    margin: 0 3px 0 0px;
    border: 1px solid #909ba8;
}

div.icon {
    float: left;
    padding: 3px 50px 3px 3px;
    /* margin: 0 3px 0 3px;*/
    margin: 3px 3px 0 0;
    border: 1px solid #909ba8;
}

img.logo {
    float: right;
    padding: 2px 0 0 0;
    margin: 0;
    border: none;
}

a {
    text-decoration: none;
}

hr {
    /* width: 99%; */
    height: 1px;
    background: #909ba8;
    border: none;
    margin: 0;
    padding: 0;
}

iframe {
    border: 1px solid #909ba8;
}
