<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body
{
    height: 100%;
    width: 100%;
    background-color: #000030;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}
div, p
{
    font-family: Arial,Tahoma;
    font-size: 10pt;
}
#headerDiv
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 140px;
    background-color: White;
}
#menu
{
    position: absolute;
    color: White;
    top: 55px;
    left: 5px;
    font-family: arial,tahoma;
    font-size: 12pt;
}
#submenu
{
    position: absolute;
    color: #000030;
    top: 95px;
    left: 10px;
    font-family: arial,tahoma;
    font-size: 11pt;
}
#membermenu
{
    position: absolute;
    left: 5px;
    right:5px;
    height: 18px;
    top: 122px;
    font-family: arial,tahoma;
    font-size: 10pt;
    vertical-align: middle;
}
#portalmenu
{
    border: 1px solid #015BA9;
    background-color: #EEEEFF;
    color: #015BA9;
    position: absolute;
    top: 2px;
    left: 5px;
    height: 18px;
    vertical-align: middle;
}
#loggedonuser
{
    border: 1px solid #015BA9;
    background-color: #EEEEFF;
    color: #015BA9;
    position: absolute;
    top: 2px;
    left: 5px;
    height: 18px;
    vertical-align: middle;
}
#mainDiv
{
    position: absolute;
    top: 150px;
    left: 0px;
    right: 0px;
    bottom: 20px;
    background-color: White;
    overflow: auto;
}
#creditsDiv
{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 20px;
    text-align: center;
    color: Gray;
    background-color: #000030;
}
#logo_header
{
    float: left;
    background-image: url( './images/logo_header.jpg' );
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 1000px;
    height: 140px;
}
#contentDiv
{
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}
form.mainForm
{
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0px auto;
    overflow: hidden;
    background-color: White;
}
hr
{
    height: 1px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-top: solid 1px #015BA9;
}
a.creditsitem
{
    color: Gray;
}
a.menuitem
{
    color: White;
    text-decoration: none;
    margin-left: 6px;
    margin-right: 6px;
}
a.submenuitem
{
    color: #000030;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}
a.membermenuitem
{
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}
a.normal
{
    font-family: Arial,tahoma;
    font-size: 10pt;
}
td.menuitem
{
    border-bottom: 1px solid #F9E900;
}
.header, .subheader
{
    vertical-align: top;
    border-bottom: solid 1px #015BA9;
}
.header
{
    font-size: 12pt;
}
.subheader
{
    font-size: 11pt;
    font-style: italic;
}
.block, .pollmain
{
    border: 1px solid #015BA9;
}

.pollmain
{
    width: 500px;
}

.percentageCell
{
    background-color: #015BA9;
    color: White;
    text-align: center;
}
.membermenucontent
{
    margin-top: 2px;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #EEEEFF;
    border: 1px solid #015BA9;
}
.bluetext, .newsheader, .header, .subheader, a.membermenuitem, #membermenu, .picturesubscript
{
    color: #015BA9;
}
.newsheader, .picturesubscript
{
    font-style: italic;
}
.picturesubscript
{
    height: 30px;
    vertical-align: top;
}
.competency
{
    cursor: pointer;
    color: #015BA9;
    font-style: italic;
    font-weight: bold;
}
.gridtoolbar
{
    table-layout: fixed;
    width: 100%;
}
.gridtoolbar_bgleft
{
    width: 5px;
    height: 32px;
    background-image: url('/App_Themes/Default/images/toolbar_bgleft.jpg');
    background-repeat: no-repeat;
}
.gridtoolbar_bg
{
    height: 32px;
    background-image: url('/App_Themes/Default/images/toolbar_bg.jpg');
}
.gridtoolbar_bgright
{
    width: 5px;
    height: 32px;
    background-image: url('/App_Themes/Default/images/toolbar_bgright.jpg');
    background-repeat: no-repeat;
}
</pre></body></html>