/* Global styles */

body {
  font-family: arial, Verdana, "MS Trebuchet", helvetica, sans-serif;
  font-size: 12px;
}

td, th {
  padding: 0px 5px;
}

h1 {
  font-size: 16px;
  font-weight: bold;
}


.box {
  border: 1px solid #040e7c;
  padding: 4px;
  margin: 5px 0px;
}

.label {
  background-color:#c3d0ff;
  margin-bottom:5px;
  padding-top:2px;
  padding-bottom:2px;
  font-weight: bold;
}
.label a { font-weight: normal; }

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.underline{
  text-decoration: underline;
}

.red {
  background-color: red;
}

.pad {
  padding: 5px;
}

.border-right {border-right: 1px solid #040e7c;}

div.table { display: table; }
div.row {display: table-row;}
div.row div {
  display: table-cell;
  padding:4px;
}

td {
  padding:4px;
}

/* form styles*/
form div {
  padding-bottom:3px;
}

form div label,
div.list label {
  width: 12em; 
  float: left; 
  text-align: right; 
  margin-right: 0.5em; 
  display: block; 
}

form div.mandatory label { font-weight: bold; }

form div div.small {
  font-size: small;
  margin-left: 11.5em; /* This must be the same as the widht in div label + 1.5em*/
}

form div.submit {
  padding-top:5px;
  margin-left:12.5em;
}


a._datepicker_link {
  font-size: 75%;
}

table.conferences {
  border: 1px solid black;
  margin-right:5px;
  padding:2px;
}
table.conferences td {
  border-right: 1px solid #040e7c;
  padding: 0 4px;
}
table.conferences td.title {
  background-color: #c3d0ff;
  border-top: 1px solid #040e7c;
}
table.conferences td.title a {
  font-size: 80%;
}
table.conferences td.last {
  border-right:none;
}

/* abstract styles */
div#abstractpreview div.abstracttitle {
  font-size: 150%;
  font-weight:bold;
}

div#abstractpreview div.keywords {
  margin-top:5px;
  font-style: italic;
}

div#abstractpreview div.content {
  margin-top: 5px;
  padding: 5px;
  font-family: Tahoma,Times,serif;
  font-size: 10pt;
  width:76ex;
}

div#abstractaddauthor form {
  margin-top:5px; 
}

#abstract_preview_authors {
  margin: 15px 0px;
}
#abstract_preview_authors div.author {
  margin: 5px 0px;
  font-size: small;
}
#abstract_preview_authors div.name {
  font-weight: bold;
}
#abstract_preview_authors div.email {
  font-style: italic;
}

#abstractauthors td.sort a {
  text-decoration: none;
  color: #000;
}

#abstractstable {
  table-layout:auto;
  width:70em;
}
#abstractstable td {vertical-align:top;}Ac
#abstractstable td.action {
  width: 8em;
}
#abstractstable td.submitter { width:10em;}

.action {
  border-left: 1px solid #040e7c;
}
.action a {white-space: nowrap;}

.track {
  display: box;
  background-color:#fcee04;
  margin-top: 10px;
  padding: 5px;
}

.track .date {
  background-color: white;
  padding: 2px;
  display: inline;
}

.track .title {
  font-weight: bold;
  padding: 4px 0px;
}

.normal, .normal a {
  font-weight: normal;
}

.track .description {
  padding: 2px;
  margin: 4px;
  background-color:#eee;
}

.session {
  background-color: #a4ce60;
  margin: 10px 3px 3px 3px;
  padding: 2px;
  position: relative;
  min-height: 50px;
}

.session .sessionStart {
  position: absolute;
  top: 5px;
	left: 0px;
  width: 3em;
  margin-left: 2px;
  padding: 1px;
  text-align: right;
}

.session .sessionEnd {
  position: absolute;
  bottom: 5px;
	left: 0px;
  width: 3em;
  margin-left: 2px;
  padding: 1px;
  text-align: right;
}

.fixedTime {
/*	border: 1px dotted;*/
/*	background: white;*/
}

.session .sessionContent {
  margin-left: 5em;
}

.session .sessionTitle {
  font-style: italic;
  margin-left: 0px;
}

.sessionDescription {
  padding: 10px 4px;
}

.event {
  position: relative;
  padding: 5px 2px;
  border: 1px solid black;
}

.eventMoveUp {
  position: absolute;
  top: 5px;
  width: 1em;
  margin-left: 2px;
  padding: 1px;
}
.eventMoveDown {
  position: absolute;
  bottom: 5px;
  width: 1em;
  margin-left: 2px;
  padding: 1px;
}

.eventMoveUp a, .eventMoveDown a {
  text-decoration: none;
}

.eventContent {
  margin-left: 2em;
}

.talkEvent {
	background-color: #40ac40;
}

.socialEvent {
	background-color: #cccccc;
}

.posterEvent {
	background-color: #407040;
}

.otherEvent {
	background-color: #9090ac;
}

.keynoteEvent {
	background-color: #80ac80;
}

.eventTitle {
  font-weight: bold;
}
.eventTimes {
  padding: 1px;
  margin: 2px 0px;
  width: 7em;
}

.outOfBounds {
  border: 2px solid red;
}

.bgwhite {
  background-color: #FFF;
}

noscript div {
  border: 2px dotted red;
  display: block;
  padding: 4px;
  font-weight: bold;
  font-size:120%;
  border-collapse:collapse;
}

.floatleft {float: left;}
.floatright {float: right;}