/* --- events --- */

.eventsContent {
	clear: both;
	}
.eventsContent h1 {	font-family: Arial, Helvetica, sans-serif;
	font-size:1.8em;
	color:#3b3b3b;
	text-transform:capitalize;
	font-weight:normal;}

.eventsContent .pagination{
	background: url(/_images/borderDotHoriz.gif) repeat-x left bottom;
	}

.eventsContent.paginationBottom{
	background: url(/_images/borderDotHoriz.gif) repeat-x left top;
	font-size:1.2em;
	}
	
.eventsContent.borderVertical2Thirds{
	background: url(/_images/borderDotVertical.gif) repeat-y  440px 0;
	}

.eventsContent .cols1Right{
	margin-left:30px;
	padding:10px!important;	
	}

.eventInfo {
	clear: both;
	margin-top: 20px!important;
	background: url(/_images/borderDotHoriz.gif) repeat-x left bottom;
	display: block;
	padding: 5px 5px 5px 0;
	}

.eventInfo a {
	font-weight: 700!important;
	text-decoration: none;
	}
	
.eventInfo a:hover {
	text-decoration: underline;
	color: #605e5e;
	}
	
.eventsShowing {
	font-size: 1.1em;
	float: left;
	}

.eventsShowing span{
	font-size:1.0em;
	}

.eventEnhanced {
	background: #f8e4e5 url(/_images/borderDotHoriz.gif) repeat-x left bottom;
	}

.eventStandard {
	background: url(/_images/borderDotHoriz.gif) repeat-x left bottom;
	}

.eventEnhanced, .eventStandard {
	clear: both;
	padding: 10px!important;
	}
.eventEnhanced h4, .eventStandard h4 {
	margin: 5px 0 5px 0;
	clear: both;
	color: #000;
	font-size: 1.2em;
	}
	
.eventEnhanced img, .eventStandard img {
	margin: 0 0 5px 10px;
	display: block;
	}

.eventsContent .last {
	background-image: none;
	}
.eventsContent .filters h3.headline, .addEventsForm h3.headline{
	color:#6F5F34!important;
	font-size:1.5em!important;
	font-weight:700!important;
	line-height:1.2em !important;
	font-family:Arial,Helvetica,sans-serif!important;
	}


/* eventDetail */
	
.eventDetailLinks {
	background: url(/_images/borderDotHoriz.gif) repeat-x left top;
	}
	
.eventDetailLinks a {
	font-size: 1.1em;
	}
	
.eventDetail {
	margin-top:20px;
	}
	
.eventDetail h2 {
	font-size: 1.5em!important;
	margin-bottom: 10px;
	}
	
.eventDetail h4 {
	color: #000;
	margin-bottom: 2px;
	font-size: 1.2em;
	}
	
.eventDetail p {
	margin: 0 0 10px;
	font-size: 1.2em;
	}

.eventDetail p.venue{
	margin-bottom:20px;
	}
	
.eventDetail .contactDetails {
	margin-top: 20px;
	}

.eventDetail .attachments {
	margin-top: 20px;
	}

.eventDetail .attachments li {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
	line-height: 21px;
	}

.eventDetail .attachments li a {
	padding-left: 25px;
	background: url(/_images/iconAttachment1.gif) 0 0 no-repeat;
	height: 21px;
	display: block;
	}
	
.eventDetail .attachments li a:hover {
	background: url(/_images/iconAttachment2.gif) 0 0 no-repeat;
	}

/* addEventsForm */

.addEventsForm {
	clear: both;
	margin: 20px 0;
	}
	
.addEventsForm .frmRow {
	width:95%;
	height:1%;
	}

.addEventsForm .frmRow label {
	float: left;
	width: 130px;
	margin-right: 5px;
	text-align: right;
	line-height: 20px;
	}
	
.addEventsForm span.required {
	color:#DB0C28;
	font-size:1.5em !important;
	font-weight:700;
	line-height:0.1em;
	margin-left:5px;
	padding-right:0.1em;
	position:relative;
	top:-3px;
	vertical-align:middle;
	}
	
.addEventsForm .frmRow select {
	width: 196px;
	}
	
.addEventsForm .frmRow select.title {
	width: 80px;
	}
	
.addEventsForm .frmRow textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #797979;
	}

.calendarRow {
	clear: both;
	margin-bottom: 10px;
	}
	
.calendarRow input, .calendarRow img {
	float: left;
	}
	
.calendarRow img {
	margin: 0 0 12px 8px;
	}

.addEventsForm h3 {
	font-size: 1.4em;
	font-weight: 700;
	background: url(/_images/borderDotHoriz.gif) repeat-x left top;
	padding-top: 15px;
	color: #000;
	margin-bottom: 16px;
	height:1%;
	}
	
.addEventsForm .requiredDescription {
	clear: both;
	float: none;
	}

.checkboxRow input {
	width: 20px!important;
	float: left;
	margin-left: 142px;
	margin-right: 10px;
	border: none!important;
	}
	
.checkboxRow label {
	width: 390px!important;
	float: left;
	text-align: left!important;
	font-weight: normal!important;
	margin-bottom: 10px;
	}
	
.disclaimer p {
	margin: 0 0 10px 167px;
	clear: both;
	overflow: visible;
	}

.addEventsForm .checkbox input {
	width: 13px!important;
	height:13px;
	float: left;
	margin-left: 104px;
	margin-right: 10px;
	border: none!important;
	}

.addEventsForm .checkbox label {
	width: 390px!important;
	float: left;
	text-align: left!important;
	font-weight: normal!important;
	margin-bottom: 10px;
	}

.addEventsForm .buttonRow {
	background: url(/_images/borderDotHoriz.gif) repeat-x left top;
	margin-top: 10px!important;
	}


