/*  RESET browser defaults (Eric Meyer Global Reset)*/

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, pre, ol, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#container #subcontainer #center-block .center-block .text ul {
    padding-left: 25px;
    padding-bottom: 10px;
    list-style-type: disc;
}

#container #subcontainer #center-block .center-block .text ol {
    padding-left: 25px;
    padding-bottom: 10px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
/* END RESET browser defaults */


/* GLOBAL */
.centered {
    text-align: center;
}

.bold {
    font-weight: bold;
}

h3 {
    font-weight: normal;
    color: #898683;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}

.flag {
    font-weight: normal;
    cursor: pointer;
}

    .flag img {
        border: none;
        padding: 2px;
    }

    .flag.bold img {
        border: 1px solid #000000;
        padding: 1px;
    }

.opacity15 {
    filter: alpha(opacity=15); /* internet explorer */
    -khtml-opacity: 0.15; /* khtml, old safari */
    -moz-opacity: 0.15; /* mozilla, netscape */
    opacity: 0.15; /* fx, safari, opera */
}

.opacity25 {
    filter: alpha(opacity=25); /* internet explorer */
    -khtml-opacity: 0.25; /* khtml, old safari */
    -moz-opacity: 0.25; /* mozilla, netscape */
    opacity: 0.25; /* fx, safari, opera */
}

.opacity50 {
    filter: alpha(opacity=50); /* internet explorer */
    -khtml-opacity: 0.5; /* khtml, old safari */
    -moz-opacity: 0.5; /* mozilla, netscape */
    opacity: 0.5; /* fx, safari, opera */
}

.opacity75 {
    filter: alpha(opacity=75); /* internet explorer */
    -khtml-opacity: 0.75; /* khtml, old safari */
    -moz-opacity: 0.75; /* mozilla, netscape */
    opacity: 0.75; /* fx, safari, opera */
}

.opacity90 {
    filter: alpha(opacity=90); /* internet explorer */
    -khtml-opacity: 0.90; /* khtml, old safari */
    -moz-opacity: 0.90; /* mozilla, netscape */
    opacity: 0.90; /* fx, safari, opera */
}

.opacity100 {
    filter: alpha(opacity=100); /* internet explorer */
    -khtml-opacity: 1; /* khtml, old safari */
    -moz-opacity: 1; /* mozilla, netscape */
    opacity: 1; /* fx, safari, opera */
}


input, textarea {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

body {
    background-color: #fff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 20px;
    color: #252525;
}


/* HEADER */
#header {
    width: 100%;
    height: 115px;
    background-color: #fff;
    background-image: none;
    font-family: Arial, sans-serif;
    color: #000;
    border-bottom: 3px solid #f6f4ee;
}

    #header a {
        color: #777;
        text-decoration: none;
    }

        #header a:hover {
            color: #000000;
            text-decoration: none;
        }

#header-block {
    width: 995px;
    height: 115px;
    margin: 0 auto;
    position: relative;
}

    #header-block .language {
        float: right;
        margin-top: 1px;
        margin-right: 2px;
    }


    /* start login */

    #header-block .login {
        float: right;
        position: relative;
        margin-right: 5px;
    }

        #header-block .login form {
            display: inline;
        }

        #header-block .login .login-label {
            cursor: pointer;
            padding-right: 10px;
            background-image: url('../images/bg-header-login-arrow.gif');
            background-repeat: no-repeat;
            background-position: right center;
            font-family: Tahoma, Arial, Sans-Serif;
            font-weight: bold;
            text-align: right;
            display: inline;
            font-size: 11px;
        }

        #header-block .login .login-separator {
            color: #777;
            display: inline;
            padding-left: 5px;
            padding-right: 5px;
        }

        #header-block .login .login-register {
            display: inline;
            color: #777;
            font-size: 11px;
            font-family: Tahoma,Arial,Sans-serif;
        }

        #header-block .login .login-block {
            background-color: #FFF;
            display: none;
            left: -188px;
            position: absolute;
            top: 18px;
            width: 285px;
            z-index: 99;
            border: 1px solid #ECECEC;
        }

.login .login-block.logged-in {
    left: -50px;
}

.login .login-block-inner {
    background-color: #ECECEC;
    width: 250px;
    border: 9px solid #FFF;
    color: #7f7f7f;
    padding: 9px;
}

.login .user-input {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    height: 22px;
    margin-left: 30px;
    width: 185px;
}

.login .login-block .username input, #header-block .login .login-block .password input.login-password {
    background-color: transparent;
    border: 0 none;
    /*color: #B8B8B8;*/
    color: #4F4F4F;
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
    height: 20px;
    width: 170px;
}

.login .login-block input.form-submit {
    background-image: url("../Images/seta_enviar.png");
    border: 0 none;
    cursor: pointer;
    float: right;
    font-size: 0;
    height: 23px;
    margin-top: -23px;
    width: 23px;
}

.login .login-block .login-block-link {
    margin-left: 5px;
    text-decoration: none;
    color: #7f7f7f;
}

    .login .login-block .login-block-link:hover {
        text-decoration: none;
        color: #000000;
    }

.login .login-block .regist {
    width: 100%;
    border-top: 1px solid #d38299;
    margin-top: 5px;
}

    .login .login-block .regist a.link {
        float: left;
        margin-top: 4px;
        margin-left: 20px;
        text-decoration: none;
    }

    .login .login-block .regist a.icon {
        float: left;
        margin-left: 6px;
        margin-top: 6px;
    }

.login .login-block .login-close {
    background-image: url(../Images/fechar.png);
    background-position: center center;
    border: 1px solid #FFFFFF;
    border-radius: 22px 22px 22px 22px;
    cursor: pointer;
    float: right;
    font-size: 18px;
    height: 38px;
    /*position: relative;*/
    position: absolute;
    /*right: -26px;
    top: 26px;*/
    margin-left: 235px;
    *margin-left: 215px;
    _margin-left: 215px;
    margin-top: -25px;
    width: 38px;
}

.user-menu {
    display: none;
    position: absolute;
    top: 20px;
    left: -75px;
    height: 65px;
    width: 140px;
    background-color: #a70432;
    z-index: 99;
}

.user-menu-close {
    margin-left: 125px;
}

.user-menu .user-edit {
    margin-left: 20px;
}


.user-menu-entry {
    display: block;
    height: 26px;
}


/* end login*/


div.icon {
    background-image: url(../Images/envelope.png);
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    float: left;
}

div.icon-home {
    background-image: url(../Images/casa.png);
}

div.icon-phone {
    background-image: url(../Images/telefone.png);
}

div.icon-baby {
    background-image: url(../Images/data_nascimento.png);
}

div.icon-person {
    background-image: url(../Images/pessoa.png);
}

div.icon-list {
    background-image: url(../Images/lista_compras.png);
}

div.icon-email {
    background-image: url(../Images/envelope.png);
}

div.icon-shield {
    background-image: url(../Images/escudo.png);
}

div.icon-entity {
    background-image: url(../Images/Botao-entidade.png);
}

div.icon-website {
    background-image: url(../Images/website-icon.png);
}

div.icon-cp {
    background-image: url(../Images/Codigo-Postal-Icon.png);
}

#header-block .access {
    float: right;
    margin-right: 31px;
    padding-right: 21px;
    background-image: url('../images/bg-header-access-key.gif');
    background-repeat: no-repeat;
    background-position: right center;
}

#header-block #logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 382px;
    height: 115px;
    background-repeat: no-repeat;
    background-position: left center;
}

    #header-block #logo.pt-pt {
        background-image: url('../images/logo-pt.png');
    }

    #header-block #logo.en-gb {
        background-image: url('../images/logo-en.png');
    }

    #header-block #logo a {
        display: block;
        height: 115px;
    }

#header-block #logo-bar {
    position: absolute;
    top: 42px;
    left: 213px;
    width: 3px;
    height: 100px;
    background-image: url('../images/logo-bar.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#header-block #logo-name {
    position: absolute;
    top: 76px;
    left: 239px;
    width: 551px;
    height: 31px;
    background-image: url('../images/logo-name-cap.png');
    background-repeat: no-repeat;
    background-position: center center;
}

    #header-block #logo-name a {
        display: block;
        height: 27px;
    }

#header-right {
    display: block;
    float: right;
    height: 100px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 570px;
}

#header-social {
    height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    #header-social a {
        width: 26px;
        height: 26px;
        margin-left: 10px;
        float: right;
        background-image: url('../Images/social_sprite.png');
        background-color: transparent;
        padding: 1px;
    }

        #header-social a:hover {
            border-bottom: 2px solid #ddd;
            margin-top: -2px;
        }

#header-rss {
    background-position: 0 0;
}

#header-twitter {
    background-position: -29px 0;
}

#header-facebook {
    background-position: -58px 0;
}

#header-youtube {
    background-position: -87px 0;
}

#header-search {
    width: 200px;
    height: 23px;
    font-family: Verdana, Arial, sans-serif;
    background-color: #ECECEC;
    border: 1px solid #C7C7C7;
    float: right;
}

#header-search-button {
    width: 21px;
    height: 23px;
    font-family: Verdana, Arial, sans-serif;
    background-color: transparent;
    float: right;
}

#header-search input {
    position: absolute;
    width: 190px;
    margin-top: 3px;
    margin-left: 8px;
    background-color: transparent;
    border: 0;
    color: #A3A3A3;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
}

#header-search-button input.submit {
    height: 21px;
    left: 1px;
    margin: 0;
    position: relative;
    top: 1px;
    width: 21px;
}

#header-search-tip {
    background-color: #EEB;
    font-family: Tahoma;
    font-size: 11px;
    width: 240px;
    position: relative;
    top: -34px;
    left: 315px;
    border: 1px solid #AAA;
    padding: 5px;
    line-height: 13px;
    text-align: justify;
    opacity: 0.9;
    display: none;
}

#header-block #quick #quickmenu {
    margin-top: 10px;
}

    #header-block #quick #quickmenu .title {
        color: #908a7e;
        text-shadow: #908a7e 0 0 0;
    }

    #header-block #quick #quickmenu .content {
        width: 156px;
        height: 25px;
        font-family: Verdana, Arial, sans-serif;
        background-image: url('../images/bg-header-quick-input.gif');
        background-repeat: no-repeat;
        background-position: center center;
        background-color: transparent;
        padding-top: 5px;
        padding-left: 7px;
        color: #1e1f20;
        position: relative;
        cursor: pointer;
    }

        #header-block #quick #quickmenu .content a.submit {
            position: absolute;
            top: 3px;
            right: 4px;
            width: 23px;
            height: 23px;
            background-image: url('../images/bg-header-quick-menu-submit.gif');
            background-repeat: no-repeat;
            background-position: center center;
            background-color: transparent;
            cursor: pointer;
        }

        #header-block #quick #quickmenu .content ul {
            position: absolute;
            top: 31px;
            left: 0;
            margin-left: -40px;
            padding: 0;
            background-color: #cbcbbf;
            display: none;
            z-index: 9999;
        }

            #header-block #quick #quickmenu .content ul li {
                float: left;
                line-height: 10px;
            }

                #header-block #quick #quickmenu .content ul li a {
                    float: left;
                    width: 160px;
                    color: #000000;
                    font-size: 11px;
                    padding-left: 15px;
                    padding-right: 20px;
                    padding-top: 9px;
                    padding-bottom: 9px;
                    text-decoration: none;
                    display: block;
                    white-space: nowrap;
                }

                    #header-block #quick #quickmenu .content ul li a:hover {
                        color: #ffffff;
                        background-color: #f16f6f;
                    }




/* CONTAINER */

#container-back {
    background-color: #191919;
    height: 418px;
    position: absolute;
    top: 118px;
    width: 100%;
    z-index: -1;
}

#container {
    position: relative;
    z-index: 0;
    background-color: transparent;
    /*top: -418px;
    margin-bottom: -418px;*/
    background-image: url("../Images/bg-top.jpg");
    background-position: center 78px;
    background-repeat: no-repeat;
    min-height: 418px;
}


#container-block {
    width: 995px; /*width: 1004px;*/
    margin: 0 auto;
    background-color: #FFFFFF;
}

    #container-block #menu {
        float: left;
        width: 100%;
        margin: 0;
        padding-left: 1px;
        background-color: #191919;
    }

        #container-block #menu ul {
            float: left;
            padding: 0;
        }

            #container-block #menu ul.dropmenu > li {
                float: left;
                height: 78px;
                background-image: url('../images/bg-menu-separator.gif');
                background-repeat: no-repeat;
                background-position: right top;
                width: 124px;
                background-color: #191919;
            }

                #container-block #menu ul.dropmenu > li.active {
                    background-color: #000000;
                }

                    #container-block #menu ul.dropmenu > li.active > a {
                        color: #fff;
                        background-image: url('../Images/bg-menu-item-active.png');
                        background-position: center bottom;
                        background-repeat: no-repeat;
                    }

                #container-block #menu ul.dropmenu > li.last {
                    background-image: none;
                }

                    #container-block #menu ul.dropmenu > li.last.active {
                        color: #fff;
                        background-image: url('../Images/bg-menu-item.png');
                        background-position: center bottom;
                        background-repeat: no-repeat;
                    }

                #container-block #menu ul.dropmenu > li:hover {
                    background-color: #111;
                }

                #container-block #menu ul.dropmenu > li > a {
                    color: #BEBEBE;
                    display: table-cell;
                    font-size: 14px;
                    height: 78px;
                    line-height: 18px;
                    padding-left: 2px;
                    padding-right: 2px;
                    text-align: center;
                    text-decoration: none;
                    vertical-align: middle;
                    width: 124px;
                }

                    #container-block #menu ul.dropmenu > li > a:hover {
                        color: #fff;
                        background-image: url('../Images/bg-menu-item.png');
                        background-position: center bottom;
                        background-repeat: no-repeat;
                    }

                    #container-block #menu ul.dropmenu > li > a.selected {
                        background-image: url('../Images/bg-menu-item.png');
                        background-position: center bottom;
                        background-repeat: no-repeat;
                    }

            #container-block #menu ul.submenu {
                position: absolute;
                display: none;
                padding: 25px 15px;
                margin: 0px;
                background-color: #7A7A7A;
                list-style-type: disc;
                list-style-position: inside;
                list-style-image: none;
                min-width: 240px;
                color: #FFF;
                font-size: 12px;
            }

                #container-block #menu ul.submenu > li > a {
                    color: #FFFFFF;
                    display: inline-block;
                    line-height: 15px;
                    margin: 5px 0;
                    text-decoration: none;
                    vertical-align: middle;
                    width: 220px;
                }

                    #container-block #menu ul.submenu > li > a:hover {
                        color: #fff;
                        text-decoration: underline;
                    }





        #container-block #menu div.submenu {
            display: none;
            background-color: #7A7A7A;
            min-width: 550px;
            padding: 0px;
            display: none;
            position: absolute;
            z-index: 10;
        }



    #container-block .breadcrumbs {
        /*position: absolute;*/ /*Commented to adjust position*/
        top: 50px;
        left: 10px;
        font-family: Arial;
        font-size: 11px;
        text-decoration: none;
    }

        #container-block .breadcrumbs a {
            color: #252525;
            text-decoration: none;
        }

            #container-block .breadcrumbs a:visited {
                font-family: Arial;
                font-size: 11px;
                color: #252525;
                text-decoration: none;
            }

            #container-block .breadcrumbs a:hover {
                text-decoration: underline;
            }

/* SUBCONTAINER */
#container #subcontainer {
    width: 100%;
}



    /* CENTER BLOCK */
    #container #subcontainer #center-block {
        float: left;
        width: 685px;
        min-height: 339px;
    }

        #container #subcontainer #center-block .center-top {
            float: left;
            width: 680px;
            height: 9px;
            background-repeat: no-repeat;
            background-position: right center;
        }

        #container #subcontainer #center-block .center-block {
            background-color: #FFFFFF;
            float: left;
            margin-left: 0;
            padding: 0;
            width: 660px;
        }

            #container #subcontainer #center-block .center-block .area {
                float: left;
                width: 100%;
                height: 250px;
                margin-bottom: 20px;
                z-index: 0;
                overflow: hidden;
                position: relative;
            }

                #container #subcontainer #center-block .center-block .area .fade {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    background-color: #7B5F5E;
                    width: 639px;
                    height: 106px;
                    opacity: 0.6;
                    filter: alpha(opacity=60);
                }

                #container #subcontainer #center-block .center-block .area .fade-title {
                    width: 100%;
                    margin-left: 7px;
                    margin-top: 5px;
                    font: 17px Verdana;
                    color: #ffffff;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                #container #subcontainer #center-block .center-block .area .fade-text {
                    width: 100%;
                    margin-top: 13px;
                    font: 11px Verdana;
                    color: White;
                    float: left;
                    line-height: 18px;
                }

            #container #subcontainer #center-block .center-block .slide {
                float: left;
                height: 340px;
                margin-bottom: 1px;
                overflow: hidden;
                width: 995px;
                z-index: 0;
            }


            #container #subcontainer #center-block .center-block .news {
                float: left;
                width: 100%;
                padding-bottom: 30px;
                border-bottom: 1px solid #cecac0;
            }

                #container #subcontainer #center-block .center-block .news .news-column {
                    width: 330px;
                    float: left;
                }

                #container #subcontainer #center-block .center-block .news .news-item {
                    float: left;
                    width: 315px;
                    border-bottom: 1px solid #E1E1E1;
                    margin-top: 15px;
                    margin-bottom: 15px;
                }

                    #container #subcontainer #center-block .center-block .news .news-item.left {
                        margin-right: 15px;
                    }

                    #container #subcontainer #center-block .center-block .news .news-item.right {
                        margin-left: 15px;
                    }

                    #container #subcontainer #center-block .center-block .news .news-item.news-item-hidden {
                        display: none;
                    }

                #container #subcontainer #center-block .center-block .news .last {
                    margin-right: 0;
                }

                #container #subcontainer #center-block .center-block .news .news-item .news-image {
                    float: left;
                    padding-top: 1px; /*5px*/
                    text-align: center;
                }

                #container #subcontainer #center-block .center-block .news .news-item .news-stats {
                    border: 0px;
                    width: 315px;
                    height: 35px;
                    float: left;
                }

.stats-count {
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    color: #0068b7;
    margin-right: 5px;
}

.stats-separator {
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    color: #bebebe;
}

.stats-image {
    vertical-align: text-top;
}

.share-fb-button {
    margin-bottom: 7px;
}

.share-button {
    background-color: #ECEEF5;
    background-image: url("../Images/bg-share-button.gif");
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #CAD4E7;
    border-radius: 2px 2px 2px 2px;
    color: #3B5998;
    font-family: Tahoma,Arial,Sans-Serif;
    font-size: 11px;
    margin-right: 10px;
    margin-top: 13px;
    padding: 3px 15px 3px 9px;
    z-index: 2000;
}

    .share-button.open {
        background-image: url("../Images/bg-share-button-up.gif");
    }

.share-box {
    background-color: #ECEEF5;
    border: 1px solid #CAD4E7;
    border-radius: 0 3px 2px 3px;
    border-top: 0px none;
    color: #3B5998;
    left: 449px;
    padding: 6px 0px 5px 5px;
    position: absolute;
    top: 58px;
    z-index: 3000;
    display: none;
}

    .share-box div {
        display: inline;
    }

    .share-box .addthis_button_compact, .share-box .addthis_button_email, .share-box .addthis_button_twitter {
        float: right !important;
    }

    .share-button.hover, .share-button:hover, .share-box.hover, .share-box:hover {
        border-color: #9dacce;
        cursor: pointer;
    }

#container #subcontainer #center-block .wide-block {
    width: 960px;
}

#container #subcontainer #center-block .center-block .news .news-item .news-image-small {
    float: left;
    padding-top: 1px; /*5px*/
    text-align: center;
}

#container #subcontainer #center-block .center-block .news .news-item .news-title {
    float: left;
    width: 100%;
    height: 35px;
    margin-top: 15px;
    color: #898683;
    font-size: 13px;
    font-family: Arial, sans-serif;
    padding-bottom: 35px;
}

    #container #subcontainer #center-block .center-block .news .news-item .news-title a {
        color: #505050;
        font-family: Georgia, Times New Roman, Serif;
        font-size: 20px;
        font-style: oblique;
        line-height: 22px;
        text-decoration: none;
    }

        #container #subcontainer #center-block .center-block .news .news-item .news-title a:hover {
            text-decoration: underline;
        }

#container #subcontainer #center-block .center-block .news .news-item .news-title-small {
    float: left;
    width: 150px;
    margin-bottom: 5px;
    color: #898683;
    font-family: Arial, sans-serif;
    line-height: 22px;
    margin-left: 12px;
}

    #container #subcontainer #center-block .center-block .news .news-item .news-title-small.wide {
        width: 315px;
        margin-left: 0px;
    }

    #container #subcontainer #center-block .center-block .news .news-item .news-title-small a {
        color: #505050;
        font-family: Georgia, Times New Roman, Serif;
        font-size: 19px;
        font-style: oblique;
        text-decoration: none;
    }

        #container #subcontainer #center-block .center-block .news .news-item .news-title-small a:hover {
            text-decoration: underline;
        }

#container #subcontainer #center-block .center-block .news .news-item .news-summary {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #000000;
    margin-top: 10px;
    text-align: left;
}

    #container #subcontainer #center-block .center-block .news .news-item .news-summary a {
        color: #000000;
        text-decoration: none;
        font: 11px Tahoma;
        line-height: 14px;
    }


#container #subcontainer #center-block .center-block .rotate {
    background-color: #ECECEC;
    float: left;
    margin: 25px 0;
    position: relative;
    width: 660px;
    height: 130px;
}

    #container #subcontainer #center-block .center-block .rotate div.carousel-wrap {
        height: 130px !important;
        margin: 0 25px;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 610px;
    }

    #container #subcontainer #center-block .center-block .rotate ul {
        width: 100%;
        padding: 0;
    }

        #container #subcontainer #center-block .center-block .rotate ul li.rotate-item {
            float: left;
            height: 114px !important;
            margin: 0;
            padding: 8px 10px;
            width: 130px;
            position: relative;
        }

    #container #subcontainer #center-block .center-block .rotate .carousel-previous {
        position: absolute;
        left: 0px;
        width: 25px;
        height: 130px;
        background-image: url('../images/bg-rotate-arrow-left.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-color: transparent;
        border: 0;
        line-height: 0;
        font-size: 0;
        padding: 0;
        cursor: pointer;
    }

    #container #subcontainer #center-block .center-block .rotate .carousel-next {
        position: absolute;
        right: 0px;
        top: 0;
        width: 25px;
        height: 130px;
        background-image: url('../images/bg-rotate-arrow-right.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-color: transparent;
        border: 0;
        line-height: 0;
        font-size: 0;
        padding: 0;
        cursor: pointer;
    }

    #container #subcontainer #center-block .center-block .rotate .carousel-previous:hover {
        background-image: url('../images/bg-rotate-arrow-left-white.png');
    }

    #container #subcontainer #center-block .center-block .rotate .carousel-next:hover {
        background-image: url('../images/bg-rotate-arrow-right-white.png');
    }

.carousel-previous.disabled, .carousel-next.disabled {
    background-image: none !important;
}

#container #subcontainer #center-block .center-block .rotate .rotate-item .rotate-title {
    background-color: #000000;
    clear: left;
    float: left;
    font-weight: normal;
    font-size: 12px;
    height: 52px;
    left: 10px;
    line-height: 13px;
    padding: 10px;
    position: absolute;
    top: 30px;
    width: 110px;
    text-transform: lowercase;
}

#container #subcontainer #center-block .center-block .rotate .rotate-item a.rotate-more {
    color: #FFFFFF;
    font-family: Tahoma,Arial,Sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
    position: absolute;
    text-decoration: none;
    text-shadow: 2px 2px 1px #000000;
    text-transform: lowercase;
    top: 33px;
    width: 115px;
}

#container #subcontainer #center-block .center-block .rotate .rotate-item .rotate-subtitle {
    float: left;
    width: 88px;
    padding-left: 4px;
    line-height: 13px;
}

    #container #subcontainer #center-block .center-block .rotate .rotate-item .rotate-subtitle a {
        display: block;
        color: #898683;
    }

#container #subcontainer #center-block .center-block .rotate .carousel-pagination p {
    text-align: center;
}

#container #subcontainer #center-block .center-block .rotate .carousel-pagination {
    display: none !important;
}

    #container #subcontainer #center-block .center-block .rotate .carousel-pagination p a {
        padding-left: 11px;
        margin-right: 5px;
        background-image: url('../images/bg-rotate-pager-off.png');
        background-repeat: no-repeat;
        background-position: left top;
        cursor: pointer;
        color: transparent;
    }

        #container #subcontainer #center-block .center-block .rotate .carousel-pagination p a span {
            display: none;
        }

        #container #subcontainer #center-block .center-block .rotate .carousel-pagination p a.active {
            background-image: url('../images/bg-rotate-pager-on.png');
        }

#container #subcontainer #center-block .center-block .highlights {
    float: left;
    width: 100%;
    border-top: 1px solid #cecac0;
    margin-bottom: 20px;
}

#container #subcontainer #center-block .center-block h2 {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 14px;
    color: #4F4F4F;
}

#container #subcontainer #center-block .center-block .highlights-group {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}


#container #subcontainer #center-block .center-block .highlights-item {
    float: left;
    width: 50%;
    background-image: url('../images/bg-highlights-item.png');
    background-repeat: no-repeat;
    background-position: left 5px;
    position: relative;
    min-height: 60px;
}

    #container #subcontainer #center-block .center-block .highlights-item a {
        text-decoration: none;
        color: #4f4f4f;
    }

        #container #subcontainer #center-block .center-block .highlights-item a:hover {
            text-decoration: underline;
            color: #4f4f4f;
        }

        #container #subcontainer #center-block .center-block .highlights-item a:visited {
            color: #4f4f4f;
        }

#container #subcontainer #center-block .center-block .highlights .highlights-item .highlights-title {
    color: #4f4f4f;
    font-size: 11px;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
    padding-left: 35px;
    padding-right: 20px;
}

#container #subcontainer #center-block .center-block .highlights-item .highlights-title a {
    color: #4F4F4F;
    font-family: fantasy;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

    #container #subcontainer #center-block .center-block .highlights-item .highlights-title a:hover {
        text-decoration: underline;
    }

#container #subcontainer #center-block .center-block .highlights .highlights-item .highlights-summary {
    color: #b0b0b0;
    font-size: 11px;
    font-family: Arial, Sans-Serif;
    padding-left: 35px;
    padding-right: 20px;
    margin-top: -6px;
}

#container #subcontainer #center-block .center-block .area-highlights {
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 140px;
}

    #container #subcontainer #center-block .center-block .area-highlights .highlights-group {
        float: left;
        width: 100%;
        margin-bottom: 35px;
    }

    #container #subcontainer #center-block .center-block .area-highlights .highlights-group-image {
        float: left;
        width: 100%;
        margin-bottom: 25px;
        margin-top: -25px;
    }

        #container #subcontainer #center-block .center-block .area-highlights .highlights-group-image .highlights-image {
            float: left;
            width: 50%;
            position: relative;
        }

            #container #subcontainer #center-block .center-block .area-highlights .highlights-group-image .highlights-image img {
                border: 1px solid #cbcbc1;
            }

    #container #subcontainer #center-block .center-block .area-highlights .highlights-item {
        float: left;
        width: 50%;
        background-image: url('../images/bg-highlights-item.png');
        background-repeat: no-repeat;
        background-position: left top;
        position: relative; /*height:26px;*/
    }

        #container #subcontainer #center-block .center-block .area-highlights .highlights-item a.button {
            position: absolute;
            width: 26px;
            height: 26px;
            top: 0;
            left: 0;
        }

        #container #subcontainer #center-block .center-block .area-highlights .highlights-item .highlights-title {
            color: #898683;
            font-size: 12px;
            font-family: Arial, sans-serif;
            padding-left: 35px;
            padding-right: 20px;
            text-shadow: #cccccc 0 1px 0;
            line-height: 15px;
        }

            #container #subcontainer #center-block .center-block .area-highlights .highlights-item .highlights-title a {
                text-decoration: none;
                color: #898683;
            }

        #container #subcontainer #center-block .center-block .area-highlights .highlights-item .highlights-summary {
            color: #000000;
            line-height: 15px;
            padding-left: 35px;
            padding-right: 20px;
            padding-top: 5px;
        }

            #container #subcontainer #center-block .center-block .area-highlights .highlights-item .highlights-summary a {
                color: #000000;
                text-decoration: none;
            }

    #container #subcontainer #center-block .center-block .area-highlights .item-right {
        background-position: 15px top;
    }

        #container #subcontainer #center-block .center-block .area-highlights .item-right img {
            margin-left: 15px;
        }

        #container #subcontainer #center-block .center-block .area-highlights .item-right a.button {
            left: 15px;
        }

        #container #subcontainer #center-block .center-block .area-highlights .item-right .highlights-title {
            padding-left: 50px;
        }

        #container #subcontainer #center-block .center-block .area-highlights .item-right .highlights-summary {
            padding-left: 50px;
        }


#container #subcontainer #center-block .center-block .content-data {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 10px;
    position: relative; /*border-bottom: 1px solid #757678;*/
    margin-bottom: 18px;
    position: relative;
}

    #container #subcontainer #center-block .center-block .content-data .link a {
        background-color: #E1DED9;
        font-weight: bold;
        border: 0 none;
        border-radius: 7px 7px 7px 7px;
        color: black;
        cursor: pointer;
        font-size: 11px;
        float: left;
        padding: 5px 15px;
        text-align: center;
    }

#container #subcontainer #center-block .content-data {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 10px;
    position: relative; /*border-bottom: 1px solid #757678;*/
    margin-bottom: 18px;
    position: relative;
}

#container #subcontainer #center-block .center-block .content-data .event-info {
    color: #68757E;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 30px;
}

#container #subcontainer #center-block .center-block .content-data .content-title {
    float: left;
    width: 430px;
    font-family: Georgia;
    font-size: 22px;
    font-style: italic;
    line-height: 26px;
    color: #4f4f4f;
}

#container #subcontainer #center-block .content-data .content-title {
    float: left;
    /*width: 430px;*/
    width: 660px;
    font-family: Georgia;
    font-size: 22px;
    font-style: italic;
    line-height: 26px;
    color: #4f4f4f;
}

#container #subcontainer #center-block .center-block .content-data .content-share {
    float: left;
    height: 60px;
    border-left: 1px solid #CADFF0;
    padding: 2px 2px 2px 18px;
    width: 208px;
    margin-bottom: 10px;
}

#container #subcontainer #center-block .center-block .content-data .content-options {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 9px;
}

    #container #subcontainer #center-block .center-block .content-data .content-options .smaller {
        font-weight: bold;
        font-size: 11px;
    }

    #container #subcontainer #center-block .center-block .content-data .content-options .larger {
        font-weight: bold;
        font-size: 12px;
    }

    #container #subcontainer #center-block .center-block .content-data .content-options a {
        color: #000000;
        text-decoration: none;
    }

#container #subcontainer #center-block .center-block .content-data .content-subtitle {
    float: left;
    width: 100%;
    font-family: Tahoma,Sans-Serif;
    font-weight: bold;
    margin-top: 15px;
}

#container #subcontainer #center-block .center-block .content-data .content-summary {
    font-family: Tahoma,Sans-Serif;
    font-size: 11px;
    color: #AFAFAF;
    padding-bottom: 5px;
}

    #container #subcontainer #center-block .center-block .content-data .content-summary a {
        color: #AFAFAF;
        text-decoration: none;
    }

        #container #subcontainer #center-block .center-block .content-data .content-summary a:hover {
            color: #AFAFAF;
            text-decoration: underline;
        }

#container #subcontainer #center-block .center-block .text {
    font-family: Tahoma,Sans-Serif;
    font-size: 11px;
    color: #000000;
}

#container #subcontainer #center-block .center-block .content-data .text a.email {
    text-decoration: none;
    color: #000000;
}

#container #subcontainer #center-block .center-block .content-data .text .high-blue {
    font-size: 15px;
    color: #006c96;
}

#container #subcontainer #center-block .center-block .content-data .page {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 9px;
    margin-top: 10px;
}

#container #subcontainer #center-block .center-block .content-data .links {
    float: right;
    text-align: right;
    width: 138px;
    margin-top: 5px;
}

#container #subcontainer #center-block .center-block .content-data .document {
    float: left;
    width: 540px;
    height: 20px;
    margin-top: 5px;
    background: url('../images/pdf_icon.png') no-repeat left top;
    padding-top: 5px;
}

    #container #subcontainer #center-block .center-block .content-data .document a {
        font-size: 10px;
        padding-left: 30px;
        color: #000000;
        text-decoration: none;
    }

#container #subcontainer #center-block .center-block .comment-list .comment {
    float: left;
    width: 630px;
    padding: 15px;
    position: relative;
    border: 1px solid #7E7E7E;
    border-radius: 6px;
    margin: 10px 0;
}

#container #subcontainer #center-block .center-block .comment-list .comment-hidden {
    display: none;
}

#container #subcontainer #center-block .center-block .comment-list .comment .avatar {
    float: left;
    margin-right: 10px;
}

    #container #subcontainer #center-block .center-block .comment-list .comment .avatar img {
        width: 60px;
        height: 60px;
    }


#container #subcontainer #center-block .center-block .comment-list .title {
    float: left;
    width: 100%;
    color: #f46f72;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

    #container #subcontainer #center-block .center-block .comment-list .title .normal {
        font-weight: normal;
        font-size: 12px;
        color: #000000;
    }


#container #subcontainer #center-block .center-block .comment-list .comment .name {
    color: #005099;
    display: inline-block;
    font-family: Verdana,Arial,Sans-Serif;
    font-size: 16px;
}

#container #subcontainer #center-block .center-block .comment-list .comment .replyto {
    color: #000000;
    display: inline-block;
    font-family: Verdana,Arial,Sans-Serif;
    font-size: 13px;
    font-weight: bold;
}

#container #subcontainer #center-block .center-block .comment-list .comment .date {
    color: #AFAFAF;
    font-family: Tahoma,Sans-Serif;
}

#container #subcontainer #center-block .center-block .comment-list .comment .message {
    color: Black;
    font-family: Tahoma,Sans-Serif;
    float: left;
    line-height: 15px;
    margin-top: 5px;
    width: 560px;
}

#container #subcontainer #center-block .center-block .comment-list .comment .answerTo {
    color: #8B8B8B;
    float: left;
    font-family: Verdana;
    font-size: 12px;
    margin-top: 8px;
}

    #container #subcontainer #center-block .center-block .comment-list .comment .answerTo:hover {
        color: #000000;
    }

#container #subcontainer #center-block .center-block .comment-list .comment .answerForm {
    display: none;
}

#container #subcontainer #center-block .center-block .comment-form {
    float: left;
    background-color: #ECECEC;
    padding: 15px;
    width: 96%;
    position: relative;
    border-radius: 10px;
    margin-bottom: 10px;
}

    #container #subcontainer #center-block .center-block .comment-form .title {
        color: #8E8E8E;
        float: left;
        font-family: Georgia,Serif;
        font-size: 20px;
        font-style: italic;
        margin-bottom: 15px;
        width: 100%;
    }

    #container #subcontainer #center-block .center-block .comment-form .field-double {
        float: left;
        width: 50%;
    }

    #container #subcontainer #center-block .center-block .comment-form .data-double {
        float: left;
        width: 50%;
        margin-bottom: 15px;
    }

        #container #subcontainer #center-block .center-block .comment-form .data-double input {
            width: 298px;
            height: 23px;
            background-color: #f3f0e9;
            border: 1px solid #c9c8c6;
            padding-left: 5px;
            padding-right: 5px;
        }

    #container #subcontainer #center-block .center-block .comment-form .data-right input {
        margin-left: 10px;
    }

    #container #subcontainer #center-block .center-block .comment-form .data-right .name {
        margin-left: 10px;
    }

    #container #subcontainer #center-block .center-block .comment-form .field {
        float: left;
        width: 60%;
        position: relative;
    }

        #container #subcontainer #center-block .center-block .comment-form .field .note {
            position: absolute;
            right: 0;
            top: 3px;
            font-size: 9px;
            color: #858482;
        }

    #container #subcontainer #center-block .center-block .comment-form .data {
        float: left;
        width: 540px;
        margin-bottom: 5px;
        display: inline-block;
    }

        #container #subcontainer #center-block .center-block .comment-form .data p {
            float: right;
            width: 90px;
            font-family: Verdana,Arial,sans-serif;
            font-size: 11px;
            color: rgb(128,128,128);
        }

        #container #subcontainer #center-block .center-block .comment-form .data input {
            width: 425px;
            height: 20px;
            background-color: #ffffff;
            border-radius: 10px;
            border: 0px;
            padding: 5px 10px;
            color: #4f4f4f;
        }

        #container #subcontainer #center-block .center-block .comment-form .data textarea {
            width: 425px;
            height: 60px;
            background-color: #ffffff;
            border-radius: 10px;
            border: 0px;
            padding: 5px 10px;
            color: #4f4f4f;
            resize: none;
            max-width: 425px;
            min-width: 425px;
        }

    #container #subcontainer #center-block .center-block .comment-form .button {
        float: right;
        margin-top: -40px;
    }

        #container #subcontainer #center-block .center-block .comment-form .button input {
            background-color: #7E7E7E;
            border: 0 none;
            border-radius: 7px 7px 7px 7px;
            color: #FFFFFF;
            cursor: pointer;
            height: 35px;
            padding: 5px 10px;
            text-align: center;
            width: 150px;
            font-size: 12px;
        }

    #container #subcontainer #center-block .center-block .comment-form .alert {
        float: right;
        height: 26px;
        font-size: 9px;
        margin-top: 40px;
        margin-right: 5px;
        color: #858482;
    }


/* RIGHT BLOCKS */
#container #subcontainer #right-block {
    float: right;
    width: 300px;
    margin-right: 10px;
    margin-top: 10px;
}

    #container #subcontainer #right-block.homeRight {
        padding-top: 360px;
    }

    #container #subcontainer #right-block.workgroupRight {
        padding-top: 0px;
    }

    #container #subcontainer #right-block .right-block {
        float: left;
        width: 100%;
        margin-bottom: 25px;
        background-color: #e1ded9;
        position: relative;
        overflow: hidden;
        font-family: Tahoma;
        font-size: 11px;
        color: #4F4F4F;
    }

.listItems {
    width: 960px;
}

.ChildContainerMarginLeft {
    margin-left: 25px;
    margin-top: 0px !important;
    width: 282px !important;
}

#container #subcontainer #right-block .right-block .title {
    float: left; /*width: 285px;*/
    padding-left: 10px;
    padding-top: 5px;
    color: #1e1f20;
    font-size: 14px;
    text-shadow: #ffffff 1px 1px 0;
    font-family: Tahoma;
    font-weight: bold;
    line-height: 15px;
    color: #4F4F4F;
}

/*#right-block #eventos .title {
    font-family: Tahoma,Arial,Sans-serif;
    font-size: 13px !important;
    padding: 0 4px !important;
    width: 123px !important;
}*/

#container #subcontainer #right-block .right-block .nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 20px;
    padding-left: 45px;
    padding-top: 5px;
    background-image: url('../images/bg-right-corner-nav.gif');
    background-repeat: no-repeat;
    background-position: right top;
}

    #container #subcontainer #right-block .right-block .nav .sep {
        font-size: 16px;
    }



/* SUBMENU BLOCK */
#container #subcontainer #right-block #submenu ul {
    color: #898683;
    font-size: 14px;
    margin: 0;
    padding: 0;
    padding-left: 13px;
    padding-right: 13px;
}

    #container #subcontainer #right-block #submenu ul li.treeitem {
        padding-left: 27px;
        padding-top: 8px;
        padding-bottom: 10px;
        background-image: url('../images/bg-right-submenu-item.gif');
        background-repeat: no-repeat;
        background-position: left 13px;
        border-bottom: 1px solid #c7c2bd;
    }

    #container #subcontainer #right-block #submenu ul li.treeitemNoChild {
        padding-left: 27px;
        padding-top: 8px;
        padding-bottom: 10px;
        background-image: url('../images/bot_menulateral-inactivo.png');
        background-repeat: no-repeat;
        background-position: left 13px;
        border-bottom: 1px solid #c7c2bd;
    }

    #container #subcontainer #right-block #submenu ul li.collapsable {
        background-image: url('../images/bg-right-submenu-item-minus.gif');
    }

    #container #subcontainer #right-block #submenu ul li.lastExpandable, #container #subcontainer #right-block #submenu ul li.lastCollapsable {
        border: 0;
    }

    #container #subcontainer #right-block #submenu ul li ul li {
        background-image: url('../images/bg-right-submenu-item-subitem.gif');
        background-repeat: no-repeat;
        background-position: left 10px !important;
    }


/* EVENTOS BLOCK */
#container #subcontainer #right-block #eventos {
    float: left;
    padding-bottom: 4px;
    position: relative;
}

    #container #subcontainer #right-block #eventos .content {
        float: left;
        width: 100%;
        margin-top: 5px;
        background-image: url('../images/bg-right-event-content.gif');
        background-repeat: no-repeat;
        background-position: left -15px;
    }

        #container #subcontainer #right-block #eventos .content div.carousel-wrap {
            height: 100px !important;
        }

        #container #subcontainer #right-block #eventos .content ul {
            padding: 0;
        }

            #container #subcontainer #right-block #eventos .content ul li {
                float: left;
                width: 300px;
            }

        #container #subcontainer #right-block #eventos .content .carousel-previous {
            position: absolute;
            top: 7px;
            right: 42px;
            width: 13px;
            height: 13px;
            background-image: url('../images/bg-right-corner-nav-left.gif');
            background-repeat: no-repeat;
            background-position: center center;
            background-color: transparent;
            border: 0;
            line-height: 0;
            font-size: 0;
            color: transparent;
            cursor: pointer;
        }

        #container #subcontainer #right-block #eventos .content .carousel-next {
            position: absolute;
            top: 7px;
            right: 12px;
            width: 13px;
            height: 13px;
            background-image: url('../images/bg-right-corner-nav-right.gif');
            background-repeat: no-repeat;
            background-position: center center;
            background-color: transparent;
            border: 0;
            line-height: 0;
            font-size: 0;
            color: transparent;
            cursor: pointer;
        }

        #container #subcontainer #right-block #eventos .content .month {
            float: left;
            font-family: Tahoma,Arial,sans-serif;
            font-size: 14px;
            font-weight: bold;
            left: 125px;
            line-height: 15px;
            padding-left: 0;
            position: relative;
            text-align: right;
            top: -20px;
            width: 90px;
        }

            #container #subcontainer #right-block #eventos .content .month a {
                text-decoration: none;
                color: #4F4F4F;
                text-shadow: #ffffff 1px 1px 0;
            }

                #container #subcontainer #right-block #eventos .content .month a:hover {
                    text-decoration: none;
                    color: #ffffff;
                    text-shadow: #4F4F4F 1px 1px 0;
                }

        #container #subcontainer #right-block #eventos .content .days {
            float: left;
            height: 40px;
            margin-top: -5px;
            width: 100%;
        }

            #container #subcontainer #right-block #eventos .content .days a,
            #container #subcontainer #right-block #eventos .content .days span {
                float: left;
                width: 34.8px;
                height: 29px;
                margin-left: 5px;
                padding-left: 3px;
                padding-top: 6px;
                font-size: 20px;
                font-weight: bold;
                color: #74777a;
                text-decoration: none;
            }

            #container #subcontainer #right-block #eventos .content .days .selected {
                color: #ffffff;
                background-image: url('../images/bg-right-event-day-selected.png');
                background-repeat: no-repeat;
                background-position: left top;
            }

            #container #subcontainer #right-block #eventos .content .days .today {
                border-top: 4px solid #ffffff;
                padding-top: 8px;
                margin-top: -6px;
            }

        #container #subcontainer #right-block #eventos .content .days-week {
            float: left;
            width: 100%;
        }

            #container #subcontainer #right-block #eventos .content .days-week a,
            #container #subcontainer #right-block #eventos .content .days-week span {
                float: left;
                width: 42.8px;
                text-align: center;
                color: #9b9b9b;
                font-family: Arial, sans-serif;
                text-decoration: none;
            }

        #container #subcontainer #right-block #eventos .content .days-info {
            float: left;
            width: 100%;
        }

            /*Hugo Silvério - Retirei o elemento a que estava no fim e coloquei no mesmo sitio .infoOver*/
            #container #subcontainer #right-block #eventos .content .days-info .infoOver {
                float: left;
                width: 42.8px;
                color: #9b9b9b;
                font-family: Arial, sans-serif;
                text-decoration: none;
                line-height: 13px;
            }

            #container #subcontainer #right-block #eventos .content .days-info span {
                float: left;
                width: 42.8px;
                line-height: 13px;
            }

            /*Hugo Silvério - Retirei o elemento a que estava antes do .info e coloquei no mesmo sitio .infoOver*/
            #container #subcontainer #right-block #eventos .content .days-info .infoOver .info {
                color: #ffffff;
                background-image: url('../images/bg-right-event-info.png');
                background-repeat: no-repeat;
                background-position: left top;
                margin-left: 3px;
                padding-left: 10px;
                cursor: default;
            }


/* CONTACTOS BLOCK */
#container #subcontainer #right-block #contactos .content {
    float: left; /*width: 170px;*/ /*    padding-left: 15px;*/
    color: #4F4F4F;
}

    #container #subcontainer #right-block #contactos .content .contactImage {
        /*width: 120px;*/
        float: left;
        padding: 5px;
    }

    #container #subcontainer #right-block #contactos .content .contactInfo {
        width: 185px;
        float: left;
        font-family: Tahoma;
        font-size: 11px;
    }

.imageContacts {
    float: left;
    margin-left: 5px;
}

#container #subcontainer #right-block #contactos .content .contactInfo .name {
    float: left;
    width: 100%;
    padding-top: 5px;
    font-size: 14px;
    text-shadow: white 1px 1px 0;
    font-family: Tahoma;
    font-weight: bold;
    line-height: 15px;
    color: #4F4F4F;
}

/*Start Developed by us*/
#container #subcontainer #right-block #contactos .content .contactInfo .contactField {
    float: left;
    text-align: right;
    vertical-align: baseline;
    font-size: 10px;
    margin-top: 10px;
    padding-right: 5px;
    color: #767573; /*width: 20%;*/
    font-family: Verdana, Arial, sans-serif;
}

.contactNumber {
    white-space: nowrap;
    font-size: 10px;
    color: #414141;
    width: 80%;
    vertical-align: bottom;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 190px;
    display: block;
}

#container #subcontainer #right-block #contactos .content .contactInfo .contactNumber {
    font-size: 10px;
    color: #414141;
    vertical-align: bottom;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
}
/*End Developed by us*/

/*Start of not being used may be deleted*/
#container #subcontainer #right-block #contactos .content .address {
    float: left;
    width: 100%;
    margin-top: 3px;
    color: #767573;
    font-weight: bold;
}

#container #subcontainer #right-block #contactos .content .telephone {
    float: left; /*width: 52%;*/
    width: 100%;
    font-size: 10px;
    margin-top: 10px;
    color: #767573;
    font-family: Verdana, Arial, sans-serif;
}

#container #subcontainer #right-block #contactos .content .fax {
    float: left; /*width: 48%;*/
    width: 100%;
    font-size: 10px; /*margin-top: 10px;*/
    color: #767573;
    font-family: Verdana, Arial, sans-serif;
}

#container #subcontainer #right-block #contactos .content .email {
    float: left; /*width: 70%;*/
    width: 100%;
    font-size: 10px;
    color: #767573;
    font-family: Verdana, Arial, sans-serif;
}

#container #subcontainer #right-block #contactos .content .number {
    font-size: 13px;
    color: #414141;
    font-family: Verdana, Arial, sans-serif; /*Text shadow removed by master rita demand!*/ /*text-shadow: #ffffff 0 1px 1px;*/
}

#container #subcontainer #right-block #contactos .content .field {
    float: left; /*width: 45px;*/
    text-align: right;
    padding-right: 5px;
}
/*
#container #subcontainer #right-block #contactos .content .field-fax {
	width: 30px;
}
*/

/*End of not being used may be deleted*/

#container #subcontainer #right-block #contactos .content .more {
    float: right;
    width: 67px;
    height: 25px;
    margin-right: 7px; /*margin top changed from 6px to -5px*/
    margin-top: -5px;
    margin-bottom: 6px;
    background-image: url('../images/bg-right-contacts-more.gif');
    background-repeat: no-repeat;
    background-position: left top;
    font-family: Verdana, Arial, sans-serif;
}

    #container #subcontainer #right-block #contactos .content .more a {
        display: block;
        height: 22px;
        padding-top: 3px;
        padding-left: 12px;
        color: #000000;
        text-decoration: none;
    }

#container #subcontainer #right-block #banner {
    line-height: 0;
    font-size: 0;
}

    #container #subcontainer #right-block #banner img {
        /*border: 4px solid #ffffff;*/
    }



/* STORE BLOCK */

#container #subcontainer #right-block #loja {
    float: left;
    padding-bottom: 13px;
    position: relative;
}

    #container #subcontainer #right-block #loja .nav .sep {
        margin-left: 16px;
    }

    #container #subcontainer #right-block #loja .content {
        float: left;
        width: 100%;
    }

        #container #subcontainer #right-block #loja .content div.carousel-wrap {
            height: 135px !important;
        }

        #container #subcontainer #right-block #loja .content ul {
            padding: 0;
        }

            #container #subcontainer #right-block #loja .content ul li {
                float: left;
                width: 300px;
            }

        #container #subcontainer #right-block #loja .content .carousel-previous {
            position: absolute;
            top: 7px;
            right: 42px;
            width: 13px;
            height: 13px;
            background-image: url('../images/bg-right-corner-nav-minus.gif');
            background-repeat: no-repeat;
            background-position: center center;
            background-color: transparent;
            border: 0;
            line-height: 0;
            font-size: 0;
            color: transparent;
            cursor: pointer;
        }

        #container #subcontainer #right-block #loja .content .carousel-next {
            position: absolute;
            top: 7px;
            right: 12px;
            width: 13px;
            height: 13px;
            background-image: url('../images/bg-right-corner-nav-plus.gif');
            background-repeat: no-repeat;
            background-position: center center;
            background-color: transparent;
            border: 0;
            line-height: 0;
            font-size: 0;
            color: transparent;
            cursor: pointer;
        }

        #container #subcontainer #right-block #loja .content .image-box {
            float: left;
            width: 122px;
            height: 117px;
            margin-left: 14px;
            margin-top: 10px;
            margin-right: 16px;
            padding-top: 5px;
            background-color: #ffffff;
            text-align: center;
            position: relative;
        }

            #container #subcontainer #right-block #loja .content .image-box .image-box-label {
                position: absolute;
                top: 0;
                right: 0;
                width: 32px;
                height: 32px;
                background-image: url('../images/bg-right-store-label.png');
                background-repeat: no-repeat;
                background-position: right top;
            }

                #container #subcontainer #right-block #loja .content .image-box .image-box-label a {
                    display: block;
                    height: 32px;
                }

        #container #subcontainer #right-block #loja .content .image-name {
            float: left;
            width: 148px;
            font-weight: bold;
            margin-top: 10px;
            color: #898683;
            line-height: 15px;
        }

        #container #subcontainer #right-block #loja .content .image-desc {
            float: left;
            width: 148px;
            margin-top: 15px;
            color: #898683;
            line-height: 15px;
        }

        #container #subcontainer #right-block #loja .content .image-price {
            float: left;
            width: 93px;
            height: 27px;
            margin-top: 14px;
            color: #595653;
            padding-top: 7px;
            background-image: url('../images/bg-right-store-price.gif');
            background-repeat: no-repeat;
            background-position: right top;
            font-size: 23px;
            font-family: Arial, sans-serif;
            text-align: center;
        }

/* RELATED BLOCK */
#container #subcontainer #right-block #related {
    float: left;
    padding-bottom: 8px;
    position: relative;
    overflow: hidden;
}

    #container #subcontainer #right-block #related .nav .sep {
        margin-left: 16px;
    }

    #container #subcontainer #right-block #related .content {
        float: left;
        width: 100%;
    }

        #container #subcontainer #right-block #related .content div.carousel-wrap {
            margin-left: 14px;
            margin-right: 14px;
        }

        #container #subcontainer #right-block #related .content ul {
            padding: 0;
        }

            #container #subcontainer #right-block #related .content ul li {
                float: left;
                width: 272px;
                overflow: hidden;
            }

        #container #subcontainer #right-block #related .content .carousel-previous {
            position: absolute;
            top: 7px;
            right: 42px;
            width: 13px;
            height: 13px;
            background-image: url('../images/bg-right-corner-nav-minus.gif');
            background-repeat: no-repeat;
            background-position: center center;
            background-color: transparent;
            border: 0;
            line-height: 0;
            font-size: 0;
            color: transparent;
            cursor: pointer;
        }

        #container #subcontainer #right-block #related .content .carousel-next {
            position: absolute;
            top: 7px;
            right: 12px;
            width: 13px;
            height: 13px;
            background-image: url('../images/bg-right-corner-nav-plus.gif');
            background-repeat: no-repeat;
            background-position: center center;
            background-color: transparent;
            border: 0;
            line-height: 0;
            font-size: 0;
            color: transparent;
            cursor: pointer;
        }

        #container #subcontainer #right-block #related .content ul li .related {
            float: left;
            width: 100%;
            height: 70px;
            border-bottom: 1px solid #cdcac3;
        }

        #container #subcontainer #right-block #related .content ul li .last {
            border-bottom: 0;
        }

        #container #subcontainer #right-block #related .content .image-box {
            float: left;
            width: 82px;
            height: 48px;
            margin-top: 10px;
            margin-right: 5px;
            position: relative;
        }

        #container #subcontainer #right-block #related .content .image-info {
            float: left;
            width: 185px;
            margin-top: 7px;
            position: relative;
        }

            #container #subcontainer #right-block #related .content .image-info .image-name {
                float: left;
                width: 100%;
                height: 37px;
                font-weight: bold;
                color: #898683;
                line-height: 15px;
            }

                #container #subcontainer #right-block #related .content .image-info .image-name a {
                    font-weight: bold;
                    color: #898683;
                    text-decoration: none;
                }

            #container #subcontainer #right-block #related .content .image-info .image-more {
                float: left;
                width: 47px;
                height: 14px;
                background-image: url('../images/bg-rotate-more.gif');
                background-repeat: no-repeat;
                background-position: left top;
                text-align: center;
                line-height: 12px;
            }

                #container #subcontainer #right-block #related .content .image-info .image-more a {
                    color: #ffffff;
                    text-decoration: none;
                    font-family: Arial, sans-serif;
                    padding: 0;
                    margin: 0;
                    line-height: 12px;
                    display: block;
                }

        #container #subcontainer #right-block #related .content .carousel-pagination p {
            text-align: center;
        }

            #container #subcontainer #right-block #related .content .carousel-pagination p a {
                padding-left: 11px;
                margin-right: 5px;
                background-image: url('../images/bg-rotate-pager-off.png');
                background-repeat: no-repeat;
                background-position: left top;
                cursor: pointer;
                color: transparent;
            }

                #container #subcontainer #right-block #related .content .carousel-pagination p a span {
                    display: none;
                }

                #container #subcontainer #right-block #related .content .carousel-pagination p a.active {
                    background-image: url('../images/bg-rotate-pager-on.png');
                }

/* FOOTER */
#footer {
    width: 100%;
    background-color: #191919;
    color: #FFFFFF;
}

#footer-block {
    background-position: 3px 15px;
    background-repeat: no-repeat;
    height: 165px;
    margin: 0 auto;
    position: relative;
    width: 995px;
}

    #footer-block.pt-pt {
        background-image: url("../Images/bg-footer-logo-pt.png");
    }

    #footer-block.en-gb {
        background-image: url("../Images/bg-footer-logo-en.png");
    }

    #footer-block .footer-contacts {
        font-family: Tahoma,Arial,Sans-serif;
        font-size: 10px;
        left: 80px;
        line-height: 13px;
        position: absolute;
        top: 75px;
        width: 200px;
    }

        #footer-block .footer-contacts a {
            color: #ffffff;
            text-decoration: none;
        }

            #footer-block .footer-contacts a:hover {
                color: #ffffff;
                text-decoration: underline;
            }

    #footer-block .menu {
        height: 20px;
        left: 265px;
        margin: 0 auto;
        position: absolute;
        top: 14px;
        width: 730px;
    }

        #footer-block .menu ul {
            border-left: 1px solid #333A40;
            float: left;
            /*height: 127px;*/
            margin-top: 11px;
            padding: 0;
            width: 180px;
            overflow: hidden;
        }

            #footer-block .menu ul li {
                float: left;
                color: #FFFFFF;
                padding-left: 7px;
            }

                #footer-block .menu ul li a {
                    color: #FFFFFF;
                    text-decoration: none;
                    margin-right: 1px;
                    width: 170px;
                    display: inline-block;
                }

                    #footer-block .menu ul li a:hover {
                        text-decoration: underline;
                    }

    #footer-block #copyright {
        position: absolute;
        top: 90px;
        left: 330px;
        color: #a70432;
        line-height: 15px;
        font-family: Arial, sans-serif;
    }

        #footer-block #copyright a {
            color: #f26f70;
            text-decoration: none;
        }

            #footer-block #copyright a:hover {
                text-decoration: underline;
            }

    #footer-block #w3c {
        position: absolute;
        top: 50px;
        left: 700px;
    }

    #footer-block #rss {
        position: absolute;
        top: 95px;
        left: 295px;
    }

    #footer-block #w3c img {
        margin-right: 15px;
    }

    #footer-block #powered {
        position: absolute;
        top: 90px;
        right: 20px;
        color: #898683;
        font-family: Arial, sans-serif;
        text-align: right;
    }


.simplemodal-overlay {
    background-color: #7f7f7f;
    opacity: 0.8;
}
/*Footer POPUP - Talk With Us*/

#TalkWithUs {
    width: 880px;
    height: 640px;
    background-color: #ECECEC;
    border-color: White;
    border-style: solid;
    border-width: medium;
    padding: 15px;
}

.TalkWithUsHeader {
    border-bottom-color: #BCBCBC;
    border-bottom-style: solid;
    border-bottom-width: thin;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

#TalkWithUsCloseWindow {
    text-decoration: none;
    position: absolute;
    background-image: url("../Images/fechar.png");
    background-repeat: no-repeat;
    top: -20px;
    right: -22px;
    overflow: visible;
    width: 40px;
    height: 40px;
}

.ContactsAndLocations {
    float: right;
    width: 375px;
    height: 525px;
}

.Contacts {
    margin-bottom: 10px;
}

/* Form */

.FormTitle {
    color: #4D4D4D;
}


.FormFieldsBox {
    width: 430px;
    height: 525px;
    float: left;
    padding-left: 18px;
}

.FormFields {
    width: 400px;
    height: 40px;
    margin-bottom: 10px;
    border: 0;
}

.FormFieldTextArea {
    height: 300px;
    width: 400px;
}

.FormSubmit {
    background-image: url("../Images/seta_enviar.png");
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    float: right;
    margin-right: 22px;
    margin-top: 5px;
}

.ForumSubmitText {
    float: right;
    text-decoration: none;
    color: #111111;
    margin-top: 5px;
    margin-right: 10px;
}

.FormSucessPartial {
    font-size: 25px;
    font-family: Georgia, Serif;
    text-align: center;
    font-style: italic;
    position: absolute;
    width: 425px;
    top: 50%;
}

/* End - Form */

/* Form*/
.RegisterForm {
    width: 900px;
    height: 400px;
    background-color: #ECECEC;
    border-color: White;
    border-style: solid;
}

#powered {
    margin: auto;
}

:root #powered {
    margin-top: 10px;
    font-size: 10px;
    text-align: center;
    width: 300px;
}



/*Agenda Start*/
#container #subcontainer #center-block .center-block .area-eventos {
    float: left;
    width: 100%;
}

    #container #subcontainer #center-block .center-block .area-eventos .calendar {
        float: left;
        width: 100%; /*removed the height so that it can adapt to the number of rows*/ /*height: 300px;*/ /*background: url('../images/bg-eventos-calendar.png') no-repeat left top;*/
        margin-bottom: 15px;
        margin-left: 25px;
        margin-top: 30px;
    }

        #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-navigation {
            background-color: #ABACA6;
            float: right;
            height: 19px;
            margin-bottom: 5px;
            width: 33%;
            margin-right: 25px;
        }

        #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-month {
            color: black;
            float: right;
            font-size: 12px;
            font-weight: bold;
            height: 23px;
            padding-left: 5px;
            padding-top: 0px;
            width: 122px;
        }

        #container #subcontainer #center-block .center-block .area-eventos .calendar .nav {
            float: right;
            height: 19px;
            width: 89px;
            background-image: url("../images/bg-right-corner-calendar-nav.gif");
            background-repeat: no-repeat;
        }

            #container #subcontainer #center-block .center-block .area-eventos .calendar .nav span {
                text-align: center;
            }

            #container #subcontainer #center-block .center-block .area-eventos .calendar .nav .prev {
                float: left;
                margin-left: 10px;
                width: 13px;
                height: 13px;
                background: url('../images/bg-right-corner-nav-prev.png') no-repeat left top;
                margin-top: 3px;
                margin-left: 26px;
                padding-right: 5px;
            }

            #container #subcontainer #center-block .center-block .area-eventos .calendar .nav .next {
                float: right;
                margin-right: 21px;
                margin-top: 3px;
                width: 13px;
                height: 20px;
                background: url('../images/bg-right-corner-nav-next.png') no-repeat left top;
            }

        #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table {
            float: left;
            width: 637px;
        }

            #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table table {
                width: 100%;
            }

            #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table tr.day-week td {
                width: 91px;
                height: 30px;
                font-size: 9px;
                text-align: center;
                padding-top: 2px;
            }

            #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table tr.row td {
                width: 91px;
                height: 48px;
            }

                #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table tr.row td .calendar-day {
                    width: 91px;
                    height: 39px;
                    position: relative;
                }

                #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table tr.row td .no-month-day {
                    background-color: White;
                }

                #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table tr.row td .month-day {
                    background-color: #ABACA6;
                }

                #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table tr.row td .day-on {
                    background: url('../images/agenda_day_border_left.jpg') no-repeat;
                    float: left;
                    width: 6px;
                    height: 39px;
                    background-color: #ABACA6;
                }

                #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table tr.row td .day-off {
                    background: url('../images/agenda_day_border_rigth.jpg') no-repeat;
                    float: right;
                    background-color: #ABACA6;
                    width: 6px;
                    height: 39px;
                }

                #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table tr.row td .calendar-day .calendar-day-num {
                    position: absolute;
                    width: 78px;
                    height: 42px;
                    top: 6px;
                    left: 7px;
                    font-size: 19pt;
                    font-weight: bold;
                    text-align: center;
                    z-index: 2;
                }

                #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table tr.row td .calendar-day .calendar-day-name {
                    color: Black;
                    font-size: 17px;
                    font-weight: bold;
                    margin-left: 23px;
                    padding-top: 7px;
                }

                #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table tr.row td .calendar-day .calendar-day-num {
                    /*deleted the "a" tag for class */
                    display: block;
                    height: 37px;
                    padding-top: 5px;
                    color: White;
                }

                    /*Added to cope with the tex-decoration on links*/
                    #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table tr.row td .calendar-day .calendar-day-num a {
                        text-decoration: none;
                    }

                #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table tr.row td .day-off .calendar-day-num {
                    /*deleted the "a" tag for class */
                    color: White;
                }

                #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table tr.row td .calendar-day .calendar-day-event-title {
                    position: absolute;
                    width: 78px;
                    height: 31px;
                    top: 42px;
                    left: 7px;
                    background-color: #a70433;
                    font-size: 10px;
                    line-height: 12px;
                    z-index: 1;
                    display: none;
                }

                #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table tr.row td .day-off .calendar-day-event-title {
                    background-color: #c2939d;
                }

                #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table tr.row td .calendar-day .event-selected a {
                    color: black !important;
                }

                #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table tr.row td .day-on .event-selected a {
                    color: black !important;
                }

                #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table tr.row td .day-off .event-selected {
                    color: black !important;
                }

                #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table tr.row td .calendar-day .calendar-day-event-title a {
                    display: block;
                    height: 25px;
                    padding: 3px;
                    padding-left: 4px;
                    padding-right: 4px;
                    text-decoration: none;
                    color: Black;
                }

                #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table tr.row td .day-off .calendar-day-event-title a {
                    color: #f9d1d9;
                }

                #container #subcontainer #center-block .center-block .area-eventos .calendar .calendar-table tr.row td .calendar-day .calendar-day-event-count {
                    position: absolute;
                    width: 15px;
                    height: 15px;
                    top: 3px;
                    right: 10px;
                    font-weight: bold;
                    font-size: 7pt;
                    color: #a70433;
                    z-index: 1;
                    display: none;
                }

    #container #subcontainer #center-block .center-block .area-eventos .event-month-nav {
        float: right;
        margin-top: -30px;
        font-weight: bold;
        font-size: 10px;
        color: #454545;
    }

        #container #subcontainer #center-block .center-block .area-eventos .event-month-nav a {
            text-decoration: none;
            color: #454545;
        }

    #container #subcontainer #center-block .center-block .area-eventos .event-day {
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }

        #container #subcontainer #center-block .center-block .area-eventos .event-day .event-icon {
            float: left;
            width: 35px;
            height: 35px;
            background: url('../images/bg-eventos-day.png') no-repeat left top;
            margin-right: 5px;
            text-align: center;
            line-height: 12px;
        }

            #container #subcontainer #center-block .center-block .area-eventos .event-day .event-icon a {
                display: block;
                height: 28px;
                color: #ffffff;
                text-decoration: none;
                padding-top: 7px;
            }

            #container #subcontainer #center-block .center-block .area-eventos .event-day .event-icon .day {
                font-size: 18px;
                font-weight: bold;
            }

            #container #subcontainer #center-block .center-block .area-eventos .event-day .event-icon .day-week {
                font-size: 10px;
                font-family: Arial;
            }

        #container #subcontainer #center-block .center-block .area-eventos .event-day .event-icon-sep {
            float: left;
            width: 8px;
            height: 28px;
            background: url('../images/bg-eventos-day-sep.png') no-repeat left center;
            margin-top: 7px;
        }

        #container #subcontainer #center-block .center-block .area-eventos .event-day .event-icon-month {
            padding-top: 18px;
            color: #767573;
            font-size: 9px;
        }

        #container #subcontainer #center-block .center-block .area-eventos .event-day .event-icon-small {
            float: left;
            width: 28px;
            height: 28px;
            background: url('../images/bg-eventos-day-small.png') no-repeat left top;
            margin-right: 5px;
            margin-top: 7px;
            text-align: center;
            line-height: 10px;
        }

            #container #subcontainer #center-block .center-block .area-eventos .event-day .event-icon-small a {
                display: block;
                height: 24px;
                color: #ffffff;
                text-decoration: none;
                padding-top: 4px;
            }

            #container #subcontainer #center-block .center-block .area-eventos .event-day .event-icon-small .day {
                font-size: 14px;
                font-weight: bold;
            }

            #container #subcontainer #center-block .center-block .area-eventos .event-day .event-icon-small .day-week {
                font-size: 9px;
                font-family: Arial;
            }

    #container #subcontainer #center-block .center-block .area-eventos .all-event-entries {
        width: 660px;
        float: left;
    }

        #container #subcontainer #center-block .center-block .area-eventos .all-event-entries .event-entry {
            width: 660px;
            padding-bottom: 10px;
            border-bottom-color: #E1E1E1;
            border-bottom-style: solid;
            border-bottom-width: thin;
            margin-bottom: 10px;
            float: left;
        }

            #container #subcontainer #center-block .center-block .area-eventos .all-event-entries .event-entry .event-title {
                float: left;
                width: 485px;
                margin-bottom: 5px;
                color: #898683;
                font-family: Arial, sans-serif;
                line-height: 22px;
                margin-left: 20px;
            }

                #container #subcontainer #center-block .center-block .area-eventos .all-event-entries .event-entry .event-title a {
                    color: #505050;
                    font-family: Georgia, Times New Roman, Serif;
                    font-size: 19px;
                    font-style: oblique;
                    text-decoration: none;
                }

            #container #subcontainer #center-block .center-block .area-eventos .all-event-entries .event-entry .event-date-name {
                margin-left: 20px;
                width: 485px;
                float: left;
                color: #68757E;
                font-size: 11px;
                font-weight: bold;
            }

            #container #subcontainer #center-block .center-block .area-eventos .all-event-entries .event-entry .event-caption {
                float: left;
                text-decoration: none;
                color: #000000;
                font-family: Tahoma,Sans-Serif;
                font-size: 11px;
                width: 100%;
            }

            #container #subcontainer #center-block .center-block .area-eventos .all-event-entries .event-entry .news-image-small {
                float: left;
                padding-top: 1px; /*5px*/
                text-align: center;
            }

    #container #subcontainer #center-block .center-block .area-eventos .event-day .clear {
        clear: left;
        padding-top: 5px;
    }

    #container #subcontainer #center-block .center-block .area-eventos .event-day .event-desc {
        float: left;
        width: 100%;
        margin-top: 2px;
    }

        #container #subcontainer #center-block .center-block .area-eventos .event-day .event-desc a {
            text-decoration: none;
            color: #000000;
        }

        #container #subcontainer #center-block .center-block .area-eventos .event-day .event-desc img {
            float: right;
            margin-left: 10px;
        }

    #container #subcontainer #center-block .center-block .area-eventos .event-month-nav-bottom-left {
        float: left;
        margin-top: 10px;
        font-size: 10px;
    }

        #container #subcontainer #center-block .center-block .area-eventos .event-month-nav-bottom-left a {
            text-decoration: none;
            color: #454545;
        }

    #container #subcontainer #center-block .center-block .area-eventos .event-month-nav-bottom-right {
        float: right;
        margin-top: 10px;
        font-size: 10px;
    }

        #container #subcontainer #center-block .center-block .area-eventos .event-month-nav-bottom-right a {
            text-decoration: none;
            color: #454545;
        }



/* CALENDAR TOOLTIP */
.box-shadow {
    box-shadow: 10px 10px 5px #3a3a3a;
}

.calendar-tooltip-container {
    display: none;
    position: relative;
}

.calendar-tooltip {
    float: left;
    width: 282px;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff;
    font-family: Arial;
}

    .calendar-tooltip .image {
        float: left;
        width: 82px;
    }

    .calendar-tooltip .text {
        float: left;
        width: 200px;
    }
        /*Added the a element to the class, and text decoration none*/
        .calendar-tooltip .text .date a {
            float: left;
            width: 190px;
            padding-left: 10px;
            color: #868581;
            line-height: 12px;
            margin-top: -2px;
            font-size: 10px;
            text-decoration: none;
        }

        /*Added the a element to the class, and text decoration none*/
        .calendar-tooltip .text .date .hour a {
            color: #000000;
            text-decoration: none;
        }

        .calendar-tooltip .text .title {
            float: left;
            width: 190px;
            padding-left: 10px;
            color: #a30633;
            line-height: 13px;
            margin-top: 2px;
        }

            .calendar-tooltip .text .title a {
                color: gray !important;
                font-family: georgia;
                font-style: italic;
                font-weight: bold;
                text-decoration: none;
            }

        .calendar-tooltip .text .local {
            float: left;
            width: 190px;
            padding-left: 10px;
            color: #000000;
            line-height: 12px;
        }

            .calendar-tooltip .text .local a {
                text-decoration: none;
                color: #000000;
            }

/*End of Agenda*/

/*Site Map CSS*/

#container #subcontainer #center-block .center-block .area-sitemap {
    float: left;
    width: 100%;
    border-bottom: 1px solid #000000;
}

    #container #subcontainer #center-block .center-block .area-sitemap > h3 {
        color: #4F4F4F;
        font-family: Georgia,Serif;
        font-size: 24px;
        font-style: italic;
        margin: 0 20px;
        padding: 20px 0 5px;
    }

.accordion {
    margin-top: 20px;
}

    .accordion h3 {
        float: left;
        width: 100%;
        background-color: transparent;
        background-image: url('../images/bg-highlights-item.png');
        background-repeat: no-repeat;
        background-position: right center;
        display: block;
        border: 0px;
        border-top: 1px solid #000000;
        border-radius: 0px;
        padding: 5px 0;
    }

        .accordion h3 a {
            display: block;
            padding: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
            text-decoration: none;
            color: #8D8D8D;
            font-family: Georgia,Serif;
            font-size: 16px;
            font-style: italic;
        }

        .accordion h3.ui-state-active {
            background-image: url('../images/bg-more-items.png');
        }

        .accordion h3 .ui-icon {
            display: none;
        }

    .accordion div.accContent {
        float: left;
        width: 100% !important;
        padding-bottom: 20px;
        padding-left: 10px;
        border: 0px;
    }

        .accordion div.accContent .sitemap-double {
            float: left;
            width: 100%;
        }

            .accordion div.accContent .sitemap-double .sitemap-column-left {
                float: left;
                width: 320px;
            }

            .accordion div.accContent .sitemap-double .sitemap-column-right {
                float: left;
                width: 320px;
                margin-left: 10px;
            }

            .accordion div.accContent .sitemap-double .sitemap-title {
                float: left;
                width: 300px;
                /*height: 20px;*/
                border: 0px;
                padding: 5px 10px;
                margin-bottom: 5px;
                background-color: #ECECEC;
            }

                .accordion div.accContent .sitemap-double .sitemap-title a {
                    text-decoration: none;
                    color: #8D8D8D;
                    font-family: Georgia,Serif;
                    font-size: 14px;
                    font-style: italic;
                }

            .accordion div.accContent .sitemap-double .sitemap-content {
                float: left;
                margin-bottom: 20px;
                padding-left: 20px;
                width: 300px;
            }

                .accordion div.accContent .sitemap-double .sitemap-content a {
                    text-decoration: none;
                    display: block;
                    color: #000000;
                }

/*End of site map css*/

/* Start of Rss */

.rss-header {
    background-image: url("../Images/rss-icon.png");
    background-position: right top;
    background-repeat: no-repeat;
    height: 90px;
    margin: 10px;
    width: 640px;
}

.rss-title {
    color: #4F4F4F;
    font-family: Georgia,Serif;
    font-size: 24px;
    font-style: italic;
    margin: 0 20px;
    padding: 20px 0 5px;
}

.rss-text {
    color: #000000;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    padding: 0 20px;
}

.rss-item {
    float: left;
    width: 620px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ECECEC;
    padding: 20px;
    background-image: url(../Images/search_item_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
}

    .rss-item:first-child {
        background-image: none;
    }

.rss-name {
    color: #4F4F4F;
    float: left;
    font-family: Georgia,Serif;
    font-size: 18px;
    font-style: italic;
    padding-left: 10px;
    padding-right: 10px;
    width: 170px;
}

.rss-url {
    float: left;
    width: 400px;
    color: #595653;
}

.rss-logo {
    background-color: transparent;
    background-image: url("../Images/social_sprite.png");
    float: right;
    height: 26px;
    padding: 1px;
    width: 26px;
    color: #777;
    text-decoration: none;
    background-position: 0 0;
}

/* End of Rss */

/*Start Event Detail*/

#container #subcontainer #center-block .center-block .text {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

#container #subcontainer #center-block .center-block .event-navigator {
    float: left;
    width: 100%;
}

    #container #subcontainer #center-block .center-block .event-navigator .event-month {
        float: left;
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        font-family: Arial;
        color: #5b5b5b;
        margin-bottom: 5px;
    }

#container #subcontainer #center-block .center-block .area-eventdetails .page {
    margin-top: 0;
}

#container #subcontainer #center-block .center-block .event-navigator {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

    #container #subcontainer #center-block .center-block .event-navigator .event-day {
        width: 35px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
    }

        #container #subcontainer #center-block .center-block .event-navigator .event-day .event-icon {
            float: left;
            width: 35px;
            height: 35px;
            background: url('/images/bg-eventos-day.png') no-repeat left top;
            margin-right: 5px;
            text-align: center;
            line-height: 12px;
        }

            #container #subcontainer #center-block .center-block .event-navigator .event-day .event-icon a {
                display: block;
                height: 28px;
                color: #ffffff;
                text-decoration: none;
                padding-top: 7px;
            }

            #container #subcontainer #center-block .center-block .event-navigator .event-day .event-icon .day {
                font-size: 18px;
                font-weight: bold;
            }

            #container #subcontainer #center-block .center-block .event-navigator .event-day .event-icon .day-week {
                font-size: 10px;
                font-family: Arial;
            }

    #container #subcontainer #center-block .center-block .event-navigator .event-icon-prev {
        position: absolute;
        top: 35px;
        left: 275px;
        width: 13px;
        height: 13px;
        background: url('/images/bg-right-corner-nav-prev.png') no-repeat center center;
    }

        #container #subcontainer #center-block .center-block .event-navigator .event-icon-prev a, #container #subcontainer #center-block .center-block .event-navigator .event-icon-next a {
            display: block;
            height: 13px;
        }

    #container #subcontainer #center-block .center-block .event-navigator .event-icon-next {
        position: absolute;
        top: 35px;
        left: 350px;
        width: 13px;
        height: 13px;
        background: url('/images/bg-right-corner-nav-next.png') no-repeat center center;
    }

    #container #subcontainer #center-block .center-block .event-navigator .event-bar-prev {
        position: absolute;
        top: 40px;
        left: 10px;
        width: 250px;
        height: 0;
        border-top: 1px solid #d1cfca;
    }

    #container #subcontainer #center-block .center-block .event-navigator .event-bar-next {
        position: absolute;
        top: 40px;
        left: 375px;
        width: 250px;
        height: 0;
        border-top: 1px solid #d1cfca;
    }

#container #subcontainer #center-block .center-block .area-eventdetails .event-more {
    width: 100%;
    margin-bottom: 5px;
}

#container #subcontainer #center-block .center-block .area-eventdetails .backlink {
    float: left;
    width: 100%;
    margin-top: 5px;
}

    #container #subcontainer #center-block .center-block .area-eventdetails .backlink a {
        color: #0000cc;
    }

#container #subcontainer #center-block .center-block .area-eventdetails .event-more .event-icon {
    float: left;
    width: 35px;
    height: 35px;
    background: url('/images/bg-eventos-day.png') no-repeat left top;
    margin-right: 5px;
    text-align: center;
    line-height: 12px;
}

    #container #subcontainer #center-block .center-block .area-eventdetails .event-more .event-icon a {
        display: block;
        height: 28px;
        color: #ffffff;
        text-decoration: none;
        padding-top: 7px;
    }

    #container #subcontainer #center-block .center-block .area-eventdetails .event-more .event-icon .day {
        font-size: 18px;
        font-weight: bold;
    }

    #container #subcontainer #center-block .center-block .area-eventdetails .event-more .event-icon .day-week {
        font-size: 10px;
        font-family: Arial;
    }

#container #subcontainer #center-block .center-block .area-eventdetails .event-more .event-icon-sep {
    float: left;
    width: 8px;
    height: 28px;
    background: url('/images/bg-eventos-day-sep.png') no-repeat left center;
    margin-top: 7px;
}

#container #subcontainer #center-block .center-block .area-eventdetails .event-more .event-icon-month {
    padding-top: 18px;
    color: #767573;
    font-size: 9px;
}

#container #subcontainer #center-block .center-block .area-eventdetails .event-more .event-icon-small {
    float: left;
    width: 28px;
    height: 28px;
    background: url('/images/bg-eventos-day-small.png') no-repeat left top;
    margin-right: 5px;
    margin-top: 7px;
    text-align: center;
    line-height: 10px;
}

    #container #subcontainer #center-block .center-block .area-eventdetails .event-more .event-icon-small a {
        display: block;
        height: 24px;
        color: #ffffff;
        text-decoration: none;
        padding-top: 4px;
    }

    #container #subcontainer #center-block .center-block .area-eventdetails .event-more .event-icon-small .day {
        font-size: 14px;
        font-weight: bold;
    }

    #container #subcontainer #center-block .center-block .area-eventdetails .event-more .event-icon-small .day-week {
        font-size: 9px;
        font-family: Arial;
    }

#container #subcontainer #center-block .center-block .event-navigator .event-month-next {
    position: absolute;
    top: 80px;
    left: 375px;
    font-size: 9px;
    color: #767573;
}

/*End Event Detail*/

/*Foruns*/

/*Topic Detail*/

#container #subcontainer #center-block .center-block .area-forum .content-options .button {
    float: right;
    width: 87px;
    height: 26px;
    margin-top: -10px;
    background: url('../images/bg-comment-form-send.png');
}

    #container #subcontainer #center-block .center-block .area-forum .content-options .button input {
        width: 87px;
        padding: 0;
        padding-top: 5px;
        border: 0;
        background: none;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
    }

#container #subcontainer #center-block .center-block .area-forum .answer {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    background: url('../images/bg-forum-topic-answer-top.png') no-repeat left top;
}

    #container #subcontainer #center-block .center-block .area-forum .answer .nickname {
        position: absolute;
        top: -5px;
        left: 85px;
        color: #F46F72;
        font-weight: bold;
    }

    #container #subcontainer #center-block .center-block .area-forum .answer .date {
        position: absolute;
        top: 5px;
        right: 10px;
        color: #74777a;
        font-size: 10px;
    }

    #container #subcontainer #center-block .center-block .area-forum .answer .answer-title {
        float: left;
        width: 610px;
        margin-top: 32px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 2px;
        font-weight: bold;
    }

    #container #subcontainer #center-block .center-block .area-forum .answer .answer-content {
        float: left;
        width: 610px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        background: url('../images/bg-forum-topic-answer-bottom.png') no-repeat left bottom;
    }

#container #subcontainer #center-block .center-block .area-forum .page {
    margin-top: 0;
}



/*End Foruns*/

/*Blogs*/

/*Blog Detail*/

#container #subcontainer #center-block .center-block .area-blog-box {
    float: left;
    width: 100%;
}

    #container #subcontainer #center-block .center-block .area-blog-box .topic {
        float: left;
        width: 620px;
        margin-bottom: 15px;
        padding: 20px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #f2efea;
    }

        #container #subcontainer #center-block .center-block .area-blog-box .topic .topic-title {
            float: left;
            width: 100%;
            color: #f66a73;
            font-weight: bold;
        }

            #container #subcontainer #center-block .center-block .area-blog-box .topic .topic-title a {
                color: #f66a73;
                font-weight: bold;
                text-decoration: none;
            }

        #container #subcontainer #center-block .center-block .area-blog-box .topic .topic-name {
            float: left;
            width: 80%;
            margin-bottom: 10px;
        }

            #container #subcontainer #center-block .center-block .area-blog-box .topic .topic-name a {
                text-decoration: none;
                color: #252525;
            }

        #container #subcontainer #center-block .center-block .area-blog-box .topic .topic-date {
            float: left;
            width: 20%;
            text-align: right;
            margin-bottom: 10px;
        }

            #container #subcontainer #center-block .center-block .area-blog-box .topic .topic-date a {
                text-decoration: none;
                color: #252525;
            }

        #container #subcontainer #center-block .center-block .area-blog-box .topic .topic-message {
            float: left;
            width: 100%;
            margin-bottom: 5px;
        }

            #container #subcontainer #center-block .center-block .area-blog-box .topic .topic-message a {
                text-decoration: none;
                color: #252525;
            }

        #container #subcontainer #center-block .center-block .area-blog-box .topic .topic-comment {
            float: left;
            width: 100%;
            text-align: right;
        }

            #container #subcontainer #center-block .center-block .area-blog-box .topic .topic-comment a {
                background: url('../images/bg-topic-comment.png') no-repeat left top;
                float: right;
                width: 87px;
                height: 13px;
                padding-top: 1px;
                color: #ffffff;
                text-decoration: none;
                font-size: 9px;
                line-height: 9px;
                text-align: center;
            }

        #container #subcontainer #center-block .center-block .area-blog-box .topic .topic-message img.image-left {
            float: left;
            margin-right: 10px;
        }

    #container #subcontainer #center-block .center-block .area-blog-box .pager {
        float: left;
        width: 625px;
        margin-right: 15px;
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: right;
    }

        #container #subcontainer #center-block .center-block .area-blog-box .pager a {
            border: 1px solid #7e7e7e;
            padding: 4px;
            color: #7e7e7e;
            text-decoration: none;
        }

            #container #subcontainer #center-block .center-block .area-blog-box .pager a.selected {
                border: 1px solid #f17170;
            }

/*End Blogs*/



/* Start BLOG ARCHIVE BLOCK */
#container #subcontainer #right-block #blog-archive ul {
    color: #898683;
    font-size: 11px;
    margin: 0;
    padding: 0;
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 30px;
}

    #container #subcontainer #right-block #blog-archive ul li.treeitem {
        padding-left: 10px;
        padding-top: 6px;
        padding-bottom: 6px;
        background-image: url('../images/bg-accordion-arrow-off.png');
        background-repeat: no-repeat;
        background-position: 55px 10px;
        border-bottom: 1px solid #c7c2bd;
        margin-top: 0;
    }

        #container #subcontainer #right-block #blog-archive ul li.treeitem .treeitem-hitarea {
            position: absolute;
            left: 90px;
        }

    #container #subcontainer #right-block #blog-archive ul li.lastExpandable, #container #subcontainer #right-block #blog-archive ul li.lastCollapsable {
        border: 0;
    }

    #container #subcontainer #right-block #blog-archive ul li.collapsable {
        background-image: url('../images/bg-accordion-arrow-on.png');
    }

    #container #subcontainer #right-block #blog-archive ul li ul {
        margin: 0;
    }

/*End Blog Archive BLOCK*/



/************************************* Our CSS's *************************************/

.EventTopLeftArrow {
    width: 13px;
    height: 13px;
    position: relative;
    float: left;
    cursor: pointer;
}

.EventTopSep {
    width: 19px;
    height: 13px;
    position: relative;
    float: left;
    font-size: 16px;
    text-align: center;
    margin-top: -3px;
}

.EventTopRightArrow {
    width: 13px;
    height: 13px;
    position: relative;
    float: left;
    cursor: pointer;
}

.EventsCalendar.right {
    margin-left: 300px;
    position: absolute;
}

.EventsCalendar.left {
    margin-left: -300px;
    position: absolute;
}

.SlideShowContainer {
    position: relative;
    float: left;
    width: 100%;
    height: 360px;
    overflow: visible;
}

.SlideShow {
    width: 660px;
    height: 340px;
    position: relative;
    float: left;
    overflow: hidden;
}

.SlideShowMainImage {
    width: 660px;
    height: 339px;
    position: relative;
    float: left;
}

    .SlideShowMainImage .mainImage {
        width: 660px;
        height: 339px;
    }

.SlideShowThumbnails {
    bottom: 0;
    display: none;
    height: 118px;
    left: 10px;
    position: absolute;
    width: 640px;
}

.SlideShowThumbnailsContainer {
    background-color: #BFBBB8;
    width: 660px;
    height: 67px;
}

.SlideShowThumbnailsRightDiv {
    position: relative;
    float: left;
    width: 46px;
    height: 70px;
    background-color: #BFBBB8;
    margin-bottom: 3px;
}

.SlideShowThumbnailsRightDivSep {
    position: relative;
    float: left;
    margin-top: 1px;
    width: 3px;
    height: 63px;
    background-color: #9A9995;
}

.SlideShowThumbnailsRightDivArrow {
    position: relative;
    float: left;
    width: 23px;
    height: 33px;
    margin-left: 10px;
    margin-top: 23px;
    background-image: url("../images/bg-rotate-arrow-right.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

    .SlideShowThumbnailsRightDivArrow:hover {
        background-image: url("../images/bg-rotate-arrow-right-white.png");
        background-repeat: no-repeat;
    }

.SlideShowThumbnailsLeftDiv {
    position: relative;
    float: left;
    width: 46px;
    height: 67px;
    background-color: #BFBBB8;
}

.SlideShowThumbnailsLeftDivSep {
    position: relative;
    float: right;
    margin-top: 1px;
    width: 3px;
    height: 63px;
    background-color: #9A9995;
}

.SlideShowThumbnailsLeftDivArrow {
    position: relative;
    float: left;
    width: 23px;
    height: 33px;
    margin-left: 10px;
    margin-top: 23px;
    background-image: url("../images/bg-rotate-arrow-left.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

    .SlideShowThumbnailsLeftDivArrow:hover {
        background-image: url("../images/bg-rotate-arrow-left-white.png");
        background-repeat: no-repeat;
    }

.SlideShowGallery {
    position: absolute;
    top: 360px;
    left: 20px;
    width: 66px;
    height: 33px;
    margin-top: -24px;
    margin-left: 565px;
    background-image: url("../Images/galeria_abrir.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

.SlideShowImageCaption {
    width: 620px;
    height: 30px;
    background-color: Black;
    color: White;
    opacity: 0.6;
    padding: 10px;
}

    .SlideShowImageCaption:hover {
        background-color: Black;
        color: White;
        display: block;
    }

.SlideShowGalleryText {
    color: white;
    font: 10px Verdana;
    position: relative;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}

.SlideShowThumbnailsMain {
    position: relative;
    float: left;
    width: 548px;
    height: 67px;
    overflow: hidden;
}

.ThumbScroll {
    position: relative;
    float: left;
    margin-left: 0px;
    /*width: 660px;*/
    height: 67px;
    background-color: #BFBBB8;
}

    .ThumbScroll .thumbImg {
        position: relative;
        float: left;
        background-color: White;
        width: 95px;
        height: 49px;
        margin-top: 11px;
    }

        .ThumbScroll .thumbImg.selected {
            position: relative;
            float: left;
            background-color: White;
            width: 104px;
            height: 58px;
            margin-top: 6px;
        }

.thumbImgSrc {
    position: relative;
    float: left;
    width: 89px;
    height: 43px;
    margin-top: 3px;
    margin-left: 3px;
    cursor: pointer;
}

    .thumbImgSrc.selected {
        position: relative;
        float: left;
        width: 99px;
        height: 54px;
        margin-top: 3px;
        margin-left: 3px;
        cursor: auto;
    }

.thumbImgDetailSep {
    position: relative;
    float: left;
    width: 2px;
    height: 67px;
}

.thumbImgDetailSepBig {
    position: relative;
    float: left;
    width: 10px;
    height: 67px;
}

.DetailSep {
    position: relative;
    float: left;
    height: 10px;
    width: 660px;
}

.DetailTitle {
    position: relative;
    float: left;
    font: bold 16px Verdana;
    color: Black;
    width: 660px;
    height: 17px;
    margin-top: 45px;
}

.DetailDescription {
    position: relative;
    float: left;
    width: 660px;
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: Black;
}

    .DetailDescription a {
        text-decoration: none;
        color: Black;
    }

.bindMap {
    width: 292px;
    height: 258px;
    position: relative;
}

.modal {
    position: fixed !important; /*width: 100px !important;*/ /*margin-top:4px !important;*/ /*margin-left:-27px !important;*/
    text-align: center !important;
    font-weight: bold;
    font-size: 11px;
    font-family: Tahoma, Arial, Sans-Serif;
    background-color: #E1DED9 !important;
    border: solid 1px #9A9995 !important;
    z-index: 100;
    padding: 5px;
}

    .modal a {
        color: #000000 !important;
        font-family: Arial, sans-serif !important;
        text-decoration: none !important;
        line-height: 13px !important; /*margin-left:25px !important;*/
        width: 95px !important;
    }


        .modal a:hover {
            color: #ffffff !important;
        }


    .modal.hidden {
        display: none;
    }

.infoOver {
    height: 13px;
}

.TopHighLights {
    float: left;
    height: 340px;
    position: relative;
    width: 990px;
}

.ArticleHighLighted {
    float: left;
    height: 340px;
    overflow: hidden;
    position: relative;
    width: 660px;
}

.ArticleHighLightedFade {
    background-color: #000000;
    height: 115px;
    left: 0;
    margin-top: 225px;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 660px;
    filter: alpha(opacity=60);
}

    .ArticleHighLightedFade.hidden {
        display: none;
    }

.fadeSum {
    color: #FFFFFF;
    font: 16px Verdana;
    left: 0;
    margin-left: 27px;
    margin-top: 238px;
    position: absolute;
    top: 0;
    width: 556px;
}

.fadeSum2 {
    width: 556px;
    margin-top: 5px;
    font: 11px Verdana;
    color: White;
    float: left;
}

.fadeSum.hidden {
    display: none;
}

.fadeImg {
    width: 74px;
    margin-left: 556px;
    margin-top: 200px;
    font: 12px Verdana;
    position: absolute;
    font: 12px Verdana;
    color: White;
    top: 0;
    left: 0;
}

    .fadeImg a {
        color: White;
        text-decoration: none;
    }

        .fadeImg a div {
            float: left;
            position: relative;
            margin-top: 7px;
        }

    .fadeImg.hidden {
        display: none;
    }

.ArticleList {
    float: left;
    height: 340px;
    left: 660px;
    position: relative;
    top: -340px;
    width: 335px;
}

    .ArticleList a {
        text-decoration: none;
    }

        .ArticleList a:hover {
            text-decoration: none;
        }

.ArticleListItem {
    width: 335px;
    height: 83px;
    position: relative;
    float: left;
    cursor: pointer;
    background-color: #ECECEC;
}

.ArticleListSeparator {
    width: 335px;
    height: 2px;
    position: relative;
    float: left;
    cursor: pointer;
    background-color: #ECECEC;
    background-image: url('../Images/bg-articlelist-separator.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.ArticleListItem.selected {
    background-color: #CECECE;
}

.ArticleListThumb {
    width: 100px;
    height: 52px;
    border: 1px solid #FFFFFF;
    margin: 15px 15px 12px 30px;
    float: left;
}

.ArticleListItemText {
    width: 180px;
    height: 60px;
    position: relative;
    float: left;
    margin-left: 0;
    margin-top: 20px;
    font-size: 14px;
    color: #555555;
    text-decoration: none;
    font-family: Tahoma, Arial, Sans-Serif;
}

.ArticleListItemSeparator {
    width: 1px;
    height: 63px;
    position: relative;
    float: left;
    background-color: #EF686C;
}

.ArticleListArrow {
    left: -168px;
    position: relative;
    top: -60px;
}

    .ArticleListArrow.hidden {
        display: none;
    }

.TopHighLightsFooter {
    width: 639px;
    height: 4px;
    position: relative;
    float: left;
    background-color: #2E0100;
}

.highLightImg {
    width: 660px;
    height: 340px;
    position: relative;
    float: left;
}

    .highLightImg.hidden {
        display: none;
    }

.horizontalSeparator {
    width: 660px;
    height: 21px;
    float: left;
    position: relative;
}

.CenterHighLights {
    width: 660px;
    position: relative;
    float: left;
}

.CenterHighLightLeft {
    width: 305px;
    position: relative;
    float: left;
}

.CenterHighLightSeparator {
    width: 28px;
    height: 118px;
    position: relative;
    float: left;
}

.CenterHighLightRight {
    width: 305px;
    position: relative;
    float: left;
}

.CenterHighLightTitle {
    width: 305px;
    position: relative;
    float: left;
    color: #A6A5A1;
    font: 13px Verdana;
}

.CenterHighLightSummary {
    width: 305px;
    position: relative;
    float: left;
    color: Black;
    font: 11px Verdana;
}

.divCenterImg {
    width: 303px;
    height: 118px;
    border: solid 1px #CCCBC7;
    position: relative;
    float: left;
}

    .divCenterImg img {
        width: 303px;
        height: 118px;
    }

.SetaDown {
    width: 305px;
    height: 9px;
    background-image: url('/Images/SetaDown.jpg');
    position: relative;
    float: left;
}

.actionButton {
    background-color: #CFCBC0;
    width: 67px;
    height: 25px;
    font: 10px Verdana;
    position: relative;
    float: left;
}

    .actionButton div a {
        text-decoration: none;
        color: Black;
    }

    .actionButton div {
        margin-left: auto;
        width: 80%;
        margin-top: 5px;
    }

.linkHome {
    text-decoration: none !important;
    color: White !important;
}

.hr {
    float: left;
    position: relative;
    width: 660px;
}

.CenterSubHighLights {
    width: 660px;
    height: 117px;
    float: left;
    position: relative;
}

.CenterSubHighLightItem {
    width: 140px;
    height: 67px;
    position: relative;
    float: left; /*background-color:Red;*/
    margin-left: 10px;
    margin-right: 10px;
}

.CenterSubHighLightItemLeft {
    width: 55px;
    height: 67px;
    margin-top: 23px;
    margin-bottom: 27px;
    position: relative;
    float: left;
}

.CenterSubHighLightItemImg {
    width: 44px;
    height: 53px;
    position: relative;
    float: left;
}

    .CenterSubHighLightItemImg img {
        width: 44px;
        height: 48px;
    }

.CenterSubHighLightItemButton {
    width: 47px;
    height: 14px;
    background-color: #F86D68;
    position: relative;
    float: left;
    font: 9px Verdana;
    text-align: center;
}

    .CenterSubHighLightItemButton a {
        text-decoration: none;
        color: White;
    }

.CenterSubHighLightItemRight {
    width: 85px;
    height: 67px;
    margin-top: 23px;
    margin-bottom: 27px;
    position: relative;
    float: left;
}

.BottomHighlights {
    width: 660px;
    height: 227px;
    position: relative;
    float: left;
}

.BottomHighlightItem {
    margin-top: 35px;
    width: 320px;
    position: relative;
    float: left;
}

.BottomHighlightArrow {
    width: 38px;
    height: 83px;
    position: relative;
    float: left;
}

.BottomHighlightText {
    width: 282px;
    height: 83px;
    position: relative;
    float: left;
}

.BottomHighlightTextTitle {
    width: 282px;
    position: relative;
    float: left;
    color: #A6A5A1;
    font: 13px Verdana;
}

    .BottomHighlightTextTitle a {
        text-decoration: none;
        color: #A6A5A1;
    }

.BottomHighlightTextSum {
    width: 282px;
    position: relative;
    float: left;
    color: black;
    font: 11px Verdana;
}

.Date {
    position: relative;
    float: left;
    height: 54px;
    width: 660px;
}

.MonthName {
    position: relative;
    float: left;
    height: 14px;
    width: 660px;
    text-align: center;
    font: bold 14px Verdana;
    color: #5A5A5A;
}

.Day {
    position: relative;
    float: left;
    height: 35px;
    width: 660px;
}

.RelatedDay {
    position: relative;
    float: left;
    height: 35px;
    text-align: center;
}

.DayDetailSepBig {
    position: relative;
    float: left;
    height: 35px;
    width: 268px;
}

.DayDetailSepSmall {
    position: relative;
    float: left;
    height: 35px;
    width: 9px;
}

.DayLeftArrow {
    position: relative;
    float: left;
    height: 35px;
    width: 13px;
}


.DayDivName {
    position: relative;
    float: left;
    height: 35px;
    width: 35px;
    background-color: #A20733;
    text-align: center;
}

/*
.DayDivNameGray
{
    position:relative;
    height:35px;
    width:35px; 
    background-color: #767571;
    text-align:center;
    display:inline-block;
    cursor:pointer;
}
*/
/*Start Changes to have related on the same line as Day*/
.DayDivNameGray {
    position: relative;
    float: left;
    height: 30px;
    width: 30px;
    background-color: #767571;
    text-align: center;
    cursor: pointer;
    margin-top: 3px;
    margin-left: -4px;
}

.DayDivNameGrayTextNumber {
    font: bold 14px Verdana;
    color: White;
}

.DayDivNameGrayTextDay {
    font: 9px Verdana;
    color: White;
}

.LinkAgenda {
    position: relative;
    float: left;
}

/*End Changes*/

.DayDivNameTextNumber {
    margin-top: 3px;
    font: bold 16px Verdana;
    color: White;
}

.DayDivNameTextDay {
    font: 10px Verdana;
    color: White;
}

.DayRightArrow {
    position: relative;
    float: left;
    height: 35px;
    width: 13px;
}

.SubTitle {
    position: relative;
    float: left;
    font: bold 12px Verdana;
    color: #EC7174;
    width: 660px;
    height: 9px;
}

#mapa {
    width: 100%;
}

/*Ours....Article Detail, Answer to a comment*/

.answerTo:hover {
    cursor: pointer;
}

iframe {
    width: 660px;
    height: 339px;
    z-index: -1;
}

/*Pagination*/

.nextPage:hover {
    cursor: pointer;
}

.numberOfPosts {
    float: right;
}

.blogPage:hover {
    cursor: pointer;
}

/*Our Footer*/

.footerViatecla, .footerScriptor {
    margin-top: 5px;
    display: table-cell;
    min-width: 150px;
    vertical-align: top;
    float: left;
    position: relative;
    width: 370px;
}

.footerViateclaText {
    float: left;
    position: relative;
}

.footerViateclaImg {
    float: left;
    position: relative;
    /*clear:left;*/
}

/*Ours - Enlarge BingMap button*/
.enlarge {
    float: right;
    width: 20px;
    height: 20px;
    background-image: url('../images/bg-right-contacts-more.gif');
    background-repeat: no-repeat;
    background-position: left top;
    font-family: Verdana, Arial, sans-serif;
    position: relative;
    z-index: 99;
    margin-top: -25px;
    cursor: pointer;
}

#popup-wrapper {
    /*border: 1px solid #ECECEC;*/
    display: none;
}

#popup-content {
    background: #ECECEC none;
    border: 9px solid white;
}

.popup-title {
    border-bottom: 1px solid #BBBBBB;
    color: #4F4F4F;
    font-family: Georgia, Serif;
    font-size: 24px;
    font-style: italic;
    margin: 0 20px;
    padding: 20px 0;
}

.subTitle {
    color: #4F4F4F;
    font-family: Georgia, Serif;
    font-size: 16px;
    font-style: italic;
    padding: 20px 0;
}

.popup-message {
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    color: #000000;
    margin: 5px 20px;
}

.popup-table {
    margin: 20px;
}


    .popup-table td, .popup-table th {
        padding: 10px;
        font-family: Tahoma, Sans-Serif;
        font-size: 12px;
        color: #4f4f4f;
    }

    .popup-table a {
        color: #4f4f4f;
        text-decoration: none;
    }

        .popup-table a:hover {
            color: #4f4f4f;
            text-decoration: underline;
        }

    .popup-table th {
        font-weight: bold;
    }

    .popup-table thead th {
        border-bottom: 1px solid #d0d0d0;
    }

#popup-wrapper .user-row {
    margin: 15px 0;
    width: 440px;
    height: 50px;
    float: left;
    display: table;
    position: relative;
}

#popup-wrapper .user-row-double {
    margin: 15px 0;
    width: 880px;
    height: 50px;
    display: table;
}

#popup-wrapper .user-row-double-right {
    width: 440px;
    height: 50px;
    margin: 15px 0;
}

#newEntityMainDiv {
    margin-right: 4px !important;
    float: right;
    width: 436px;
    visibility: hidden;
}

    #newEntityMainDiv.in {
        /*display:table !important;*/
        visibility: visible !important;
    }

.user-input {
    background-color: transparent;
    border: 0 none;
    color: #4F4F4F;
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
    height: 36px;
    padding-left: 5px;
    width: 380px;
}

#popup-wrapper .user-input {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    height: 36px;
    width: 390px;
    float: left;
}

.btnCreateEntity {
    clear: left;
    width: 19px;
    height: 19px;
    background-image: url('../Images/Botao-adicionar.png');
    margin-top: 15px;
    float: left;
    margin-left: 39px;
    cursor: pointer;
}

.btnDeleteEntity {
    width: 18px;
    height: 19px;
    background-image: url('../Images/Botao-fechar.png');
    margin-top: 15px;
    margin-left: 5px;
    float: left;
    cursor: pointer;
}

#popup-wrapper .user-input.entity {
    width: 350px;
}

    #popup-wrapper .user-input.entity.right {
        margin-left: 3px;
        width: 159px;
        float: left;
        /*margin-top:5px;*/
    }

        #popup-wrapper .user-input.entity.right.country {
            /*margin-left:3px;*/
            width: 159px;
            float: left;
            /*margin-top:6px;*/
            background-color: #ECECEC !important;
            border: none;
        }

    #popup-wrapper .user-input.entity.left {
        width: 159px;
        /*margin-left:40px;*/
        float: left;
        /*margin-top:5px;*/
    }

    #popup-wrapper .user-input.entity.center {
        width: 386px;
        float: left;
    }


#popup-wrapper .user-input input, #popup-wrapper .user-input select {
    background-color: transparent;
    border: 0 none;
    color: #4F4F4F;
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
    height: 36px;
    padding-left: 5px;
    width: 380px;
}

#popup-wrapper .user-input.entity.center input {
    width: 318px;
}

#popup-wrapper .user-input.entity.left input {
    width: 149px;
}

#popup-wrapper .user-input.right input {
    width: 149px;
}

.entityBtns {
    margin-left: 10px;
    float: left;
    height: 36px;
    width: 19px;
}

.addToLst {
    margin-top: 9px;
    float: left;
    width: 19px;
    height: 19px;
    background-image: url("../Images/Botao-adicionar.png");
    cursor: pointer;
}

.removeFromLst {
    margin-top: 9px;
    float: left;
    width: 18px;
    height: 19px;
    background-image: url("../Images/Botao-fechar.png");
    cursor: pointer;
}

#popup-wrapper div.icon {
    padding: 10px;
    margin-right: -5px;
}

#popup-wrapper .user-submit {
    float: right;
    margin: 10px 30px;
    position: relative;
}

    #popup-wrapper .user-submit input, #popup-wrapper .user-submit a {
        background-color: transparent;
        background-image: url("../Images/seta_enviar.png");
        background-repeat: no-repeat;
        background-position: right center;
        border: 0 none;
        color: black;
        cursor: pointer;
        font-family: Georgia,Serif;
        font-size: 14px;
        font-style: italic;
        padding-right: 40px;
        padding-top: 3px;
        height: 26px;
        width: 200px;
        text-align: right;
        display: block;
        float: right;
        text-decoration: none;
        position: relative;
        clear: left;
    }


#popup-wrapper .user-result-summary {
    font-family: Tahoma,Arial,Sans-serif;
    font-size: 12px;
    padding: 10px;
}

#popup-wrapper .user-image {
    height: 100px;
    margin: 15px 20px;
    width: 440px;
}

    #popup-wrapper .user-image img {
        float: left;
        position: relative;
    }


#popup-close {
    background-image: url("../Images/fechar.png");
    background-position: center center;
    border: 1px solid #FFFFFF;
    border-radius: 22px 22px 22px 22px;
    cursor: pointer;
    float: right;
    font-size: 18px;
    height: 36px;
    position: relative;
    right: -14px;
    top: -15px;
    width: 36px;
}

iframe#upload-target {
    width: 0;
    height: 0;
    border: 0 none;
}

.upload-hidden {
    position: absolute;
    top: -10000px;
    left: -10000px;
}

/* start ours form validator */

label.error {
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top;
}

/* end ours form validator */



/** HOME MENU **/
#HomeRollMenu {
    float: left;
    padding: 1px 0;
    margin-bottom: 5px;
}

    #HomeRollMenu li.menuoption {
        margin-right: 3px;
    }

        #HomeRollMenu li.menuoption:last-child {
            margin-right: 0;
        }

    #HomeRollMenu li.menuoption {
        background-color: #DADADA;
        background-image: url(../Images/bg-homemenu-arrow.png);
        background-position: 160px center;
        background-repeat: no-repeat;
    }

        #HomeRollMenu li.menuoption:hover {
            background-image: url(../Images/bg-homemenu-arrow-white.png);
        }

        #HomeRollMenu li.menuoption > a {
            color: #313131;
            display: table-cell;
            font-family: Tahoma,Arial,Sans-serif;
            font-size: 14px;
            height: 96px;
            padding-left: 15px;
            padding-right: 80px;
            vertical-align: middle;
            width: 123px;
        }

    #HomeRollMenu ul.submenu {
        background-color: #DADADA;
        bottom: 96px;
        left: 0;
        max-height: 300px;
        padding: 20px;
        position: absolute;
        width: 178px;
        display: none;
    }

        #HomeRollMenu ul.submenu img {
            border: 2px solid #FFFFFF;
            margin-bottom: 15px;
            max-width: 175px;
        }

        #HomeRollMenu ul.submenu li {
            list-style-type: circle;
        }

        #HomeRollMenu ul.submenu a {
            font-size: 10px;
            font-weight: bolder;
            color: #323232;
            text-decoration: none;
            display: inline-block;
            vertical-align: middle;
            line-height: 11px;
            margin: 3px 0;
        }

            #HomeRollMenu ul.submenu a:hover {
                color: #ffffff;
                text-decoration: none;
            }


/*Conteúdos relacionados - CITEVE*/

#RelatedContent {
    background-color: rgb(236,236,236);
    width: 159px;
}

.RelatedContentItem {
    background-image: url("../Images/arrow-related-content.png");
    background-repeat: no-repeat;
    background-position: left 13px;
    background-repeat: no-repeat;
    padding-left: 27px;
    padding-top: 8px;
    float: left;
    /*height: 20px;*/
    margin-right: 5px;
    margin-left: 10px;
    width: 250px;
}

.RelatedContentInfoText {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
    color: #4f4f4f;
    text-decoration: none;
}

.RelatedContent {
    float: left;
    margin-top: 7px;
    position: relative;
    width: 280px;
}

#social-tabs-btns {
    width: 300px;
    height: 23px;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

.social-tab-btn {
    width: 99px;
    height: 23px;
    background-color: #CDCDCD;
    display: inline-block;
    text-align: center;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 14px;
    color: #757575;
    margin: 0;
    padding: 5px 0 !important;
    border: 0px;
    cursor: pointer;
    float: left;
    border-right: 1px solid #ECECEC;
    border-top: 5px solid white;
}

    .social-tab-btn.selected {
        background-color: #E1DED9;
        border-top-color: #E1DED9;
    }

#social-tabs {
    background-color: #E1DED9;
}

    #social-tabs > div {
        display: none;
    }

        #social-tabs > div:first-child {
            display: block;
        }

.facebook-like-frame-wrapper {
    height: 20px;
}

.facebook-like-frame {
    background-color: #ffffff;
    border: none;
    overflow: visible;
    width: 292px;
    height: 100%;
    margin: 4px;
}

.social-feed {
    background-color: #FFFFFF;
    margin: 4px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 292px;
}

    .social-feed ul {
        padding: 1px;
    }

    .social-feed li {
        border-bottom: 1px solid #DEDEDE;
        float: left;
        font-family: Tahoma,Arial,Sans-serif;
        font-size: 11px;
        line-height: 14px;
        margin: 2px;
        padding: 3px 0;
        width: 275px;
    }

    .social-feed .postImg {
        float: right;
        max-height: 60px;
        max-width: 70px;
        padding: 5px;
    }

    .social-feed .postIcon {
        float: left;
        margin: -3px 3px;
    }

    .social-feed .postIconFacebook {
        background-image: url("../Images/facebook-mini-icon.png");
        background-position: right 4px;
        background-repeat: no-repeat;
        padding: 7px 7px 0 0;
        min-width: 15px;
        min-height: 15px;
    }

    /*.social-feed .postIconFacebook.twitter {
    background-image: none;
    background-position: right 4px;
    background-repeat: no-repeat;
    padding: 7px 7px 0 0;
}*/

    .social-feed .postIconTweet {
        background-image: url("../Images/tweet-mini-icon.png");
        background-position: right 4px;
        background-repeat: no-repeat;
        padding: 7px 7px 0 0;
        width: 14px;
        height: 14px;
    }


    .social-feed .postUserLink {
        font-weight: bold;
    }

    .social-feed .postLink {
        text-decoration: none;
    }

    .social-feed .postText {
        color: #000000;
        font-size: 10px;
        height: 100%;
        margin-top: -15px;
        padding: 10px; /*    text-align: justify;*/
        text-decoration: none;
    }

        .social-feed .postText:hover {
            text-decoration: underline;
            cursor: pointer;
        }

.twitter-follow-frame {
    background-color: #FFFFFF;
    border: 0px none;
    height: 25px;
    margin: 4px;
    overflow: hidden;
    padding: 10px 15px;
    width: 262px;
}

.twitter-followers {
    background-color: #FFFFFF;
    border-top: 1px solid #00EEDD;
    margin: -5px 4px 4px;
    max-height: 50px;
    overflow: hidden;
    padding: 4px 0;
    text-align: center;
    width: 292px;
}

    .twitter-followers a {
        padding: 0;
        margin: 0 1px;
        text-decoration: none;
    }



.block-loader {
    width: 100%;
    min-width: 150px;
    min-height: 30px;
    background-image: url(../Images/block-loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.field-validation-valid {
    display: none;
}

.field-validation-error, .validation-summary-errors {
    color: #FF0000;
    margin-left: 5px;
}

.field-validation-error-js {
    color: #FF0000;
    margin-left: 5px;
    display: none;
}

.field-validation-error-js2 {
    color: #FF0000;
    margin-left: 5px;
    display: none;
}

.field-validation-error-newEntity {
    color: #FF0000;
    margin-left: 5px;
    visibility: hidden;
    white-space: nowrap;
}

/*  Child Contents - CITEVE */

.childContainer {
    width: 300px; /*min-height: 328px;*/
    float: left;
    margin-bottom: 30px;
    /*margin-top: 5px;*/
    margin-top: 19px;
}

.childContent {
    background-image: url("../Images/arrow_childs_article.png");
    background-repeat: no-repeat;
    border-bottom-color: rgb(210,210,210);
    border-bottom-style: solid;
    border-bottom-width: thin;
    /*padding-bottom: 10px;
    margin-bottom: 10px;*/
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.childContentLink {
    text-decoration: none;
    color: rgb(49,70,91);
    padding-left: 15px;
}

/*END - Child Contents CITEVE*/

.documentEntry {
    padding-left: 10px;
    padding-top: 5px;
    position: relative;
    float: left;
    clear: left;
    width: 100%;
}

.documentIcon {
    background-image: url("../Images/doc_blank_icon.png");
    background-repeat: no-repeat;
    background-position: center top;
    font-family: Tahoma;
    font-size: 11px;
    color: #4F4F4F;
    width: 22px;
    height: 19px;
    display: inline-block;
    border-bottom: 1px solid #AFAFAF;
}

    .documentIcon.pdf {
        background-image: url("../Images/pdf_icon.png");
        background-repeat: no-repeat;
    }

    .documentIcon.doc {
        background-image: url("../Images/word_icon.png");
        background-repeat: no-repeat;
    }

    .documentIcon.xls {
        background-image: url("../Images/excel_icon.png");
        background-repeat: no-repeat;
    }

    .documentIcon.img {
        background-image: url("../Images/foto_icon.png");
        background-repeat: no-repeat;
    }

    .documentIcon.ppt {
        background-image: url("../Images/powerpoint_icon.png");
        background-repeat: no-repeat;
    }



.documentLink {
    padding-left: 10px;
    text-decoration: none;
    color: #4f4f4f;
    font-family: Tahoma;
}


/*Search Section*/

.SearchResultsBox {
    position: absolute;
    top: 10px;
    right: 120px;
    background-color: White;
    width: 200px;
    border-color: Black;
    border-style: solid;
    border-width: thin;
}

/**/


#ui-datepicker-div {
    clip: auto !important;
    /*    position: fixed !important;*/
}

.search-result-group {
    padding-bottom: 30px;
    border-bottom: 1px solid #000000;
}

.search-result-header {
    /*   background-image: url("../Images/lupa.png");     background-position: right center;     background-repeat: no-repeat;*/
    height: 80px;
    margin-top: 10px;
    background-color: #ECECEC;
}

.search-result-title {
    color: #4F4F4F;
    font-family: Georgia,Serif;
    font-size: 24px;
    font-style: italic;
    margin: 0 20px;
    padding: 20px 0 5px;
}

.search-result-summary {
    color: #000000;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    padding: 0 20px;
}

.search-result-date {
    font-weight: bold;
    font-family: Tahoma;
    font-size: 12px;
    color: #4F4F4F;
    padding: 10px;
    font-style: italic;
}

.search-result-item {
    padding: 10px 20px;
    background-image: url(../Images/search_item_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

    .search-result-item.search-result-hidden {
        display: none;
    }

    .search-result-item a {
        color: #8F8F8F;
        display: block;
        font-family: Georgia,Serif;
        font-size: 18px;
        font-style: italic;
        padding: 5px 0;
        text-decoration: none;
    }

        .search-result-item a:hover {
            color: #000000;
        }

.comments-show-more, .search-show-more, .articles-show-more {
    float: right;
    background-image: url(../Images/bg-more-items.png);
    background-position: center right;
    background-repeat: no-repeat;
    height: 23px;
    padding-right: 30px;
    border: 0px none;
    outline: 0px none;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #8f8f8f;
    margin: 5px 0;
    background-color: transparent;
    cursor: pointer;
}

    .comments-show-more:hover, .search-show-more:hover, .articles-show-more:hover {
        color: #000000;
    }

.ErrorPage {
    background-image: url("../Images/erro_icon.png");
    background-repeat: no-repeat;
    min-height: 189px;
    margin: 40px 170px;
    padding-left: 310px;
    padding-top: 70px;
    width: 800px;
}

    .ErrorPage h1 {
        color: #4F4F4F;
        font-family: Georgia,Serif;
        font-size: 24px;
        font-style: italic;
        font-weight: normal;
        line-height: 35px;
    }

    .ErrorPage h2 {
        color: #4F4F4F;
        font-family: Georgia,Serif;
        font-size: 18px;
        font-style: italic;
        font-weight: normal;
        line-height: 20px;
    }

        .ErrorPage h2 a {
            background-image: url("../images/bg-header-login-arrow.gif");
            background-position: right center;
            background-repeat: no-repeat;
            cursor: pointer;
            display: inline-block;
            height: 10px;
            margin-left: 5px;
            width: 10px;
        }

    .ErrorPage span {
        color: #000000;
        display: block;
        font-family: Tahoma,Arial,Sans-Serif;
        font-size: 12px;
        margin-top: 15px;
    }

        .ErrorPage span a {
            color: #000000;
            text-decoration: underline;
        }

            .ErrorPage span a:hover {
                color: #4F4F4F;
            }

    .ErrorPage .ErrorMore {
        display: none;
        background-color: #FFFFEE;
        font-family: monospace;
        font-size: 9px;
        white-space: pre-line;
        width: 510px;
    }

.separator {
    border-bottom: 1px solid #757678;
    width: 100%;
    height: 28px;
    float: left;
    position: relative;
}

.eventInformationMainDiv {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 17px;
}

.eventInformationTitle {
    font: italic 18px Georgia;
    color: #505050;
    float: left;
    position: relative;
    margin-left: 4px;
}

.eventInformationSep {
    height: 22px;
    position: relative;
    float: left;
    clear: left;
}

.eventInformationContent {
    position: relative;
    float: left;
    clear: left;
    margin-left: 10px;
}

.eventInformationContentLabel {
    font: italic 14px Georgia;
    color: #505050;
    float: left;
    position: relative;
}

.informationValue {
    font: 12px Tahoma;
    position: relative;
    float: left;
}

.informationValueDoc {
    font: 14px Tahoma;
    position: relative;
    float: left;
}








/* start login */

#center-block .login-label {
    display: none;
}

#center-block .login-separator {
    display: none;
}

#center-block .login-register {
    display: block;
    margin-left: 338px;
    margin-top: -39px;
}

    #center-block .login-register a {
        font-size: 11px;
        font-family: Verdana,Arial,Sans-serif;
        margin-left: 5px;
        text-decoration: none;
        color: #7F7F7F;
    }

#center-block .login-block {
    background-color: #FFF;
    margin-left: 320px;
    margin-top: 20px;
}

#center-block .login-block-inner {
    background-color: #ECECEC;
    border: 9px solid #FFF;
    color: #7f7f7f;
    padding: 9px;
    padding-bottom: 30px;
}

#center-block .user-input {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    height: 22px;
    margin-left: 30px;
    width: 250px;
    _float: left;
    *float: left;
}

#center-block .login-block .username input, #center-block .login-block .password input.login-password {
    background-color: transparent;
    border: 0 none;
    color: #4F4F4F;
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
    height: 20px;
    padding-left: 5px;
    width: 245px;
}

#center-block .login-block input.form-submit {
    background-image: url("../Images/seta_enviar.png");
    border: 0 none;
    cursor: pointer;
    float: right;
    font-size: 0;
    height: 23px;
    margin-top: -23px;
    width: 23px;
}

#center-block .login-block .login-block-link {
    margin-left: 5px;
    text-decoration: none;
    color: #7f7f7f;
}

    #center-block .login-block .login-block-link:hover {
        text-decoration: none;
        color: #000000;
    }

#center-block .login-block .regist {
    width: 100%;
    border-top: 1px solid #d38299;
    margin-top: 5px;
}

    #center-block .login-block .regist a.link {
        float: left;
        margin-top: 4px;
        margin-left: 20px;
        text-decoration: none;
    }

    #center-block .login-block .regist a.icon {
        float: left;
        margin-left: 6px;
        margin-top: 6px;
    }

.popup-title.no-popup, .popup-message.no-popup {
    margin-left: 340px;
    text-align: center;
}


/* end login*/

.text .payOptions {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}



.text .infoPay {
    font-size: 12px;
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.workGroupMainDiv {
    position: relative;
    float: left;
    width: 960px;
    height: 235px;
}

#TalkWithUs .user-row-double {
    margin: 15px 0;
    width: 880px;
    height: 50px;
    float: left;
}

#TalkWithUs .user-input {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    height: 36px;
    width: 390px;
    float: none;
}

.workGroupAgendaTitle {
    position: relative;
    float: left;
    width: 960px;
    height: 41px;
    background-color: #ECECEC;
}

.workGroupAgendaTitleDiv {
    position: relative;
    float: left;
    margin-left: 12px;
    margin-top: 12px;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #4f4f4f;
}

.workGroupAgendaArrows {
    position: relative;
    float: right;
    margin-right: 12px;
    margin-top: 15px;
}

.workGroupAgendaArrowsImg {
    position: relative;
    float: left;
    width: 13px;
    height: 13px;
}

.workGroupAgendaArrowsSep {
    position: relative;
    float: left;
    width: 19px;
    height: 13px;
    text-align: center;
    margin-top: -3px;
}

.workGroupAgendaItem {
    position: relative;
    float: left;
    width: 213px;
    height: 157px;
}

.workGroupAgendaItemTop {
    position: relative;
    float: left;
    width: 213px;
    height: 56px;
}

.workGroupAgendaItemTopDay {
    position: relative;
    float: left;
    width: 34px;
    height: 34px;
    background-image: url('../../Images/bg-AgendaBoxDay.jpg');
    text-align: center;
    color: White;
    font-family: Verdana, Arial, sans-serif;
    font-size: 16pt;
    font-weight: bold;
}

.workGroupAgendaItemTopDayText {
    margin-top: 5px;
}

.workGroupAgendaItemTopSep {
    width: 12px;
    height: 56px;
    float: left;
    position: relative;
}

.workGroupAgendaItemTopContent {
    width: 167px;
    height: 56px;
    float: left;
    position: relative;
}

.workGroupAgendaItemTopContentDate {
    width: 167px;
    height: 24px;
    float: left;
    position: relative;
    font-family: Tahoma;
    font-size: 11px;
    color: #4f4f4f;
}

.workGroupAgendaItemTopContentText {
    width: 167px;
    height: 32px;
    float: left;
    position: relative;
    font-family: Georgia;
    font-size: 20px;
    font-style: italic;
    color: #4f4f4f;
}

    .workGroupAgendaItemTopContentText a {
        text-decoration: none;
        color: #4f4f4f;
    }

.workGroupAgendaItemSep {
    position: relative;
    float: left;
    width: 213px;
    height: 15px;
}

.workGroupAgendaItemBottom {
    position: relative;
    float: left;
    width: 213px;
    height: 86px;
}

.workGroupAgendaItemBottom1 {
    position: relative;
    float: left;
    width: 34px;
    height: 86px;
}

.workGroupAgendaItemBottom2 {
    width: 12px;
    height: 86px;
    float: left;
    position: relative;
}

.workGroupAgendaItemBottomImg {
    position: relative;
    float: left;
    /*width:167px; 
     height:86px;*/
    width: 151px;
    height: 78px;
    background-color: #ECECEC;
}

.workGroupAgendaItemMainSep {
    position: relative;
    float: left;
    width: 26px;
    height: 157px;
}

.workGroupAgendaMain {
    position: relative;
    float: left;
    width: 958px;
    height: 193px;
    border-bottom: solid 1px #ECECEC;
    border-left: solid 1px #ECECEC;
    border-right: solid 1px #ECECEC;
    overflow: hidden;
}

.workGroupAgendaMainItem {
    position: relative;
    float: left;
    display: inline-block;
    white-space: nowrap;
    height: 157px;
    margin-left: 10px;
    margin-top: 16px;
}

.workGroupSep {
    position: relative;
    float: left;
    width: 960px;
    height: 30px;
}

.workGroupItem {
    position: relative;
    float: left;
    width: 298px;
    height: 234px;
    border-bottom: solid 1px #ECECEC;
    border-left: solid 1px #ECECEC;
    border-right: solid 1px #ECECEC;
    /*overflow-x: none;
    overflow-y: auto;*/
}

.workGroupItemTitle {
    position: relative;
    float: left;
    width: 298px;
    height: 41px;
    background-color: #ECECEC;
}

.workGroupItemTitleText {
    position: relative;
    float: left;
    margin-left: 12px;
    margin-top: 12px;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #4f4f4f;
}

.workGroupBody {
    position: relative;
    float: left;
    width: 298px;
    height: 48px;
    border-bottom: solid 1px #ECECEC;
    /*border-left:solid 1px #ECECEC;
    border-right:solid 1px #ECECEC;*/
}

.workGroupBodyText {
    position: relative;
    float: left;
    margin-left: 24px;
    margin-top: 12px;
    line-height: 12px;
    font-family: Tahoma;
    font-size: 11px;
    color: #4f4f4f;
}

    .workGroupBodyText a {
        text-decoration: none;
        color: #4f4f4f;
    }

.workGroupItemSep {
    position: relative;
    float: left;
    width: 30px;
    height: 235px;
}

.workGroupSubtitle {
    float: left;
    position: relative;
    clear: left;
    font-family: Georgia;
    font-style: italic;
    font-size: 14px;
    color: #4f4f4f;
}

    .workGroupSubtitle.hidden {
        display: none;
    }

.workGroupLastUpdatesMainDiv {
    width: 960px;
    height: 147px;
    float: left;
    position: relative;
}

.workGroupLastUpdatesTitle {
    width: 960px;
    height: 41px;
    float: left;
    position: relative;
    background-color: #191919;
}

.workGroupLastUpdatesTitleText {
    margin-left: 12px;
    margin-top: 12px;
    position: relative;
    float: left;
    color: #9e9e9e;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 14px;
}

.workGroupLastUpdatesContent {
    width: 960px;
    height: 106px;
    float: left;
    position: relative;
    background-color: #ECECEC;
}

.workGroupLastUpdatesMain {
    position: relative;
    float: left;
    width: 958px;
    height: 83px;
    border-bottom: solid 1px #ECECEC;
    border-left: solid 1px #ECECEC;
    border-right: solid 1px #ECECEC;
    overflow: hidden;
}

.workGroupLastUpdatesMainItem {
    position: relative;
    float: left;
    display: inline-block;
    white-space: nowrap;
    height: 71px;
    margin-left: 11px;
    margin-top: 12px;
}

.workGroupLastUpdatesItem {
    position: relative;
    float: left;
    width: 178px;
    height: 71px;
}

.workGroupLastUpdatesItemTop {
    position: relative;
    float: left;
    width: 178px;
    height: 47px;
}

.workGroupLastUpdatesItemTopDay {
    position: relative;
    float: left;
    width: 34px;
    height: 34px;
    background-image: url('../../Images/bg-AgendaBoxDay.jpg');
    text-align: center;
    color: White;
    font-family: Verdana, Arial, sans-serif;
    font-size: 16pt;
    font-weight: bold;
}

.workGroupLastUpdatesItemTopDayText {
    margin-top: 5px;
}

.workGroupLastUpdatesItemTopSep {
    width: 12px;
    height: 47px;
    float: left;
    position: relative;
}

.workGroupLastUpdatesItemTopContent {
    width: 132px;
    height: 47px;
    float: left;
    position: relative;
}

.workGroupLastUpdatesItemTopContentDate {
    width: 132px;
    height: 24px;
    float: left;
    position: relative;
    font-family: Tahoma;
    font-size: 11px;
    color: #4f4f4f;
}

.workGroupLastUpdatesItemTopContentText {
    width: 132px;
    height: 23px;
    float: left;
    position: relative;
    font-family: Georgia;
    font-size: 20px;
    font-style: italic;
    color: #4f4f4f;
}

    .workGroupLastUpdatesItemTopContentText a {
        text-decoration: none;
        color: #4f4f4f;
    }

.workGroupLastUpdatesItemSep {
    position: relative;
    float: left;
    width: 178px;
    height: 10px;
}

.workGroupLastUpdatesItemBottom {
    position: relative;
    float: left;
    width: 178px;
    height: 24px;
}

.workGroupLastUpdatesItemBottom1 {
    position: relative;
    float: left;
    width: 34px;
    height: 24px;
}

.workGroupLastUpdatesItemBottom2 {
    width: 12px;
    height: 24px;
    float: left;
    position: relative;
}

.workGroupLastUpdatesItemBottomImg {
    position: relative;
    float: left;
    width: 129px;
    height: 24px;
    font-size: 11px;
    font-family: Tahoma;
    color: #4f4f4f;
}

    .workGroupLastUpdatesItemBottomImg a {
        text-decoration: none;
        color: #4f4f4f;
    }


.workGroupLastUpdatesItemMainSep {
    position: relative;
    float: left;
    width: 85px;
    height: 71px;
}

.vScroll {
    width: 298px;
    height: 194px;
    position: relative;
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
}

/*Directory CSS*/

#container #subcontainer #center-block .center-block .area-directory {
    float: left;
    width: 100%;
    border-bottom: 1px solid #000000;
}

    #container #subcontainer #center-block .center-block .area-directory > h3 {
        color: #4F4F4F;
        font-family: Georgia,Serif;
        font-size: 24px;
        font-style: italic;
        margin: 0 20px;
        padding: 20px 0 5px;
    }

.directorytop {
    margin-top: 20px;
    display: block;
    border: 0px;
    border-top: 1px solid #000000;
    border-radius: 0px;
}

    .directorytop h3 {
        float: left;
        width: 100%;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: right center;
        padding: 10px 0px 0px 18px;
    }

        .directorytop h3 a {
            text-decoration: none;
            padding: 6px 6px;
            color: #8D8D8D;
            font-family: Georgia,Serif;
            font-size: 17px;
            font-style: italic;
        }

    .directorytop div.dContent {
        float: left;
        width: 100%;
        padding-bottom: 20px;
        padding-left: 20px;
        border: 0px;
    }

        .directorytop div.dContent .directory-double {
            float: left;
            width: 100%;
        }

            .directorytop div.dContent .directory-double .directory-column-left {
                float: left;
                width: 320px;
            }

            .directorytop div.dContent .directory-double .directory-column-right {
                float: left;
                width: 320px;
                margin-left: 10px;
            }

            .directorytop div.dContent .directory-double .directory-title {
                float: left;
                width: 590px;
                height: 20px;
                border: 0px;
                padding: 5px 20px;
                margin-bottom: 5px;
                background-color: #ECECEC;
            }

                .directorytop div.dContent .directory-double .directory-title a {
                    text-decoration: none;
                    color: #8D8D8D;
                    font-family: Georgia,Serif;
                    font-size: 14px;
                    font-style: italic;
                }

            .directorytop div.dContent .directory-double .directory-content {
                float: left;
                margin-bottom: 20px;
                padding-left: 20px;
                width: 300px;
            }

                .directorytop div.dContent .directory-double .directory-content a {
                    text-decoration: none;
                    display: block;
                    color: #000000;
                }

.popup-split {
    /*font-family: Tahoma, Arial, Sans-Serif;
    font-size: 30px;
    color: black;*/
    margin: 5px 20px;
    border-top: 1px solid #BBB;
}

/*End of Directory CSS*/

.createEntity {
    color: black;
    cursor: pointer;
    font-family: Georgia,Serif;
    font-size: 14px;
    font-style: italic;
    float: left;
    position: relative;
}

.removeEnt {
    position: relative;
    float: left;
    width: 18px;
    height: 19px;
    background-image: url('../Images/Botao-fechar.png');
}

.loader {
    display: none;
}

.replyTextArea {
    width: 98% !important;
    border: 1px solid #BCBCBC !important;
    position: relative !important;
    float: left !important;
    background-color: white !important;
    font: 12px Tahoma !important;
    color: black !important;
}

#ContactFormPartial {
    float: left;
}

.topicsBase .center-block .area-eventos .calendar {
    margin-top: 0px !important;
    margin-left: 0px !important;
}

.tabsBase .social-tab-btn.selected {
    font-size: 12px !important;
    width: 110px !important;
}


#simplemodal-container {
    position: absolute !important;
}

.privateMessage {
    background-color: white;
    height: 337px;
}

.pm_Avatar {
    float: left;
    margin: 10px;
    position: relative;
}

.privateMessage .pm_RightBlock {
    float: left;
    overflow: hidden;
    position: relative;
    width: 567px;
}

    .privateMessage .pm_RightBlock pm_RightBlock1 {
        float: left;
        height: 327px;
        position: relative;
        width: 100%;
    }

    .privateMessage .pm_RightBlock .pm_RightBlock1 span {
        color: #005493;
        font: bold 12px Tahoma;
    }

    .privateMessage .pm_RightBlock .pm_RightBlock1 .pm_Form {
        display: table;
        font-size: 12px !important;
        margin-top: 5px;
        position: relative;
        width: 110px !important;
    }

        .privateMessage .pm_RightBlock .pm_RightBlock1 .pm_Form .pm_Separator {
            background-color: #E1DED9;
            border-radius: 10px;
            border-top: 5px solid white;
            border-top-color: #E1DED9;
            color: #333;
            font: 12px arial;
            height: 23px;
            line-height: 8px;
            padding: 5px 0 !important;
            text-align: center;
            width: 150px !important;
        }

        .privateMessage .pm_RightBlock .pm_RightBlock1 .pm_Form .pm_Tabs {
            background-color: #E1DED9;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            border-top-right-radius: 10px;
            float: left;
            margin-top: -13px;
        }

            .privateMessage .pm_RightBlock .pm_RightBlock1 .pm_Form .pm_Tabs .pm_TabsBack {
                float: left;
                position: relative;
                width: 557px;
            }

.LateralMessages {
    display: table;
    float: left;
    position: relative;
    width: 299px;
}

    .LateralMessages .TitleBox {
        background-color: Black;
        color: #9D9D9D;
        float: left;
        font: bold 14px Tahoma;
        height: 41px;
        position: relative;
        width: 299px;
    }

        .LateralMessages .TitleBox span {
            float: left;
            margin-left: 8px;
            margin-top: 13px;
            position: relative;
        }

    .LateralMessages .Separator {
        float: left;
        height: 20px;
        position: relative;
        width: 299px;
    }

    .LateralMessages .MessageBox {
        color: #005493;
        float: left;
        margin-top: 5px;
        position: relative;
        width: 100%;
    }

        .LateralMessages .MessageBox:first-child {
            border-bottom-color: #D2D2D2;
            border-bottom-style: solid;
            border-bottom-width: thin;
        }

        .LateralMessages .MessageBox img {
            height: 26px;
            margin-left: 10px;
            vertical-align: middle;
            width: 26px;
        }

        .LateralMessages .MessageBox a {
            color: #005493;
            text-decoration: none;
        }

#MessageBoxesAccordion h3 {
    font-family: Georgia;
    font-size: 22px;
    font-style: italic;
    line-height: 26px;
    color: #4F4F4F;
}

.MessageBoxAccordion {
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 240px;
    display: none;
}

    .MessageBoxAccordion .EmptyMessageBox {
        font-size: 17px;
        margin-top: 61px;
        text-align: center;
        width: 700px;
    }

.MessageBoxHeaders {
    font-family: 'Lato',Helvetica,Arial,sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}

    .MessageBoxHeaders div {
        border-bottom: 1px solid #DBDDDD;
        border-right: 1px solid #DBDDDD;
        float: left;
        font-size: 20px;
        line-height: 16px;
        padding-bottom: 5px;
        padding-left: 5px;
    }

        .MessageBoxHeaders div:first-child {
            width: 168px;
        }

        .MessageBoxHeaders div:last-child {
            border-right: 0px;
        }

.MessageList {
    font-family: 'Lato',Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

    .MessageList td {
        border-right: 1px solid #DBDDDD;
        border-bottom: 1px solid #DBDDDD;
        padding: 5px;
        vertical-align: middle;
        white-space: nowrap;
    }

        .MessageList td:first-child {
            max-width: 163px;
            min-width: 163px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .MessageList td:last-child {
            border-right: 0px;
            padding-left: 22px;
            padding-right: 22px;
        }

            .MessageList td:last-child img {
                height: 25px;
                width: 25px;
            }

    .MessageList tr:last-child td {
        border-bottom: 0px;
    }

    .MessageList tr:hover {
        background-color: #ddd;
        cursor: pointer;
    }

.newMessage td {
    font-weight: bold;
}

#popup-content .popup-contentTitle {
    color: #4F4F4F;
    font-family: Georgia;
    font-size: 22px;
    font-style: italic;
    line-height: 26px;
    padding-left: 17.5%;
}

.PrivateMessageSucess {
    color: #4F4F4F;
    font-family: Georgia;
    font-size: 22px;
    font-style: italic;
    line-height: 26px;
    padding-left: 17.5%;
}

.PrivateMessageDetail {
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    padding-top: 16px;
    width: 700px;
    max-height: 350px;
}

    .PrivateMessageDetail .UserInfo {
        margin-left: 2px;
        float: left;
    }

        .PrivateMessageDetail .UserInfo:first-child {
            margin-left: 10px;
        }

        .PrivateMessageDetail .UserInfo .Info {
            float: left;
            font-size: 15px;
            background-color: #ddd;
            width: 70px;
            text-align: right;
            float: left;
            position: relative;
            height: 67px;
        }

        .PrivateMessageDetail .UserInfo .User {
            color: #005493;
            font: bold 12px Tahoma;
            float: left;
            margin-right: 0px;
            position: relative;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            background-color: #EEE;
            width: 267px;
            margin-left: 2px;
            height: 65px;
            padding-top: 2px;
        }

            .PrivateMessageDetail .UserInfo .User img {
                margin: 0 10px;
                vertical-align: middle;
            }

    .PrivateMessageDetail .Message {
        float: left;
        margin: 2px 10px;
        position: relative;
    }

        .PrivateMessageDetail .Message .Field {
            margin-bottom: 2px;
            float: left;
            position: relative;
        }

            .PrivateMessageDetail .Message .Field .Title {
                float: left;
                font-size: 15px;
                background-color: #ddd;
                width: 70px;
                text-align: right;
            }

            .PrivateMessageDetail .Message .Field .Subject {
                float: left;
                font-size: 15px;
                margin-left: 2px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 600px;
                background-color: #EEE;
                padding-left: 8px;
            }

            .PrivateMessageDetail .Message .Field .PMDate {
                float: left;
                font-size: 15px;
                margin-left: 2px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 600px;
                background-color: #EEE;
                padding-left: 8px;
            }

            .PrivateMessageDetail .Message .Field .MessageBody {
                float: left;
                outline: 5px solid #EEE;
                padding: 2px 2px 3px 4px;
                margin-left: 4px;
            }

                .PrivateMessageDetail .Message .Field .MessageBody .overview div {
                    width: 590px;
                }


.ui-dialog .pm_RightBlock1 > span,
.ui-dialog .pm_Avatar {
    visibility: hidden;
}
