.disabledInput {
	color:grey;
}

.nonFloatInfo {
	clear: both;	
}

select, input, button, textarea, file {
	font-family:arial,helvetica,clean,sans-serif;
	font-size:99%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

select {
	padding: 0px 3px 0px 3px;
}

.forminput {
	float:left;
	line-height:20px;
	margin-bottom:5px;
}

.formlabel {
	text-align:left;
	float:left;
	margin-right:8px;
	width:120px;
	line-height: 18px;
}

.formlabel label {
	font-size: 1.0em;
	font-weight: bold;
	color:#333333;
	margin-left: 10px;
}

.formpair {
	float:left;
	margin:10px 0 0;
	width:700px;
	white-space: nowrap;	
}

.req {
	color: Red;
	font-weight: bold;
}

.evensection {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: white;
	border: 1px solid #cccccc;
	margin: 8px 0px 8px 0px;
	padding: 0px;
}

.headerUnderline {
	height: 1px;
	width: 650px;
	background: #0099ff;
	margin-bottom: 25px;
}

fieldset h3 {
	border-bottom: none;
	color:#003254;
	font-size:21px;
	font-weight:bold;
	margin:0px;
	padding:0px;	
}
	

h3 strong {
	background:transparent url(../../../images/icons/rond-blanc.png?v=306) no-repeat scroll center center;
	color:#000000;
	display:block;
	float:left;
	font-size:18px;
	height:30px;
	line-height:30px;
	margin:-2px 0.1em 0 -5px;
	padding:0;
	text-align:center;
	width:30px;
}

.evensection fieldset {
	border:0 none;
	margin-bottom:10px;
	padding:15px;
	color:#333333;
}

.ui-dialog-content fieldset {
	border:0 none;
	margin-bottom:10px;
	padding:15px;
	color:#333333;
}

#categoryListLinks {
	list-style-type: decimal;
	margin-left: 20px;
}

#eventEditRepeatPanes {
	position: relative;
	margin: 15px 0px 0px 25px;
}

.eventEditRepeatPane {
	display: none;
	top: 0px;
	left: 0px;
}

.eventEditRepeatTable {
	margin-top: 10px;
}

.eventEditRepeatTitle {
	background: #B0D4B0;
	font-size: 14px;
	padding: 6px;
	border:1px solid #333333;
}

.eventEditRepeatPane label {
	font-size: 1.0em;
	font-weight: bold;
	color:#333333;
}

.eventEditRepeatFormPair {
	margin-top: 10px;
}

.removePeople {
	cursor: pointer;
}