div.mikesevents table
{
  font-size: 0.8em;
  border-collapse: collapse;
  width: 100%;
}

div.mikesevents tr.event_date
{
  background: #ba102c;
  color: #fff;
  border: solid white;
  border-width: 2px 0;

}

div.mikesevents tr.event_date td
{
  padding: 0 5px;
}

div.mikesevents tr.row0
{
  background: #ccc;
}

div.mikesevents td.event_time
{
  width: 35%;
  vertical-align: top;
}

.tool-tip
{
	color: #292c34;
	width: 200px;
	z-index: 13000;
	border: 1px solid #292c34;
}
 
.tool-title
{
	font-weight: bold;
	font-size: 0.8em;
	margin: 0;
	color: #fff;
	padding: 4px 4px 2px;
	background: #ba102c;
	border-bottom: 1px solid #292c34;
}
 
.tool-text 
{
	font-size: 0.8em;
	text-align: left;
	padding: 4px 8px 8px;
	background: #cccccc;
}
