/* SUMMARY PART ***********************************************************************/
#summary ul#babyInfo {
	margin-top: 8px;
	margin-bottom: 8px;

	color: #AA7188;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
}

#summary div#babyActivities {
	margin-bottom: 8px;
	margin-left: -8px;
	margin-right: -10px;
}

/* MANAGEMENT PART ***********************************************************************/
/* IE6 & IE7 hack */
* html #management div.tabs-sub thead td {
	height: 28px;
}
 * + html #management div.tabs-sub thead td {
	height: 28px;
}

#management .module-action-product {
	height: 20px;
	border-bottom: 1px solid;
	font-size: 12px;
	width: 100%;
}

#management div.tabs-sub li {
	font-size  : 11px;
	line-height: 20px;

}

/* IE6 hack => must not see that */
* > #management div.tabs-sub li {
	height: auto;
}

#management table.tab-sub-3,
#management table.tab-sub-3 a {
	width: auto;
}

#management div.content-style-0 a {
	color: #C881B3;
	font-weight: bold;
}
#management div.content-style-1 a {
	color: #E34385;
	font-weight: bold;
}
#management div.content-style-2 a {
	color: #4A4D7E;
	font-weight: bold;
}
#management div.content-style-3 a {
	color: #927B44;
	font-weight: bold;
}
#management div.content-style-4 a {
	color: #8E4462;
	font-weight: bold;
}
#management div.content-style-5 a {
	color: #B29365;
	font-weight: bold;
}

#management table.module-style-0 tbody td.content a,
#management table.module-style-1 tbody td.content a,
#management table.module-style-2 tbody td.content a,
#management table.module-style-3 tbody td.content a,
#management table.module-style-5 tbody td.content a {
	color: #4A4D7E;
}


#management table.module-style-4 tbody td.content a {
	color: #AA7188;
}

#management div.tabs-sub tbody a:hover {
	text-decoration: none;
}

#management table.module-info {
	font-size: 12px;
	width: 100%;
	margin-top: 4px;
}
#management table.module-info tr {
	border-bottom: 1px solid;
}
#management table.module-info tr td a {
	font-weight: normal;
}

#management div.description a.more {
	position: absolute;
	right: 10px;
	top: 0px;
}

/* BABY BONUS PART *******************************************************/
#management div.bonus {
	padding: 0;
	padding-left: 10px;
	color: #4A4D7E;
}
#management div.bonus h3 {
	border-bottom: 1px solid;
	margin-top: 20px;
	margin-bottom: 4px;
	color: #888BBE;

}
#management div.bonus a {
	color: #4A4D7E;
}


#management div.bonus table.module-info {
	font-size: 12px;
	margin-top: 0px;
	width: 100%;
}
#management div.bonus table.module-info tr {
	border-bottom: none;
}

#management table.module-bonus {
	font-size: 12px;
	width: 90%;
	margin-top: 2px;
}
#management table.module-bonus td {
	border-bottom: 1px dashed #888BBE;
}

#management #bonus-description {
	width: 90%;
	margin-top: 8px;
}
#management #bonus-description table #title {
	font-weight: bold;
	margin-bottom: 6px;
	text-decoration: underline;
}
#management #bonus-description table a {
	color: #4A4D7E;
}

/*******************************************************************/
#management div#actionBoxContent h3.console,
#management div#actionBoxContent h3.console-2 {
	border-bottom: 1px solid;
	margin-bottom: 4px;
}
#management div#actionBoxContent h3.console {
	margin-top: 20px;
}
#management div#actionBoxContent h3.console-2 {
	margin-top: 10px;
}

/***************************** HISTORY ******************************/
#history {
	height: auto;
}
ul.activityHistory {
	margin-top: 10px;
	border-top: solid 1px;
}
ul.activityHistory li {
	border-bottom: solid 1px;
}

/************************** GOD PARENT **************************/
#management #babyPublicInfoContent div.content {
	min-height: 500px;
}

#management #babyGodparentInformation table.module-style-6 {
	font-size: 12px;
}
#management #babyGodparentInformation table.module-style-6 a {
	color: #4A4D7E;
}

/*********************************** TUTORIAL ***************************/
#customTutorial {
	position: absolute;
	width: 482px;
	min-height: 166px;
	_height: 166px;
	right: -37px;
	_right: -38px;
	top: -7px;
	z-index: 1001;
	/*clip: rect(7px auto 152px 443px);*/
	clip: rect(auto auto auto auto);
}

#customTutorial ul.tab-style-6 {
	position: absolute;
	width: 62px;
	right: 0;
	top: 7px;
}
#customTutorial ul.tab-style-6 li {
	cursor:pointer;
}
#customTutorial table.module,
#customTutorial table.module table {
	position: relative;
	left: 1px;
	font-size:12px;
	font-weight:normal;
	color: #5b6292;

}
#customTutorial table.module table td {
	vertical-align:top;
	padding-bottom:8px;
}
#tutorialTitle {
	margin-top:20px;
	margin-bottom:15px;
}
#customTutorial #tutorialDescription h2 {
	color: #AA7188;
	font-size: 15px;
}

#customTutorial #tutorialDescription {
	padding-right:8px;
}
#tutorialImage {
	min-height: 200px;
	_height: 200px;
}

#tutorialImage img {
	float: left;
	margin-top: 8px;
	margin-left: -4px;
	max-width: 118px;
	max-height: 182px;
	margin-right:5px;
	width: expression(this.width > 118 ? "118px" : true );
	height: expression(this.height > 182 ? "182px" : true );
}

#customTutorial p.objective {
	font-weight: bold;
/*	color: #AA7188;*/

}