/* CSS Document */
a {
  text-decoration:underline;
}
a:hover {
  text-decoration:none;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
.eventDetail {
  padding:5px;
}
.eventDetailTitle {
  font-weight:bold;
}
.eventDetailCategories {
  font-style:italic;
}
.newsDetail {
  padding:5px;
}
.newsTitle {
  font-weight:bold;
}
.newsSubtitle {
  font-style:italic;
}
option.unavailable {
	background-color:#e46969; /* F2DCDB OLD COLOR */
}
option.available {
	background-color:#7cf6a7; /* EBF1DD OLD COLOR */
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {font-size: 11px}
input.search {
	border-color:#4269AA;
}
td.login {
	font-size:9px;
	border-color:#4269AA;
}
input.login {
	font-size:9px;
	color:#CCCCCC;
	border-color:#4269AA;
}
input.loginCleared {
	font-size:9px;
	color:#000000;
	border-color:#4269AA;
}
.error {
	color: Red;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
