/*
    Use this stylesheet to modify the layout of yourconference.
*/



/* ----------- Styles for the conference header ----------- */

/*
    The wrapper of the whole conference page.
*/
.conf {
    width: 100%;
    border: none;
    margin: auto;
}

/*
    Wraps around the upper part of the conference header.
*/
.confTitleBox {
    color: #3A707E; /*white*/
    min-height: 90px;
    border-top: 3px solid #234173;
    border-bottom: 1px solid #0f4c80;
    background: #1a64a0;
}

/*
    Sets the width of the upper part of the conference header.
    Is set to 950px and centered by default.
*/
.confTitle {
    width: 950px;
    margin: 0 auto;
    height: 240px;                  /*ANIMMA: place between logo and date_place:   def. 50px*/
  
}

/*
    The box containing the logo. By the default the logo is placed
    on the left of the conference title.
*/
.confLogoBox {
    /* float: left;
      padding-right: 10px;*/
    margin: auto;
}

/*
    The style for the title text.
*/
.conference-title-link {
    font-size: 0pt;             /*ANIMMA: this is conference title under logo*/
    display: block;
    padding: 20px 0;             /* was 25px*/
    color: white;
}

/*
    Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
    background: #f5faff;
    border-bottom: 1px solid #d5e4f1;
    border-top: 1px solid #d5e4f1;
    padding: 0.5rem 0;
    visibility: hidden;
}

/*
    The content of the lower part of the header. Is by default
    centered and has a fixed width.
*/
.confSubTitleContent {
    width: 950px;
    margin: 0 auto;
    font-size: 11pt;
    color: #ffffff;            /*ANIMMA: white*/
}

/*
    Style for links in the lower part of the header
*/
.confSubTitle a {
    font-size: 11pt;
}

/*
    Styles for the date and place information.
*/
.datePlace {
    font-size: 12pt;
    color: #3A707E;      /*white color of date_place info which is located under the conference logo*/
}

div.datePlace > div.timezone {
    font-size: 10px;
    color: #3A707E;
}


/*
    Announcement styles
*/
.simpleTextAnnouncement {
    background: #C21D00;
    border-top: 1px solid #C21D00; /*ANIMMA 2027: red*/
    border-bottom: 1px solid #C21D00; /*ANIMMA 2027: red*/
    font-family: verdana,arial,sans-serif; /*ANIMMA 2027: */
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    color: #ffffff; /*ANIMMA 2027: white*/
    padding: 8px 0;
    width: 950px; /*ANIMMA*/
    margin: auto; /*ANIMMA*/
}


/* ----------- Styles for the main content ----------- */

/*
    The wrapper around the menu and the page content.
    By default centered with a fix width.
*/
#confSectionsBox {
    width: 950px;
    margin: 0 auto;
    margin-top: 30px;
}



/* ----------- Styles for the menu ----------- */


/* Styles for all menu Items */

/*
    Wrapper around the menu
*/
.conf_leftMenu {
    float:left;
    width:200px;
}

/*
    Styles for the menu box
*/
#outer {
    border: 1px solid #ccc;
    background: #f6f6f6;
}

/*
    The menu item
*/
#outer li a {
    font-family:verdana,arial,sans-serif;
    font-size: 10pt;
}

/*
    The menu item when doing mouseover
*/
#outer li a:hover {
    background: #e0e0e0;
}

/*
    A non selected menu item
*/
.menuConfTitle {
    text-align: left;
}

    .menuConfTitle a {
        color: #C21D00; /*ANIMMA 2027: red*/
        padding: 7px 12px;
    }

/*
    A selected menu item
*/

    .menuConfTitle.selected > a, .menuConfMiddleCell.selected > a {
        color: #ffffff; /*ANIMMA: white*/
        background: #C21D00; /*ANIMMA 2027: red*/
        border-bottom: 1px solid #d0d0d0;
        border-top: 1px solid #d0d0d0;
    }

/*
    sub menu item
*/
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 (Contact info)
*/

.support_box {
    background: #f6f6f6;
    border: 1px solid #ccc;
}

    .support_box > h3 {
        color: #ffffff; /*ANIMMA 2025: white*/
        background: #C21D00; /*ANIMMA 2027: red*/
        font-family: verdana,arial,sans-serif; /*ANIMMA 2025: */
        font-size: 10pt; /*ANIMMA 2025: */
        padding: 7px 12px; /*ANIMMA 2025: */
    }


/* ----------- Styles for the page content ----------- */

/*
    Wrapper around the content
*/

.confBodyBoxHeader {
    margin-left: auto;
    text-align: center;
}

.confBodyBox {
    text-align: justify;
    
}

/*
    Title on each tab
*/

div.title-with-actions h2 {
    color: #C21D00;
    font-weight: bold;
}