.calendarcont
	{
		border: 1px black solid;
		width: 140px;
		background: #f4e2a8;
	}
.nottaken
	{
		background: white;
		float: left;
		width: 20px;
		height: 20px;
		text-align: center;
		font-family: verdana;
		font-size: 12px;
		line-height: 20px;
		color: black;
		cursor: pointer;
		border: 0px black solid;
	}
.taken
	{
		background: #f6dfda;
		float: left;
		width: 20px;
		height: 20px;
		text-align: center;
		font-family: verdana;
		font-size: 12px;
		line-height: 20px;
		color: black;
		cursor: pointer;
		border: 0px black solid;
	}
.nottaken_over
	{
		background: green;
		float: left;
		width: 20px;
		height: 20px;
		text-align: center;
		font-family: verdana;
		font-size: 12px;
		line-height: 20px;
		color: white;
		cursor: pointer;
	}
.taken_over
	{
		background: red;
		float: left;
		width: 20px;
		height: 20px;
		text-align: center;
		font-family: verdana;
		font-size: 12px;
		line-height: 20px;
		color: white;
		cursor: pointer;
	}

.day
	{
		float: left;
		width: 20px;
		height: 20px;
		text-align: center;
		font-family: verdana;
		font-size: 10px;
		line-height: 20px;
		color: white;
	}
.dayos
	{
		background: silver;
		width: 140px;
		height: 20px;
	}
.dayoss
	{
		background: black;
		width: 140px;
		height: 20px;
	}
.choosenext 
	{
		position: relative;
		background: white;
		width: 140px;
		height: 20px;
		text-align: center;
		font-family: verdana;
		font-size: 10px;
		line-height: 20px;
	}

.pmonth
	{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 20px;
		height: 20px;
		text-align: left;
		font-family: verdana;
		font-size: 10px;
		line-height: 20px;
		color: white;
	}

.nmonth
	{
		position: absolute;
		right	: 0px;
		top: 0px;
		width: 20px;
		height: 20px;
		text-align: right;
		font-family: verdana;
		font-size: 10px;
		line-height: 20px;
		color: white;
	}
.nextlink
	{
		text-decoration: none;
		color: black;
	}
.nextlink:hover
	{
		text-decoration: none;
		color: maroon;
	}


.calblank
	{
		float: left;
		background: silver;
		width: 20px;
		height: 20px;
	}
