@import "common.css";
@import "menu.css";
@import "tables.css";

div#main {
	position: absolute;
	top: 0;
	left: 200px;
	padding: 5px 20px 5px 20px;
	border-left: solid 20px #5070a0;
	text-align: justify;
}



.exposes
{
}

#debug {
  height:50px;
  padding: 0px;
  border:2px solid #ccc;
}


#scheduled-elements {
  padding: 0px;
}
#queued-elements {
  border:2px solid #ccc;
  padding: 3px;
  height:20px;
}

.schedule {
 border-collapse:collapse;
 border:2px solid #ccc;
 margin:0;
 padding:0;
}

.schedule .odd {
 background:none repeat scroll 0 0 #E8EDFF;
}


.title{
  font-size:95%;
 text-align: center;
 font-style: italic;
}

.speaker{
 text-align: center;
}


.fillin {
 border-collapse:collapse;
 width:100px;
}

.time {
 border-collapse:collapse;
 border-left:1pt solid #ccc;
 border-right:1pt solid #ccc;
 text-align : center;
 width:30px;
}

.timecaption {
 position:relative;
 top:-10px;
}

.scheduleItem {
 border:1pt solid #ccc;
 background:none repeat scroll 0 0 #ffffff;
 width:200px;
}

.talkcontenu {
 border:1pt solid #ccc;
 margin:1em;
 padding:.3em;
 background:none repeat scroll 0 0 #E8EDFF;
}

.talktitre {
 color:#5070A0;
 font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
 margin-top:.5em;
 margin-bottom:.5em;
 text-align: center;
 font-style: italic;
}
.talkresume {
 font-size:90%;
}

.talkdatedebut {
 margin-right:.5em;
 font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
 color:#666699;
}

.talkcollaborateurs{
 margin-top:.5em;
 font-style: italic;
}

.jour {
 color:#666699;
 font-family:"Lucida Sans Unicode","Lucida Grande", Sans-Serif;
 font-size:120%;
}


.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-widget {font-size: 70%; }

/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  top : 0;
  left : 0;
  z-index:9000;
  background-color:#fff;
  display:none;
}

.window {
  position:absolute;
  width:640px;
  /*height:400px;*/
  display:none;
  z-index:9999;
  padding:10px;
  border : 1pt solid #ccc;
  font-size : 120%;
  background-color:#FFF;

} 



/* Customize your modal window here, you can add background image too */
#dialog {
  width:375px;
  height:203px;
}


.close
{
  float : right;
}


