
#eventsTable {
   width:100%;
   border:1px solid #000;
   border-collapse: collapse;
}

#eventsTable th.monthHeader {
   text-align:center;
   width:100%;
   background:#CC0033;
   color:white;
   font-size:125%;
   font-weight:bold;
}

#eventsTable th.dayHeader {
   background:#003366;;
   border:1px solid gray;
   width:14%;
   color:white;
}

#eventsTable td.emptyDay {
   border:1px solid gray;
   background:#ccc;
}

#eventsTable td.today {
   border:1px solid black;
   background:#eeeeee;
}

#eventsTable td.day {
   border:1px solid #036;
   background:white;
   color:#000;;
   text-align: left;
   font-size: 75%;
}

.dayNumber {
   float:right;
   border:1px solid #036;
   border-width: 0 0 1px 1px;
   padding:0 2px;
}

.today .dayNumber {
   float:right;
   border:1px solid black;
   border-width: 0 0 1px 1px;
   padding:0 2px;
}

.nextButton {
   float:right;
}

.prevButton {
   float:left;
}

#eventsTable td a{
   text-decoration:none;
   color:#036;
}

#eventsTable td a:hover{
   text-decoration:underline;
   color:#036;
}

#eventsTable tr td.today a{
   text-decoration:none;
   color:#036;
}

#eventsTable tr td.today a:hover{
   text-decoration:underline;
   color:#036;
}

#eventsTable td{
   height:80px;
   line-height:17px;
   font-size:85%;
   padding: 0;
}

img
{
   border:0;
}

#calendarView
{
/*   width:100%;
   float:left;*/
}

#calendarDetail
{
   width:0;
   float:left;
   display:none;
   z-index: 20;
}

#mask {
  z-index: 5;
}

#calendarDetailContent th
{
   text-align:right;
}

#closeButton img{
   border:0;
}

div.page_menu div.disabled {
  display: inline;
}

.main_content .page_menu {
  padding: .5em;
}


.main_content .page_menu a {
  border: 0;
  line-height: 2em;
  padding: 0 1em 1px;
}

.main_content .page_menu span {
  border: 0;
  line-height: 2em;
  padding: 0 1em 1px;
}

.main_content .page_menu .current {
  line-height: 2em;
  padding: 0 1em 1px;
}

.view-image {
  float:right;
  margin: 15px;
  padding: 10px;
  text-align: center;
  border: 1px solid #DDDDDD;
  width: 50%;
  max-width: 500px;
}

.view-image img {
  width: 95%;
}

label {
  display: block;
  font-weight: normal;
  font-size: 80%;
}

input[type=text] {
  width: 60%;
}

input[type=checkbox] {
  float: left;
}

textarea {
  width: 60%;
  height: 15em;
}

div.input {
  padding: 5px;
}

.form {
  font-size: 140%;
}

.form fieldset {
  margin-top: 1em;
}

.input p {
  margin: 0;
  font-size: 60%;
}

#flashMessage {
  font-size: 150%;
  margin: 1em;
  color: red;
}

.error-message {
  color: red;
}

div.datePicker table th {
  color: white;
}

div.datePicker th span {
  color: white;
}

.caption {
  text-align: center;
}

#UserLoginForm input {
  width: 10em;
}

#UserLoginForm input[type=submit] {
  width: auto;
}

.full-page {
  vertical-align: middle;
  margin: 6px;
}

.location-bullet {
  width: 12px;
}

tr.legend {
  background-color: white;
}

tr.legend th {
  background-color: inherit;
  color: black;
}

table.location-legend {
  margin: 0 auto;
  padding: .5em 2em 1em 0;
  font-size: 75%;
}

.location-legend td {
  padding: 0 2em;
}

.events {
  padding: .5em;
}

#eventsTable {
  margin: 0;
}

.mceContentBody p {
  display: inline;
  font-size: 150%;
}

a.more {
/*  display: block;
  float:right;*/
}

div.content {
  margin: 2px 10px 10px 5%;
}

div.content p {
  margin-left: 0;
}