.accordion_tit {
    background-color: lightgray;
    color: black;
    height: 15px; /* overwritten by script */
    font-weight: normal;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid white;
    border-top: 1px solid black;
    border-right: 1px dashed black;
    cursor: pointer;
}

.accordion_tit a:link,
.accordion_tit a:hover,
.accordion_tit a:active,
.accordion_tit a:visited {
    text-decoration: none;
    color: black;
}

.accordion_atit {
    font-weight: bold;
}

.accordion_ct {
    padding: 10px 2px 10px 10px;

    background-color: beige;
    overflow: auto;
    border-right: 1px dashed black;
}

.acc2_tit {
    background-color: lightgray;
    color: black;
    height: 15px; /* overwritten by script */
    font-weight: normal;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid white;
    border-top: 1px solid black;
    cursor: pointer;
}

.acc2_tit a:link,
.acc2_tit a:hover,
.acc2_tit a:active,
.acc2_tit a:visited {
    text-decoration: none;
    color: black;
}

.acc2_atit {
    font-weight: bold;
}

.acc2_ct {
    padding: 10px 2px 10px 10px;

    background-color: beige;
    overflow: auto;
}

body {
    margin:0;
    border:0;
    font-family: tahoma, verdana, arial, sans-serif;
    font-size: 13px;
}

#layout-left { position: absolute; top: 0; left: 0; width: 200px; bottom:0; }
#layout-right { position: absolute; left: 200px; right: 0; top: 0; bottom: 0; }
#layout-context { position: absolute; left: 200px; right: 0; top: 0; bottom: 16px; background-color: lightgray; text-align:center; }
#layout-info { position: absolute; left: 200px; right: 0; top: 16px; height: 90px; background-color: white; }
#layout-main { position: absolute; left: 200px; right: 0; top: 106px; bottom: 0; overflow: auto; overflow-y: scroll; background-color: white; padding: 5px; }
iframe { display:block; clear:none; overflow:hidden; }

.submit {
    font-weight: bold;
}

.eqTabs {
    padding:0 3em;
    width:80%;
}
.eqTabsT {
    float:left;
    width:100%;
    margin: 0 0 0 0;
    list-style:none;
}
.eqTabsT li {
    float:left;
    padding:0 .5em 0 0;
}
.eqTabsT a:link,
.eqTabsT a:visited,
.eqTabsT a:active,
.eqTabsT a:hover {
    width: 8em;
    padding: .2em 1em;
    display: block;
    background: lightgray;
    color: black;
    font-weight: bold;
    text-decoration: none;
}
.eqTabsT a:hover {
    background: gray;
    color: white;
}
.eqTabsP {
    border: solid 1px;
}
.eqTabsAll {
    border-bottom: solid 1px;
    background: #FFFF99;
    padding: 1em;
}
.eqTabsPC {
    background: white;
    padding: 1em;
}
.eqTabs div {
    clear: both;
    width: auto;
}
a.eqTabsA:link,
a.eqTabsA:visited,
a.eqTabsA:active,
a.eqTabsA:hover {
    background:black;
    color:white;
}
.eqTravFw, .eqTravBw {
    display: none;
}

/* fix for "fixed" positioning in IE 6+ */

@media screen
{
    * html
    {
        overflow-y: hidden;
    }
    * html body
    {
        height: 100%;
        overflow: auto;
    }
}