/*
    Use this stylesheet to modify the layout of your
    conference.
*/

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

/*
The wrapper of the whole conference page.
*/
.conf {
    width: auto;
  border: auto;
  margin: auto;
}

/*
Wraps around the upper part of the conference header.
*/
.confTitleBox {
  color: #ff5e00;
  min-height: 90px;
  border-top: 10px solid #ff5e00;
  border-bottom: 10px solid #ff5e00;
  /*border-left: 10px solid #ff5e00;*/
  background: #ff5e00;
}

/*
Sets the width of the upper part of the conference header.
Is set to 950px and centered by default.
*/
.confTitle {
    width: 950px;
    margin: 0 left;
}

/*
The box containing the logo. By the default the logo is placed
on the left of the conference title.
*/
.confLogoBox {
  padding: 0px;
}

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

/*
Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
    color: #f3ebde;
    background: #f3ebde;
    border-bottom: 10px solid #f3ebde;
    border-top: 10px solid #f3ebde;
    border-right: 100px solid #f3ebde;
    border-left: 0px solid #f3ebde;
    padding: 0.5rem 0;
}

/*
The content of the lower part of the header. Is by default
centered and has a fixed width.
*/
.confSubTitleContent {
  width: 900px;
  margin: 0 auto;
  font-size: 20pt;
  color: white
}

div.date {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    /*font-weight: bold*/;
    color: black;
  /*display: inline;*/
    padding: 0px 0px 0px 35px;
}


div.place {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    /*font-weight: bold*/;
    color: black;
  /*display: inline;*/
    padding: 0px 0px 0px 35px;
}

div.timezone {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    /*font-weight: bold*/;
    color: black;
  /*display: inline;*/
    padding: 0px 0px 0px 35px;
}

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

/*
Styles for the date and place information.

.datePlace {
    font-family: Roboto, sans-serif;
    font-size: 18pt;
    color: black;
    padding: 0px 0px 0px 30px;

}*/

/*
Announcement styles
*/
.simpleTextAnnouncement {
  background: #f5faff url(/images/conf/sprites_blue.png) repeat-x scroll 0 -400px;
  border-top: 1px solid #c2d6e7;
  font-family: Roboto, sans-serif;
  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 {
  width: 900px;
  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 #10407b
  background: #0b7cb8;
}

/*
The menu item
*/
#outer li a {
  font-family: Roboto, sans-serif;
  font-size: 10pt;

}

/*
The menu item when doing mouseover
*/
#outer li a:hover {
    background: #ff5e00;
    color: #ff5e00;
}

/*
A non selected menu item
*/
.menuConfTitle {
    text-align: left;
    color: white;

}

.menuConfTitle a {
  color: black;
  padding: 7px 12px;
  background: #f3ebde;
}

/*
A selected menu item
*/

.menuConfTitle.selected > a,
.menuConfMiddleCell.selected > a {
  color: white;
  background:  #ff5e00;
  border-bottom: 1px solid #ff5e00;
  border-top: 1px solid #ff5e00;
}




/*
sub menu item
*/
li ul.inner li a {
  padding: 3px 12px 3px 30px;
  background: #f3ebde;

}

/*
Support box
*/

.support_box {
    background:  white;
    border: 1px solid #10407b;
    margin-left: 1000px
}



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

/*
Wrapper around the content
*/
.confBodyBox {
    margin-left: 215px;
    margin-right: 20px;
 
}


.support_box  {
  color: black;
  background: #f3ebde;
  margin: 0 0 0 0;
  border: 0px solid #f3ebde;
  font-color: black
  padding: 0px;
  font-weight: normal;
  border-radius: 0px 0px 0 0;
  text-align: left;
}

.support_box > h3 {
  color: #f3ebde;
  background: #ff5e00;
  margin: 0 0 0px 0;
  border: 0px solid #ff5e00;
  padding: 0px;
  font-weight: normal;
  border-radius: 0px 0px 0 0;
  text-align: center;
}