/* Calendar & Events */

/* -------------------- h1,h2,h3... --------------------*/

#caltitle h1 {
  font-weight: normal;
  padding-bottom: 0px;
  font-size: 20px;
  color: #b3340d;
  margin-top:0px;  
}

#caltitle   a:link, a:active, a:visited{
  color: #b3340d;
  text-decoration:none;
}

.caltitle h2 {
  padding-bottom: 0px;
  margin: 0px;
  font-size: 18px;
  color: #009;
  font-weight:normal;
}

/* -------------------- small calendar grid --------------------*/

#smallcalendar {
  margin-top:20px;
}

#smallcalendar a:hover {
  text-decoration:none!important;
}

#smallcalendar h5 {
  background:#bfc8c7;
  color:#fff;
  margin:0;
  padding:5px 0;
  text-align:center;
  font-size:14px;
  font-weight:normal;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

#smallcalendar h5 a {
  color:#fff;
  text-decoration:none;
}

#smallcalendar thead th {
  color:#b3340d;
  text-align:center;
  font-size:12px;
  font-weight:normal;
}

#smallcalendar td {
  background:#eee;
  border-bottom:1px solid #FFF;
  border-right:1px solid #FFF;
  color:#666666;
  padding:2px 3px;
  text-align:center;
  font-size:11px;
  font-weight:normal;
}

#smallcalendar td.link:hover {
  background-color:#fff;
}

#smallcalendar td a {
  color:#000;
  text-decoration:none;
}

#smallcalendar td.today {
  background-color:#fff; 
  color:#b3340d;
}

/* -------------------- list of events --------------------*/

div.events thead th {
  background:#bfc8c7;
  border-bottom:4px solid #fff;
  color:#FFF;
  font-size:11px;
  padding:2px 6px;
  text-align:left;
  font-weight:normal;
}

div.events h2 {
  color:#034b93;
  margin-bottom:3px;
  padding:0 0 3px;
}

div.events h3 {
  color:#000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size:13px;
  font-style:normal;
}

div.events thead th {
  background:#bfc8c7;
  border-bottom:4px solid #fff;color:#FFF;
  font-size:12px;
  padding:2px 6px;
  text-align:left;
}

div.events th.time {
  width:85px;
}

div.events th.location {
  width:135px;
}  

div.events tbody div a {
  color:#777;
  display:inline;
  font-size:10px;
  font-weight:normal;
  padding:2px 0 3px 14px;
  text-transform:lowercase;
  word-spacing:-1px;
}

div.events tbody tr {
  border-top:1px solid #eee;
}

div.events tbody tr.even {
  background-color:#f6fbfb;
}

div.events tbody tr.over td, div.events tbody tr.over th {
  background-color:#f4f6f7;
  cursor:pointer;
}

div.events tbody td{ 
  color:#333;
  font-size:12px;
  padding:6px;
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  border-top: 1px dashed #eee;
}

div.events tbody td a {
  font-size:13px !important;
}

div.events tbody th {
  color:#666;
  font-weight:700;
  padding:7px;
  text-align:left;
}

div.events tbody a {
  color:#009;
  font-weight:400;
  text-decoration:none;
}

div.events tbody em {
  color:#862222;
  font-size:12px;
  font-style:normal;
}

div.events fieldset { 
  border:1px solid #eee;
  margin:0px 5px 15px 5px;
}

div.events legend {
  padding: 0.2em 0.5em;
  margin:0px 0px 5px 0px;
  border:1px solid #eee;
  color: #009
  text-align:right;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  }

tr.d0 td {
  background-color: #eee; 
  }
tr.d1 td {
  background-color: #fff; 
}

/* -------------------- small navigation box --------------------*/

#navbox {
  margin: 0px 0px 9px 0px;
  padding-left: 0;
  list-style-type: none;
  width: 195px;
}


#navbox a, #navbox a:visited {
  text-decoration:none;
  text-align:left;
  background-color:#eee; 
  display:block; 
  width:192px; 
  padding:0.1em;
  margin:0.1em 0;
  border-right:5px solid #b3340d;
  color: #b3340d;
  font-weight: normal;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

#navbox a:hover {
  border-right:5px solid #009;
  color: #009;
  font-weight: normal;  
}

#details {
float: center;
}

#details th {
  color:#000;
  text-decoration:none;
  background-color:#fff; 
  font-weight: normal;    
}

#details td {
  color:#000;
  text-decoration:none;
  background-color:#fff; 
}

#details fieldset { 
  border:1px solid #eee;
  margin:0px 5px 10px 5px;
  padding: 0px 0px 10px 5px;
}

#details legend {
  padding: 0.2em 0.5em;
  margin:0px 0px 5px 0px;
  border:1px solid #eee;
  color: #009
  text-align:right;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  }


.errormessage {
color: red; 
}

.group
{
margin-top: 20px;
margin-bottom: 0px;
text-align: center;
font-weight: bold;
color: #000;
border: 2px dotted #EC8807;	
width: 30em;
}

/* -------------------- highlight search terms--------------------*/
.yellow
{
background-color: #FFFF00;
}
