/* CSS Document */
@import url("position.css");
@import url("color.css");
@import url("font.css");
@import url("controls.css");

body
{
    background-color: #EAEFF3;
    background-image: url(../_images/bg_page.jpg);
    background-position: center;
    background-repeat: repeat-y;
    font-family: Arial;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 100%; /* 	background-color:#EAEFF3; 	*/
}

a, a:hover, a:linked, a:visit
{
    color: #156eb2;
    text-decoration: underline;
}

h1
{
    font-size: 22px;
    font-family: Arial, sans-serif, Verdana, Helvetica;
    font-weight: bold;
    text-align: left;
    color: #126fb5;
    word-spacing: 0;
    text-indent: 0;
    line-height: 100%;
    margin: 0;
    padding: 0;
}
img
{
    border: 0px;
}
.HeaderTab
{
    float: left;
    width: 525px;
    height: 12px;
    background-image: url(../_images/Tab_Center_Head_Bg.gif);
    background-repeat: no-repeat;
    margin-top: -1px;
}

.xHeaderTab
{
    float: left;
    width: 525px;
    height: 11px;
    background-image: url(../_images/Tab_Center_Top_Bg.gif);
    background-repeat: no-repeat;
}

.HeaderTab .tabs-hide
{
    display: block;
}

.subHeaderTab
{
    float: left;
    width: 498px;
    height: 12px;
    background-image: url(../_images/sub_Header_Bg.gif);
    background-repeat: no-repeat;
    margin-top: -1px;
}

.subContentTab
{
    float: left;
    width: 498px;
    background-image: url(../_images/sub_Center_Bg.gif);
    background-repeat: repeat-y;
    margin-top: -1px;
    padding-left: 10px;
    padding-right: 10px;
}
.contenttab
{
    float: left;
    background-color: #fdfbfc;
}

.subBottomTab
{
    float: left;
    width: 498px;
    height: 21px;
    background-image: url(../_images/sub_Bottom_Bg.gif);
    background-repeat: no-repeat;
}

.bottomTab
{
    float: left;
    width: 525px;
    height: 21px;
    background-image: url(../_images/Tab_Center_Bottom_Bg.gif);
    background-repeat: no-repeat;
}

.Day
{
    width: 34px;
}

.Month
{
    width: 71px;
}

.Year
{
    width: 44px;
}
.BNone
{
    border: 0px;
}
.CycleLenght
{
    width: 34px;
}

#ChangeCountry
{
    float: right; /*width:100px;*/
    color: #156eb2;
    cursor: pointer;
}

#ChangeLanguage
{
    float: right; /*width:90px;*/
    color: #156eb2;
    cursor: pointer;
}

/* 17-AUG-2010 */
#OtherCountries
{
    float: right;
    color: #156eb2;
    cursor: pointer;
    text-decoration: none;
    vertical-align: top;
    font-weight: bold;
}

#OtherCountries a
{
    color: #156eb2;
    text-decoration: none;
    vertical-align: top;
}

#OtherCountries a:hover
{
    color: #156eb2;
    text-decoration: underline;
    vertical-align: top;
}

#CountryList
{
    background-color: #FFFFFF;
    float: right;
    width: 100px;
    border: solid 1px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: absolute; /* for multilanguage site only 	right:107px; 	*/ /* for english site only */
    right: 10px;
    z-index: 1000;
}

#CountryList ul, #CountryList li
{
    margin: 0px;
    margin-right: 5px;
    padding: 0px;
    text-align: right;
    list-style: none;
}
#ExpectantMothersWeeklyContainer
{
    position: relative;
    width: 246px;
    height: 406px;
}

#ExpectantMothersWeeklyContain
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 246px;
    height: 406px;
    overflow: hidden;
}

#ExpectantMothersWeeklyContain .Container
{
    float: left;
    padding-left: 15px;
    width: 224px;
}

#ExpectantMothersWeeklyContain .Container .Header
{
    float: left;
    width: 224px;
    overflow: hidden;
    color: #156eb2;
    font-weight: bold;
    font-size: 16px;
}

#ExpectantMothersWeeklyContain .Container .GeneralMessage
{
    float: left;
    width: 147px;
    overflow: hidden;
    color: #708aa1;
}

#ExpectantMothersWeeklyContain .Container .Title
{
    float: left;
    width: 147px;
    overflow: hidden;
    color: #015790;
}

#ExpectantMothersWeeklyContain .Container .Input
{
    float: left;
    width: 175px;
    overflow: hidden;
    font-size: 12px;
}


#ExpectantMothersWeeklyBG
{
    position: absolute;
    left: 0px;
    top: 0px;
}

#LanguageList
{
    background-color: #FFFFFF;
    float: right;
    width: 100px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: solid 1px;
    position: absolute;
    right: 10px;
    z-index: 1000;
}

#LanguageList ul, #LanguageList li
{
    margin: 0px;
    margin-right: 5px;
    padding: 0px;
    text-align: right;
    list-style: none;
}

#FooterArea
{
    position: relative;
    float: left;
    width: 990px;
    height: 180px;
    overflow: hidden;
    margin-left: -10px;
}

#FooterBG
{
    position: absolute;
    top: 0;
    left: 0;
    width: 990px;
    height: 180px;
    overflow: hidden;
}

#FooterContainer
{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 950px;
    overflow: hidden;
    color: #FFF;
    padding-left: 20px;
    padding-right: 20px;
}

#FooterContainer a
{
    color: #FFF;
    text-decoration: none;
}

#FooterContainer a:hover
{
    color: #FFF;
    text-decoration: underline;
}

#FooterContainer .FooterLeftContent
{
    float: left;
    font-size: 9px;
    overflow: hidden;
    text-align: left;
    width: 420px;
}


#FooterContainer .FooterCenterContent
{
    float: left;
    width: 10px;
    overflow: hidden;
    text-align: center;
}

#FooterContainer .FooterRightContent
{
    float: right;
    font-size: 9px;
    overflow: hidden;
    text-align: right;
    width: 510px;
}



#FooterBannerArea
{
    position: relative;
    float: left;
    width: 970px;
    height: 210px;
    overflow: hidden;
}

#FooterBannerBG
{
    position: absolute;
    top: 0;
    left: 0;
    width: 970px;
    height: 210px;
    overflow: hidden;
}


#FooterBannerContainter
{
    position: absolute;
    top: 0;
    left: 0;
    width: 830px;
    height: 195px;
    overflow: hidden;
    padding-left: 140px;
    padding-top: 15px;
}


#FooterBannerContainter a
{
    color: #718ba4;
    display: block;
    text-decoration: none;
}

#FooterBannerContainter a:hover
{
    color: #718ba4;
    text-decoration: underline;
}

#FooterBannerContainter ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#FooterBannerContainter li
{
    background-image: url(../_images/bulleft-blue.gif);
    background-repeat: no-repeat;
    background-position: 0.4em 3px;
    padding-left: 12px;
}
#FooterBannerContainter .Content
{
    width: 100%;
    overflow: hidden;
}
#FooterBannerContainter .GeneralContent
{
    float: left;
    height: 195px;
    width: 130px;
    overflow: hidden;
}

#FooterBannerContainter .GeneralContent .Title
{
    color: #01588e;
    font-weight: bold;
    height: 25px;
}

#FooterBannerContainter .ProductsContent
{
    float: left;
    height: 195px;
    width: 150px;
    overflow: hidden;
}

#FooterBannerContainter .ProductsContent .Title
{
    color: #01588e;
    font-weight: bold;
    height: 25px;
}

#FooterBannerContainter .PopularArticleContent
{
    float: left;
    height: 195px;
    width: 255px;
    overflow: hidden;
}


#FooterBannerContainter .PopularArticleContent .Title
{
    color: #01588e;
    font-weight: bold;
    height: 25px;
}

#FooterBannerContainter .Top5ForumContent
{
    float: left;
    height: 195px;
    width: 280px;
    overflow: hidden;
}

#FooterBannerContainter .Top5ForumContent .Title
{
    color: #01588e;
    font-weight: bold;
    height: 25px;
}

#GetAnswerSectionContainer
{
    float: left;
}

#GetAnswerSectionContainer .GetAnswerContainer
{
    float: left;
    padding: 8px;
    width: 500px;
    overflow: hidden;
}

#GetAnswerSectionContainer .GetAnswerContainer a
{
    color: #55a7cd;
    text-decoration: none;
}

#GetAnswerSectionContainer .GetAnswerContainer a:hover
{
    color: #55a7cd;
    text-decoration: underline;
}

#GetAnswerSectionContainer .GetAnswerContainer .Title
{
    float: left;
    color: #238fbe;
    width: 500px;
    font-weight: bold;
    padding-bottom: 5px;
    min-height: 20px;
    overflow: hidden;
}

#GetAnswerSectionContainer .GetAnswerContainer .Title a
{
    color: #238fbe;
    text-decoration: none;
}

#GetAnswerSectionContainer .GetAnswerContainer .Title a:hover
{
    color: #238fbe;
    text-decoration: underline;
}

#GetAnswerSectionContainer .GetAnswerContainer .Answerer
{
    float: left;
    width: 500px;
    padding-bottom: 5px;
    min-height: 15px;
    overflow: hidden;
    font-weight: bold;
    color: #a6aeb0;
}
#GetAnswerSectionContainer .GetAnswerContainer .Answerer a
{
    color: #a6aeb0;
    text-decoration: none;
}

#GetAnswerSectionContainer .GetAnswerContainer .Answerer a:hover
{
    color: #a6aeb0;
    text-decoration: underline;
}

#GetAnswerSectionContainer .GetAnswerContainer .Content
{
    float: left;
    width: 500px;
    overflow: hidden;
}

#GetAnswerSectionContainer .GetAnswerContainer .Content .Readmore
{
    color: #55a7cd;
    font-weight: bold;
}


#Main
{
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    position: relative;
    text-align: left;
    width: 990px;
    height: auto;
}

#Main .FooterZoneArea
{
    float: left;
    width: 980px;
    background-color: #FFFFFF;
    padding-left: 10px;
}

#Main .HeaderZoneArea
{
    float: left;
    width: 970px;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-top: 5px;
}

#Main .HeaderZoneArea .HeaderBannerArea
{
    float: left;
    width: 970px;
}

#Main .HeaderZoneArea .CommonFunctionArea
{
    float: left;
    width: 970px;
}

#Main .HeaderZoneArea .CommonFunctionArea .CommonFunctionLeftArea
{
    float: left;
    text-align: left;
    width: 50%;
}

#Main .HeaderZoneArea .CommonFunctionArea .CommonFunctionLeftArea .goTop
{
    vertical-align: top;
    height: 20px;
}

#Main .HeaderZoneArea .HeaderZoneLeftSide
{
    float: left;
    width: 180px;
}

#Main .HeaderZoneArea .HeaderZoneLeftSide .SiteLogo
{
    float: left;
    width: 175px;
    height: 110px;
    margin-top: 45px;
    text-align: center;
}

#Main .HeaderZoneArea .HeaderZoneRightSide
{
    float: left;
    width: 790px;
    margin-top: 5px;
    text-align: left;
}

#Main .HeaderZoneArea .HeaderZoneRightSide .WidgetArea
{
    float: left;
    width: 790px;
    height: 110px;
    overflow: hidden;
    text-align: right;
}

#Main .HeaderZoneArea .HeaderZoneRightSide .NoneSigninArea
{
    float: left;
    height: 20px;
    width: 790px;
}

#Main .HeaderZoneArea .HeaderZoneRightSide .HorizontalMenuArea
{
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: auto;
    margin-top: 5px;
    text-align: right;
    width: 790px;
}

#Main .HeaderZoneArea .HeaderZoneRightSide .HorizontalMenuArea span
{
    color: #55e5d5;
}

#Main .HeaderZoneArea .HeaderZoneRightSide .HorizontalMenuArea span a
{
    border-left: 1px solid #555555;
    color: #2966B9;
    padding: 3px 10px;
    text-decoration: none;
}

#Main .HeaderZoneArea .HeaderZoneRightSide .HorizontalMenuArea span a:hover
{
    text-decoration: underline;
    background-color: #69A0CD;
    color: #ffffff;
}

#Main .HeaderZoneArea .CommonFunctionArea .CommonFunctionRightArea
{
    float: left;
    text-align: right;
    width: 50%;
}

#Main .MiddleZoneArea
{
    float: left;
    width: 980px;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-top: 5px;
}

#Main .MiddleZoneArea .LinkZoneArea
{
    float: left;
    width: 170px;
}
#Main .MiddleZoneArea .LinkZoneArea .NavigationMenuArea
{
    float: left;
    width: 170px;
    overflow: visible;
    background-image: url(../_images/Main_Menu_Top.gif);
    background-repeat: no-repeat;
}
#Main .MiddleZoneArea .LinkZoneArea .NavigationMenuArea .Content
{
    padding-top: 10px;
    height: 22px;
    padding-left: 15px;
    font-size: 10pt;
    font-weight: bold;
    color: #c1233a;
}

#Main .MiddleZoneArea .LinkZoneArea .ToolsArea
{
    float: left;
    width: 170px;
    overflow: hidden;
}

#Main .MiddleZoneArea .LinkZoneArea .ToolsArea .Seperator
{
    background-image: url(../_images/Left_Menu_Seperator.gif);
    background-repeat: no-repeat;
    height: 12px;
    margin-left: -5px;
    width: 160px;
}

#Main .MiddleZoneArea .LinkZoneArea .ToolsArea .Top
{
    float: left;
    background-image: url(../_images/Left_Menu_Top_Bg.gif);
    background-repeat: no-repeat;
    width: 170px;
    height: 11x;
    border: 0px;
    margin: 0px;
    padding: 0px;
}
#Main .MiddleZoneArea .LinkZoneArea .ToolsArea .Center
{
    float: left;
    background-image: url(../_images/Left_Menu_Center_Bg.gif);
    background-repeat: repeat-y;
    width: 170px;
    margin-top: -3px;
    padding-left: 10px;
    padding-right: 10px;
}

#Main .MiddleZoneArea .LinkZoneArea .ToolsArea .Bottom
{
    float: left;
    background-image: url(../_images/Left_Menu_Bottom_Bg.gif);
    background-repeat: no-repeat;
    width: 170px;
    height: 11px;
}
#Main .MiddleZoneArea .LinkZoneArea .ToolsArea .PromotionTileArea
{
    float: left;
    width: 170px;
}
#Main .MiddleZoneArea .MiddleAreaRightSide
{
    float: left;
    width: 802px;
    overflow: hidden;
    margin: 0px;
    margin-left: -2px;
}

#Main .MiddleZoneArea .MiddleAreaRightSide .SearchArea
{
    float: left;
    width: 802px;
    height: 32px;
    overflow: hidden;
}

#Main .MiddleZoneArea .MiddleAreaRightSide .SearchArea .Content
{
    float: left;
    background-image: url(../_images/search_center.gif);
    background-repeat: repeat-x;
    width: 764px;
    height: 32px;
    overflow: hidden;
    padding-top: 7px;
    padding-left: 30px;
}
#Main .MiddleZoneArea .MiddleAreaRightSide .SearchArea .Content .SearchTitle
{
    float: left;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    width: 55px;
    padding-top: 2px;
}
#Main .MiddleZoneArea .MiddleAreaRightSide .SearchArea .Content .SearchBoxHead
{
    float: left;
    background-image: url(../_images/search_head.gif);
    background-repeat: no-repeat;
    width: 20px;
    height: 19px;
}
#Main .MiddleZoneArea .MiddleAreaRightSide .SearchArea .Content .SearchBoxCenter
{
    float: left;
    background-image: url(../_images/search_textbox.gif);
    background-repeat: repeat-x;
    margin-left: -10px;
    width: 560px;
    height: 19px;
}
#Main .MiddleZoneArea .MiddleAreaRightSide .SearchArea .Content .SearchBoxEnd
{
    float: left;
    background-image: url(../_images/search_end.gif);
    background-repeat: no-repeat;
    width: 20px;
    height: 19px;
}
#Main .MiddleZoneArea .MiddleAreaRightSide .SearchArea .Content .GoButton
{
    float: left;
    cursor: pointer;
}
#Main .MiddleZoneArea .MiddleAreaRightSide .SearchArea .Right
{
    float: left;
    background-image: url(../_images/search_right.gif);
    background-repeat: no-repeat;
    width: 8px;
    height: 32px;
    overflow: hidden;
}

#Main .MiddleZoneArea .CenterArea
{
    float: left;
    width: 800px;
    overflow: hidden;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea
{
    float: left;
    width: 525px;
    overflow: hidden;
    padding-left: 15px;
}
#Main .MiddleZoneArea .CenterArea .LiveZoneArea .BreadCrumbArea
{
    padding-top: 5px;
    text-transform: capitalize;
}
#Main .MiddleZoneArea .CenterArea .LiveZoneArea .BreadCrumbArea a
{
    color: #65a2de;
}
#Main .MiddleZoneArea .CenterArea .LiveZoneArea .BreadCrumbArea a:hover
{
    color: #65a2de;
}
#Main .MiddleZoneArea .CenterArea .LiveZoneArea .NewsPluginSectionArea
{
    float: left;
    width: 525px;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .NewsPluginSectionArea .NewsPluginContainer
{
    float: left;
    width: 508px;
    overflow: hidden;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .NewsPluginSectionArea .FaqQuestionList a
{
    color: #238fbe;
    text-decoration: none;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .NewsPluginSectionArea .FaqQuestionList a:hover
{
    color: #238fbe;
    text-decoration: underline;
}


#Main .MiddleZoneArea .CenterArea .LiveZoneArea .NewsPluginSectionArea .NewsPluginContainer .NewsPluginIcon
{
    float: left;
    width: 145px;
    overflow: hidden;
    padding-left: 10px;
}
#Main .MiddleZoneArea .CenterArea .LiveZoneArea .NewsPluginSectionArea .NewsPluginContainer .NewsPluginTitle
{
    float: left;
    width: 330px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #208ebf;
    font-weight: bold;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .NewsPluginSectionArea .NewsPluginContainer .NewsPluginTitle a
{
    color: #208ebf;
    text-decoration: none;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .NewsPluginSectionArea .NewsPluginContainer .NewsPluginTitle a:hover
{
    color: #208ebf;
    text-decoration: underline;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .NewsPluginSectionArea .NewsPluginContainer .NewsPluginDescription
{
    float: left;
    width: 330px;
    overflow: hidden;
    padding-left: 10px;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .NewsPluginSectionArea .NewsPluginContainer .NewsPluginDescription .Readmore a
{
    color: #238fbe;
    text-decoration: none;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .NewsPluginSectionArea .NewsPluginContainer .NewsPluginDescription .Readmore a:hover
{
    color: #238fbe;
    text-decoration: underline;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ArticleArea .ArticleTitle
{
    width: 525px;
    color: #126fb5;
    font-weight: bold;
    font-size: 22px;
}


#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ArticleArea .FAQContent
{
    float: left;
    width: 525px;
    color: #6B6B6B;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ArticleArea .FaqQuestionList
{
    float: left;
    width: 525px;
    color: #6B6B6B;
    padding-top: 5px;
    text-transform: capitalize;
}
#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ArticleArea .FaqQuestionList li
{
    padding-bottom: 5px;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ArticleArea .FaqQuestionList a
{
    color: #238fbe;
}


#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ArticleArea .FaqAnswerArea
{
    float: left;
    width: 525px;
    color: #6B6B6B;
}


#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ArticleArea .FaqAnswerArea a
{
    color: #238fbe;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ArticleArea .FaqAnswerArea .FaqContainer
{
    float: left;
    width: 525px;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ArticleArea .FaqAnswerArea a
{
    color: #238fbe;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ArticleArea .FaqAnswerArea .FaqContainer .FaqQuestion
{
    float: left;
    width: 525px;
    font-size: 14px;
    color: #126fb5;
    font-weight: bold;
    padding-bottom: 5px;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ArticleArea .FaqAnswerArea .FaqContainer .FaqSubQuestion
{
    float: left;
    width: 525px;
    font-size: 12px;
    color: #238fbe;
    font-weight: bold;
}


#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ArticleArea .FaqAnswerArea .FaqContainer .FaqAnswer
{
    float: left;
    width: 525px;
    padding-bottom: 5px;
}
#Main .MiddleZoneArea .CenterArea .LiveZoneArea .PLCRightSectionArea
{
    text-align: right;
    width: 515px;
    float: left;
    height: 25px;
    overflow: hidden;
    position: absolute;
}
#Main .MiddleZoneArea .CenterArea .LiveZoneArea .PLCSectionArea
{
    width: 525px;
    float: left;
    margin-top: 0px;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .RelatedArea
{
    float: left;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .RelatedArea a
{
    color: #65a2de;
    text-decoration: none;
}
#Main .MiddleZoneArea .CenterArea .LiveZoneArea .RelatedArea a:hover
{
    color: #65a2de;
    text-decoration: underline;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .RelatedArea .RelatedArticleContent
{
    float: left;
    margin-left: -4px;
    width: 523px;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .RelatedArea .RelatedArticleContent ul
{
    /* 	padding:0px; 	margin:0px; */
}
#Main .MiddleZoneArea .CenterArea .LiveZoneArea .RelatedArea .RelatedArticleContent li
{
    font-weight: bold;
    padding: 2px; /*	padding-left:15px; 	height:18px; 	text-indent:1.6px; 	*/
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .RelatedArea .RelatedArticleContent .RelatedArticleLeftSide
{
    float: left;
    width: 240px;
    padding-right: 10px;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .RelatedArea .RelatedArticleContent .RelatedArticleRightSide
{
    float: left;
    width: 240px;
    padding-right: 10px;
}
#Main .MiddleZoneArea .CenterArea .LiveZoneArea .PromotionTileContainer
{
    float: left;
    width: 257px;
    height: 140px;
    padding-top: 10px;
    overflow: hidden;
    padding-left: 5px;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .PromotionTileContainer .PromotionTileLogo
{
    float: left;
    overflow: hidden;
    width: 90px;
    height: 120px;
    color: #000;
}


#Main .MiddleZoneArea .CenterArea .LiveZoneArea .PromotionTileContainer .deepPink
{
    background-image: url(/_templates/_images/colour_deepPink.gif);
    background-repeat: no-repeat;
    width: 160px;
    height: 126px;
    overflow: hidden;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .PromotionTileContainer .deepOrange
{
    background-image: url(/_templates/_images/colour_deepOrange.gif);
    background-repeat: no-repeat;
    width: 160px;
    height: 126px;
    overflow: hidden;
}


#Main .MiddleZoneArea .CenterArea .LiveZoneArea .PromotionTileContainer .deepBlue
{
    background-image: url(/_templates/_images/colour_deepBlue.gif);
    background-repeat: no-repeat;
    width: 160px;
    height: 126px;
    overflow: hidden;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .PromotionTileContainer .deepGreen
{
    background-image: url(/_templates/_images/colour_deepGreen.gif);
    background-repeat: no-repeat;
    width: 160px;
    height: 126px;
    overflow: hidden;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .PromotionTileContainer .deepRed
{
    background-image: url(/_templates/_images/colour_deepRed.gif);
    background-repeat: no-repeat;
    width: 160px;
    height: 126px;
    overflow: hidden;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .PromotionTileContainer .deepViolet
{
    background-image: url(/_templates/_images/colour_deepViolet.gif);
    background-repeat: no-repeat;
    width: 160px;
    height: 126px;
    overflow: hidden;
}


#Main .MiddleZoneArea .CenterArea .LiveZoneArea .PromotionTileContainer a
{
    color: #fff;
    text-decoration: none;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .PromotionTileContainer a:hover
{
    text-decoration: underline;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .PromotionTileContainer .PromotionTileTitle
{
    color: #FFFFFF;
    float: left;
/*    font-size: 13px; */
    font-weight: bold;
/*    height: 35px; */
    height: 40px;
    margin-left: 10px;
    overflow: hidden;
    padding-top: 10px;
/*    width: 140px; */
    width: 150px;
}


#Main .MiddleZoneArea .CenterArea .LiveZoneArea .PromotionTileContainer .PromotionTileMessage
{
    color: #FFFFFF;
    float: left;
    height: 55px;
    margin-left: 10px;
    overflow: hidden;
    width: 130px;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .PromotionTileContainer .PromotionTileMore
{
    float: right;
    width: 110px;
    text-align: right;
    padding-right: 16px;
    padding-top: 2px;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .PromotionTileContainer .PromotionTileMore .Morelink
{
    width: 15px;
    height: 15px;
    cursor: pointer;
}

#Main .MiddleZoneArea .CenterArea .DriveZoneArea
{
    float: left;
    width: 246px;
    overflow: hidden;
    padding-left: 15px;
    margin-left: -1px;
}

#Main .MiddleZoneArea .CenterArea .DriveZoneArea .RightContainer
{
    float: left;
    width: 246px;
}



#Main .MiddleZoneArea .CenterArea .DriveZoneArea .RightContainer .ExpectantMothersWeeklyArea
{
    float: left;
    widows: 246px;
    overflow: hidden;
    height: 406px;
}

#Main .MiddleZoneArea .CenterArea .DriveZoneArea .RightContainer .Top
{
    float: left;
    width: 246px;
    height: 11px;
    overflow: hidden;
    background-image: url(../_images/Right_Menu_Top.gif);
    background-repeat: no-repeat; \

}

#Main .MiddleZoneArea .CenterArea .DriveZoneArea .RightContainer .TopTab
{
    float: left;
    width: 247px;
    height: 41px;
    overflow: hidden;
    background-image: url(../_images/Right_Menu_Tab_Bg.gif);
    background-repeat: no-repeat;
}
#Main .MiddleZoneArea .CenterArea .DriveZoneArea .RightContainer .TopTab .Head
{
    float: left;
    width: 17px;
    height: 41px;
    overflow: hidden;
    background-image: url(../_images/Right_Menu_Tab_Head.gif);
    background-repeat: no-repeat;
}
#Main .MiddleZoneArea .CenterArea .DriveZoneArea .RightContainer .TopTab .Content
{
    background-image: url(../_images/Right_Menu_Tab_Center.gif);
    background-repeat: repeat-x;
    float: left;
    height: 41px;
    margin-left: -9px;
    overflow: hidden;
    padding-left: 8px;
    padding-top: 10px;
    padding-right: 3px;
    text-align: center;
    color: #126eb7;
    font-weight: bold;
    font-size: 12px;
}
#Main .MiddleZoneArea .CenterArea .DriveZoneArea .RightContainer .TopTab .End
{
    float: left;
    width: 13px;
    height: 41px;
    overflow: hidden;
    background-image: url(../_images/Right_Menu_Tab_End.gif);
    background-repeat: no-repeat;
}
#LoginArea div
{
    z-index: 900;
}
#Main .MiddleZoneArea .CenterArea .DriveZoneArea .RightContainer .Center
{
    float: left;
    width: 226px;
    background-image: url(../_images/Right_Menu_Center.gif);
    background-repeat: repeat-y;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

#Main .MiddleZoneArea .CenterArea .DriveZoneArea .RightContainer .Center .MyFriends
{
    margin-top: -15px;
}

#Main .MiddleZoneArea .CenterArea .DriveZoneArea .RightContainer .Center .SignInArea
{
    float: left;
    width: 224px;
    padding-left: 1px;
}
#Main .MiddleZoneArea .CenterArea .DriveZoneArea .RightContainer .SignOnArea
{
    float: left;
    width: 224px;
}
#Main .MiddleZoneArea .CenterArea .DriveZoneArea .RightContainer .SignOnArea .User
{
    float: left;
    width: 224px;
}

#Main .MiddleZoneArea .CenterArea .DriveZoneArea .RightContainer .SignOnArea .UpdateStatus
{
    float: left;
    width: 224px;
    position: relative;
}


#Main .MiddleZoneArea .CenterArea .DriveZoneArea .RightContainer .SignOnArea .UpdateMood
{
    float: left;
    width: 224px;
    overflow: visible;
    position: relative;
}

#Main .MiddleZoneArea .CenterArea .DriveZoneArea .RightContainer .Center .SocialNetworkLinkedArea
{
    float: left;
    width: 244px;
}


#Main .MiddleZoneArea .CenterArea .DriveZoneArea .RightContainer .Center .SocialNetworkLinkedArea ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#Main .MiddleZoneArea .CenterArea .DriveZoneArea .RightContainer .Center .SocialNetworkLinkedArea li
{
    font-weight: bold;
    background-image: url(../_images/list_blue.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 15px;
    height: 18px;
    text-indent: 1.6px;
}
#Main .MiddleZoneArea .CenterArea .DriveZoneArea .RightContainer .Center .SocialNetworkLinkedArea li a
{
    color: #136EB4;
    text-decoration: none;
}

#Main .MiddleZoneArea .CenterArea .DriveZoneArea .RightContainer .Center .SocialNetworkLinkedArea li a:hover
{
    color: #136EB4;
    text-decoration: underline;
}

#Main .MiddleZoneArea .CenterArea .DriveZoneArea .RightContainer .Bottom
{
    float: left;
    width: 246px;
    height: 17px;
    overflow: hidden;
    background-image: url(../_images/Right_Menu_Bottom.gif);
    background-repeat: no-repeat;
}

#MyFriendsArea
{
    width: 232px;
    overflow: hidden;
    float: left;
    margin-left: -2px;
}

#MyFriendsArea .MyFriendsContainer
{
    width: 66px;
    height: 80px;
    overflow: hidden;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

#MyFriendsArea .MyFriendsContainer a
{
    border: 0px;
    text-decoration: none;
}

#MyFriendsArea .MyFriendsContainer .Image
{
    float: left;
    width: 66px;
    height: 46px;
    overflow: hidden;
}

#MyFriendsArea .MyFriendsContainer .Name
{
    float: left;
    height: 15px;
    width: 66px;
    overflow: hidden;
    padding-top: 5px;
    color: #6f8a9f;
    text-transform: capitalize;
    text-align: left;
    font-size: 12px;
}

#MyFriendsArea .MyFriendsContainer .Name a
{
    color: #6f8a9f;
    text-decoration: none;
}
#MyFriendsArea .MyFriendsContainer .Name a:hover
{
    color: #6f8a9f;
    text-decoration: underline;
}

#MyFriendsArea .OnlineFriend
{
    width: 228px;
    height: 20px;
    overflow: hidden;
    float: left;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #6f8a9f;
    margin-top: 10px;
}

#MyFriendsArea .SearchFriend
{
    width: 240px;
    float: left;
    height: 23px;
    text-align: left;
    overflow: hidden;
}

#MyFriendsArea .SearchFriend .Title
{
    float: left;
    width: 90px;
    height: 20px;
    color: #146fb8;
    font-weight: bold;
    padding-left: 5px;
    margin-top: 5px;
    font-size: 12px;
}

#MyFriendsArea .SearchFriend .Box
{
    float: left;
    height: 23px;
    overflow: hidden;
}

#MyFriendsArea .SearchFriend .Box .Head
{
    float: left;
    width: 11px;
    height: 21px;
    background-image: url(../_images/search_friend_head.gif);
    background-repeat: no-repeat;
}

#MyFriendsArea .SearchFriend .Box .Content
{
    float: left;
    height: 21px;
    background-image: url(../_images/search_friend_center.gif);
    background-repeat: repeat-x;
}

#MyFriendsArea .SearchFriend .Box .End
{
    float: left;
    width: 11px;
    height: 21px;
    background-image: url(../_images/search_friend_end.gif);
    background-repeat: no-repeat;
}


#OvulationCalculatorArea, #DueDateCalculatorArea, #OtherToolsArea
{
    float: left;
    width: 160px;
}

#OvulationCalculatorArea .Title, #DueDateCalculatorArea .Title, #OtherToolsArea .Title
{
    color: #136eb4;
    float: left;
    width: 160px;
    font-weight: bold;
}

#OvulationCalculatorArea .Content, #DueDateCalculatorArea .Content, #OtherToolsArea .Content
{
    float: left;
    width: 160px;
    padding-top: 10px;
    padding-bottom: 15px;
    color: #728ba1;
    font-size: 8pt;
}


#OvulationCalculatorArea .Content .Button, #DueDateCalculatorArea .Content .Button, #OtherToolsArea .Button
{
    background-color: #82b7bf;
    color: #FFFFFF;
    border: none;
    font-weight: bold;
    font-size: 8pt;
}

#OvulationCalculatorArea .Content ul, #DueDateCalculatorArea .Content ul, #OtherToolsArea ul
{
    margin: 0px;
    padding: 0px;
    padding-bottom: 7px;
    text-align: left;
    list-style: none;
}



#OvulationCalculatorArea .Content li, #DueDateCalculatorArea .Content li, #OtherToolsArea li
{
    background-image: url(../_images/list_blue.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 14px;
    padding-bottom: 3px;
}

#OvulationCalculatorArea .Content a, #DueDateCalculatorArea .Content a, #OtherToolsArea li a
{
    font-weight: bold;
    color: #126fb5;
    text-decoration: none;
}

#RecentMemberArea
{
    width: 228px;
    overflow: hidden;
    float: left;
    margin-left: -2px;
}

#RecentMemberArea .RecentMemberContainer
{
    width: 66px;
    height: 80px;
    overflow: hidden;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

#RecentMemberArea .RecentMemberContainer a
{
    border: 0px;
    text-decoration: none;
}

#RecentMemberArea .RecentMemberContainer .Image
{
    float: left;
    width: 66px;
    height: 46px;
    overflow: hidden;
}

#RecentMemberArea .RecentMemberContainer .Name
{
    float: left;
    height: 15px;
    width: 66px;
    overflow: hidden;
    padding-top: 5px;
    color: #6f8a9f;
    text-transform: capitalize;
    text-align: left;
    font-size: 12px;
}

#RecentMemberArea .RecentMemberContainer .Name a
{
    color: #6f8a9f;
    text-decoration: none;
}
#RecentMemberArea .RecentMemberContainer .Name a:hover
{
    color: #6f8a9f;
    text-decoration: underline;
}

#SignInBox
{
    float: left;
    width: 244px;
    margin-left: -10px;
}
#SignInBox .FooterSection
{
    float: left;
    height: 25px;
    padding-top: 15px;
    padding-left: 15px;
}

#SignUpNowArea
{
    float: left;
    width: 244px;
}
#SignUpNowArea .HeaderSection
{
    width: 244px;
    height: 26px;
    overflow: hidden;
    float: left;
    background-image: url(../_images/SignUp_Head.gif);
    background-repeat: no-repeat;
}
#SignUpNowArea .HeaderSection .Title
{
    float: left;
    padding-left: 14px;
    font-size: 12px;
    color: #6f8ba3;
    width: 130px;
    overflow: hidden;
}
#SignUpNowArea .HeaderSection .SwitchTitle
{
    float: left;
    overflow: hidden;
    font-weight: bold;
    color: #6f8ba3;
}
#SignUpNowArea .HeaderSection .SwitchButton
{
    float: left;
    margin-top: 2px;
    cursor: pointer;
}
#SignUpNowArea .CenterSection
{
    width: 244px;
    height: 76px;
    overflow: hidden;
    float: left;
    background-image: url(../_images/SignUp_Center.gif);
    background-repeat: no-repeat;
}

#SignUpNowArea .CenterSection .Title
{
    float: left;
    width: 224px;
    height: 21px;
    overflow: hidden;
    padding-left: 14px;
    padding-top: 19px;
}

#SignUpNowArea .CenterSection .ButtonInput
{
    float: left;
    width: 224px;
    overflow: hidden;
    padding-left: 14px;
}

#SignInNowArea
{
    float: left;
    width: 244px;
}
#SignInNowArea .HeaderSection
{
    width: 224px;
    height: 26px;
    overflow: hidden;
    float: left;
}
#SignInNowArea .HeaderSection .Title
{
    float: left;
    padding-left: 14px;
    font-size: 12px;
    color: #6f8ba3;
    width: 130px;
    overflow: hidden;
}

#SignInNowArea .HeaderSection .SwitchTitle
{
    float: left;
    overflow: hidden;
    font-weight: bold;
    color: #6f8ba3;
}

#SignInNowArea .HeaderSection .SwitchButton
{
    float: left;
    margin-top: 2px;
    cursor: pointer;
}

#SignInNowArea .CenterSection
{
    width: 244px;
    overflow: visible;
    float: left;
}

#SignInNowArea .CenterSection .Title
{
    float: left;
    width: 224px;
    height: 18px;
    overflow: hidden;
    color: #535353;
    font-weight: bold;
    padding-left: 15px;
}
#SignInNowArea .CenterSection .Input
{
    float: left;
    width: 224px;
    height: 20px;
    padding-left: 15px;
}
#SignInNowArea .CenterSection .ErrorArea
{
    float: left;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#SignInNowArea .CenterSection .ButtonInput
{
    float: left;
    width: 224px;
    padding-left: 15px;
}
#SignInNowArea .CenterSection .ForgetPassword
{
    float: left;
    width: 215px;
    padding-left: 15px;
    color: #545454;
}

#SignInNowArea .CenterSection .EndSection
{
    float: left;
    width: 244px;
    height: 25px;
    background-image: url(../_images/SignIn_End.gif);
    background-repeat: no-repeat;
}


#SignInNowArea .CenterSection .EndSection .ForgetPassword a
{
    color: #545454;
    text-decoration: none;
}

#SignInNowArea .CenterSection .EndSection .ForgetPassword a:hover
{
    color: #545454;
    text-decoration: underline;
}
#TBLSectioncontainer
{
    float: left;
}
#TBLSectioncontainer .TLBContainer
{
    float: left;
    width: 168px; /* border: 1px solid; */
    overflow: hidden;
}

#TBLSectioncontainer .TLBContainer a
{
    color: #55a7cd;
    text-decoration: none;
}

#TBLSectioncontainer .TLBContainer a:hover
{
    color: #55a7cd;
    text-decoration: underline;
}

#TBLSectioncontainer .TLBContainer .HeaderImg
{
    float: left;
    width: 145px;
    height: 100px;
    overflow: hidden;
    padding-left: 15px;
}

#TBLSectioncontainer .TLBContainer .Title
{
    color: #208EBF;
    float: left;
    font-weight: bold;
    min-height: 25px;
    overflow: hidden;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
    width: 145px;
}
#TBLSectioncontainer .TLBContainer .Title a
{
    color: #238fbe;
    text-decoration: none;
}

#TBLSectioncontainer .TLBContainer .Title a:hover
{
    color: #238fbe;
    text-decoration: underline;
}
#TBLSectioncontainer .TLBContainer .Content
{
    float: left;
    width: 145px;
    overflow: hidden;
    padding-left: 15px;
    font-size: 8pt;
}


#TBLSectioncontainer .TLBContainer .Content .Date
{
    font-size: 7pt;
}


#TBLSectioncontainer .TLBContainer .Content .Readmore
{
    font-weight: bold;
    color: #55a7cd;
}
.ButtonInput img
{
    cursor: pointer;
}
#searchInput
{
    margin-left: 10px;
}
.ContentWarper
{
    width: 525px;
    text-align: left;
}
#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ForumBreadCrumbArea
{
    float: left;
    width: 525px;
    color: #6d8ca1;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ForumBreadCrumbArea a
{
    font-weight: bold;
    color: #6d8ca1;
    text-decoration: none;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ForumBreadCrumbArea a:hover
{
    font-weight: bold;
    color: #6d8ca1;
    text-decoration: underline;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ForumCenter
{
    float: left;
    width: 525px;
    height: auto;
    background-image: url(../_images/Forum_Post_Center.gif);
    background-repeat: repeat-y;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ForumEnd
{
    float: left;
    width: 525px;
    height: 7px;
    background-image: url(../_images/Forum_Post_End.gif);
    background-repeat: no-repeat;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ForumHead
{
    float: left;
    width: 525px;
    height: 7px;
    background-image: url(../_images/Forum_Post_head.gif);
    background-repeat: no-repeat;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ForumMsg
{
    float: left;
    width: 525px;
    text-align: left;
    font-size: 11px;
    color: #748798;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ForumPostArea
{
    float: left;
    width: 525px;
    text-align: left;
    font-size: 11px;
    color: #748798;
}



#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ForumPostArea .ForumPostButton
{
    float: left;
    width: 525px;
    text-align: right;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ForumPostArea .ForumPostContent
{
    float: left;
    width: 525px;
    height: auto;
    background-image: url(../_images/Forum_Post_Center.gif);
    background-repeat: repeat-y;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ForumPostArea .ForumPostEnd
{
    float: left;
    width: 525px;
    height: 7px;
    background-image: url(../_images/Forum_Post_End.gif);
    background-repeat: no-repeat;
}
#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ForumPostArea .ForumPostHead
{
    float: left;
    width: 525px;
    height: 7px;
    background-image: url(../_images/Forum_Post_head.gif);
    background-repeat: no-repeat;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ForumFooter
{
    float: left;
    width: 523px;
    height: 3px;
    background-image: url(../_images/Forum_Seperater.gif);
    background-repeat: no-repeat;
    margin-left: -7px;
    overflow: hidden;
    padding-bottom: 7px;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ForumPaging
{
    float: right;
    font-weight: bold;
}

#Main .MiddleZoneArea .CenterArea .LiveZoneArea .ForumPaging a
{
    color: #2690ca;
    font-weight: normal;
}
.ForumQuestionDetails div
{
    float: left;
}



