
html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.infowindow 
{
  max-height: 200px;
  max-width: 400px;
  overflow: auto;
}

.infowindow .eventname
{
  font-weight: bolder;
  font-size: small;
  margin-top: 13px;
}

.infowindow .event
{
  font-style: italic;
  font-size: smaller;
  margin-top: 13px;
  margin-bottom: 13px;
}

.event_window_link
{
  font-style: italic;
  font-size: smaller;
}

.msg .x-box-mc
{
  font: 12px Verdana, Arial, Helvetica;
}

#msg-div
{
  position: absolute;
  left: 35%;
  top: 10px;
  width: 350px;
  z-index: 20000;
}

.cbox_content .highlight
{
  background-color: #ffff9c;
}

/* Normal mode content windows */
.cbox_content .x-window-mc
{
  font: normal 12px Verdana, Arial, Helvetica;
  color: #000000;
  background-color: #ffffff;
}

.cbox_content .x-window-mc em
{
  font-style: italic;
}

.cbox_content .x-window-mc strong
{
  font-weight: bold;
}

.cbox_content .x-window-mc strong em
{
  font-style: italic;
  font-weight: bold;
}

.cbox_content .x-window-mc p, .cbox_content .x-window-mc table, .cbox_content .x-window-mc #presence, .cbox_content .x-window-mc .reference_title, .cbox_content .x-window-mc .reference_content
{
  padding: 5px;
  margin: 5px;
}

.cbox_content .x-window-mc table
{
  margin-left: 10px;
  padding-left: 10px;
}

/* SmallMode content */
.cbox_content .x-panel-body
{
  font: normal 12px Verdana, Arial, Helvetica;
  color: #000000;
  background-color: #ffffff;
}

.cbox_content .x-panel-body em
{
  font-style: italic;
}

.cbox_content .x-panel-body strong
{
  font-weight: bold;
}

.cbox_content .x-panel-body strong em
{
  font-style: italic;
  font-weight: bold;
}

.cbox_content .x-panel-body p, .cbox_content .x-panel-body table, .cbox_content .x-panel-body #presence, .cbox_content .x-panel-body .reference_title, .cbox_content .x-panel-body .reference_content
{
  padding: 5px;
  margin: 5px;
}

.cbox_content .x-panel-body table
{
  margin-left: 10px;
  padding-left: 10px;
}

/* See http://www.w3.org/TR/CSS2/sample.html */
.cbox_content h1
{
  font-size: 2em;
  margin: .67em 0;
  font-weight: bolder;
}

.cbox_content h2
{
  font-size: 1.5em;
  margin: .87em 0;
  font-weight: bolder;
}

.cbox_content h3
{
  font-size: 1.17em;
  margin: 1em 0;
  font-weight: bolder;
}

/* Reset ext's messing with UL style */
.cbox_content ul
{
  margin: 0;
  margin-left: 40px;
  list-style-position: outside;
  list-style-type: disc;
}

.cbox_content_sidebar
{
  padding: 5px;
  font: bold 10px Verdana, Arial, Helvetica;
  color: #232323;
}

.cbox_content_sidebar a:link, .cbox_content_sidebar a:visited
{
  text-decoration: none;
  color: #232323;
}

.cbox_content_sidebar a:hover
{
  text-decoration: underline;
  color: #232323;
}

.search-item
{
  font: normal 12px Verdana, Arial, Helvetica;
  padding: 3px 10px 3px 10px;
  border: 1px solid #fff;
  border-bottom: 1px solid #eeeeee;
  white-space: normal;
  clear: both;
}

.search-item h3
{
  display: block;
  font: inherit;
  font-weight: bold;
}

.search-item h3 .dates
{
  float: right;
  font-weight: normal;
  font-size: smaller;
  margin: 0 0 5px 5px;
  width: 100px;
  display: block;
  clear: none;
}

.search-item .highlight
{
  background-color: #ffff9c;
}

.search-item .search_error
{
  border: 3px solid #ff0000;
  font-weight: bold;
  font-size: larger;
  display: block;
}

.daily-slider
{
  background: transparent;
  padding-top: 0px;
  width: 18px;
}

.daily-slider .x-slider-thumb
{
  background: transparent url(http://maps.google.com/intl/en_ALL/mapfiles/mapcontrols2.png) no-repeat scroll 0 0;
  background-position: 0px -383px;
  width: 20px;
  height: 14px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.daily-slider .x-slider-end
{
  background: transparent;
  padding-bottom: 0px;
}

.daily-slider .x-slider-inner
{
  background: transparent;
}

.daily-slider .x-slider-thumb-over
{
  background-position: 0px -383px;
}

.daily-slider .x-slider-thumb-drag
{
  background-position: 0px -383px;
}


