 .selected
{
	border-right: slategray thin solid;
	border-bottom: slategray thin solid;
	cursor: crosshair;
	height: 20px;
	background-color: #F68B09;
}

 .selectedstart
{

	border-right: slategray thin solid;
	border-bottom: slategray thin solid;
	cursor: crosshair;

	height: 20px;
	background-color: #FFA940;
}

  .selectedend
{
	border-right: slategray thin solid;
	border-bottom: slategray thin solid;
	cursor: crosshair;
	height: 20px;
	background-color: #E16F00;
}


 .notselectedodd
 {
	border-right: slategray thin solid;
	border-bottom: slategray thin solid;
 	background-color: #F0F0F0;
 	cursor: crosshair;
 	height: 20px;
 	font-size: 12px;
	font-family: Arial;
 }

 .notselectedeven
 {
	border-right: slategray thin solid;
	border-bottom: slategray thin solid;
 	background-color: white;
 	cursor: crosshair;
 	height: 20px;
 	font-size: 12px;
	font-family: Arial;
 }

 .weekend, .notselectedblur
{
	border-right: slategray thin solid;
	border-bottom: slategray thin solid;
	color: white;
	font-size: 12px;
	font-family: Arial;
	height: 20px;
	background-color: #B0B0B0;
	text-decoration: none;
	cursor:default;
}

.taskday
{
	border-right: slategray thin solid;
	font-size: 12px;
	cursor: default;
	color: white;
	border-bottom: slategray thin solid;
	font-family: Arial;
	height: 20px;
	background-color: #003366;
	text-decoration: none;
}

.mytaskday
{
	border-right: slategray thin solid;
	font-size: 12px;
	cursor: default;
	color: white;
	border-bottom: slategray thin solid;
	font-family: Arial;
	height: 20px;
	background-color: #004799;
	text-decoration: none;
}

.taskdaywait
{
	border-right: slategray thin solid;
	font-size: 12px;
	cursor: default;
	color: white;
	border-bottom: slategray thin solid;
	font-family: Arial;
	height: 20px;
	background-color: #1279C6;
	text-decoration: none;
}

.mytaskdaywait
{
	border-right: slategray thin solid;
	font-size: 12px;
	cursor: default;
	color: white;
	border-bottom: slategray thin solid;
	font-family: Arial;
	height: 20px;
	background-color: #78B3EE;
	text-decoration: none;
}

.notselectable
{
	border-right: slategray thin solid;
	font-size: 12px;
	cursor: default;
	color: white;
	border-bottom: slategray thin solid;
	font-family: Arial;
	height: 20px;
	background-color: #5B5B5B;
	text-decoration: none;
}


 .montheven
{

	border-right: slategray thin solid;
	border-bottom: slategray thin solid;
	font-size: 12px;
	cursor: default;
	color: black;
	font-family: Arial;
	height: 20px;
	background-color: #F0F0F0;
	text-decoration: none;
}

 .fasheader
{
	border-right: slategray thin solid;
	font-size: 12px;
	border-left: slategray thin;
	cursor: default;
	color: black;
	border-top-style: none;
	border-bottom: slategray thin;
	font-family: Arial;
	height: 20px;
	background-color: #F0F0F0;
	text-decoration: none;
}

 .monthodd
{
	border-right: slategray thin solid;
	border-bottom: slategray thin solid;
	font-size: 12px;
	cursor: default;
	color: black;
	font-family: Arial;
	height: 20px;
	background-color: #FFF;
	text-decoration: none;
}

.checks
{
	width: 12px;
	color: green;
	height: 12px;
	cursor:default;
}
