@charset "utf-8";
/* CSS Document */

.sideDetails {
	font-size: 12px;
	color: #000099;
	background-color: #FFCCFF;
	text-align: left;
	padding: 5px;
	float: right;
	width: 300px;
	border: 2px dashed #000099;
	top: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
* html .sideDetails {
	width: 324px;
	w\idth: 300px;
}
.sideBold {
	font-size: 12px;
	font-weight: bold;
}
.eventPic {
	margin: 4px;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.hoverEvent {
	font-weight: bold;
	color: #FF0000;
}

h1 {
	font-family: "Microsoft Sans Serif", Helvetica, "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #000099;
	background-color: #FDD6FE;
	text-align: center;
	padding: 10px;
	border: 3px dotted #000099;
	letter-spacing: .25em;
	z-index: 0;
}
.missingEvent {
	font-size: 16px;
	color: #920C88;
	font-weight: bold;
}
.topText {
	font-size: 14px;
	color: #000099;
	text-align: left;
}
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	height: 300px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
