/*
* -*- mode: text; coding: utf-8; -*-


   This file is part of CDS Indico.
   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 CERN.

   CDS Indico is free software; you can redistribute it and/or
   modify it under the terms of the GNU General Public License as
   published by the Free Software Foundation; either version 2 of the
   License, or (at your option) any later version.

   CDS Indico is distributed in the hope that it will be useful, but
   WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with CDS Indico; if not, write to the Free Software Foundation, Inc.,
   59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/

body {
    background-color: white;
}

.pageHeader {
    background-color: #424242;
    border-bottom: 2px solid #999;
}

.headline {
   color: #006;
   background: transparent;
}
.headerselected {
   color: #fff;
   background: #006;
}
.parts {
	COLOR: #fff;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	border-bottom: 1px dashed #999999;
	border-left: 1px dashed #999999;
	border-right: 1px dashed #999999;
	border-top: 1px dashed #999999;
}
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.day {
    display: block;
    margin: 10px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #222;
    background-color: #D3DCE3;
    -moz-border-radius: 5px;
    padding: 5px 10px;
}

ul.dayList {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 10px;
}

ul.meetingTimetable {
    list-style-type: none;
    padding: 0 10px;
    margin: 0;
    height: 100%;
}

ul.meetingTimetable > li {
    margin-left: 0;
    position: relative;
    padding-left: 120px;
}


ul.meetingSubTimetable {
    margin: 0 0 0 0;
    list-style-type: none;
    padding: 0px;
}

ul.meetingSubTimetable > li {
    position: relative;
    padding-left: 60px;
}

div.containerTitle {
   background: #E0E0E0;
   padding-left: 5px;
}

.durationSmall {
    color: #0B63A5;
    font-size: small;
    margin-left: 5px;
}

.topLevelAbstract {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 120px;
    background: #EBEBEB;
}

ul.topLevelSCList {
    margin: 20px 0 5px 5px;
    list-style-type: none;
    border-top: 1px dotted #AAA;
}

ul.topLevelSCList li {
    padding: 5px 0;
    margin: 0;
    border-bottom: 1px dotted #AAA;
}

.subEventLevelAbstract {
    margin-bottom: 5px;
    margin-left: 70px;
    color: #666666;
}

.subcontributionAbstract {
    margin-top: 5px;
    margin-bottom: 5px;
    background: #EBEBEB;
}

ul.subEventLevelSCList {
    margin-top: 5px;
    list-style-type: none;
    margin-left: 40px;
    margin-bottom: 10px;
    border-top: 1px dotted #AAA;
}

ul.subEventLevelSCList li {
    padding: 0;
    margin: 5px 0;
    list-style-type: none;
    border-bottom: 1px dotted #AAA;
}


span.topLevelTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}

span.subLevelTitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*font-weight: bold;*/
    color: #333;
}


.subEventLevelTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.topLevelTime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #444;
    position: absolute;
    left: 0;
    top: 6px;
}

.subEventLevelTime {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #444;
    position: absolute;
    left: 0;
    top: 3px;
}

.chairedBy {
     font-size: 12px;
}

.author {
}
.settings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	padding: 3px;
}
td.settings > a {
        color: #fff;
}
.abstract {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	padding: 5px 5px 5px;
}
.subcontribtitle {
	font-size: 12px;
	color: #000000;
}
a.normal:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.normal:visited {
	color: #FFFFFF;
}
a.normal:hover {
	color: #FFFFFF;
	background-color: #1058A0;
	font-weight: normal;

}
.bold {
	font-weight: bold;
}
.headerselected2 {
	COLOR: #fff;
	margin: 0px;
	padding: 0px;
	background-color: #1058A0;
	border-bottom: 1px dashed #999999;
}
.headerselected3 {
	COLOR: #333333;
	margin: 0px;
	background-color: #E6E6E6;
	border-top: 1px dashed #999999;
	vertical-align: middle;
	font-size: small;
	padding-right: 5px;
	padding-left: 5px;
}
.headertimetable {
	COLOR: #333333;
	margin: 0px;
	background-color: #fff;
	border-top: 1px dashed #999999;
	vertical-align: top;
	font-size: small;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.headertimetable2 {
	COLOR: #333333;
	margin: 0px;
	background-color: #fff;
	border-top: 1px dotted #999999;
	border-left: 1px dotted #999999;
	vertical-align: top;
	font-size: small;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 15px;
}
.headertimetable4 {
	COLOR: #333333;
	margin: 0px;
	background-color: #fafafa;
	vertical-align: top;
	font-size: small;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 15px;
}
.headersession {
	COLOR: #333333;
	margin: 0px;
	background-color: #fff;
	vertical-align: middle;
	font-size: small;
	padding-right: 5px;
	padding-left: 0px;
}
.headers {
	margin: 0px;
	vertical-align: top;
}
.speakers {
    text-align: right;
	margin: 0px;
	vertical-align: top;
    float: right;
}
.contribtime {
        width: 1%;
	margin: 0px;
        padding-right: 10px;
        text-align: right;
	vertical-align: top;
}
.headertalklight {
	COLOR: #333333;
	margin: 0px;
	background-color: #FAFAFA;
	vertical-align: middle;
	font-size: small;
	padding: 4px;
}
.headertalk {
	COLOR: #333333;
	margin: 0px;
	background-color: #F5F5F5;
	vertical-align: middle;
	font-size: small;
	padding: 4px;
}
.headerbreak {
	COLOR: #333333;
	margin: 0px;
	background-color: #B0E0FF;
	vertical-align: middle;
	font-size: small;
	padding: 4px;
}
a.author:link {
	color: #fff;
}

span.materialGroup {
    white-space: nowrap;
    padding: 0;
    background-color: #F7EDD0;
    border: 1px solid #BBB;
    float: left;
}

a.material {
    padding: 2px 8px;
    height: 15px;
	color: #333333;
	float: left;
	border-left: 1px dotted #AAA;
    /*background-color: #F7EDD0;*/
    background-color: #EEEEEE;
    color: #333333;
}

a.material:hover {
	background-color: #444444;
	color: white;
}

div.materialList {
    padding-top: 0px;
    margin-top: 0px;
}

span.materialGroup {
    padding: 0;
    margin: 0 5px 5px 0;
}

.materialList a.material {
    padding: 2px 8px;
    height: 15px;
}

.materialList a.materialGroup {
    font-size: 12px;
}

a.materialGroup {
    font-size: 12px;
    border-left: none;
    background-color: #DDDDDD;
    color: #333333;
	font-weight: bold;
}

ul.materialMenuPopupList {
    background-color: white;
    font-weight: normal;
    border: 1px solid #BBBBBB;
}

ul.materialMenuPopupList li a {
    color: #333333
}

a.dropDownMaterialMenu img.arrow {
    margin-right: -5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

a.dropDownMaterialMenu img.resourceIcon {
    margin-left: -5px;
}

.headerselectedimg {

	COLOR: #333333;
	margin: 0px;
	background-color: #E6E6E6;
	border-top: 1px dashed #999999;
	vertical-align: middle;
	font-size: small;
}
.headerabstract {
	COLOR: #fff;
	margin: 0px;
	padding: 0px;
	background-color: #FFFDEC;
	border: 1px solid #204060;
}

div.eventInfoBox {
	color: white;
	float: right;
	padding: 10px;
}

h1 {
	font-size: 20pt;
	color: white;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	font-size: 12pt;
	color: white;
	font-weight: normal;
	font-style: italic;
	margin-top: 5px;
}

div.meetingEventHeader {
    background: #1a64a0;
    color: white;
    font-size: 12pt;
    position: relative;

    min-height: 125px;
    margin: 0px;
    padding: 10px 30px 10px;
}

div.meetingEventHeader a {
    color: white;
}

div.meetingEventHeader a:hover {
    color: #AAAAAA;
}

div.meetingEventHeader .iCal {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px 10px;
}

div.meetingEventHeader .details {
    padding-top: 10px;
    margin: 0;
}

div.meetingEventSubHeader {
    background: #ECECEC;
    font-size: 12px;
    color: black;
    margin: 0;
    padding: 3px 10px;
    border-bottom: 1px solid #AAA;
}

div.meetingEventBody {
    background: white;
    font-size: 10pt;
    color: black;
    margin: 0px;
    padding: 10px 50px;
    position: relative;
}

div.partList {
	background: #A0A0B0;
	padding-top: 5px;
	height: 20px;
}

div.materialList h3, div.partList h3{
	font-size: 11pt;
	color: black;
	margin-left: 10px;
	display: inline;
}

div.descriptionBox {
	margin: 10px 10px 10px 10px;
	overflow:auto;
}

div.lectureEventBody p {
	font-size: 10pt;
	color: black;
}

div.lectureEventBody pre {
	font-size: 10pt;
	color: black;
}

div.lectureExtraInfo {
	margin: 10px;
}

div.participantInfo {
    margin-top: 20px;
    margin-left: 10px;
}

div.minutesTable {
    border: 1px solid #AAAAAA;
    background-color: #FFFFFF;
    width: 90%;
    color: #000000;
    margin: 10px;
}

div.minutesTable > h2 {
    font-weight: normal;
    color: #444;
    font-size:11pt;
    font-style:normal;
    font-family: Verdana;
    background: #ECECEC;
    border-bottom: 1px solid #AAA;
    margin: 0;
    padding: 5px;
}

div.minutesTable > span {
    text-align:justify;
    display: block;
    padding: 10px;
}

div.minutesTable > span h1 , h2{
    font-size: 13px;
    color: #444444;
}

li.meetingSession, li.meetingContrib, li.breakListItem {
    padding: 3px 0 3px 3px;
    margin: 0 0 0 0;
}

li.breakListItem pre {
    margin: 0;
}

.popupMenu{
    vertical-align: baseline;
}

table pre {
    margin: 0;
}

table p {
    margin-top: 0;
}

table.eventDetails {
    margin: 0 40px 0 10px;
    padding: 0;
    font-size: 11pt;
    width: 910px;
}

table.eventDetails td {
    color: #222222;
    vertical-align: top;
    padding: 3px;
    width: 700px;
}

table.eventDetails td.leftCol {
    font-weight: bold;
    text-align: right;
    padding-right: 6px;
    white-space: nowrap;
    width: 120px;
}

table.sessionDetails {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

table.sessionDetails td {
    color: #444444;
    vertical-align: top;
    padding: 2px;
    padding-left: 0;
}

table.sessionDetails td.leftCol {
    padding-right: 10px;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.partList {
    background: #A0A0B0;
    padding-top: 5px;
    height: 20px;
}

div.materialList h3, div.partList h3{
    font-size: 11pt;
    color: black;
    margin-left: 10px;
    display: inline;
}

.confModifIcon {
    float: right;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url('../images/popupMenuHover.png') scroll repeat-x 0 0;
}

.confModifIcon:hover {
    background: transparent url('../images/popupMenuHover.png') scroll repeat-x 0 -15px;
}

.confModifPadding {
    padding-right: 20px;
}

.manageLink {
    position: absolute;
    bottom: 0px;
    right: 20px;
    padding-right: 12px;
    background-color: #ECECEC;
    font-size: 10pt;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
}
.manageLink div {
    padding-top: 7px;
    padding-bottom: 4px;
    padding-left: 12px;
}

span.description {
    color: #333;
    font-style: italic;
    display: block;
    margin: 5px 0;
}

span.description pre, p {
    margin-top: 0;
    margin-left: 0;
    overflow: hidden;
}