﻿
* {
    margin: 0;
    padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
fieldset, small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: Arial;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    height: 100%;
}

body {
    background-color: #FFFFFF;
    background-image: url('../../Content/images/background.gif');
    background-position: 50% 50%;
    background-repeat: repeat-y;
    color: #4D4D4D;
    font-size: 10pt;
    font-family: Arial;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    height: 100%;
}

a {
    font-family: Arial;
    text-decoration: none;
    font-size: 10pt;
}

    a:link {
        color: #114A8A;
    }

    a:hover {
        text-decoration: underline;
        color: #114A8A;
    }

    a.normal {
        font-family: Arial;
        text-decoration: none;
        font-size: 10pt;
    }

        a.normal:link {
            color: #114A8A;
        }

        a.normal:hover {
            text-decoration: underline;
            color: #114A8A;
        }

    a.readonly {
        font-family: Arial;
        text-decoration: none;
        font-size: 10pt;
        color: black;
    }

        a.readonly:link {
            color: black;
        }

        a.readonly:hover {
            text-decoration: none;
            color: black;
        }

p {
    margin-bottom: 20px;
    line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #4D4D4D;
    font-family: Arial;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

td {
    font-family: Arial;
    font-size: 10pt;
}

th {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

select {
    font-family: Arial;
    font-size: 10pt;
}

input {
    font-family: Arial;
    font-size: 10pt;
}

    input[type="text"] {
        width: 200px;
        border: 1px solid #CCC;
    }

    input[type="password"] {
        width: 200px;
        border: 1px solid #CCC;
    }

fieldset {
    margin: 1em 0;
    padding: 1em;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

sup {
    font-size: 80%;
    vertical-align: super;
}


#header {
    margin-bottom: 0px;
    color: #4D4D4D;
    padding: 0;
    height: 115px;
}

    #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        border: none;
        line-height: 2em;
        font-family: Arial;
        font-size: 32px !important;
    }

.headerimage {
    width: 35%;
    height: 30px;
    display: inline-block;
    *display: inline;
    padding-top: 15px;
    font-weight: bold;
    font-size: 16pt;
    margin-left: 20px;
    -ms-zoom: 1;
    zoom: 1;
}

.wrapper {
    min-height: 100%;
    width: 1000px;
    background-color: #FFFFFF;
    text-align: left;
    margin: 0 auto -50px;
}

.footer {
    line-height: normal;
    margin: 0;
    border: 0;
    padding: 0;
    width: 1000px;
    color: #4D4D4D;
    font-size: 9pt;
    clear: both;
    background-color: #FFFFFF;
    margin-top: -50px; /* negative value of footer height */
    height: 50px;
    margin: 0 auto;
}

#footercenter {
    margin: 0 auto;
    width: 300px;
}

#footerlinks {
    margin: 0 auto;
    text-align: center;
}

#copyright {
    padding-top: 2px;
    text-align: center;
}

.customwelcome {
    width: 25%;
    height: 30px;
    display: inline-block;
    *display: inline;
    background-color: #ffffff;
    padding-top: 15px;
    text-align: right;
    -ms-zoom: 1;
    zoom: 1;
}

#welcometext {
    font-weight: bold;
    font-size: 12pt;
    font-style: italic;
}

.instructiontxt {
    font-weight: bold;
}

.logout {
    width: 35%;
    height: 30px;
    display: inline-block;
    *display: inline;
    background-color: #ffffff;
    padding-top: 15px;
    text-align: right;
    -ms-zoom: 1;
    zoom: 1;
}

.lastlogin {
    width: 98%;
    background-color: #ffffff;
    padding-top: 25px;
    text-align: right;
    -ms-zoom: 1;
    zoom: 1;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

div#successMessage {
    border-bottom: #fed856 1px solid;
    border-left: #fed856 1px solid;
    margin-left: 1px;
    border-right: #fed856 1px solid;
    display: none;
}

table#successMsg {
    width: 100%;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    background: #fee58b;
    padding-top: 3px;
    border: 0;
    padding: 0;
    border-collapse: collapse;
}

#menucontainer {
    margin-top: 40px;
}

.logincontainer {
    background-color: Silver;
    padding: 3px;
    width: 375px; 
    margin-left: auto;
    margin-right: auto;
}

.logintable {
    background-color: White;
    padding: 3px;
    width: 100%;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

.publiccontainer {
    background-color: Silver;
    padding: 3px;
    width: 99%;
}

.publictable {
    background-color: White;
    padding: 3px;
    width: 100%;
}

.signupcontainer {
    background-color: Silver;
    padding: 3px;
    width: 800px;
}

.signuptable {
    background-color: White;
    padding: 3px;
    width: 100%;
}

    .signuptable TD {
        padding-bottom: 5px;
        padding-left: 4px;
    }

.signuptablefirstcol {
    width: 225px;
}

.signuptablesecondcol {
    width: 575px;
    height: 30px;
}

.maincontent {
    overflow: auto;
    padding-bottom: 50px;
}

.content {
    padding: 20px;
}

.membercontent {
    padding: 20px;
}

.generalcontent {
    padding: 20px;
}

.profilecontent {
    padding: 20px;
}

#profiles {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    *border-collapse: expression('separate', cellSpacing = '0px');
}

    #profiles th {
        border-bottom: 1px solid gray;
        border-right: 1px solid gray;
        border-left: 1px solid gray;
        border-top: 1px solid gray;
        background-color: #6A737B;
        color: White;
        padding: 5px;
    }

    #profiles td {
        border-bottom: 1px solid gray;
        border-right: 1px solid gray;
        border-left: 1px solid gray;
        border-top: 1px solid gray;
        padding: 5px;
    }

#profilesEvenRow {
    background-color: #E6EEF5;
    padding: 5px;
}

#profilesOddRow {
    background-color: White;
    padding: 5px;
}

.profiletitle {
    font-size: 16px;
}

    .profiletitle a:hover {
        text-decoration: underline;
        color: navy;
    }

.profilebuffer {
    width: 100%;
    color: #A52B31;
    border: 2px solid #A52B31;
}

.requirementcontent {
    padding: 20px;
}

.requirements {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    *border-collapse: expression('separate', cellSpacing = '0px');
}

    .requirements th {
        border-bottom: 1px solid gray;
        border-right: 1px solid gray;
        border-left: 1px solid gray;
        border-top: 1px solid gray;
        background-color: #6A737B;
        color: White;
        padding: 5px;
    }

.requirementsEvenRow {
    background-color: #E6EEF5;
    padding: 5px;
}

.requirementsOddRow {
    background-color: White;
    padding: 5px;
}

.requirements td {
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
    padding: 5px;
}

.grid {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    *border-collapse: expression('separate', cellSpacing = '0px');
}

    .grid th {
        border-bottom: 1px solid gray;
        border-right: 1px solid gray;
        border-left: 1px solid gray;
        border-top: 1px solid gray;
        background-color: Black;
        color: White;
        padding: 5px;
    }

        .grid th a {
            color: White;
        }

    .grid td {
        border-bottom: 1px solid gray;
        border-right: 1px solid gray;
        border-left: 1px solid gray;
        border-top: 1px solid gray;
        padding: 5px;
    }

.alt {
    background-color: silver;
    padding: 5px;
    border: 1px solid gray;
}

.dbtabletable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    *border-collapse: expression('separate', cellSpacing = '0px');
}

.dbtableheaderrow th {
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
    background-color: #6A737B;
    color: White;
    padding: 5px;
}

.dbtableheaderrow a {
    color: White;
}

.dbtabletable td {
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
    padding: 5px;
}

.dbtableevenrow {
    background-color: White;
    padding: 5px;
}

.dbtableoddrow {
    background-color: #E6EEF5;
    padding: 5px;
}

.tabletitle {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 20px;
    padding-left: 20px;
}

.tableheadertitle {
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

.tablegroup {
    width: 100%;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 0px;
    border-collapse: collapse;
    background-color: #a52b31;
    color: White;
}

.tabletitle td {
    font-size: 15px;
    font-weight: bold;
}

.tabletopbutton {
    width: 91%;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 2px;
    padding-left: 0px;
    text-align: left;
}

.tablebottombutton {
    width: 98%;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: right;
}

.trseparator {
    height: 20px;
    padding-top: 20px;
}

.tdrequirement {
    padding-left: 5% !important;
}

.general td {
    padding: 5px;
}

.documents {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    *border-collapse: expression('separate', cellSpacing = '0px');
}

    .documents th {
        border-bottom: 1px solid gray;
        border-right: 1px solid gray;
        border-left: 1px solid gray;
        border-top: 1px solid gray;
        background-color: #6A737B;
        color: White;
        padding: 5px;
    }

.documentsEvenRow {
    background-color: #E6EEF5;
    padding: 5px;
}

.documentsOddRow {
    background-color: White;
    padding: 5px;
}

.documents td {
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
    padding: 5px;
}

.paymenttable {
    background-color: White;
    padding: 1px;
    width: 100%;
}

.acceptrejectable {
    padding: 10px;
}

    .acceptrejectable td {
        padding: 2px;
        border-style: none;
        vertical-align: top;
    }

.verifydeliverytablefirstcol {
    width: 100px;
}

.verifydeliverytablesecondcol {
    width: 575px;
}

.disclaimer {
    font-size: 11px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 90%;
}

.clear {
    clear: both;
}

.error {
    color: Red;
}

.hidden {
    display: none;
}

.line {
    border: 1px solid #114A8A;
}

.required {
    color: Red;
}

.pendingapproval {
    color: #DAA520;
}

.completed {
    color: #00008B;
}

.completednoapprovalrequired {
    color: #00008B;
}

.notcompleted {
    color: Red;
}

.rejected {
    color: Red;
}

.brokenrules {
    color: Red;
    font-weight: bold;
}

    .brokenrules li {
        margin-left: 40px;
    }

.ui-widget-header {
    background: #8d9bc0;
    color: White;
}

#dhtmltooltip {
    position: absolute;
    width: 150px;
    border: 2px solid black;
    padding: 2px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/* Start Rounded Container */
.roundedcontainer {
    width: 100%;
    table-layout:fixed;
    margin-top: 10px;
    min-height: 100px;
}

.roundedcontainer2 {
    width: 100%;
    table-layout: fixed;
    margin-top: 10px;
}

.roundedcontainertitleleft {
    background-repeat: no-repeat;
    width: 7px;
    height: 25px;
    background-image: url('../../Content/images/Table-Title-Red-bkg-left.jpg');
}

.roundedcontainertitlemiddle {
    background-repeat: repeat-x;
    color: #ffffff;
    font-size: 14pt;
    font-weight: bold;
    padding: 0px;
    vertical-align: middle;
    background-image: url('../../Content/images/Table-Title-Red-bkg-middle.jpg');
    white-space: nowrap;
}

.roundedcontainertitleright {
    background-repeat: no-repeat;
    width: 7px;
    height: 25px;
    background-image: url('../../Content/images/Table-Title-Red-bkg-right.jpg');
}

.roundedcontainerleft {
    background-repeat: repeat-y;
    width: 2px !important;
    background-image: url('../../Content/images/Table-Content-bkg-left2px-white.gif');
    background-color: White;
}

.roundedcontainerright {
    background-repeat: repeat-y;
    width: 2px !important;
    background-position: right;
    background-image: url('../../Content/images/Table-Content-bkg-right2px-white.gif');
    background-color: White;
}

.roundedcontainercontent {
    background-color: #ffffff;
    overflow: hidden;
}

.roundedcontainerbottomleft {
    background-repeat: no-repeat;
    width: 7px;
    height: 7px;
    background-image: url('../../Content/images/Table-Bottom-bkg-left-white.jpg');
}

.roundedcontainerbottommiddle {
    background-repeat: repeat-x;
    height: 7px;
    background-image: url('../../Content/images/Table-Bottom-bkg-middle-white.jpg');
}

.roundedcontainerbottomright {
    background-repeat: no-repeat;
    width: 7px;
    height: 7px;
    background-image: url('../../Content/images/Table-Bottom-bkg-right-white.jpg');
}
/* End Rounded Container */

.requiredlabel {
    font-family: Arial;
    font-weight: bold;
    font-size: 12pt;
    color: Red;
}

.button37 {
    width: 37px;
    height: 23px;
    cursor: default;
    text-align: center;
    display: inline-block;
    *display: inline;
    -ms-zoom: 1;
    zoom: 1;
}

.button74 {
    width: 74px;
    height: 19px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    *display: inline;
    -ms-zoom: 1;
    zoom: 1;
}

.button100 {
    width: 100px;
    height: 19px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    *display: inline;
    -ms-zoom: 1;
    zoom: 1;
}

.button130 {
    width: 130px;
    height: 19px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    *display: inline;
    -ms-zoom: 1;
    zoom: 1;
}

.button175 {
    width: 175px;
    height: 19px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    *display: inline;
    -ms-zoom: 1;
    zoom: 1;
}


.button200 {
    width: 200px;
    height: 19px;
    cursor: default;
    text-align: center;
    display: inline-block;
    *display: inline;
    -ms-zoom: 1;
    zoom: 1;
}

.button240 {
    width: 240px;
    height: 35px;
    text-align: center;
    display: inline-block;
    *display: inline;
    -ms-zoom: 1;
    zoom: 1;
}

a.buttonlink74:link,
a.buttonlink74:hover,
a.buttonlink74:visited {
    color: White;
    font-size: 7pt;
    letter-spacing: .5px;
    font-family: Arial;
    text-decoration: none;
    display: block;
    height: 19px;
    width: 74px;
    vertical-align: middle;
    line-height: 19px;
    padding: 0px;
    margin: 0px;
}


a.buttonlink130:link,
a.buttonlink130:hover,
a.buttonlink130:visited {
    color: White;
    font-size: 7pt;
    letter-spacing: .5px;
    font-family: Arial;
    text-decoration: none;
    display: block;
    height: 19px;
    width: 130px;
    vertical-align: middle;
    line-height: 19px;
    padding: 0px;
    margin: 0px;
}

/*  +++ frmLikeTable +++ */

.frmLikeTable label {
    display: inline-block;
    vertical-align: top;
    font-size: 100%;
    width: 15%; /*width: 100px;*/
}

.frmLikeTable input {
    /*height:100%;*/
    width: 80%; /*width:300px;*/
}

.frmLikeTable select {
    width: 80%; /*width:306px;*/
}

.ulerror {
    color: red;
    vertical-align: top;
}

#privacy_policy #title {
    font-family: Arial;
    font-size: 13pt;
    font-weight: bold;
    margin-top: 1em;
    margin-left: 0.75em;
    text-align: left;
}

#privacy_policy div {
    margin-left: 1em;
    margin-bottom: 0.75em;
    margin-right: 3em;
}

    #privacy_policy div div {
        margin-top: 1em;
        margin-left: 1.5em;
    }

#privacy_policy h1 {
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 0.25em;
}

#privacy_policy p, #privacy_policy div ol, #privacy_policy div ul {
    margin-top: 0.5em;
    font-size: 10pt;
    font-family: Arial;
}

#privacy_policy div ol, #privacy_policy div ul {
    margin-left: 3em;
}

    #privacy_policy div ol li, #privacy_policy div ul li {
        line-height: 1.5em;
        padding: 0.1em;
    }

    #privacy_policy div ol, #privacy_policy div ol li {
        list-style-type: decimal;
    }

    #privacy_policy div ul, #privacy_policy div ul li {
        list-style-type: disc;
    }


/*//dropdownlist content hover*/

#popuplist ul {
    display: inline;
    margin: 10px, 10px, 10px,10px;
    padding: 15px, 15px, 15px,15px;
    list-style: none;
    text-align: left;
}

    #popuplist ul li {
        display: inline-block;
        position: relative;
        background: #fff;
        cursor: pointer;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

        #popuplist ul li span {
            display: none;
            position: absolute;
        }

            #popuplist ul li span ul li {
                display: block;
                /*color: #666;
                background: #fff;*/
                padding: 5px 5px 5px 5px;
                /*font-weight: normal;
                font-size: 10pt;*/
                /*line-height: 20px;*/
                /*text-shadow: 0 -1px 0 #666;*/
            }

        #popuplist ul li:hover span {
            display: block;
            position: absolute;
            color: #666;
            font-weight: normal;
            font-size: 10pt;
            background: #FFFFFF;
            text-shadow: 0 -1px 0 grey;
            padding: 10px, 10px, 10px,10px;
            top: 25px;
            left: 0;
            width: 300px;
            opacity: 1;
            visibility: visible;
            border: 2px solid darkgray;
            z-index: 1000;
            border-radius: 5px 5px 5px 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
        }



/* display popup on hover*/
#popup {
    color: black;
}

    #popup a, #popup a:hover, #popup a:visited {
        display: block;
        text-decoration: none;
        /*color:darkgray;*/
        /*font-weight:bold;*/
    }

    #popup span {
        /*display: none;*/
        position: absolute;
        margin-left: -999em;
    }

    #popup ul {
        list-style-type: none;
    }

        #popup ul li {
            line-height: 20px;
            padding: 0 2px 5px;
        }

    #popup a:hover {
        text-indent: 0;
    }

        #popup a:hover span {
            border-radius: 5px 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            display: block;
            position: absolute;
            top: 30%;
            left: 70%;
            margin-left: 0;
            text-shadow: none;
            color: #666;
            font-weight: normal;
            font-size: 10pt;
            background: #FFFFFF;
            padding: 5px 5px 5px 5px;
            width: 300px;
            text-align: left;
            border: 2px solid darkgray;
            z-index: 1000;
            opacity: 1;
            visibility: visible;
        }


/*tool tip form left aside elements*/

.tooltip-left {
    outline: none;
    /*cursor: pointer;
    text-decoration: none;*/
    position: relative;
    border-bottom: none;
    display: inline-block;
}

    .tooltip-left a, .tooltip-left a:hover, .tooltip-left a:visited {
        display: inline-block;
        text-decoration: none;
        /*color:darkgray;*/
        /*font-size:1.5em;*/
    }

    .tooltip-left span {
        margin-left: -999em;
        position: absolute;
    }

    .tooltip-left ul {
        list-style-type: none;
    }

        .tooltip-left ul li {
            line-height: 20px;
            padding: 0 2px 5px;
        }


    .tooltip-left:hover span {

        border-radius: 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        
        display: block;
        position: absolute;
        left: 95%;
        top: -200%;
        z-index: 1000;
        margin-left: 0;
        text-shadow: none;
        color: #666;
        font-weight: normal;
        font-size: 10pt;
        background: #FFFFFF;

        width: 375px;
        text-align: left;
        border: 2px solid darkgray;
        opacity: 1;
        visibility: visible;
        overflow-x: auto;
    }



/*tool tip form right side elements*/

.tooltip-right {
    display: inline-block;
    outline: none;
    /*cursor: pointer;*/
    /*text-decoration: none;*/
    position: relative;
    border-bottom: none;
}


    .tooltip-right a, .tooltip-right a:hover, .tooltip-right a:visited {
        display: inline-block;
        text-decoration: none;
        /*color:darkgray;*/
        /*font-size:1.5em;*/
    }


    .tooltip-right span {
        margin-left: -999em;
        position: absolute;
    }

    .tooltip-right ul {
        list-style-type: none;
    }

        .tooltip-right ul li {
            line-height: 20px;
            padding: 0 2px 5px;
        }


    .tooltip-right:hover span {
        
        border-radius: 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;

        display: block;
        position: absolute;
        z-index: 1000;

        /*left: 0;
        top: 0;
        margin-left: -250%;
        margin-top: -40%;*/

        left: -70%;
        bottom:1.5em;
        margin:auto;

        width: 370px;

        text-shadow: none;
        color: #666;
        font-weight: normal;
        font-size: 10pt;
        background: #FFFFFF;
        text-align: left;
        border: 2px solid darkgray;
        opacity: 1;
        visibility: visible;
        /*overflow-x: auto;*/
       
    }

/** member popup*/
.member-popup {
    position: relative;
    z-index: 0;
}

    /*.member-popup:hover {
        background-color: transparent;
        z-index: 50;
    }*/

    .member-popup a, .member-popup a:hover, .member-popup a:visited {
        display: block;
        text-decoration: none;
        /*color:darkgray;*/
        /*font-weight:bold;*/
    }

    .member-popup span {
        position: absolute;
        left: -1000px;
        visibility: hidden;
        padding: 5px;
        /*width: 290px;
        border: 1px solid gray;
        color: black;
        text-decoration: none;*/
    }

    .member-popup ul {
        list-style-type: none;
    }

        .member-popup ul li {
            line-height: 20px;
            padding: 0 2px 5px;
        }

    .member-popup:hover span { /*CSS for popup on hover*/
        border-radius: 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;

        display: block;
        position: absolute;
        z-index: 1000;
        text-shadow: none;

        color: #666;
        font-weight: normal;
        font-size: 10pt;
        background: #FFFFFF;
        width: 350px;

        /*text-align: left;*/
        border: 2px solid darkgray;
        opacity: 1;
        /*overflow-x: auto;*/
        visibility: visible;
        /*top: -450%;
        left: -120%; /*position where popup offset horizontally */
                                                                      
        left: -10%;
        bottom:1.5em;
        margin:auto;
    }



.nodrilldown a:hover {
    text-decoration: none;
    color: #666;
    font-size: 110%;
    text-shadow: 0 -1px 0 lightgray;
}

.classic {
    padding: 0.8em 0.5em;
}

.custom {
    padding: 0.5em 0.8em 0.8em .5em;
}

.round-border {
    border: 1px solid rgb(102, 102, 102);
    -moz-border-image: none;
    -o-border-image: none;
    -webkit-border-image: none;
    border-image: none;

    /*margin-left: 100px;*/
    margin: auto;
    width: 75%;

    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* display table row height expansion on hover - Not Used*/
#rowextension {
    color: gray;
}

    #rowextension a, #rowextension a:hover, #rowextension a:visited {
        /*position: relative;*/
        display: block;
        /*width: 230px;
    line-height: 30px;
	
    text-align: right;
    padding: 0 10px;
    margin: 0;*/
        text-decoration: none;
        /*font-size: 1em;
    font-weight: bold;*/
    }

    #rowextension span {
        display: none;
    }

    #rowextension ul {
        list-style-type: none;
    }

        #rowextension ul li {
            line-height: 20px;
            padding: 0 2px 5px;
        }

    #rowextension a:hover {
        text-indent: 0;
    }

        #rowextension a:hover span {
            display: block;
            /*position: absolute;*/
            top: 25px;
            left: 20px;
            width: 300px;
            margin: 10px;
            color: #666;
            font-weight: normal;
            background: #FFFFFF;
            padding: 5px 5px 5px 5px;
            text-align: left;
            border: 1px solid #666;
            /*z-index: 100;*/
            opacity: 1;
            visibility: visible;
        }
