﻿/*~~~~~~~~~~~~~~~~~~~~~~~ Generic styles ~~~~~~~~~~~~~~~~~~~~~~~*/
div.MemberZone
{
	background-image: url(../Images/Community/bgMZMain.jpg);
	background-repeat: no-repeat;
	background-color: Black;
	width: 760px;
	height: 800px;
}
.WhiteText
{
	color: #FFFFFF;
}
.MemberZoneTxt
{
	background-position: right top;
	background-image: url(../Images/Community/MemberZone.gif);
	vertical-align: top;
	color: white;
	background-repeat: no-repeat;
	position: relative;
	background-color: black;
	text-align: left;
}
h1.H1_MZ
{
	color: #E4E6E8;	
}
A.MZ_stdLnk
{
	color: #E4E6E8;	
}
.MZ_PageTitle
{
	color: #E4E6E8;	
	height: 30px;
	font-size: 14pt;
	vertical-align: top;
}

/*~~~~~~~~~~~~~~~~~~~~~~~ Main memberzone page ~~~~~~~~~~~~~~~~~~~~~~~*/
div.MZ_ezine
{
	background-image: url(../Images/Community/bgMZezine.jpg);
	background-repeat: no-repeat;
	width: 160px;
	height: 154px;
	text-align: center;
}

div.MZ_CelebTop10
{
	background-image: url(../Images/Community/bgMZCelebTop10.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 493px;
	text-align: center;
}

div.MZ_Offers
{
	background-image: url(../Images/Community/bgMZOffers.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 160px;
	height: 286px;
}

div.MZ_Polls
{
	background-image: url(../Images/Community/bgMZPolls.jpg);
	background-repeat: no-repeat;
	width: 160px;
	height: 355px;
	text-align: center;
	color: Black;	
}

div.MZ_MoreInfo
{
	background-image: url(../Images/Community/MZLoyaltyImage.png);
	background-repeat: no-repeat;
	width: 418px;
	height: 355px;
	position: relative;
}

div.MZ_Reviews
{
	background-image: url(../Images/Community/bgMZReviews.jpg);
	background-repeat: no-repeat;
	width: 419px;
	height: 294px;
	text-align: left;
}


/*~~~~~~~~~~~~~~~~~~~~~~~ Poll items on main section ~~~~~~~~~~~~~~~~~~~~~~~*/
.PollItem
{
	height: 15px;
	vertical-align: middle;
}
.PollSeperator
{
	height: 1px;
	vertical-align: bottom;
	width: 130px;
	background-color: #cccccc;
}
A.CommPollLinks
{
    color: black;
    font-size:8pt;
    text-decoration: None
}
A.CommPollLinks:hover
{
	color: white;
    font-size:8pt;
	text-decoration: Underline;
}


/*~~~~~~~~~~~~~~~~~~~~~~~ Review items on main section ~~~~~~~~~~~~~~~~~~~~~~~*/
.MZReviewTitle
{
	font-weight: bold;
	position: relative;
	top: -5px;
	text-decoration: none;
}
.ReviewSeperator
{
	position: relative;
	left: 10px;
	background-color: #cccccc;
	height: 1px;
	width: 390px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~ Nav bar ~~~~~~~~~~~~~~~~~~~~~~~*/
div.ltNavPolls
{
	background-image: url(../Images/BgNavPolls.png);
	background-repeat: no-repeat;
	position: relative;
	left: 5px;
	width: 160px;
	height: 170px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~ Poll pages ~~~~~~~~~~~~~~~~~~~~~~~*/
.PollDetailMain
{
	background-image: url(../Images/Community/BgMzPollMain.gif);
	background-repeat: no-repeat;
	width: 538px;
	height: 441px;
	float:left;
	margin-left: 20px;
}
.PollQuestion
{
	width: 510px;
	float: left;
	margin-left: 10px;
}
.PollOptions
{
	color: #333333;
}
div.OtherPolls
{
	background-image: url(../Images/Community/BgOtherPolls.gif);
	background-repeat: no-repeat;
	width: 550px;
	height: 200px;
	float:left;
	margin-left: 10px;
	margin-top: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~ Poll Results page ~~~~~~~~~~~~~~~~~~~~~~~*/
div.PollResults
{
	background-image: url(../Images/Community/bgPollResults.png);
	background-repeat: no-repeat;
	width: 550px;
	height: 200px;
	float:left;
	margin-left: 20px;
}
div.PollResultHeading
{
	color: #FAFCFF;
	font-size: larger;
	float: left;
	margin-left: 10px;
}
A.PollResultHeading
{
	color: #FAFCFF;
	font-size: smaller;
}

/*~~~~~~~~~~~~~~~~~~~~~~~ Members club page ~~~~~~~~~~~~~~~~~~~~~~~*/
div.MembersClub
{
	background-image: url(../Images/Community/bgMembersClub.gif);
	background-repeat: no-repeat;
	width: 546px;
	height: 810px;
	float:left;
	margin-left: 10px;
	margin-top: 3px;
}
div.MemClubIcon
{
	float: left;
	margin-left: 25px;
	margin-top: 40px;
	background-color: White;
}
div.MemClubWelcome
{
	float:left;
	margin-top: 130px;
	margin-left: -87px;
	width: 100px;
	height: 200px;
}
div.MemClubHeading
{
	font-weight: bold;
	font-size: 11pt;
	color: #333333;
	float: left;
	margin-top: 50px;
	margin-left: 10px;
}
div.MemClubText
{
	position: relative;
	float: left;
	left: 10px;
	top: 10px;
	width: 400px;
}
Input.MemClubTxtBox
{
	position: relative;
	top: 3px;
}

div.MemberPrize1
{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	text-align: center;
	width: 85px;
}
div.MemberPrize2
{
	float: left;
	margin-left: 20px;
	margin-top: -20px;
	text-align: center;
	width: 130px;
}
.ptsTxt
{
	color: Blue;
	font-weight: bold;
}
.ptsAvailable
{
	color: #333333;
	font-size: 11pt;
}

