#CalendarHolder{
	position: absolute;
	top: 50px;
	left: 0px;
	width: 600px;
	text-align: center;
}

.CalendarPageTitle{
	position: relative;
	top: 10px;
	padding-top: 0px;
	width: 1024px;
	height: 40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#990000;
	text-align: center;
}


#CalendarGrid{
	position: relative;
	top: 25px;
	left: 0px;
	width: 600px;
	text-align: center;
	--width: 120px;
	--startcol: -140px;
	--height: 100px;
	--startrow: 25px;
	height: calc(6*var(--height));
}


.DayBox{
	height: var(--height);
	width: var(--width);
	border: solid 1px black;
}

.NoDayBox{
	height: var(--height);
	width: var(--width);
	border: solid 1px black;
	background-color: #CCCCCC;
}

.numberday{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 15px;
	height: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#990000;
}

.appname{
	position: absolute;
	top: 10px;
	left: 20px;
	width: 100px;
	height: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#000000;
}

.picturespot{
	position: absolute;
	top: 45px;
	left: 20px;
	width: 100px;
	height: 75px;
}

.dayofweek{
	position: absolute;
	top:0px;
	height: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#990000;
	width: var(--width);
	text-align: center;
}

.Column0{
	position: absolute;
	left: calc(var(--startcol) + 0*var(--width));
}

.Column1{
	position: absolute;
	left: calc(var(--startcol) + 1*var(--width));
}

.Column2{
	position: absolute;
	left: calc(var(--startcol) + 2*var(--width));
}

.Column3{
	position: absolute;
	left: calc(var(--startcol) + 3*var(--width));
}

.Column4{
	position: absolute;
	left: calc(var(--startcol) + 4*var(--width));
}

.Column5{
	position: absolute;
	left: calc(var(--startcol) + 5*var(--width));
}

.Column6{
	position: absolute;
	left: calc(var(--startcol) + 6*var(--width));
}

.Row0{
	position: absolute;
	top: calc(var(--startrow) + 0*var(--height));
}

.Row1{
	position: absolute;
	top: calc(var(--startrow) + 1*var(--height));
}

.Row2{
	position: absolute;
	top: calc(var(--startrow) + 2*var(--height));
}

.Row3{
	position: absolute;
	top: calc(var(--startrow) + 3*var(--height));
}

.Row4{
	position: absolute;
	top: calc(var(--startrow) + 4*var(--height));
}

.Row5{
	position: absolute;
	top: calc(var(--startrow) + 5*var(--height));
}

.Row6{
	position: absolute;
	top: calc(var(--startrow) + 6*var(--height));
}

#AOTDDetails{
	position: absolute;
	top: 125px;
	left: 620px;
	width: 400px;
	height: 575px;
	border: 5px solid black;
	padding: 10px;
}

.HalfTitle{
	position: relative;
	top: 0px;
	padding-top: 0px;
	width: 400px;
	height: 40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#990000;
	text-align: center;
}

#AOTDdescription{
	position: absolute;
	top: 300px;
	left: 10px;
	width: 380px;
	padding: 10px;
}

.AOTDText{
	position: relative;
	top: 0px;
	padding-top: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	text-align: center;
}

#AOTDresources{
	position: absolute;
	top: 450px;
	left: 10px;
	width: 460px;
	padding: 10px;
}

.ProgramHolder{
	position: relative;
	top: 0px;
	margin-bottom: 50px;
	left: 0px;
	width: 1024px;
	height: 125px;
	border: 3px solid #000000;

}

.ProgramPicture{
	position: absolute;
	top: 0px;
	padding-top: 16px;
	left: 437px;
	width: 150px;
	height: 84px;
}

.ProgramTitle{
	position: absolute;
	top: 0px;
	padding-top: 16px;
	left: 0px;
	width: 437px;
	height: 84px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#990000;
	text-align: center;
}

.ProgramDescription{
	position: absolute;
	top: 0px;
	padding-top: 8px;
	left: 390px;
	width: 450px;
	height: 84px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	text-align: justify;
}

#OtherMonthLinks{
	position: absolute;
	top:0px;
	height: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#990000;
	text-align: center;
}

#NextMonthLink{
	position: absolute;
	top: 0px;
	left: 400px;
	width: 150px;
}

#PreviousMonthLink{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
}
