.main
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 160px;
	height: 160px;
	border: 1px solid #7f7f7f;
}

.month
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #7f7f7f;
	color:white;
}

.monthTitle
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #7f7f7f;
	color: white;
	width: 100%;
	text-align: center;
}

.daysofweek
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	background-color: white;
	color: #999;
}

.days
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	background-color: white;
	padding: 3px;
	cursor: pointer;
}

.days #today
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	font-weight: bolder;
	color: #999;
	background-color: Transparent;
	padding: 3px;
	cursor: pointer;
}

.days #selected
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #999;
	background-color: Transparent;
	cursor: pointer;
}

.imageCal 
{
	cursor: pointer;
}

.footer 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #7f7f7f;
	color: white;
}

.buttons
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	background-color: #7f7f7f;
	color: white;
	cursor: pointer;
}
