
/* these actions are on all Partner journal note pages  */

#partnerWineNoteActions ul {
	list-style-image: url(/page_interface/grapes_bullet.gif);
}

#partnerWineNoteActions li {
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #333;  /* med grey color */
	line-height: 170%;
}


#partnerWineNoteActions A:link {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dashed #999;
}

#partnerWineNoteActions A:visited {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dashed #999;
}

#partnerWineNoteActions A:hover {
	color: #be0104;
	text-decoration: none;
	background-color: #f3e3bb;
}

#partnerWineNoteActions A:active {
	color: #be0104;
	text-decoration: underline;
	background-color: #f3e3bb;
}


#partnerBio {
	font-size: 11px;
	font-family: Arial, sans-serif;
	line-height: 120%;
	background-color: #fcf6e8; /* pale yellow */
	padding: 1px 10px 1px 10px;
	border-top: 0px none #666;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #999;
	border-left: 0px none #666;
	margin-right: 20px;
}

#partnerBio_images img {
	padding: 0 0 5px 0;
	border: 1px solid #fff;
}

#partner_wineNote {
	font-size: 11px;
	font-family: Arial, sans-serif;
	line-height: 120%;
	background-color: #FFFADC;
	padding: 10px 10px 1px 10px;
	border-top: 0px none #666;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 0px none #666;
	margin-right: 20px;
	background-image: url(/page_interface/wine_bottle_bkgrnd_horiz.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#partner_wineNote_images img {
	padding: 0 0 5px 0;
	border: 1px solid #fff;
} /* not used anymore */



#PartnerSearches {
	background-color: #ffd8d9; /* light burgandy  */
}


#partnerComments {
	margin: 25px;
	background-color: #FFFADC; /* lightest beige  */
}




#partnerMeta {
	border: 4px dotted #eee;
	padding: 5px;
	background: #fff url(page_interface/scissors.gif) no-repeat right top;
}

#partnerMeta td {
	padding: 4px;
	vertical-align: top;
}

#partnerMeta th {
	padding: 4px 6px 3px  4px;
	vertical-align: top;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #444; /* dark grey */
	text-align: left;
}

/*partners */
.viewPhotoGallery a {
	text-decoration: none !important;}

.viewPhotoGallery img {display:inline;padding-right:5px; border:0;
	vertical-align: middle;
}

.viewPhotoGallery {
	font: 11px Arial, sans-serif !important;
}

/* for google maps */

#controlContainer a {
	color: #660033 !important;
}
#controlContainer a:hover {
	color: #be0104 !important;
}

.gs-result .gs-title, .gs-result .gs-title * { 
color: #660033 !important;
text-decoration: underline;
}
.gs-result .gs-title, .gs-result .gs-title * {color:#660033;text-decoration:underline;
	font-weight: normal;
	font-style: normal;
}


/* end Partners  */


