@CHARSET "utf-8";

#sponsors img {
	max-width: 200px;
	max-height: 100px;
}

label.required {
	font-weight: bold;
	color: #900;
}

div.vertical-text {
  -webkit-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  bottom:0;
  left:-10px;
  margin:0 3px 0 -7px;
  float:left;
  clear:both;
  width:20px;
  font-family:Geogria;
  font-weight:bold;
  white-space: nowrap;
  }
.image {
  border: solid 1px #ccc;
  max-width: 150px;
  margin: 0 5px 2px 0;
}

.box h2 {
  margin: 0 0 10px 0;
  width: inherit;
}

.grid_4 .box {
  padding: 0;
}

.articles h2 {
  margin: 0;
}

img.speaker {
  max-width: 250px;
}

h2.agenda {
	margin-bottom: 0;
}
div.agenda {
	margin-bottom: 10px;
}

div.day {
	position: relative;
	border: solid 1px #ccc;
}

div.hour {
	height: 60px;
	margin: 1px 0;
	border: solid 1px #ccc;
	padding: 0px 5px;
}

div.event {
	position: absolute;
	max-width: 200px;
	min-width: 200px;
	left: 70px;
	background-color: #daa;
}

div.event-detail {
	background-color:inherit;
  padding: 2px 5px;
}

span.event-title {
  padding: 2px 5px;
}

span.event-time {
}

span.event-text {
}

.anchor {
    top: -200px;
    position: relative;
    display: block;
    visibility: hidden;
}
