.calendar{
	 left: 10px;
	 top: 0px;
	 position: relative;
	 width: 300px;
	 height: 180px;
	 }

.calendarBox{
	position: absolute;
	border: 1px solid black;
	}

.calendarTable{
	background-color: #0099CC;
	color: white;
	font-size: x-small;
	}

.red{
	color: white;
	background-color: #0099CC;
	text-align: center;
	}
	
.nothing{
	color: black;
	background-color: white;
	border: 1px solid white;
	text-align: center;
	padding: 0 2px 0 2px;
	}
	
.weekend{
	color: #777;
	background-color: #cccccc;
	}

.bh{
	color: #777;
	background-color: #aaaaaa;
	}

.selected{
	color: white;
	background-color: #004883;
	border: 1px solid white;
	text-align: center;
	padding: 0 2px 0 2px;
	}

.today{
	 background-color: #A7EE7B;
	}
	
.dayHeader{
	text-align: center;
}

.nextButton{
	width: 28px;
	height: 20px;
	background: url('/images/next.jpg') 0 0 no-repeat;
}

.nextButton:hover{
	background: url('/images/next.jpg') 0 -20px no-repeat;
}

.nextButton:active{
	background: url('/images/next.jpg') 0 -40px no-repeat;
}

.lastButton{
	width: 28px;
	height: 20px;
	background: url('/images/last.jpg') 0 0 no-repeat;
}

.lastButton:hover{
	background: url('/images/last.jpg') 0 -20px no-repeat;
}

.lastButton:active{
	background: url('/images/last.jpg') 0 -40px no-repeat;
}