/************************************************/
/* Changes to default Event Doc display         */


.event-details {
  float: left;
}


/************************************************/


.cal-link {
  text-decoration: None;
}

.cal-link:hover {
  text-decoration: Underline;
}

table.calendar {
  font-size: .9em;
  text-align: left;
  background-color: #FFF;
  width: 100%;
}

table.calendar tr.normal {
  text-align: left;
  background-color: #eee;
  padding: 0;
  margin: 0;
}

table.calendar tr.hilite {
  text-align: left;
  background-color: #fff;
}

table.calendar td.cal-title {
  font-size: 1.75em;
  font-weight: none;
  text-align: right;
  vertical-align: top;
  background-color: transparent; 
  margin: 0;
  padding-bottom: .5em;
}

table.calendar td.cal-heading {
  font-size: 1.2em;
  color: #fff;
  font-weight: bold;
  background-color: #333;
  border: 1px solid #333;
  width: 14%;
 
}

table.calendar td.cal-blank {
  background-color: #ccc;
  width: 14%;
  height: 50px;
}

table.calendar td.cal-inactive,
table.calendar td.cal-active {
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  height: 60px;
  line-height: 120%;
  color: #333;
  margin: 0;
  padding: 5px;
}

table.calendar td.cal-inactive {
  border: 1px dotted #ccc;
}

table.calendar td.cal-active {
  background-color: #fff;
  border: 1.5px dotted #333;
}

table.calendar td.cal-active div {
  font-size: 1em !important;
  font-weight: normal !important;
  padding-top: .5em;
}

table.calendar td.cal-active div a {
  display: block;
  text-decoration: None;
  color: #333;
  padding-bottom: .5em;
}

table.calendar td.cal-active div a:hover {
  color: #FFCC00;
  padding-bottom: .5em;
}

table.calendar td.cal-active div br {
  display: none;
}

table.calendar td.cal-navigation {
  text-align: right;
  padding: .5em;
}

table.calendar td.list-item {
  text-align: left;
}

.event-image-container {
  margin-left: 2em;
}
.ruled-table th {
  text-align: left;
  border-bottom: 1px solid #eee;
  background-color: #eee;
}

.ruled-table td {
  border-bottom: 1px solid #eee;
}
.style1 {
  color: #e9b901;
  font-weight: bold;
}