/* Global styles */

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

a, a:hover, a:active, a:visited {
  color:#040e7c;
}

input, select, textarea {
  margin: 0;
  padding: 0;
}

td, th {
  padding: 0px 5px;
	vertical-align: top;
}

h1 {
}

/* FLASH */
.flash {
  padding: 1em;
  margin-bottom: 2em;
  margin-top: 1em;
  background-color: #f0f0f0;
  font: bold small sans-serif;
}
#notice, #flash_notice {
  border: 2px solid green;
}
#error, #flash_error {
  border: 2px solid red;
  font: bold smaller sans-serif;
}

#flash_spam {
  border: 2px solid orange;
  font: bold smaller sans-serif;
}

/* Mail Flash */
#mail_flash {
  background: #FCF2B8;
  -moz-border-radius: 10px;
  padding:1.5em;
  margin-bottom:1em;
}
#mail_flash pre {
  margin: 1.5em 0;
}

#mail_flash p {
  font-weight: bold;
}

/* The error box */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
/* END: error box*/

/* application styles*/

#wrapper {
  width: 970px;
  margin: 0 auto;
  padding: 0;
}
#header {
  
}

#titleline h1 { margin-top: 0;}

#logo {
  width: 150px;
  height: 100px;
  float: right;
  background: url('../images/rConf.png');
}

#menu {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 2em;
  clear: both;
}
#menu li {
  display: block;
  float: left;
  width: 10em;
  line-height: 2em;
  text-align: center;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
#menu li.last {
  border-right: 1px solid black;
}
#menu li a {
  display: block;
	font-weight: bold;
	padding: 3px;
	text-decoration:none;
}
#menu a:hover {
	background: #fcee04;
	color: #000000;
}

#develmode {
  position: absolute;
  right:0;
  top:0;
  width: 12em;
}

#content {
  margin-top: 1em;
  margin: 5px;
}

#footer {
}

.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;}

.nobr {
  white-space: nowrap;
}

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 label + div { margin-left: 12.5em; }

form div.submit, form div.indent {
  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;
  border: 1px dotted black;
}

.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;
}
.eventDescription { font-style: italic;}

.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;}
.textright {text-align: right;}

#accountnavigation { text-align: right;}

#accountindex {
  float: left;
}
#accountsearch {
  margin-left: 4em;
}

.small {
  font-size: 0.8em;
}

.smaller {
  font-size: smaller;
}

.bggray {
	background-color: #ddd;
}

.bold {
	font-weight: bold;
}

.feeitemdescription {
	margin: 0px 0px;
	margin-top: -4px;
}

#conferencelist tr.next {
   background-color: yellow;
}

span.sort.active {
   font-weight: bold;
}

#oldbrowser {
  border: 1px solid red;
  padding: 0.7em;
  font-size: 1.2em;
}

.abstract_contact {
  text-decoration: underline;
}

#maillinks {
  border: 1px dotted black;
  padding: 1em;
}
