/* CSS Document */

.formLabel {
	color: #333333;
	float: left;
	width: 50px;
	padding: 5px;
	text-align: right;
}
.agendaFormLabel {
	color: #333333;
	float: left;
	width: 100px;
	padding: 5px;
	font-weight: normal;
	text-align: right;
}
.agendaFormHolder {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	font-family: "MS Sans Serif";
	font-size: 80%;
	background-color: #FFFFFF;
}
.agendaFormField {
	color: #333333;
	float: left;
	width: 300px;
	padding: 5px;
}
.formClearall {
	clear: both;
}
select {
	font-family: tahoma;
	font-size: 100%;
	background-color: #EEEEEE;
}
.formHolderBlueBg {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	background-color: #DFECF7;
	font-family: tahoma;
	font-size: 70%;
}
.hiddenDiv {
	display: block;
}
.checkboxHolder {
	float: left;
	background-color: #99CCFF;
	margin-bottom: 5px;
	height: 50px;
	margin-right: 5px;
}
.hiddenDiv2 {
	display: none;
}
.formFieldfloatRight {
	font-family: Tahoma;
	color: #333333;
	float: right;
	width: auto;
	padding: 5px;
	text-align: right;
	margin-right: 10px;
}
.semSponsorHolder {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	font-family: "MS Sans Serif";
	font-size: 80%;
	background-color: #FFFFFF;
}
.fieldLabel {
	font-family: Tahoma;
	font-weight: normal;
}
