/*
    Header
*/



/* ----------- 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: white;
    min-height: 90px;
    border-top: 3px solid #f5faff;
    border-bottom: 1px solid #f5faff;
    background: #f5faff;
}

/*
    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;
}

/*
    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;
}

/*
    The style for the title text.
*/
.conference-title-link {
    font-size:22pt;
    display: block;
    padding: 25px 0;
    color: white;
}

/*
    Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
    min-height: 45px;
    background: #f5faff;
    border-bottom: 1px solid #d5e4f1;
    border-top: 1px solid #d5e4f1;
}

/*
    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-family: Verdana;
    font-size: 11pt;
    color: #f3f3f3;
}

/*
    Style for links in the lower part of the header
*/
.confSubTitle a {
    font-family: Verdana;
    font-size: 11pt;
}

/*
    Styles for the date and place information.
*/
.datePlace {
    font-family: verdana,arial,sans-serif;
    font-size: 12pt;
    color: #f3f3f3;
}

/*
    Styles for the searchbox
*/
.confSearchBox {
    float: right;
    background: transparent url("../../images/conf/sprites_blue.png") no-repeat 0 0;
    width: 250px;
    height: 24px;
    margin-top: 10px;
}
.confSearchBox .searchButton {
    color: white;
}
.confSearchBox .searchField {
    color: black;
}

/*
    Styles for the nowHappening information
*/
.nowHappening .nowHappeningText {
    margin-right: 5px;
    float: left;
}

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


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

/*
    The wrapper around the menu and the page content.
    By default centered with a fix width.
*/
#confSectionsBox {
    padding-top: 30px;
    width: 950px;
    margin: 0 auto;
}













/* ------Menu------ */
/* here is layout and style for creating default menu for conferences */



/* Styles for all menu Items */

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

#outer {
    border: 0px solid transparent;
    background: #1a64a0;
}


#outer li a:hover {
    background: #70A4D0;
    color: #000000;
}

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

.menuConfSelected, .menuConfMiddleCellSelected {
    background: #4D94D0;
    color: #000000;
    border-bottom: 1px solid #4D94D0;
    border-top: 1px solid #4D94D0;
}

.menuConfBottomCell {
  border-bottom:0px;
  border-top:0px;
  background:transparent none repeat scroll 0 0;
    display: none;
}

.support_box {
    background: #ececec;
    /*background: #bbb*/
    border: 0px solid transparent;

}

.support_box > h3 {
    color: #f3f3f3;
    background: #1a64a0;
}

h1 {
    color: #00008B;
}

.mainContent {
    padding-left: 20px;
}

div.datePlace > div.timezone {
    font-size: 10px;
    color: #f3f3f3;
}

ul.chair_list {
    /*color: #E58214;*/
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}