﻿
.rowEventClass
{
	height: auto;
}

.cellDateClass
{
	width: 225px;
	text-align: left;
	vertical-align: top;
}

.cellEventClass
{
	width: 625px;
	vertical-align: top;
}
.hidden { display:none; visibility:hidden;}
#tableEvents
{
	width: 525px;
	table-layout: fixed;
}

.ThisYear
{
  /* button bkg should be 482912
	 font color should be e4dfc2
  */
  background-color: #482912;
  color: #e4dfc2;
  font-family: Garamond;
}
.NextYear
{
  /* button bkg should be e4dfc2
	 font color should be 482912
  */
  background-color: #e4dfc2;
  color: #482912;
  font-family: Garamond;
}

.SelectedMonth
{
  background-color: white;
  color: #482912;
  font-size:medium;
  font-family: Garamond;
  font-weight: bolder;
  border: 1px #482912 double;
}

#CalTitle
{
	vertical-align: bottom;
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	text-transform:uppercase;
	height: 50px;
}
#hdrAlignCtr
{
	text-align: center;
	height: 40px;
}