/* Default CSS Stylesheet for a new Web Application project */


.highlightcolor
{
	color:Black;
	background-color: #6DAFEC;
	font-size: 12;
}

.dayheader
{
	background-color: #CCCCCC;
}

.daystyle
{
	background-color: White;
}

.selectedday
{
	background-color: Silver;
}

.weekend
{
	color: Black;
	background-color: #FFFFCC;
}

.othermonth
{
	background-color: white;
}

.regular
{
	background-color: White;
	color: Black;
	font-size: 12;
}