.calendar_button
{
	border:none;
	cursor:pointer;
}

.title
{
	font-weight:bold;
  background-color:#D7D7D7;
}

.title TD
{
	font-weight:bold;
}

.calendar TD
{
	font-size:8pt;
  font-family:Verdana;
}

.day
{
	width:58px;
	height:39px;
  cursor:pointer;
  text-align:right;
  vertical-align:top;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
  font-size:6pt;
}

.weekend
{
  background-color:#F6F6F6;
}

.usa
{
	background-image:url(images/usa.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.canada
{
	background-image:url(images/canada.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.usacanada
{
	background-image:url(images/usacanada.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.dayheader
{
	width:35px;
  text-align:right;
  border-width:1px;
  border-color:white;
  border-style:solid;
  background-color:#FFFFFF;
  font-size:6pt;
  color:#333333;
}

.othermonthday
{
  visibility:hidden;
}

.calendar
{
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.month
{
  background-color:white;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}

.nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align:center;
  padding:0px 5px 0px 5px;
}
