/* ----------- Styles for the whole conference page ----------- */

.conf {
    width: 100%;
    border: none;
    margin: auto;
}

/* ----------- Styles for the header ----------- */

.confTitleBox {
    color: white;
    min-height: 90px;
    border-top: 0px solid #234173;
    border-bottom: 0px solid #0f4c80;
    background: #1a64a0;
}

.confTitle {
    width: 950px;
    margin: 0 auto;
}

.conference-title-link {
    font-size: 0pt;
    display: block;
    padding: 0px 0;
    color: white;
}
.conference-title-link span {
    display: none;
}

.confLogoBox {
    float: left;
    padding-right: 0px;
}

.confSubTitleBox {
    display: none;
}

.confSubTitleContent {
    width: 950px;
    margin: 0 auto;
    font-size: 11pt;
    color: #24425a;
}

.confSubTitle a {
    font-size: 11pt;
}

.datePlace {
    font-size: 12pt;
}

.simpleTextAnnouncement {
    background: #F5FAFF url(/images/conf/sprites_blue.png) repeat-x scroll 0 -400px;
    border-top: 1px solid #c2d6e7;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    color: #0f283d;
    padding: 8px 0;
}

/* ----------- Styles for the main content ----------- */

#confSectionsBox {
    width: 950px;
    margin: 0 auto;
    margin-top: 30px;
}


/* ----------- Styles for the menu ----------- */

.conf_leftMenu {
    float:left;
    width:200px;
}

#outer {
    border: 1px solid #00e637;
    background: #fcfcfc;
}

#outer li a {
    font-family:verdana,arial,sans-serif;
    font-size: 10pt;
}

#outer li a:hover {
    background: #f39c12;
}

.menuConfTitle {
    text-align: left;
}

.menuConfTitle a {
    color: #000000;
    padding: 7px 12px;
}

.menuConfTitle.selected > a, .menuConfMiddleCell.selected > a {
    color: #fff;
    background: #00e637;
    border-bottom: none;
    border-top: none;
}

li ul.inner li a {
    padding: 3px 12px 3px 30px;
    background: transparent url(/images/conf/left_menu_bullet.png) scroll no-repeat 15px center;
}

.support_box {
    background: #fcfcfc;
    border: 1px solid #00e637;
}

.support_box > h3 {
    color: #000000;
    background: #e0e0e0;
    border: #00e637;
}

/* ----------- Styles for the page content ----------- */

.confBodyBox {
    margin-left: 230px;
}

.conference-page header h2 {
    color: #00e637;
}

/* Hide div for Registro */
.action-box.highlight {
    display: none !important;
}