html { min-height: 100.05%; }
* {
  margin: 0;
  padding: 0;
}

ul {
  list-style-position: outside;
  list-style-type: square;
  padding-left: 2em;
}

ol {
  padding-left:3.5em;
}

img {
    border-style: none;
}
body {
  font: normal 100.01% Arial, sans-serif;
}
table {
  font-size: 12px;
}
h1
{
  font-size: 14px;
  margin-bottom: 1px;
  margin-top: 0px;
}
h2
{
  margin-bottom: 4px;
  margin-top: 2px;
  font-size: 13px;
}
h3
{
  margin-bottom: 2px;
  margin-top: 2px;
  font-size: 12px;
}

#main_content {
  width:780px;
  text-align: left;
  font-size: 80%;
}


#header {
}



legend {
  font: bold 1em arial, sans-serif;
  margin: 0 0 5px;
  padding-left: 0px;
}
* html label {
  margin:0;
}
label {
  display: block;
  text-align: right;
  font: normal 1em arial,sans-serif;
  margin:0.2em 0 0;
}
label strong {
  font: bold 1.3em/.5em arial, sans-serif;
  color: #f00;
}
fieldset {
  border: 0;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
input {
  width: 12em;
  margin-left:.5em;
  border: 1px solid black;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  background: #f8f8f8;
  padding-left:.2em;
}
button {
  margin: 0.3em 0 0;
  border: 1px solid black;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  background: #bbb;
}
.area {
  clear:left;
  text-align: left;
}
textarea {
  font: normal 1em arial, sans-serif;
  border: 1px solid black;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  background: #f8f8f8;
}

#box_message_stack_header_default {
  border: 1px solid #f00;

}

#box_message_stack_header_default h1 {
  background-color: #f00;
  color: white;
  padding-left: 5px;
}

#box_message_stack_header_default div {
  padding-left: 4px;
}

/* calendar */
.yearHeader      { font-size: 14px; font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none;}
.calendarMonth   { background-color: #BBC3D3; cursor: default; width: 100%;}
.calendarHeader  { font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none; height: 18px;}
.calendarToday   { color: #000000; background-color: #FFCF00; padding-left : 2px; text-decoration: none; border:1px solid #FFFFFF; }
.calendarWeekend { font-size: 10px; color: #000000; background-color: #CAEEFF; padding-left : 2px; line-height: 14px; text-decoration: none; border:1px solid #FFFFFF; height: 18px }
.calendar        { font-size: 10px; color: #000000; background-color: #FFFFFF; padding-left : 2px; line-height: 14px; text-decoration: none; border:1px solid #FFFFFF; height: 18px }
.event           { font-size: 11px; color: #000000; background-color: #FFFFFF; text-decoration: none; border:1px solid #E6E6E6; }
.empty           { background-color: #F0FAFF; line-height: 14px; height: 18px}
.calendar A, .calendarWeekend A { text-decoration: none;}
.calendar U { font-weight: bold; }
.calendar A:hover, .calendar A:link, .calendar A:visited, .calendar A:visited:hover, .yearHeader A:hover {font-size: 11px; }
.calendarWeekend A:hover, .calendarWeekend A:link, .calendarWeekend A:visited, .calendarWeekend A:visited:hover {font-size:}
.calendarToday A:hover, .calendarToday A:link, .calendarToday A:visited, .calendarToday A:visited:hover {font-size: 11px; }

div.calendar_item_odd, div.calendar_item_even {
  border:1px solid #afafaf;
  padding:5px;
  margin-bottom:5px;
}
img.calendar_image {
  float:right;
}
.link_overview {
  clear:both
}

div.event_footer_even, div.event_footer_odd {
  clear:both;
}