/* ----------- 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: #FFFFFF ;
    border-top: 3px solid #BDBDBD ;
    border-bottom: 2px solid #BDBDBD ;
    background: #00539F ;
}

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

/*
Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
    background: #FFD200 ;
    border-bottom: 3px solid #BDBDBD ;
    border-top: 1px solid #BDBDBD ;
}

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

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

/*
Styles for the date and place information.
*/
.datePlace {
  font-size: 12pt;
  color: #000000;
}

.timezone {
  color: #ffffff;
}

/*
Announcement styles
*/
.simpleTextAnnouncement {
  background: #63656a url(/images/conf/sprites_blue.png) repeat-x scroll 0 -400px;
  border-top: 1px solid #ffffff;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  color: #000000;
  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: 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 {
    background: #ffffff;
    border: 1px solid #000000;
}

/*
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 {
    color: #cc0000;
}

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

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

/*
A selected menu item
*/
.menuConfTitle.selected > a,
.menuConfMiddleCell.selected > a {
  color: #000000;
  background: #FFD200 ;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}

/*
Support box
*/

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

.support_box > h3 {
    background: #FFD200;
    color: #000000;
}

.conf_leftMenu {
    float:left;
    width:200px;
    background:transparent none repeat scroll 0 0;
}

.menuConfTitle {
    text-align:left;
    color:#000000 ;
}

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

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

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


/* Sub Menu Styles */

.confSubTitle {
    color: #ffffff ;
}

.simpleTextAnnouncement {
    background: #63656a ;
    border-top: none;
    border-bottom: 1px solid #CCC;
    color: #ffffff;
}