
/* Used by Article to hide non-essential baby */
.hidden{
    visibility:hidden;
}

/* hack to color our validation bulleted lists */
div.errorMsg ul { color: #f755c0; }
div.errorMsg li { color: #f755c0; }




/* Calendar Styles */

td.CalMonthHeader span
{
	color: #FFFFFF !important;
	
}
td.CalMonthHeader
{
	background-color: #2391FF;
	text-align:center !important;
	padding:0px !important;
	margin:0px !important;
}

td.CalDayHeader
{
	text-align:center !important;
	background-color: #FFFFFF;
	color: #2391FF;
	padding:0px !important;
	margin:0px !important;
}

td.CalSelectedDay
{
	text-align:center !important;
	color: #FFFFFF !important;
	background-color: #2391FF;
	width:38px;
	padding:0px !important;
	margin:0px !important;
	line-height:16px;
}

td.CalWeekday 
{
	text-align:center !important;
	background-color: #FFFFFF;
	width:38px;
	padding:0px !important;
	margin:0px !important;
	line-height:16px;
}

td.CalWeekend
{
	text-align:center !important;
	background-color: #FFFFFF;
	width:38px;
	padding:0px !important;
	margin:0px !important;
	line-height:16px;
}

td.CalOffMonth 
{
	text-align:center !important;
	color: #FFFFFF !important;
	background-color: #FFFFFF;	
	width:38px;
	padding:0px !important;
	margin:0px !important;
	line-height:16px;
}

td.CalToday
{
	text-align:center !important;
	background-color: #FFFFFF;
	width:38px;
	padding:0px !important;
	margin:0px !important;
	line-height:16px;
}

/* Competition Page */

h3.entryForm
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3em;
}

div#enterNowPanel  h2
{
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 15px;
}

div#enterNowPanel textarea
{
	overflow: hidden;
	width: 340px;
	height: 130px;
}

div#enterNowPanel div.top
{
	background-image: url(../images/bgPromoTop.gif);
	background-repeat: no-repeat;
	height: 16px;
}

div#enterNowPanel 
{
	background-image: url(../images/bgPromoBottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 10px;
}

div#enterNowPanel div.middle
{
	padding: 10px 32px 10px 32px;
}	

div#enterNowPanel div.middle div.text p
{
	margin: 10px 0 10px 0;
}

div#enterNowSmallPanel h2
{
	margin-bottom: 15px;
}

div#enterNowSmallPanel textarea
{
	overflow: hidden;
	width: 320px;
	height: 100px;
	padding: 10px;
}
div#enterNowSmallPanel div.top
{
	background-image: url(../images/bgPromoSmallTop.gif);
	background-repeat: no-repeat;
	height: 16px;
}
div#enterNowSmallPanel div.middle
{
	background-image: url(../images/bgPromoSmallMiddle.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px 32px 10px 32px;

}
div#enterNowSmallPanel div.bottom
{
	background-image: url(../images/bgPromoSmallBottom.gif);
	background-repeat: no-repeat;
	height: 16px;
}

span.spacer
{
	margin: 15px 0 15px 0;
	display: block;
	border: none;
	background:transparent url(../images/MCABG.gif) repeat-x scroll center top;
}

h1.specialOffersBanner
{
	background-image:url("../images/SpecialOffers/AusBabyHandsBanner_2.jpg");
	background-repeat: no-repeat;
	width: 706px;
	height:173px;
}

/*h1.dunstanBannerClick
{
	background-image:url("../images/DunstanBannerClick.gif");
	background-repeat: no-repeat;
	width: 706px;
	height:173px;
}*/


/* Add new */
fieldset
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
}

fieldset legend
{
	font-weight: bold;
	text-transform:uppercase;
}

div.addNew
{
	font-family: tahoma, arial, helvetica, sans-serif;	
	font-size: 75%;
}

div.addNew a:link, div.addNew a:visited 
{
	text-transform: uppercase;
	color: #ea7434;
	font-weight: bold;
	text-decoration: none;
}
div.addNew a:hover 
{
	color:#000000;
	text-decoration: underline;
}

div.bsContainer div.row
{
	clear: left;
	margin: 6px 0 6px 0;	
}

div.bsContainer div.row label
{
	display: block;
	width: 150px; 
	text-align: right;
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	font-weight: bold;
}
div.bsContainer div.row .radio label
{
	display: inline;
	width: auto; 
	float: none;
}

div.bsContainer div.row input,
div.bsContainer div.row select
{
	border: solid 1px #ccc;
}
div.bsContainer div.row input.text{width: 185px;}
div.bsContainer div.row select.text{width: 190px;}

div.bsContainer div.checkbox input,
div.bsContainer div.row .radio input
{
	border: none;
}


div.bsContainer div.checkbox label
{
	float: none;
	width: auto;
	display: inline;
}

div.bsContainer div.button
{
	margin-top: 10px;
}

/* Baby Seach */

div.bsContainer
{
	background-repeat: no-repeat;
	width: 946px;
	font-family: Arial;
	font-size: 11px;
}

div.bsContainer a
{
	color: #009ee0;
	text-transform: uppercase;
}

div.bsContainer div.top
{
	background-image: url(../images/BabySearch/BabySearch08/bg_top.gif);
	background-repeat: no-repeat; 
	height: 14px;
}

div.bsContainer div.body
{
	background-image: url(../images/BabySearch/BabySearch08/bg_middle.gif);
	background-repeat: repeat-y;
	
}
div.bsContainer div.bottom
{
	background-image: url(../images/BabySearch/BabySearch08/bg_bottom.gif);
	background-repeat: no-repeat; 
	height: 14px;
}

img.right
{
	display: block;
	float: right;
	margin-bottom: 20px;
}

h2.register,
h2.signUpForBumpsBaby
{
	width: 203px;
	background-image: url(../../images/BabySearch/BabySearch08/arrow.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}
h2.register a
{
	text-decoration: none;
}


div.bsContainer div.inner
{
	width: auto;
	padding: 16px 40px 16px 40px;
}

div.bsContainer div.flashInner
{
	margin: 0 auto 0 auto;
	width: 693px;
}


div.bsContainer h1
{
	margin-top: 1px;
	padding: 0;
	margin-bottom: 6px;
	font-size: 34px;
	text-transform: uppercase;
	color:#f755c0
}

div.bsContainer h1 .grey
{
	color:#c7c7c7
}


div.babyHome
{
	 background-image: url(../../images/BabySearch/BabySearch08/home_babylights_top.jpg);
}

div#babySearchHome
{
	 background-image: url(../../images/BabySearch/BabySearch08/bg_home.jpg);
}

div.babyHome div.innerBottom
{
	 background-image: url(../../images/BabySearch/BabySearch08/home_baby_bottom.jpg);
	 background-repeat: no-repeat;
	 background-position: left bottom;
}

h2.registerHome
{
	width: 305px;
	float: right;
	background-image: url(../../images/BabySearch/BabySearch08/arrow.gif);
	background-repeat: no-repeat;
	background-position: right 12px;
	font-size: 36px;
	font-weight: normal;
} 

h2.peopleChoice
{
	width: 450px;
	float: right;
	background-image: url(../images/BabySearch/BabySearch08/arrow.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	font-size: 36px;
	font-weight: normal;
}

h3.viewWinners
{
	padding-left: 70px;
	width: 400px;
	float: right;
	text-align: right;
	background-image: url(../../images/BabySearch/BabySearch08/arrow.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 25px;
}




h2.registerHome a
{
	text-decoration: none;
}

div#babySearchHome div.inner
{
	margin-left: 410px;
	text-align: right;
}

div#babySearchHome21 div.inner,
div#babySearchHome22 div.inner
{
	margin-left: 350px;
	text-align: right;
}
div#babySearchHome21 div.inner h4,
div#babySearchHome21 div.inner h5,
div#babySearchHome22 div.inner h4,
div#babySearchHome div.inner h4,
div#babySearchHome22 div.inner h5
{
	margin-top: 30px;
	padding: 0;
	margin-bottom: 10px;
	text-align: right;
	font-family: Arial;
	font-size: 17px;
	color: #009ee0;
	text-transform: uppercase;
}
div#babySearchHome21 div.inner h5,
div#babySearchHome22 div.inner h5
{
	font-weight: normal;
	font-size: 12px;
}

div#babySearchHome div.inner div.links
{
	margin: 20px 0 20px 0;
}

div#babySearchHome div.inner div.links a
{
	padding-right: 3px;
}

div#locationContainer h1
{
	
	font-size: 40px;
	text-transform: uppercase;
	color: #f755c0;
	font-weight: normal;
}

div#locationContainer h2
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #009ee0;
	
}

div#locationContainer h3
{
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	color: #009ee0;
}

div#locationContainer p
{
	margin: 3px 0 3px 0;
	padding: 0;
}




div#locationContainer td.right
{
	width: 400px;
	padding-left: 40px;
	
	
}
div#locationContainer div.whatToExpect
{
	
}


div#aboutContainer
{
	background-image: url(../images/BabySearch/BabySearch08/bg_about.jpg);
	background-position: bottom right;
}

div#aboutContainer  div.leftColumn
{
	width: 600px;
}

div#aboutContainer div.location 
{
	width: 260px;
	padding-right: 10px;
	float: left;
}
div#aboutContainer p
{
	margin: 3px 0 3px 0;
}

div#aboutContainer div.location p
{
	padding: 0;
	margin: 1px 0 1px 0;
}

div#aboutContainer h2.register
{
	margin-top: 15px;
}

div#aboutContainer h3
{
	margin: 15px 0 3px 0;
}

div#peopleChoice
{
	background-image: url(../images/BabySearch/BabySearch08/bg_people.jpg);
	background-position: center right;
}
div#peopleChoice div.inner div.left
{
	margin-top: 15px;
	margin-right: 330px;
	min-height: 400px;
	_height: 400px;
}


div#peopleChoice h2.signUpForBumpsBaby
{
	margin-top: 20px;
	width: 390px;	
}

div#peopleChoiceForm
{
	background-image: url(../images/BabySearch/BabySearch08/peoples_choice_trophy.jpg);
	background-position: 50px 60px;
}

div#peopleChoiceForm div.inner div.right
{
	
	clear: right;
	
	padding-left: 310px;
	min-height: 270px;
	_height: 270px;
}
div#peopleChoiceForm div.flash
{
	text-align: center;
}
div#regoContainer div.leftContent
{
	padding-top: 15px;
	width: 600px;
}

div.divider
{
	margin: 20px 0 20px 0;
	border-top: dashed 1px #ccc;
}

div.bsContainer dl dt,
div.bsContainer dl dd
{
	margin: 0;
	padding: 0;
}

div.bsContainer dl dt
{
	clear: left;
	width: 150px;
	float: left;
	text-align: right;
}
div.bsContainer dl dd

{
	margin-left: 155px;
}

div.bsContainer ul li
{
	padding-left: 10px;
	padding-top: 0px;
	margin-left: 10px;
	margin-bottom:5px;
	list-style-type: none;
	background-image: url(../images/BabySearch/BabySearch08/bullet.gif); 
	background-position: left center;
	background-repeat: no-repeat;
	list-style-type: none;
}



/* Competition Form */

div.competitionForm
{
	
}
div.competitionForm div.registerForm_O
{
	padding-top: 0;
}

div.competitionForm div.optIn
{
	margin: 10px 0 0px 0;
	padding: 0;
	background-image: none;
	
	
}
div.competitionForm  div.submitRow{display: none;}

div#addAnotherFriend
{
	padding-bottom: 11px
}

div.friend 
{
	
	width: auto;
	margin-bottom: 10px;
}
div.friend input
{
	margin-left: 5px;
	width: 180px;
	margin-right: 20px;
	border:1px solid #D8D8D8;
	background-color: #fafafa;
}

div.competitionForm h2.futuraBlue16
{
	text-transform: uppercase;
	font-size: 16px;
}

/* Yummy Mummy */

div#mummyToBe img.mummy
{
	padding-left: 40px;
}



div#mummyToBe .flash
{
	text-align:center;
}

/* Frequently Asked Questions */

#faqHeading
{
	width:390px;
	float:left;
	text-transform:uppercase;
	color: #2391FF;
	padding-top:11px;
	
}
#faqDescription
{
	clear:both;
}

#faqHeaderGraphic
{
	background:transparent url("../images/MCABG.gif") repeat-x left bottom;
	height:166px;
}

#faqGraphic
{
	background:transparent url("../images/hdr_faqs.jpg") no-repeat -4px 0;
	height:165px;
}

.faqHidden
{
    display:none;
}

#faqContainer h2
{
	margin-top:20px;
}

#faqContainer .faqQuestion
{
	text-indent: 17px;
	background:transparent url("../images/plus.gif") no-repeat left 2px;
	padding:0;
	margin:14px 0;
	cursor:pointer;
}
#faqContainer .faqAnswer
{
	padding-left: 17px;
	padding-bottom:3px;
}

.faqPlus
{
	background-image: url("../images/minus.gif") !important;
}

#faqControlsContainer
{
	float:right;
	margin-top:20px;
}
#faqShowAll, #faqHideAll
{
	text-indent:17px;
	margin-left:35px;
	display:block;
	width:100px;
	float:left;
	cursor:pointer;
	color: #2391FF;
}
#faqShowAll
{        	
	background:transparent url("../images/plus.gif") no-repeat left 2px;
}
#faqHideAll
{
	background:transparent url("../images/minus.gif") no-repeat left 2px;        	
}