#event-menu {
  margin: 5px 0px;
}
#event-menu a {
  color:       white;
  font-weight: bold;
  font-size: 12px;
  margin-left: 10px;
}

.column {
  float: left;
  width: 410px;
  margin-right: 10px;
}

.event, .dated-event {
  padding: 5px;
  border: 1px solid white;
  margin-bottom: 10px;
  color: black;
  font-size: 12px;
  background-color: #cbdcff;
}

.link {
  cursor: pointer;
}

.link:hover {
  cursor: pointer;
}

h1 {
font-size: 15px;
}

h1 span {
 font-weight: normal;
 font-size: 11px;
 margin-left: 3px;
}

.event img {
  width:  200px;
  float:  right;
}

.edit-event {
  padding: 5px;
  border: 1px solid white;
  float: left;
  margin: 0px 10px 10px 0px;
  background-repeat:     no-repeat;
  background-attachment: scroll;
  background-position:   top right; 
  width:  398px;
  _width:  397px;
}

.edit-event div {
  clear: both;
  color: white;
}

.edit-event label {
  display: block;
  color:white;
  width: 60px;
  float: left;
  text-align: right;
  padding-right: 5px;
}

input {
  width: 250px;
  border: 1px solid gray;
}

input.distance {
  width: 20px;
}

input.header {
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  margin: 0px auto;
  width: 250px;
}

input.checkbox {
  width: 15px;
}

#bottom {
  clear:both;
}

#bottom a {
  color: white;
  font-weight: bold;
  fonbt-size: 12px;
}

div.expander {
  clear: both;
}


.dated-event,
.edit-dated-event {
  border: 1px solid white;
  width: 825px;
  padding: 3px;
  margin-bottom: 10px;
}

.edit-dated-event {
  background-repeat:     no-repeat;
  background-attachment: scroll;
  background-position:   top right; 
}

.dated-event img {
  float:  right;
}

.edit-dated-event label {
  display: block;
  float: left;
  color:white;
  width: 60px;
  text-align: right;
  padding-right: 5px;
}

.edit-dated-event input.date {
  display: block;
  float: left;
  width: 100px;
  text-align: right;
  padding-right: 5px;
}

.edit-dated-event button {
  display: block;
  float: left;
  width: 30px;
  border: 1px solid gray;
}
.edit-dated-event textarea {
  border: 1px solid gray;
}

