﻿/*********** SharingToExternal Styles *****************/

#divSharingToExternal
{
	display:none;/*This placeholder is always hidden*/
}

#tblSharingToExternal
{
	height:24px;
	overflow:hidden;
	border:solid 0px black;
	margin-top:-5px;
}

#tblSharingToExternal td
{
	padding:4px;
	vertical-align:middle;
}

.aSendToFriend
{
	display:inline-block;
	background-image:url(images/emailblog.png);
	background-repeat:no-repeat;
	padding-left:20px;
}

#tblSharingToExternal td.Faded
{
	filter: alpha(opacity=70); /*IE version*/
	-moz-opacity: 0.70; /*FF version*/
	opacity: 0.70; /*CSS3 version*/
}

#tblSharingToExternal td.NotFaded
{
	filter: alpha(opacity=100); /*IE version*/
	-moz-opacity: 1.00; /*FF version*/
	opacity: 1.00; /*CSS3 version*/
}

#tblSharingToExternal td.label
{
	font-weight: bold;
}

#tblSharingToExternal .fb_share_button
{
	display: -moz-inline-block;
	display: inline-block;
	padding: 0px 0px 1px 0px;
	
	height: 15px;
	border: 1px solid #d8dfea;
}

#tblSharingToExternal .fb_share_button:hover
{
	color: #fff;
	border-color: #295582;
	text-decoration: none;
}

#tblSharingToExternal a
{
	border:none;
	margin:0px;
}

/*---------- divShareToExternal_Activator ------------*/
a.AShareToExternal_Activator
{

}

#divBlogPage .divShareToExternal_ActivatorBase
{
	display:inline;/*To Allow the mail link to float right*/
}

.divSTF_Activator
{
	display:none;
}


/**************** Modal Popup *****************/

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup_SendToFriend {
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	background-color:White;
	padding:3px;
}

/*SendRecipeToFriend Form Box*/
#RSTF_Box
{
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	vertical-align: top;
	font-size: 0px; /*To remove gap in IE, must reset size later on if this causes unwanted inheritance*/
	line-height: 0px;
	position: relative;
	z-index: 1;
}

#RSTF_Box td
{
	color: Black;
}

#RSTF_Box a, #RSTF_Box b
{
	font-size:12px;
}

#RSTF_Box b
{
	display:block;
	margin-bottom:10px;
}

#RSTF_Box div.Back
{
/*
	background-image: url(images/EmailBox_Middle.jpg);
	background-repeat: repeat-y;
*/
	width: 283px; /*Total Width: 310*/
	padding-left: 17px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	height: auto;
	overflow: hidden;
	line-height: 14px;
}

#RSTF_Box div.Back H1
{
	margin-top:0px;
}

#RSTF_Box div.Back H2
{
	margin-bottom:5px;
}

#RSTF_Box div.Top
{
/*
	background-image: url(images/EmailBox_Top.jpg);
	background-repeat: no-repeat;
	height: 41px;
*/
	width: 383px;
}

#RSTF_Box div.Bottom
{
/*
	background-image: url(images/EmailBox_Bottom.jpg);
	background-repeat: no-repeat;
	height: 11px;
*/
	width: 383px;
}


#RSTF_Box input.TextBox
{
	border: solid 1px Black;
	margin-top: 1px;
	margin-bottom: 12px;
	padding: 1px;
	height: 17px;
	width: 274px;
}

span.rfStars
{
	display:none;
	color:#b01221;
	font-weight:bold;
}

