﻿
.rowEventClass
{
	height: auto;
}

.cellDateClass
{
	width: 150px;
	text-align: left;
	vertical-align: top;
}

.cellEventClass
{
	width: 550px;
	vertical-align: top;
}

.cellTimeClass
{
	width: 80px;
	vertical-align: top;
}
#tableEvents
{
	width: 700px;
	table-layout: fixed;
}

.ThisYear
{
  /* button bkg should be 363c10
	 font color should be fcfec7
  */
  background-color: #363c10;
  color: #fcfec7;
  font-family: Garamond;
}
.NextYear
{
  /* button bkg should be 586d10
	 font color should be fcfec7
  */
  background-color: #586d10;
  color: #fcfec7;
  font-family: Garamond;
}

.SelectedMonth
{
  background-color: #fcfec7;
  color: #363c10;
  font-size:medium;
  font-family: Garamond;
  font-weight: bolder;
  border: 1px #808947 double;
}

#CalTitle
{
	vertical-align: bottom;
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	line-height:18px;
	text-transform:uppercase;
	height: 50px;
}
#hdrAlignCtr
{
	text-align: center;
	height: 40px;
}
