/*
    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 {
    border-top: 3px solid #E58214;
    border-bottom: 1px solid #E58214;
    background: url(https://indico.cern.ch/event/682210/images/18676-banner_wide.png);
    background-size: cover;
}

/*
.confTitleBox {
    border-top: 3px solid #ec008c;
    border-bottom: 1px solid #2e92af;
    background: #ec008c;
    background-size: cover;
}
*/


/*
    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: center;
    padding-right: 10px;
	width: 950px;
}

.confLogo {
	height: 150px;
}

/*
    The style for the title text.
*/


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

/*
    Wrapper around the bottom part of the conference header
*/

.confSubTitleBox {
	font-size: 0pt;
    min-height: 5px;
    background: #E58214;
    border-bottom: 0px solid #E58214;
    border-top: 0px solid #E58214;
}

/*
    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: 0pt;
    color:  #5C2900;
}

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

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


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

/*
    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: #662E00;
    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: 1px solid #F1B36E;
    background: #F1B36E;
}


#outer li a:hover {
    background: #703F09;
    color: #EFC699;
}

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

.menuConfSelected, .menuConfMiddleCellSelected {
    /*background: #F0C8A3;*/
    background: #E58214;
    /*color: #08235D;*/
    color: #3C2205;
    border-bottom: 0px solid #C0C0C0;
    border-top: 0px solid #C0C0C0;
}

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

.support_box {
    background: #F1B36E;
    border: 1px solid #F1B36E;
}

.support_box > h3 {
    color: #3C2205;
    background: #E58214;
}

h1 {
    color: #00008B;
}

.mainContent {
    padding-left: 20px;
}




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

div.event-header {
    background: url(https://indico.cern.ch/event/682210/images/18676-banner_wide.png);
    background-size: cover;
}



a {
    color: #E58214;
}
/*
a:visited {
    color: #E58214;
}

a:link, .fakeLink {
    color: #E58214;
}
*/