/***** Larsons Style Sheet *****/

.csatitle { 
    font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-align: center;
	text-decoration: underline;
	font-size: 15pt;
	font-style: italic;
	font-weight: bold;
	color:#0033FF;
}

.csatext { 
    font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-align: left;
	font-size: 11pt;
	font-style: none;
	font-weight: normal;
	color:#000000;
}
.csaquestion { 
    font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-align: left;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color:#0033FF;
}

.csaanswer { 
    font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-align: left;
	font-size: 11pt;
	font-style: none;
	font-weight: normal;
	color:#000000;
}

.hauntedtitle { 
	background: #000000;
    font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	color:#ff0000;
}

.hauntedtitle2 { 
	background: #000000;
    font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 17pt;
	font-weight: bold;
	color:#cc0000;
}

.hauntedtext { 
	background: #000000;
    font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 12pt;
	font-weight: normal;
	color:#ff9900;
}

.hauntedtextactors { 
	background: #000000;
    font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 12pt;
	font-weight: normal;
	color:#ffffff;
}
.hauntedtextactors A:link { color: #ffffcc; }
.hauntedtextactors A:visited { color: #ffffcc; }

.couponbox {/*this is a box */
  background: #ffffcc;
  color : #000099;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  padding : 5px;
  margin: 2px;
  border-color : #336633;
  border-style : dashed;
  border-width : 2px;/* the border property in longhand*/
   }

.box {/*this is a box */
  background: #F2EAD1;
  color : #000099;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  padding : 5px;
  margin: 2px;
  border-color : #336633;
  border-style : groove;
  border-width : 2px;/* the border property in longhand*/
   }

.box2 {/*this is a box */
  background: #FAEAD1;
  color : #000099;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  padding : 5px;
  margin: 2px;
  border-color : #336633;
  border-style : groove;
  border-width : 1px;/* the border property in longhand*/
   }

.calendar { 
	background: white;
	padding: 5px 5px 5px 5px;
	border: thin solid #888855;
	font-style: normal;
	font-family: "Arial, Times Roman";
	font-size: 10pt;
	color: #336699;
}

.monthtitle { 
	color: #003399;
	font-weight: bold;
	background: #FFFFFF;
	font-size: 14pt;
	text-align: center;
}

.mazemonth { 
	background: #AAAA77;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12pt;
	text-align: center;
}

.weekday { 
	background: #AAAA77;
	color: #FFFFCC;
	font-size: 12pt;
	text-align: center;
}

.openday { 
	background: #FFFFB0;
	text-align: center;
	font-size: 9pt;
	color: black;
}

.specialevent { 
	background: #FFFFB0;
	text-align: center;
	font-size: 9pt;
	color:#F3560A;
}

.specialevent_sm { 
	background: #FFFFB0;
	text-align: center;
	font-size: 8pt;
	color:#F3560A;
}
.hauntedevent { 
	background: #FFFFB0;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	color:#ff9900;
}

.closedday { 
	background: #EEEEBB;
	text-align: center;
	font-size: 9pt;
	color: black;
}

.noday { 
	color: black;
	background: #DDDDAA;
}

.datenumber {
	font-size: 12pt;
	text-align: right;
	color: #990033;
}
/************************************************************/

/************************* Contact Us text **************************/
.contactUs_box {
	text-align:			center;
}
.contactText1 {
	color: #82284b;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	}
.contactText2 {
	color: #55aa33;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	}
.contactLabel {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	}
.contactField {
	color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	}
.ContactLink { font-family: Arial;  font-size: 10pt; color: #82284b; font-weight: normal;}
.ContactLink A:link		{ color: #82284b;  text-decoration: none; }
.ContactLink A:visited		{ color: #82284b;  text-decoration: none; }
.ContactLink A:hover		{ color: #000000; background: #FFE6E8; text-decoration: none; }
/*********************************************************/

