    html
    {
        height: 100%;

    }
    body
    {
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-family: ProximaNova-Regular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #444;
        height: 100%; /* Necessary for positioning the footer at the absolute bottom of the page */
        background: url(/auth/images/login-background.jpg);
        background-color: #f5f5f5;
        background-repeat:no-repeat;
        background-attachment:fixed;
    }
    .portal-left
    {
        width: 300px;
        margin-right: 20px;
        float: left;
    }
    .portal-right
    {
        width: 680px;
        margin-right: 20px;
        float: left;

    }
    #submitbutton
    {
        border: 0;
        color: transparent;
        background: url(/auth/images/signinbutton.png);
        /*background: url(/auth/images/signinbutton-off.png) no-repeat;*/
        display: block;
        width: 113px;
        height: 40px;
        overflow: hidden;

    }

    .clear
    {
        clear: both;
    }
    h3.applist
    {
        color: #8F3931;
        text-transform: uppercase;
        font-size: 16px;
        border-top: 5px solid #8F3931;
        padding-top: 10px;
        border-bottom: 0;
        margin-bottom: 16px;
        padding-left: 5px;
    }



    /* Portal CSS */
    .news-section
    {
        background-color: #ebebeb;
    }
    .post
    {
        width: 99%;
        border-bottom: 1px dotted #C9C4C4;
        padding-left: 5px;
        margin: 0;
    }
    .entry
    {
        margin-bottom: 1.2em;
    }
    h3.news
    {
        color: #8F3931;
        text-transform: uppercase;
        font-size: 16px;
        background-color: #ebebeb;
        border-top: 5px solid #8F3931;
        padding-top: 10px;
        border-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 5px;
        padding-bottom: 10px;
    }

    h2.title
    {
      position: relative;
      font-size: 12px;
      line-height: 1em;
    }
    .portal-news a:link{

    }
    .portal-news a:visited{
        color: #8F1909;
    }


    .largebutton
    {
        font-size: 16px;
        font-weight: bold;
    }
    #left-element,#middle-element,#right-element
    {
        margin-bottom: 0;
    }
    #submit-label,#left-label,#middle-label,#right-label
    {
        height: 0;
    }
    h3
    {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    table {
        border: 0;
        font-size: 12px;
        border-collapse: collapse;
    }


    a:link,
    a:visited
    {
        color: #145AA1;
    }
    .bottommargin
    {
        margin-bottom: 10px;
    }
    .maindiv
    {
        display:block;
        text-align: left;
        padding: 0;
        margin: 0 auto;
        width: 1080px;
        height: auto !important;
        color: black;
        height:100%;
        min-height:100%;
        background-color: #f5f5f5;
    }

    .maincontent
    {
        padding-top: 20px;
        overflow: hidden;
        width: 1055px;
        padding-left: 15px;
    }

    span#zf-name
    {
        color: #91BE3F;
    }


    div#welcome
    {
        width:  600px;
        height: 400px;
        border: 0px solid #444444;
        overflow: hidden;
        text-align: center;
    }


        /*DL, DT, DD TAGS LIST DATA*/

    tr.even td
    {
        background-color: #FFF;
    }
    tr.odd td
    {
        background-color: #f0f7ff;
    }
    form dd
    {
        margin: 0;
        margin-bottom: 10px;
    }
    dl {
        margin-top: 0;
    }
    dl dt {

    }
    dl label { font-weight: bold; }
    th {
        /* background-color: #cb0100; */
        background-color: gray;
        font-weight:bold;
        color: #FFF;
        padding:5px;
        text-align: left;
    }

    td {
        margin:2px 0;
        padding:5px 5px;
    }
    #submit-element {

    }
    .errors
    {
        color: #FF0000;
        font-weight: bold;
    }
    h2{
        font-size: 1.8em;
    }
    h3{
        border-bottom: 1px solid #000;
        width: 99%;
    }
    h4{
        font-size: 1.2em;
        width: 99%;
    }
    img
    {
 	border: 0;
    }
ul{
    font-size: 14px;
}

    div#header-navigation
    {
        background-color: #fff;


    }


    div#topmenu
    {
        position: relative;
        background-color: #fff;
        width: 100%;
        height: 32px;
        font-weight: bold;
        border-bottom: 2px solid #d2d2d2;
    }

    form fieldset#fieldset-left, form fieldset#fieldset-middle, form fieldset#fieldset-right
    {
        float: left;
        width: 30%;
        border: none;
    }

    #username,#password,#passwordconfirm
    {
        font-size: 16px;
        height: 24px;
        margin: 1px 1px 0 1px;
        padding: 10px 12px;
        z-index: 1;
    }

    #username-label
    {

        display: inline;
        width: 60px;
        text-align: right;
        font-weight: normal;
        font-size: 8px;
    }
    #password-label
    {

        display: inline;
        width: 60px;
        text-align: right;
        font-size: 8px;


    }
    .signupform .errors
    {
        margin-left: 160px;
    }
    #signupfirstname-label,#signuplastname-label,#signupusername-label,#signuppassword-label,#signuppasswordconfirm-label,#signupemail-label
    {
        float: left;
        display: inline;
        width: 250px;
        text-align: right;
        padding: 6px 10px 0px 0px;

    }
    #signupbutton
    {
        margin-left: 260px;
        border: 0;
        color: transparent;
        background: url(/auth/images/signupbutton.png);
        display: block;
        width: 150px;
        height: 40px;
        overflow: hidden;
    }
    #signupbutton-label
    {
        display: none;
    }

    #submitbutton
    {
        margin-left: 0px;
    }
    #submitbutton-label
    {
        display: none;
    }

    .errors
    {
        list-style-type: square;
        margin: 0;
        padding-left: 15px;
    }
    .errors li
    {
        padding-left: 0;
        font-size: 10px;
        margin: 5px 0 0 0;
    }
    #loginerror
    {
        font-weight: bold;
        color: #FF0000;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
