/*
    Use this stylesheet to modify the layout of your
    conference.
*/

/* ----------- Styles for the conference header ----------- */

/*
    The wrapper of the whole conference page.
*/
.conf {
    width: 100%;
    border: none;
    margin: auto;
}

.confheader {
	background: transparent;
}

/*
    Wraps around the upper part of the conference header.
*/
.confTitleBox {
    color: black;
    min-height: 90px;
    background: #bbbbbb; 
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

/*
    Sets the width of the upper part of the conference header.
    Is set to 950px and centered by default.
*/
.confTitle {
    width: 100%;
    margin: auto auto;
	margin: 10px;
}

/*
    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;
}

.confLogoBox img{
	width: 930px;
}

/*
    The style for the title text.
*/
.conferencetitlelink {
    font-size:22pt;
    display: block;
    padding: 10px 0;
    color: white;
}

/*
    Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
    background: #ffffff;
    border-bottom: 1px solid #d5e4f1;
    border-top: 1px solid #d5e4f1;
    padding: 10px;
	margin: auto auto;
	width: 930px;
}

/*
    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: #24425a;
}

/*
    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;
}


/*
    Announcement styles
*/
.simpleTextAnnouncement {
	width: 950px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    color: #0f283d;
    padding: 8px 0;
	margin: auto auto;
	width: 930px;
	padding: 10px;
	background: #bbbbbb;
	margin-top: 10px;
}


/* ----------- 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: 10px;
	background: #ffffff;
}

#confSectionsBox img {
	margin-top: 30px;
    max-width: 700px;
}

/* ----------- Styles for the menu ----------- */


/* Styles for all menu Items */

/*
    Wrapper around the menu
*/
.conf_leftMenu {
    float:left;
    width:220px;
}

/*
    Styles for the menu box
*/
#outer {
    background: #ffffff;
	border: none;
	padding-top: 10px;
}

#outer ul{
	border: none;
}

/*
    The menu item
*/
#outer li {
	margin-left: 10px;
	margin-top: 5px;
}

#outer li a {
    font-family:Arial,Helvetica,sans-serif;
    font-size: 10pt;
	min-height:16px;
	padding:10px 10px 10px 0px;
	color: black;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	background: #ffffff;
}

/*
    The menu item when doing mouseover
*/
#outer li a:hover {
	color: rgb(0, 147, 217);
	border-bottom: 6px solid #666666;
	background: #ffffff;
}

#outer li a:not(.no-link):hover {
	color: rgb(0, 147, 217);
	border-bottom: 6px solid #666666;
	background: #ffffff;
}

/*
    A non selected menu item
*/
.menuConfTitle {
    text-align: left;
	border-bottom: 1px solid black;
}

.menuConfTitle a {
    color: #275C86;
    padding: 7px 12px;	
	border-bottom: 6px solid white;
}

/*
    A selected menu item
*/

.menuConfTitle.selected > a, .menuConfMiddleCell.selected > a {
    color: #BD891A;
	background: #ffffff;
	border-bottom: 6px solid #666666;
	border-top: none;
}

.menuConfSelected, .menuConfMiddleCellSelected {
	color: rgb(0, 147, 217);
	border-top: none;
	background: #ffffff;
}

/*
    sub menu item
*/
#outer 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
*/




/* ----------- Styles for the page content ----------- */

/*
    Wrapper around the content
*/
.confBodyBox {
    margin-left: 230px;
	padding: 10px;
}

.footer {
	background: #ffffff;
	width: 930px;
	margin: auto auto;
	padding: 10px;
}

.header {
	margin: auto;
	background: transparent;
}

.main-action-bar{	
	background: white;
	background-image: url('https://events.interpore.org/event/23/images/545-InterPore-smal.jpg');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-size: auto auto;
	height: 100px;
	width: 950px;
}
.button-bar{	
	height:	 10px;
	opacity: 0;
}

body {
	background-attachment: fixed;
	background-clip: border-box;
	background-color: rgb(223, 239, 251);
	background-image: url("https://events.interpore.org/event/2/images/2-interpore_background_light-bottom.jpg");
	background-origin: padding-box;
	background-position: 0px 100%;
	background-position-x: 0px;
	background-position-y: 100%;
	background-repeat: no-repeat;
	background-size: auto auto;
}

#language-selector-link, #timezone-selector-link, #protection-details-link{
	opacity: 0;
}