table.cal_big {
	width: 795px;
        margin-left: 2px;
	border-collapse: collapse;
}

.cal_navbox {
  margin-top: 1em;
  width: 795px;
}

table.cal_big caption .cal_caption {
	font-size: x-large;
	font-weight: bold;
	height: 1.5em;
}

table.cal_big th {
	font: italic;
	border-width: 2px;
	padding: 1px;
	border-style: inset none;
	border-color: black;
	background-color: white;
}
table.cal_big td {
	width: 10%;
	vertical-align: top;
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}

table.cal_big td.cal_day_0,table.cal_big td.cal_day_6 {
	background-color: #FFFFAA;
}

table.cal_big td.cal_no_school {
	background-color: #22AA22;
}

table.cal_big td.cal_startbox {
}

table.cal_big td.cal_endbox {
}

table.cal_big .cal_height {
	height: 75px;
	float:left;
}

table.cal_big .cal_no {
	text-align: right;
	font: italic;
}

table.cal_big .cal_content {
	text-align: left;
}

table.cal_big {
  font-size: 0.9em;
}

.cal_date_prev {
  float: left;
}

.cal_date_next {
  float: right;
}

.cal_end_links {
  clear: both;
}

.cal_item {
  margin: 0 0 10px 0;
}

.cal_content .twoday {
  color: blue;
}

.cal_content .threeday {
  color: purple;
}

.cal_content .fourday {
  color: red;
}

.cal_end_note {
  text-align: right;
  font-style: italic;
  font-size: 0.75em;
}
.cal_end_note2 {
  text-align: left;
  font-size: 0.75em;
}

