/* CSS Document */

/* Global sets */
.block {
	display:block;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.italic {
	font-style:italic;
}
.bold {
	font-weight:700;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.sml {
	margin-left:5px;
}
/* specific styles */
div.infoContainer {
	position:relative;
	width:210px;
	clear:both;
	margin-left:2px;
}
label.infoLeft {
	width:105px;
	font-weight:700;
	float:left;
}
span.infoRight {
	width:105px;
	float:right;
}
span.infoRight ul {
	margin:0px;
	padding:0px;
	list-style:none;
	text-indent:0px;
}
div.eventTypeTitle {
	background:#fcf1d8;
	text-align:center;
	clear:both;
}
div.feeInfoBlock {
	margin-bottom: 10px;
}