.GreyBoldText
{
	font-family:arial;
	font-size: 18px;
	color: #4d4d4d;
	font-weight:bold;
}

.GreySmallText
{
	font-family:arial;
	font-size: 11px;
	color: #575757;
}

.StageCreateText1
{
	font-family:arial;
	font-size: 10pt;
	color: #2e7292;
	font-weight:bold;
}

.StageCreateText2
{
	font-family:arial;
	font-size: 10pt;
	color: #2e7292;
}

.StageSelectText1
{
	font-family:arial;
	font-size: 10pt;
	color: #c55375;
	font-weight:bold;
}

.StageSelectText2
{
	font-family:arial;
	font-size: 10pt;
	color: #c55375;
}

.StageFinishText1
{
	font-family:arial;
	font-size: 10pt;
	color: #5f9139;
	font-weight:bold;
}

.StageFinishText2
{
	font-family:arial;
	font-size: 10pt;
	color: #5f9139;
}

.StageCreate,
.StageSelect,
.StageFinish
{
	background-image: url(images/sharePageStages.gif);
	background-repeat:no-repeat;
	width:321px;
	height:56px;
}

.StageCreate
{
	background-position: 0px 0px;
}

.StageSelect
{
	background-position: 0px -56px;
}

.StageFinish
{
	background-position: 0px -112px;
}

.StageCreate .StageCreateText1,
.StageCreate .StageCreateText2,
.StageSelect .StageSelectText1,
.StageSelect .StageSelectText2,
.StageFinish .StageFinishText1,
.StageFinish .StageFinishText2
{
	color:white;
}

.PinkButtonPost,
.PinkButtonPostOver,
.PinkButtonPostClick
{
	background-image: url(images/postBtn.png);
	background-repeat:no-repeat;
	width:62px;
	height:27px;
	cursor: pointer;
}

.PinkButtonPost
{
	background-position: 0px 0px;
}

.PinkButtonPostOver
{
	background-position: 0px -27px;
}

.PinkButtonPostClick
{
	background-position: 0px -54px;
}

.ButtonNext,
.ButtonSend,
.ButtonBack,
.ButtonBackOver,
.ButtonBackClick,
.ButtonImport,
.ButtonBlank,
.ButtonNextOver,
.ButtonNextClick,
.ButtonSendOver,
.ButtonSendClick,
.ButtonBackOver,
.ButtonBackClick,
.ButtonImportOver,
.ButtonImportClick,
.ButtonPost,
.ButtonPostOver,
.ButtonPostClick
{
	background-image: url(images/sharePageButtons.gif);
	background-repeat:no-repeat;
	width:77px;
	height:27px;
	cursor: pointer;
}

.ButtonNext
{
	background-position: 0px 0px;
}

.ButtonNextOver
{
	background-position: 0px -135px;
}

.ButtonNextClick
{
	background-position: 0px -162px;
}

.ButtonSend
{
	background-position: 0px -27px;
}

.ButtonSendOver
{
	background-position: 0px -189px;
}

.ButtonSendClick
{
	background-position: 0px -216px;
}

.ButtonBack
{
	background-position: 0px -54px;
}

.ButtonBackOver
{
	background-position: 0px -243px;
}

.ButtonBackClick
{
	background-position: 0px -270px;
}

.ButtonImport
{
	background-position: 0px -81px;
}

.ButtonImportOver
{
	background-position: 0px -297px;
}

.ButtonImportClick
{
	background-position: 0px -324px;
}

.ButtonPost
{
	background-position: 0px -351px;
}

.ButtonPostOver
{
	background-position: 0px -378px;
}

.ButtonPostClick
{
	background-position: 0px -405px;
}

.ButtonBlank
{
	background-position: 0px -108px;
	cursor: default;
}

.ButtonBlankOver
{
	background-position: 0px -108px;
	cursor: default;
}

.ButtonBlankClick
{
	background-position: 0px -108px;
	cursor: default;
}

.StageText,
.StageText B
{
	font-family: arial;
	font-size: 13px;
	color:#4d4d4d;
}

.ReadyTopicIdle
{
	color:#6f6f6f;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
}

.ReadyTopicSelected
{
	color:#80c34d;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	font-weight:bold;
}

.PagingNext
{
	color:#6f6f6f;
	font-weight: bold;
	background-image: url(images/rightPagingArrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 12px;
	padding-left: 7px;
	cursor: pointer;
}

.PagingPrev
{
	color:#6f6f6f;
	font-weight: bold;
	background-image: url(images/leftPagingArrow.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
	padding-right: 7px;
	cursor: pointer;
}

.PagingStats
{
	color:#6f6f6f;
}	

.InstructionBox
{
	background-image:url(images/instructionsBox.png);
	background-repeat:no-repeat;
	width:165px;
	height:150px;
	padding-top:20px;
	padding-left:20px;
	padding-right:7px;
}

.InstructionHeader
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #303030;
	padding-bottom:7px;
}

.InstructionText,
.InstructionTextStep1,
.InstructionTextStep2
{
	font-family: verdana;
	font-size: 11px;
	color: #4f4f4f;
}

.InstructionTextStep1
{
	color: #1ba1e0;
	font-weight: bold;
}	

.InstructionTextStep2
{
	color: #fd6a97;
	font-weight: bold;
}

.GreenLoop {
	background-image: url(images/finishStepLoop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.ShareLink
{
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#016392;
	text-decoration: underline;
	cursor:pointer;
}

.ArialLink
{
	font-family:arial;
	font-size:11px;
	color:#0a5c8b;
	text-decoration: underline;
	cursor:pointer;
}

.GreyFrame,
.GreyFramePadded
{
	width:557px;
	border:1px solid #b1b2b4;
}

.GreyFramePadded
{
	padding-top:17px;
	padding-bottom:20px;
}

.ZazleBanner
{
	width:555px;
	height:96;
	background-image: url(images/zazleBanner.gif);
	background-repeat: none;
}

.BEBanner
{
	width:555px;
	height:212px;
	background-image: url(images/beBanner.gif);
	background-repeat: none;
	cursor:pointer;
}

.ErrorPattern
{
	height:20px;
	background-image: url(images/errorPattern.gif);
	background-repeat: repeat-x;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#4d4d4d;
	padding-left:10px;
	padding-right:10px;
}

.MainFooter
{
	background-image: url(images/mainFooter.png);
	width:549px;
	height:176px;
	background-repeat: none;
	cursor:pointer;
}

.MMBanner
{
	background-image: url(images/MMBanner.png);
	width:266px;
	height:118px;
	background-repeat: none;
	cursor:pointer;
}

.MobileBanner
{
	background-image: url(images/MobileBanner.png);
	width:289px;
	height:127px;
	background-repeat: none;
	cursor:pointer;
}

.AddressBookLine,
.AddressBookLineAlternative
{
	color:#000000;
	background-color: #e0f9cd;
	font-family:arial;
	font-size:11px;
	
}

.AddressBookLineAlternative
{
	background-color: #ffffff;
}

.AddressBookLink
{
	color:#ffffff;
	font-family:arial;
	font-size:10px;
	padding-right:7px;
	cursor:pointer;
}

.LandingMessage
{
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:15px;
	width:557px;
	padding-right:15px;
	border:1px solid #80c44d;
	background-color: #ececec;
	font-family:arial;
	font-size: 13px;
	color: #4d4d4d;
}

.LinkButton
{
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;
	color:#016392;
	cursor: pointer;
}

.MyIcon
{
	background-image:url(images/myIcon.gif);
	background-repeat:no-repeat;
	width:26px;
	height:31px;
}

.TabFrame
{
	padding:1px;
	cursor: pointer;
}

.TabActive
{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background-color:#80c44d;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.TabInactive
{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#4d4d4d;
	background-color:#ffffff;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}
