/* detail */
h2#title{ width:450px; display:block;}
.vevent {
	width:692px;
	padding:20px 0 0 0;
	float:left;
}
.vevent .description {
	width:378px;
	line-height:21px;
	font-size: 12px;
}
.vevent img.eventDetailImage, .vevent img.eventDetailImage2 {
	margin:0 0 23px 23px;
	background:#fff;
	padding: 6px;
	border: 1px solid #CDCDC5;
	vertical-align:top;
}
div#rightLinks{ width:264px; float:right;}
	div#rightLinks .travelPlannerLink{ float:right; margin:0; padding:0;}
	div#rightLinks table.eventShareExport{ float:none; padding:0; margin:0;}
		div#rightLinks table.eventShareExport th.emailFriend{ font-size:100%; font-weight:normal;}
		div#rightLinks .travelPlannerAddRemoveButtons{ width:auto;}
.vevent table.eventDetail{
	width:278px;
	float:right;
}
.vevent table.details-table, .vevent table.contact-table, .vevent table.document-table{
	width:378px;
	border-top: 1px solid #CDCDC5;
    padding: 10px 0;
}
.vevent table.details-table th, .vevent table.contact-table th {
	width:130px;
	text-align:left;
	font-weight:bold;
	padding:0 10px 0 0;
}
.vevent table.details-table td, .vevent table.contact-table td {
	text-align:left;
}
p#shareLink {
	height:32px;
	position:absolute; top:28px; right:28px;
	overflow:hidden;
	margin:0;
}
p#shareLink a:link, p#shareLink a:visited {
	display:block;
	font-family:'Open Sans Condensed',sans-serif; font-size:23px; font-weight:normal; line-height:34px; text-decoration:none; text-transform:uppercase;
	padding:0 0 0 42px;
	background:url(/custom/templates/page/shared/images/facebook-icon.jpg) no-repeat 0 0;
}
/* listing */
.eventListNavOuter {
	border-bottom: 1px solid #CCC7B4;
	padding: 10px;
	background: #EAE4CE;
}
.eventListNav br {
	display:none;
}
.eventListNav table.eventListNav {
	width:100%;
	border-collapse:collapse;
	padding:0;
	margin:0 0 18px 0;
}
.listings img {
	float:left;
	border: 1px solid #CDCDC5;
	padding:6px;
	margin-right: 12px;
	background:#fff;
}
.travelPlannerAddRemoveButtons {
	padding:0 0 10px 0;
	width: 130px;
}
.listings .productactions a.events-more {
	color:#fff;
	text-decoration:none;
	padding: 5px 10px;
	background: url(/custom/templates/operator/images/skins/new-zealand/itineraryFunctionality/button-gradient.gif) top left repeat-x;
	border: 1px solid #3b362a;
	-moz-border-radius:8px;
	-webkit-border-radius:5px;
	-opera-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}
.listings .productactions a.events-more:hover {
	background: url(/custom/templates/operator/images/skins/new-zealand/itineraryFunctionality/button-gradient.gif) bottom left repeat-x;
}
.listings {
	font-size: 11px;
}
.listingdetail {
	margin: 0px 0px 0px 224px;
}

.listings p {
	margin: 0 0 5px;
}
table.eventDetailHead th.summary {
	text-align:left;
}
table.eventDetail th {
	text-align:right;
	font-size:84%;
	padding:0 10px 0 0;
}

/* submit event form */
table.eventSubmit {
	border-top: 1px dotted #d2d1bf;
	padding: 5px 0;
}
.eventSubmitLabel {
	width:200px;
}
.eventSubmitField {
	width: 300px;
}
.eventSubmit input, .eventSubmit select {
	border: 1px solid #d2d1bf;
	margin: 0 5px 5px 0;
	padding: 3px;
}
.eventSubmit input:focus, .eventSubmit select:focus {
	border: 1px solid #77766f;
}
.eventSubmit label input {
	border: none;
}
.eventSubmit select#terraForm_editEventForm_categoryID, select#terraForm_editEventForm_regionID, select#terraForm_editEventForm_locationID {
	width: 272px;
}
.eventSubmit th, .eventSubmit td {
	text-align: left;
	padding: 3px 0;
}
table.eventSubmitButton {
	margin-left: 200px;
	border: none;
}
button#terraForm_editEventForm_ticketWebsite_button,
button#terraForm_editEventForm_website_button,
.eventSubmitButton button {
	font-size:12px;
	padding: 5px 10px;
	background: url(/custom/templates/operator/images/skins/new-zealand/itineraryFunctionality/button-gradient.gif) top left repeat-x;
	border: 1px solid #3b362a;
	-moz-border-radius:8px;
	-webkit-border-radius:5px;
	-opera-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	color: #FEFDED;
	cursor: pointer;
}
.eventSubmitButton button:hover {
	background: url(/custom/templates/operator/images/skins/new-zealand/itineraryFunctionality/button-gradient.gif) bottom left repeat-x;
}
