/**********************************************************************
 **********************************************************************
 ***** THIS IS FOR STYLES USED IN CMS OBJECTS SUCH AS            ******
 ***** AUTHORING CONTROLS, REUSABLE FUNCTIONALITY CONTROLS       ******
 ***** (SUCH AS MAIL TO A FRIEND), AND THAT SORT OF THING. IT    ******
 ***** IS _NOT_ INTENDED FOR BODY TAGS, LINK STYLES, OR ANYTHING ******
 ***** OF THAT NATURE. PLEASE DO NOT PUT ANYTHING IN HERE THAT   ******
 ***** SHOULD NOT SHOW UP EXACTLY AS IS IN ALL SITES.            ******
 **********************************************************************
 *********************************************************************/
/*************************************************************************************************
	Used by Send to a friend function
*************************************************************************************************/

.emailTable
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C5C7CB;
	border-right-color: #C5C7CB;
	border-bottom-color: #C5C7CB;
	border-left-color: #C5C7CB;
	background: #ffffff;
	padding-left:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-top:10px;
	padding: 15px 15px 15px 15px;
}

.producttitleBlack
{
	color: #333333;
	font-size: 16px;
	font-family: "Arial Narrow";
	font-weight: bold;
	height: 30px;
	background-image: url(/pd_images/product_title_bg.gif);
}
/* -------------------------------------------- */
/* BannerMultiPane Send-To-A-Friend story tools */
.EmailFriendLink
{	
	font-size: 9px;	
	color: #666666;
	display: inline-block;
	background-image: url(/pd_images/email_icon.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	height: 20px;
	padding-left: 16px;
	margin-left: 5px;
	padding-bottom: 5px;
}
.PrintArticleLink
{	
	font-size: 9px;	
	color: #666666;	
	display: inline-block;	
	background-image: url(/pd_images/print_icon.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	height: 20px;
	padding-left: 16px;
	padding-bottom: 5px;
}
#pnlTopEmailPosting
{
	width: 95%;
	text-align: right;
	padding-right: 10px;
}
#pnlBottomEmailPosting
{
	margin-bottom: 10px;
}
