/* Classes to show at top of list in editor
--------------------------------------------------*/

.WRLHeading {
	color: #962C34;
}

/* Announcements
--------------------------------------------------*/

#NewsAnnouncements .NoAnnouncements, #EducationAnnouncements .NoAnnouncements, #EventsAnnouncements .NoAnnouncements {
	padding: 0 10px;
	margin: 0 0 10px 0;
}

.AnnouncementsListings {

}

	.AnnouncementsListings .lcontent {
		padding-left: 0px !important;
	}

		.AnnouncementsListings h3 {
			color: #962C34;
			font-family: Georgia,"Times New Roman",Times,serif;
			font-size: 14px;
			font-size-adjust: none;
			font-stretch: normal;
			font-style: normal;
			font-variant: normal;
			font-weight: bold;
			line-height: normal;
		}
		
		.AnnouncementsListings p {
		
		}
		
		.AnnouncementsListings .readmore2 {
		
		}

/* Winegrape Register
--------------------------------------------------*/

.WineRegisterItem {
	margin: 0 0 10px 0;
}

	.WineRegisterItem .ItemName {
		font-weight: bold;
	}
	
	.WineRegisterItem .ItemDate {
		font-style: italic;
	}
	
	.WineRegisterItem .BriefDescription {
	
	}

#WineRegisterListing {

}

	#WineRegisterListing h1 {
	
	}
	
	#WRLContactName {
	
	}
	
	#WRLContactPhone {
		margin: 10px 0 0 0;
	}
	
	#WRLContactMobile {
		margin: 10px 0 0 0;
	}
	
	#WRLContactEmail {
		margin: 10px 0 0 0;
	}
	
	#WRLWebsite {
		margin: 10px 0 0 0;
	}
	
		#WRLContactName .Label, #WRLContactPhone  .Label, #WRLContactMobile .Label, #WRLContactEmail .Label, #WRLWebsite .Label {
			width: 60px;
			float: left;
			font-weight: bold;
		}
		
		#WRLContactName .Content, #WRLContactPhone  .Content, #WRLContactMobile .Content, #WRLContactEmail .Content, #WRLWebsite .Content {
			width: 380px;
			float: left;
		}
	
	#WRLAddress {
		margin: 10px 0 0 0;
	}
	
	#WRLDescription {
		margin: 10px 0 20px 0;
	}
	
		#WRLDescription table {
			margin: 0 0 10px 0;
			border-collapse: collapse;
		}
		
			#WRLDescription table td {
				padding: 5px;
				margin: 0;
				border: 1px solid #000000;
			}
	
			#WRLDescription table strong {
				color: #000000;
			}
	
	#WRLLastUpdate {
		margin: 10px 0 0 0;
		font-style: italic;
	}
	
	#WRLBackLink {
		margin: 10px 0 0 0;
		font-weight: bold;
	}
	
	#WineRegisterListing .NoDisplay {
		margin: 0;
		padding: 0;
		display: none;
		visibility: hidden;
		height: 0;
	}
	
/* Members Directory
--------------------------------------------------*/

.MembersDirectoryItem {

}

	.MemberItemLink {
	
	}

	.HiddenLink {
		display: none;
		visibility: hidden;
		height: 0;
	}

#MembersDirectoryListing {

}

	#MDLDescription {
	
	}
	
	#MDLCategories {
	
	}

#MembersDirectorySearch {
	padding: 10px;
	border: 1px solid #CCCCCC;
	width: 220px;
	height: 300px;
	overflow: auto;
	float: left;
	margin: 0 15px 15px 0;
}

	#AffiliatesSearchList {
		padding: 0 0 0 20px;
	}

#MembersDirectoryResults {
	padding: 10px;
	border: 1px solid #CCCCCC;
	width: 220px;
	height: 300px;
	overflow: auto;
	float: left;
	margin: 0 0 15px 0;
}

#MembersDirectoryDisplay {
	padding: 10px;
	border: 1px solid #CCCCCC;
	clear: both;
	width: 477px;
	height: 300px;
	overflow: auto;
}

/* Drop Down Menu
--------------------------------------------------*/

#DropMenu {
	margin: 0 0 18px 0;
	height: 47px;
	background: url(/images/bg_menu.gif) repeat-x left top;
}

#DropMenu, #DropMenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #ca797f;
}

#DropMenu li { /* all list items */
	float: left;
	/* width: 10em; */ /* width needed or else Opera goes nuts */
}

#DropMenu a { 
	display: block;
	/* width: 10em; */
	padding: 15px 10px;
	color: #FFFFFF;
	font: bold 11px Verdana, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	border-right: 2px solid #CA797F;
}

	#DropMenu li#Contact a {
		border-right: 0 none;
	}

	#DropMenu a:hover {
		background-color: #CA797F;
	}

#DropMenu li ul { /* second-level lists */
	position: absolute;
	background: #91242C;
	width: 240px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 2px solid #CA797F;
}

#DropMenu li ul a {
	width: 220px;
	padding: 10px !important;
	border-right: 0 none !important;
}

	#DropMenu li ul a:hover {
		background-color: #CA797F;
	}

#DropMenu li#Arrow1 a, #DropMenu li#Arrow2 a {
	background-image: url(/images/DropArrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

	#DropMenu li#Arrow1 ul li a, #DropMenu li#Arrow2 ul li a {
		background-image: none !important;
	}
	
#DropMenu li ul ul { /* third-and-above-level lists */
	margin: -33px 0 0 240px;
}

#DropMenu li:hover ul ul, #DropMenu li.dmhover ul ul {
	left: -999em;
	position: absolute;
	background: #91242C;
	width: 240px;
	border: 2px solid #CA797F;
}

#DropMenu li:hover ul, #DropMenu li li:hover ul, #DropMenu li.dmhover ul, #DropMenu li li.dmhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Featured Courses
--------------------------------------------------*/

.FeaturedCourseItem {
	position: relative;
	width: 240px;
	height: 80px;
	padding: 0 10px 15px 0;
	float: left;
	color: #FFFFFF;
}

	.FeaturedCourseItem  strong {
		color: #B0AFAF;
	}

	.FCImage {
		position: absolute;
		width: 73px;
		height: 61px;
		overflow: hidden;
	}
	
	.FCFrame {
		position: absolute;
		width: 73px;
		height: 61px;
	}
	
	.FCText {
		position: absolute;
		width: 160px;
		height: 80px;
		padding: 0 0 0 85px;
		color: #FFFFFF;
	}
	
		.FCReadMore {
			font-weight: bold;
			text-align: right;
		}
	
			.FCReadMore a {
				color: #B0AFAF;
			}
	
	.FCClear {
		clear: both;
	}
	
	
/*==============================================*/

table.BookingForm {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

	table.BookingForm td {
		padding: 5px;
	}
	
	table.BookingForm td.BookingFormLabels {
		width: 150px;
	}
	
	table.BookingForm td.BookingFormInputs {
	
	}

table.BookingListings {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	clear: both;
}
	
	table.BookingListings td {
		padding: 5px 10px 5px 0;
	}
	
	.BLHeadings {
		font-weight: bold;
		color: #008040;
	}

		table.BookingListings td.ListingDate {
			width: 100px;
		}
		table.BookingListings td.ListingName {
			
		}
		table.BookingListings td.ListingSeats {
			width: 110px;
		}

input#BookingAllocation {
	width: 80px;
}

select#CardExpiryMonth, select#CardExpiryYear {
	width: 73px;
}

select#CardType {
	width: 150px;
}

input#CardCCV {
	width: 80px;
}

input#Amount, span#Dollar {
	background: #FFFFFF;
	border: 0 none;
	font-weight: bold;
	color: #630A11;
	font-size: 25px;
	height: 27px;
}

div.captchaimg {
	float: left;
	width: 160px;
}

input#CaptchaV2 {
	float: left;
	width: 135px !important;
	margin: 14px 0 0 3px !important;
}

.clearB {
clear: both;
}