﻿table.event {
	border-collapse: collapse;
	text-align: left;
	font-size: 13px;
	border: 1px solid #113962; /* table border */
	text-indent: 4px;
	}

caption { 
	  font-weight: bold; }

tr.odd {
	background-color: #f4f4e6;
	border-style: none;
	}

td.sm {
	height: 10px;
	background-color: #f4f4e6;
	border-style: none;
	}

th {
	background-color: #113962;
	height: 20px;
	color: #fff;
	text-align: left;
	border-style: none;
		}

td {
	height: 20px;
	border-style: none;
	vertical-align:top;
	}

colgroup {
	width: 470px;}

col#event {
	width: 350px;}

col#date {
	width: 70px;}

col#time {
	width: 50px;}
	
.rowTint {
  background-color: #f4f4e6;}

