﻿#mainContent
{
    margin-top:-40px;
}

#left-panel
{
    float: left;
    margin: 0;
    padding: 0;
    width: 530px;
    min-height: 643px;
    background-color: #EEEEEE;
}

#right-panel
{
    float: left;
    margin: 0;
    padding: 0;
    width: 450px;
    min-height: 600px;
    background-color: #EEEEEE;
}

.rgstep
{
    clear: both;
    margin: 0;
    padding: 0;
    width: 400px;
    min-height: 450px;
}

.rgheader
{
    font-family: "Trebuchet MS",tahoma,verdana,arial,sans-serif;
    font-size: small;
    width: 400px;
    height: 90px;
    padding-top: 20px;
}

    .rgheader H1
    {
        font-weight: bold;
        font-size: 170%;
    }

    .rgheader H2
    {
        font-size: 120%;
    }

    .rgheader H3
    {
        font-size: 90%;
    }

.rgwarning
{
    clear: both;
    width: 400px;
    padding: 5px;
    margin: 0px 0px 5px 0px;
    border: 1px solid red;
    text-align: center;
    font-size: 80%;
    color: #0066CC;
    background-color: #FFFFFF;
}


.rgcontent
{
    clear: both;
    width: 450px;
    min-height: 300px;
}

.rgcontent-line
{
    clear: both;
    min-height: 28px;
}

    .rgcontent-line LABEL
    {
        font-family: "Trebuchet MS",tahoma,verdana,arial,sans-serif;
        font-size: x-small;
        color: #203360;
    }

.rgline-left
{
    float: left;
    width: 115px;
    text-align: right;
    font-family: "Trebuchet MS",tahoma,verdana,arial,sans-serif;
    font-size: x-small;
    padding: 5px 5px 0px 1px;
    height: 23px;
    color: #203360;
}

.rgline-right
{
    float: left;
    width: 275px;
    padding-left: 5px;
    padding: 1px;
    min-height: 23px;
}

    .rgline-right INPUT
    {
        height: 20px;
    }

.rgright-birth
{
    float: left;
    width: 60px;
}

.rgright-label
{
    float: left;
    width: 50px;
    padding: 3px 0px 0px 8px;
}

.rgright-floatblock
{
    float: left;
    width: 60px;
}

.rgright-value
{
    float: left;
    width: 50px;
}

.rgright-access
{
    float: left;
    width: 150px;
}

.rgright-access-image
{
    float: left;
    width: 20px;
    height: 20px;
}

    .rgright-access-image IMG
    {
        height: 15px;
        width: 15px;
        padding: 3px 0px 0px 5px;
    }


.rgright-ddl
{
    float: left;
    width: 100px;
    height: 15px;
}

.rgright-AccessDDL
{
    margin-left: auto;
    margin-right: 0;
    font-size: xx-small;
    width: 100px;
}

    .rgright-AccessDDL .dxeEditArea_Aqua
    {
        font-family: Tahoma;
        font-size: xx-small;
    }

.rgcontent-captcha
{
    clear: both;
    width: 405px;
}

.cssCaptcha
{
    float: left;
    padding: 10px 1px 0px 1px;
    height: 150px;
    width: 300px;
}

.captcha-invalid
{
    border: 1px solid red;
}

.rgfooter
{
    clear: both;
    width: 400px;
    height: 80px;
}





.cuwizard
{
    width: 450px;
    text-align: left;
    vertical-align: middle;
    font-family: Verdana, sans-serif;
    font-size: 11pt;
}

.validation-msg
{
    font-family: "Arial Narrow", Helvetica, sans-serif;
    color: #FF0000;
    font-size: 0.9em;
}

.tbox
{
    text-align: left;
    vertical-align: middle;
}

.dropdown
{
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
}

.link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.watermark
{
    font-family: "Arial Narrow";
    background-color: #CCCCFF;
}

.style3
{
    text-align: left;
}




.regCBL INPUT
{
    float: left;
    padding: 0px;
    margin: 0px;
    width: 15px;
    height: 15px;
}

.regCBL LABEL
{
    float: left;
    padding-bottom: 2px;
    padding-left: 3px;
    font-size: small;
}

.regDDL
{
    font-size: x-small;
}

.regAccessDDL
{
    margin-left: auto;
    margin-right: 0;
    font-size: xx-small;
    width: 100px;
}

    .regAccessDDL .dxeEditArea_Aqua
    {
        font-family: Tahoma;
        font-size: xx-small;
    }



.popupMsgBox H1
{
    font-size: x-small;
    font-family: "Trebuchet MS",tahoma,verdana,arial,sans-serif;
}


#divConfBody
{
    margin: 0;
    padding: 0;
    width: 400px;
    height: 160px;
}

#confheader
{
    width: 400px;
    height: 30px;
}

    #confheader H1
    {
    }

#confcontent
{
    width: 400px;
    height: 100px;
}

#confbuttons
{
    width: 400px;
    height: 30px;
}

#confbtn-1, #confbtn-2
{
    width: 85px;
    height: 25px;
    float: right;
    margin: 0 auto;
}

.confemail
{
    float: left;
    width: 265px;
    overflow: hidden;
    padding: 4px 0px 0px 5px;
    font-weight: bold;
}

/* -- Validator -- */

input.error
{
    float: left;
    border: 1px solid red;
    background-color: #FFFFD5;
    margin: 0px;
    color: red;
}

label.error, label.errorExt
{
    float: left;
    padding-left: 10px;
    color: Red;
}

.divASPx
{
    float: left;
}


/* -- Description -- */

#site-description
{
    clear: both;
    width: 420px;
    min-height: 90px;
    margin: 20px 0 0px 20px;
}

    #site-description P
    {
        font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
        font-size: 1.6em;
        font-weight: bold;
        color: #0E385F;
        line-height: 1.35em;
        word-spacing: -1px;
    }

/* -- Video -- */

#video-pane
{
    clear: both;
    width: 436px;
    height: 254px;
    margin: 0px 0px 20px 10px;
    background: white;
    border: 1px solid #789;
}

    #video-pane .snapshots-img
    {
        width: 416px;
        height: 234px;
    }

    #video-pane .play-video-button
    {
        background: url('/images/play-video-button.png') no-repeat 0 0;
        width: 117px;
        height: 98px;
        position: absolute;
        top: 78px;
        left: 159px;
        display: block;
        visibility: visible;
    }

    #video-pane .video-wrapper
    {
        position: relative;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    #video-pane .video-image-wrapper
    {
        width: 416px;
        height: 234px;
        background: black;
        margin: 10px;
    }

    #video-pane .watch-video
    {
        width: 360px;
        height: 50px;
        position: absolute;
        top: 150px;
        left: 68px;
        display: block;
        visibility: hidden;
        color: white;
        font-family: "Arial";
        font-size: 40px;
        font-weight: bold;
    }



/* -- Testim -- */

#testim-pane
{
    clear: both;
    width: 420px;
    min-height: 150px;
}


/* the root element for scrollable */
#testim
{
    /*	background:#fff url(/img/global/gradient/h600.png) repeat scroll 0 0; */
    clear: both;
    /*	border:1px solid #789;*/
    font-size: 12px;
    min-height: 150px;
    margin: 0 0 0 20px;
    width: 420px;
    overflow: hidden;
    position: relative;
    /* rounded corners for modern browsers */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #787878 url('/images/bg_bluegradient.gif') repeat-x 0 0;
    /* outline radius for mozilla/firefox only */
    -moz-box-shadow: 0 0 10px #999;
    -webkit-box-shadow: 0 0 10px #999;
}


    /* scrollable items */
    #testim .items
    {
        width: 20000em;
        height: 150px;
        clear: both;
        position: absolute;
    }

    /* single scrollable item called ".page" in this setup */
    #testim .page
    {
        padding: 10px 10px;
        width: 390px;
        float: left;
        /*        background: url('/images/double_quote.gif') no-repeat scroll 0 19px transparent;
        border-top: 1px solid #CCCCCC;
*/
        color: #666666;
        font-family: Georgia;
        font-family: "Trebuchet MS",tahoma,verdana,arial,sans-serif;
        font-size: 1.25em;
        /* letter-spacing: -0.01em; */
        line-height: 20px;
        /*        margin: 5px 20px 40px 0;
        padding: 80px 0 0;*/
    }

        #testim .page .title1
        {
            float: left;
            padding-top: 4px;
            font-size: 9pt;
            vertical-align: bottom;
        }

        #testim .page .title2
        {
            float: left;
            padding-left: 5px;
            vertical-align: bottom;
            font-size: 12pt;
            font-weight: bold;
        }

        #testim .page .quote
        {
            /*        float: left;*/
            font-size: 1.3em;
        }

        #testim .page .phrase
        {
            /*        float: left;*/
            /*        font-family: Tahoma; 
        font-size: 9pt;
        font-weight: bold;
        font-style: italic;*/
        }




    #testim #status
    {
        margin: 0px !important;
        height: 35px;
        /*	background:#123 url(/img/global/gradient/h30.png) repeat-x;*/
        padding-left: 25px !important;
        _background: #123;
    }

#status li
{
    list-style-type: none;
    list-style-image: none;
    float: left;
    color: #fff;
    padding: 10px 30px;
}

    #status li.active
    {
        background-color: #b8128f;
        font-weight: normal;
    }

#buttons
{
    height: 50px;
    margin: 20px auto;
    width: 370px;
    /*	background:#123 url(/img/global/gradient/h30.png) repeat-x;*/
    padding: 0px 25px 0px 25px;
    _background: #123;
    clear: left;
}

    #buttons li
    {
        list-style-type: none;
        list-style-image: none;
        float: left;
        color: #fff;
        padding: 10px 30px;
    }



/* -- Testim Navigation Bar -- */

#testimNavBar .scrollNavBar
{
    bottom: 3em;
    left: 12em;
    position: relative;
    /* z-index: 12; */
}

    #testimNavBar .scrollNavBar a
    {
        float: left;
        margin: 0 0.2em;
        outline: medium none;
        text-indent: -999em;
    }

    #testimNavBar .scrollNavBar .anterior
    {
        background: url('/images/btn-anterior.gif') no-repeat 0 0;
        height: 2em;
        width: 6.4em;
    }

    #testimNavBar .scrollNavBar a.btnpause
    {
        background: url('/images/btn-pause-on.gif') no-repeat 0 0;
        height: 2em;
        width: 2.3em;
    }

    #testimNavBar .scrollNavBar a.proxima
    {
        background: url('/images/btn-proxima.gif') no-repeat 0 0;
        height: 2em;
        width: 7.6em;
    }



/* -- Present Navigation Bar -- */

#presentNavBar .scrollNavBar
{
    bottom: 3em;
    left: 12em;
    position: relative;
    /* z-index: 12; */
}

    #presentNavBar .scrollNavBar a
    {
        float: left;
        margin: 0 0.2em;
        outline: medium none;
        text-indent: -999em;
    }

    #presentNavBar .scrollNavBar .anterior
    {
        background: url('/images/btn-anterior.gif') no-repeat 0 0;
        height: 2em;
        width: 6.4em;
    }

    #presentNavBar .scrollNavBar a.btnpause
    {
        background: url('/images/btn-pause-on.gif') no-repeat 0 0;
        height: 2em;
        width: 2.3em;
    }

    #presentNavBar .scrollNavBar a.proxima
    {
        background: url('/images/btn-proxima.gif') no-repeat 0 0;
        height: 2em;
        width: 7.6em;
    }


#share
{
    clear: both;
    margin: 20px 0 0 0;
    padding: 5px 10px 10px 10px;
    background: none repeat scroll 0 0 #E8F0F9;
    border: 1px solid #ABD2E9;
    height: 50px;
    width: 390px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    #share h4
    {
        color: #3A5796;
        margin-bottom: 10px;
    }

.facebook-likebox
{
    background: none repeat scroll 0 0 #E8F0F9;
    border: 1px solid #ABD2E9;
    height: 62px;
    margin-bottom: -5px;
    padding: 0;
}

/* -- BigViewer -- */

#bigviewer
{
    width: 245px;
    height: 200px;
    margin: 0;
    padding: 5px;
}

#bv-image
{
    padding: 0;
    width: 100%;
    height: 90px;
    text-align: center;
    vertical-align: middle;
}

    #bv-image IMG
    {
        width: 240px;
        height: 80px;
        border: 2px solid #CCCCCC;
    }

#bv-info
{
    width: 100%;
    font-size: 150%;
}

.bv-infoblock
{
    width: 100%;
    height: 100px;
    font-family: "Calibri";
}

/* -- Communities -- */

.cblCommunities INPUT
{
    width: 10px;
    height: 32px;
    margin-right: 7px;
}

.cblCommunities TD
{
    padding: 5px 0px 5px 0px;
}

.cblCommunities LABEL IMG
{
    height: 32px;
    width: 96px;
    padding: 0;
    border: 2px solid #AAAAAA;
}

#divCommunities
{
    width: 100%;
}

.import
{
    /*  background-color: #D0D6E6;*/
    background: #787878 url('/images/bg_degrade.gif') repeat-x 0 0;
    margin: 10px;
    box-shadow: 0 0 5px #AAA;
    -moz-box-shadow: 0 0 5px #AAA;
    -webkit-box-shadow: 0 0 5px #AAA;
}

/* -- Tooltips -- */

/* simple css-based tooltip */
.tooltip
{
    /*	background-color:#666;
	border:1px solid #fff;
	color:#fff;
*/
    background-color: #EEE;
    border: 1px solid #fff;
    color: #333;
    padding: 10px 15px;
    width: 200px;
    display: none;
    text-align: left;
    font-size: 12px;
    box-shadow: 0 0 10px #555;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /* outline radius for mozilla/firefox only */
    -moz-box-shadow: 0 0 10px #555;
    -webkit-box-shadow: 0 0 10px #555;
}

#divCaptcha
{
    float: left;
    width: 275px;
    padding-left: 5px;
    padding: 1px;
    min-height: 23px;
}

/* -- Overlay -- */

/* -- OVERLAYS -- */


#presentation-share
{
    width: 640px;
    height: 360px;
    background-color: #F0F0F0;
    position: absolute;
    /* background: url("/images/pracasar-fechamento.jpg") no-repeat 80px 90px #F0F0F0; */
}

    /* -- Watch Again -- */

    #presentation-share .play-video-button
    {
        background: url('/images/play-video-button.png') no-repeat 0 -100px;
        width: 117px;
        height: 98px;
        position: absolute;
        top: 140px;
        left: 250px;
        display: block;
        visibility: visible;
        cursor: pointer;
    }

    #presentation-share .social-share-text
    {
        width: 600px;
        height: 30px;
        margin: 5px auto;
    }

        #presentation-share .social-share-text H3
        {
            font-family: "Arial";
            font-size: 18px;
            color: #999;
            text-transform: uppercase;
            text-align: center;
        }


    #presentation-share .video-wrapper
    {
        position: relative;
        width: 100%;
        height: 100%;
    }

    #presentation-share .video-image-wrapper
    {
        width: 480px;
        height: 270px;
        background: black;
        margin: 0px auto;
        /*margin: 10px;    */
    }

    #presentation-share .watch-again
    {
        width: 360px;
        height: 50px;
        position: absolute;
        top: 250px;
        left: 140px;
        display: block;
        visibility: hidden;
        color: white;
        font-family: "Arial";
        font-size: 40px;
        font-weight: bold;
    }











/* the overlayed element */
.presentation_apple_overlay
{
    /* initially overlay is hidden */
    display: none;
    z-index: 10000;
    background-color: #505050;
    /*    border:1px solid #666;*/
    /* growing background image */
    /*	background-image:url(/images/tools/overlay/white.png);*/
    /* 
		width after the growing animation finishes
		height is automatically calculated
	*/
    width: 640px;
    height: 360px;
    /* some padding to layout nested elements nicely  */
    padding: 10px;
    /* a little styling */
    font-size: 11px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0 0 10px #444;
    -moz-box-shadow: 0 0 10px #444;
    -webkit-box-shadow: 0 0 10px #444;
}


    /* default close button positioned on upper right corner */
    .presentation_apple_overlay .close
    {
        background-image: url('/images/tools/overlay/close.png');
        position: absolute;
        right: -25px;
        top: -25px;
        cursor: pointer;
        height: 35px;
        width: 35px;
    }


/* black version of the overlay. simply uses a different background image */
div.presentation_apple_overlay .black
{
    background-image: url('/images/tools/overlay/transparent.png');
    color: #fff;
}

div.presentation_apple_overlay h2
{
    margin: 10px 0 -9px 0;
    font-weight: bold;
    font-size: 14px;
}

div.black h2
{
    color: #fff;
}

#triggers
{
    margin-top: 10px;
    text-align: center;
}

    #triggers img
    {
        background-color: #fff;
        padding: 2px;
        border: 1px solid #ccc;
        margin: 2px 5px;
        cursor: pointer;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

/* -- Present -- */

#present-pane
{
    clear: both;
    width: 370px;
    min-height: 200px;
}


/* the root element for scrollable */
#present
{
    /*	background:#fff url(/img/global/gradient/h600.png) repeat scroll 0 0; */
    clear: both;
    /*	border:1px solid #789;*/
    font-size: 12px;
    height: 350px;
    margin: 20px auto;
    width: 370px;
    overflow: hidden;
    position: relative;
    /* rounded corners for modern browsers */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


    /* scrollable items */
    #present .items
    {
        width: 20000em;
        height: 300px;
        clear: both;
        position: absolute;
    }

    /* single scrollable item called ".page" in this setup */
    #present .page
    {
        padding: 20px 30px;
        width: 300px;
        float: left;
        /*        background: url('/images/double_quote.gif') no-repeat scroll 0 19px transparent;
        border-top: 1px solid #CCCCCC;
*/
        color: #666666;
        font-family: Georgia;
        font-size: 1.5em;
        letter-spacing: -0.02em;
        line-height: 24px;
        /*        margin: 5px 20px 40px 0;
        padding: 80px 0 0;*/
    }

        #present .page .title1
        {
            float: left;
            padding-top: 4px;
            font-size: 9pt;
            vertical-align: bottom;
        }

        #present .page .title2
        {
            float: left;
            padding-left: 5px;
            vertical-align: bottom;
            font-size: 12pt;
            font-weight: bold;
        }

        #present .page .quote
        {
            /*        float: left;*/
            font-size: 1.3em;
        }

        #present .page .phrase
        {
            /*        float: left;*/
            /*        font-family: Tahoma; 
        font-size: 9pt;
        font-weight: bold;
        font-style: italic;*/
        }




    #present #status
    {
        margin: 0px !important;
        height: 35px;
        /*	background:#123 url(/img/global/gradient/h30.png) repeat-x;*/
        padding-left: 25px !important;
        _background: #123;
    }

#status li
{
    list-style-type: none;
    list-style-image: none;
    float: left;
    color: #fff;
    padding: 10px 30px;
}

    #status li.active
    {
        background-color: #b8128f;
        font-weight: normal;
    }

#buttons
{
    height: 50px;
    margin: 20px auto;
    width: 370px;
    /*	background:#123 url(/img/global/gradient/h30.png) repeat-x;*/
    padding: 0px 25px 0px 25px;
    _background: #123;
    clear: left;
}

    #buttons li
    {
        list-style-type: none;
        list-style-image: none;
        float: left;
        color: #fff;
        padding: 10px 30px;
    }

/* -- Header Login defined on Base-Ext.css -- */

#header-login H1
{
    font-family: "Trebuchet MS",tahoma,verdana,arial,sans-serif;
    height: 15px;
    font-size: 1.2em;
    color: #666666;
    margin: 0 0 3px;
    padding-left: 1px;
}

#header-login H3
{
    font-family: "Trebuchet MS",tahoma,verdana,arial,sans-serif;
    height: 15px;
    margin: 2px 0 0 0;
    padding-left: 1px;
}


    #header-login H3 a:LINK, a:VISITED
    {
        font-family: "Trebuchet MS",tahoma,verdana,arial,sans-serif;
        font-size: 1.1em;
        text-decoration: none;
        color: #3366CC;
    }

    #header-login H3 a:HOVER
    {
        font-family: "Trebuchet MS",tahoma,verdana,arial,sans-serif;
        font-size: 1.1em;
        text-decoration: none;
        color: blue;
    }

.header-login-txt
{
    width: 150px;
    height: 20px;
    font-family: "Trebuchet MS",tahoma,verdana,arial,sans-serif;
    font-size: xx-small;
}

.header-login-textbox
{
    width: 150px;
    height: 20px;
    font-size: small;
}

.header-login-checkbox INPUT
{
    float: left;
    padding: 0px;
    margin: 0px;
    width: 15px;
    height: 15px;
}

.header-login-checkbox LABEL
{
    font-family: "Trebuchet MS",tahoma,verdana,arial,sans-serif;
    float: left;
    padding-bottom: 2px;
    padding-left: 3px;
    color: #3366CC;
}

#header-login-cpl .button-wrapper
{
    padding: 18px 0 0 0;
    width: 155px;
    height: 33px;
}



#email-block
{
    float: left;
    margin: 0;
    padding: 0;
    width: 140px;
    height: 20px;
}

#password-block
{
    float: left;
    margin: 0;
    padding: 0;
    width: 140px;
    height: 20px;
}

#login-button
{
    float: left;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 20px;
}

    #login-button .wrapper
    {
        width: 80px;
        height: 20px;
    }

    #login-button .dxbButton div.dxb
    {
        border: 0 none;
        padding: 0;
    }


.fbinfo
{
    color: #666;
    height: 550px;
}

    .fbinfo H2
    {
        font-weight: 600;
        margin: 10px 0px 10px 0px;
        font-size: 150%;
    }

    .fbinfo H3
    {
        font-weight: 600;
        margin: 20px 0px 10px 0px;
        font-size: 120%;
        color: #000;
    }

.fbinfo-header
{
    clear: both;
    width: 100%;
    height: 80px;
}

    .fbinfo-header H1
    {
        font-weight: 600;
        font-size: 200%;
        margin: 40px 0px 20px 0px;
    }


.fbinfo-header-left
{
    margin: 0;
    padding: 0;
    float: left;
    width: 700px;
    color: #00aced;
}

    .fbinfo-header-left P
    {
        padding: 0px 10px 0px 10px;
    }

    .fbinfo-header-left H3
    {
        padding: 0px 10px 0px 10px;
        font-size: 70%;
    }

.fbinfo-header-right
{
    margin: 0;
    padding: 20px 0px 0px 0px;
    float: right;
    width: 280px;
    position: relative;
}

    .fbinfo-header-right H1
    {
        font-size: 90%;
        text-align: right;
        color: #ca0909;
    }

    .fbinfo-header-right IMG
    {
        position: absolute;
        top: 5px;
        left: 150px;
    }



.fbinfo-block
{
    clear: both;
    width: 900px;
    min-height: 120px;
}

    .fbinfo-block P
    {
        font-size: 120%;
        margin-bottom: 10px;
    }

.fbinfo-block-left
{
    margin: 0;
    padding: 0px 20px 0px 20px;
    float: left;
    width: 410px;
    min-height: 200px;
}

.fbinfo-block-right
{
    float: left;
    margin: 0;
    padding: 0px 20px 0px 20px;
    width: 410px;
    min-height: 200px;
}

#header-login .left-pane
{
    float: left;
    margin: 12px 0px 0px 0px;
    padding: 0px 10px 0px 0px;
    text-align: right;
    width: 267px;
    height: 54px;
}

    #header-login .left-pane H3
    {
        padding: 0;
        margin: 0;
        font-size: 120%;
        font-weight: bold;
        color: #1E82FF; /* Orange: #F8981D; */
    }


#header-login .right-pane
{
    float: right;
    margin: 20px 0px 0px 0px;
    padding: 0;
    width: 150px;
    height: 34px;
}

#header-login .footing
{
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 20px;
    text-align: right;
}

    #header-login .footing A
    {
        text-decoration: none;
    }

    #header-login .footing A:active, #header-login .footing A:visited
    {
        color:#666666;
    }


    #header-login .footing SPAN
    {
        color:#999999;
    }

#header-login .button-wrapper
{
    float: right;
}

.fbbutton-wrapper .dxbButton .dxb
{
    background-color: white;
    margin: 0px;
    padding: 0px;
}
