/* CSS Document */

body {
	background-image: url(../Background/CalendarBG.jpg);
	background-repeat: repeat;
	font-family: "Times New Roman", Times, serif;
}



h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 36px;
	text-align: center;
	margin-bottom: -20px;
}

h2 {
	text-align: center;
}

.border {
	border: 1px solid #999999;
	background-color: #cccccc;
}

.day {
	padding: 3px 3px 6px 3px;
	border: 1px solid #000000;
	width: 94px;
	text-align: left;
	margin-top: 3px;
	vertical-align: top;
	background-color: #FFFFFF;	 
	
}

.dayofweekbox {
	padding: 3px 3px 6px 3px;
	border: 1px solid #000000;
	width: 94px;
	text-align: center;
	margin-top: 3px;
	background-color: #FFFFFF;	
}

.dayofweek {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000000;	
}


.daytextreg {
	padding: 3px 2px 3px 2px;
	text-align: left;
	margin-top: 3px;
	font-size: 12px;
	color: #000000;
	line-height: 12px;
	font-family: "Times New Roman", Times, serif;
}

.daynumber {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	text-align: center;
}

.monthlink {
	padding: 4px;
	border: 1px solid #000000;
	width: 50px;
	background-color: #003366;
	text-align: center;
	text-decoration: none;
}

.monthtext {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}



.monthlink:link {
	padding: 4 px;
	border: 1px solid #000000;
	width: 50px;
	text-decoration: none;
	color: #FFFFFF;
	
}
.monthlink:visited {
	color: #ffffff;
	text-decoration: none;
	background-color: #003366;
	
}
.monthlink:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #ff0000;
	
}
.monthlink:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #003366;
	
}


.footnotetext {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;
	background-color: #dddddd;
}



.headnotetext {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;
	background-color: #ffffff;
	text-align: left;
}



.noprint {
	display: none;
}

.prevfwdmonth {
	font-size: 24px;
	color: #000000;
	padding-bottom: 10px;
	vertical-align: middle;
}

.arrow {
	vertical-align: baseline;
	display: none;
}

.prevfwdmonthlink:link {
	color: #003366;
	text-decoration: none;
	display: none;
	
	
}
.prevfwdmonthlink:visited {
	color: #003366;
	text-decoration: none;
	display: none;
	
	
}
.prevfwdmonthlink:hover {
	color: #ff0000;
	text-decoration: none;
	display: none;
	
	
}
.prevfwdmonthlink:active {
	color: #003366;
	text-decoration: none;
	display: none;
	
	
}
