/*
	Boxes center
				  */

.box_center {
    border:1px solid #3b79ba;
	background-color:#ffffff;
    margin:7px 0 0;
    width:466px;
}

	/* general */
	.box_head {
	    background:#3b79ba url(../../img/default/bg/head.gif) repeat-x;
	    width:455px;
	    padding:0 0 0 11px;
	    height:25px;
    	overflow:hidden;
	}
	
		.box_head h2 {
		    float:left;
		    font:bold 12px/24px Verdana, Arial, Helvetica, sans-serif;
		    color:#fff;
		    margin:0;
		}

			.box_head h2 a {
				text-decoration:none;
				color:#FFF;
			}
			
			.box_head h2 a:hover {
				text-decoration:underline;
			}

		.box_head h3 {
		    float:left;
		    font:bold 12px/24px Verdana, Arial, Helvetica, sans-serif;
		    color:#fff;
		    margin:0;
		}
		
	.box_info {
	    background:url(../../img/default/bg/top.jpg) no-repeat;
	    width:442px;
	    padding:25px 11px 15px 11px;
	    position:relative;
	}

	.box_foot {
	    background:#b6cee6;
	    width:450px;
	    padding:6px 8px;
	    overflow:hidden;
	}
	
	.box_foot a {
		color:#3b79ba;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:11px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:bold;
		line-height:16px;
		text-decoration:underline;
	}

	.box_foot input, .cl_button {
	    float:right;
		cursor:pointer;
	    font:bold 10px/20px Verdana, Arial, Helvetica, sans-serif;
	    color:#fff;
	    height:20px;
	    padding:0px 3px 0px 3px;
		margin:0px 0px 0px 4px;
	    background:#3b79ba url(../../img/default/bg/button.gif) repeat-x;
		text-decoration:none;
	    text-align:center;
	    text-transform:uppercase;
	    border:none;
	}

	/* welcome box babysite */
	.baby_center_box {
		float:left;
		background:#ffffff url(../../img/default/bg/welcome.jpg) no-repeat;
		background-position:top left;
		height:255px;
	    border:1px solid #3b79ba;
	    margin:7px 0 0;
	    width:466px;
	}

	.baby_center_box_small {
		float:left;
		background:#ffffff url(../../img/default/bg/top.jpg) no-repeat;
		height:96px;
	    border:1px solid #3b79ba;
	    margin:7px 0 0;
	    width:466px;
	}	
	
		.baby_center_box .welkom, .baby_center_box_small .welkom {
			float:left;
			position:relative;
			width:466px;
		    background-image:url(../../img/default/bg/head.gif);
			background-repeat:repeat-x;
			padding:0px;
		}
			
			.baby_center_box .welkom h3, .baby_center_box_small .welkom h3, .welkom h3 a {
				font:bold 12px/26px Verdana, Arial, Helvetica, sans-serif;
				color:#fff;
				margin:1px 0 0 4px;
				text-decoration: none;
			}
		
			.baby_center_box .welkom h3 a:hover {
				text-decoration: underline;
			}

		.baby_center_box .naamkader, .baby_center_box_small .naamkader {
			position:absolute;
			top:0px;
			right:10px;
			width:250px;
			height:75px;
			background-image:url(../../img/default/bg/name_shape.png);
			background-repeat:no-repeat;
		}
		
		.baby_center_box .naamkader div, .baby_center_box_small .naamkader div {
			position:relative;
			float:left; 
			width:248px;
		}

			.baby_center_box .naamkader div h2, .baby_center_box_small .naamkader div h2 {
				display:table;
				margin:0px;
				height:76px;
				text-align:center;
			}
	
				.baby_center_box .naamkader div h2 span, .baby_center_box_small .naamkader div h2 span, .naamkader div h2 span a {
					font:bold 24px/30px Verdana, Arial, Helvetica, sans-serif;
					color:#3b79ba;
					width:228px;
					padding:0 5px;
					line-height:76px;
					display:table-cell;
					vertical-align:middle;
					text-decoration: none;
				}

	.baby_center_box .welkom .child {
		float:left;
		width:185px;
		position:relative;
		margin:14px 0 0 19px;
	}

	.baby_center_box .welkom .frame {
		position:absolute;
		top:-5px;
		left:-6px;
		overflow:hidden;
	}

		.baby_center_box .welkom .frame div {
			display:block;
			background:url(../../img/default/bg/babyphoto.png) no-repeat;
			width:187px;
			height:188px;
			text-indent:-9999px;
		}

	.baby_center_box .name {
		position:absolute;
		top:70px;
		right:0px;
		padding:7px 16px 0 1px;
	}

		.baby_center_box .name ul {
			width:238px;
			padding:0;
			margin:10px 0 0;
			overflow:hidden;
			list-style:none;
		}

			.baby_center_box .name ul li {
				font:11px/14px Verdana, Arial, Helvetica, sans-serif;
				color:#000;
				width:228px;
				padding:3px 5px;
				line-height:1.5;
				border-top:1px solid #3b79ba;
			}

				.baby_center_box .name ul li:first-child {
					border-top:none;
				}

				.baby_center_box .name ul li strong {
					font:bold 11px/14px Verdana, Arial, Helvetica, sans-serif;
					color:#3b79ba;
				}

/*
	Boxes right
				 */

.babysite_box_right {
    width:332px;
    border:1px solid #3b79ba;
    margin:6px 0 0;
	background-color:#FFF;
}

	.babysite_box_right .box_right_head {
	    background:#3b79ba url(../../img/default/bg/head.gif) repeat-x;
	    width:321px;
	    height:25px;
	    padding:0 0 0 11px;
	    overflow:hidden;
	}
	
		.babysite_box_right .box_right_head h2 {
		    float:left;
		    font:bold 12px/25px Verdana, Arial, Helvetica, sans-serif;
		    color:#fff;
		    margin:0;
		}

	.babysite_box_right .box_right_info {
	    background:url(../../img/default/bg/right.jpg) no-repeat;
		background-position:top right;
	    width:314px;
	    padding:9px 9px 9px 9px;
	    position:relative;
/*	    z-index:10; */
	}
	
		.box_right_info p {
			font-size:11px;
			font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
			padding-top:3px;
		}
		
		.box_right_info span {
			color:#3b79ba;
			font-weight:bold;
		}
	
		.babysite_box_right .box_right_info .cl_list {
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
			margin:0px 0 0;
			overflow:hidden;
			padding:0;
			font: bold 11px/20px Verdana, Tahoma, sans-serif;
		    color:#3b79ba;
		}

			.babysite_box_right .box_right_info .cl_list li{
				height: 20px;
			}

				.babysite_box_right .box_right_info .cl_list li span{
					width: 120px;
					overflow:hidden;
					font-weight: normal;
					float: left;
					color: #000000;
				}
				
		.babysite_box_right .box_right_info h2 {
		    font:bold 26px/42px Verdana, Arial, Helvetica, sans-serif;
		    color:#3b79ba;
		    margin:0;
		    border-bottom:1px solid #abd2ef;
		}

		.babysite_box_right .box_right_info div.cl_content {
		    font:11px/16px Verdana, Arial, Helvetica, sans-serif;
		    color:#000;
		    margin:0px 0 0;
		}

			.babysite_box_right .box_right_info div.cl_content a {
			    font:bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
			    color:#3b79ba;
			    text-decoration:underline;
			}

	.babysite_box_right .box_right_foot {
		background: #b6cee6 none repeat scroll 0 0;
		overflow: hidden;
		padding: 7px 5px;
		width: 322px;
	}

		.box_right_foot input {
		    float:right;
			cursor:pointer;
		    font:bold 10px/21px Verdana, Arial, Helvetica, sans-serif;
		    color:#fff;
		    height:21px;
		    padding:0 3px 0 3px;
			width:auto;
		    background:#b6cee6 url(../../img/default/bg/button.gif) repeat-x;
		    text-align:center;
		    text-transform:uppercase;
		    border:none;
		}

	.babysite_box_right .box_right_info div.cl_content a:hover {
		text-decoration:none;
	}

	.babysite_box_right .box_right_info.cl_bg {
		background: url('../../img/default/icons/book.png') right top no-repeat;
	}

/* Dialog boxes */

.dialog_box {
	border:1px solid #00A5D2;
	overflow: hidden;
	display: none;
	position: absolute;
	width: 350px;
	height: 100px;
	z-index: 1000;
	top: 470px;
	left: 250px;
	background-color:#FFFFFF;
}

.title001 span {
	color:white;
	font-weight:bold;
	left:4px;
	margin-left:5px;
	position:relative;
	font-size:11px;
	line-height:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	top:7px;
}

/* ADD. STYLES */
.line {
    position:absolute;
    top:-20px;
    right:6px;
}

	.line div {
	    background:url(../../../img/default/line.png) no-repeat;
	    width:80px;
	    height:65px;
	    overflow:hidden;
	}

.line1 {
    position:absolute;
    top:-20px;
    right:66px;
}

	.line1 div {
	    background:url(../../img/default/line.png) no-repeat;
	    width:80px;
	    height:65px;
	    overflow:hidden;
	}
	
/* MAIL */

.mail {
    position:absolute;
    top:-38px;
    right:6px;
    width:48px;
    height:55px;
    overflow:hidden;
}

/* BIRTH */

.birth {
    position:absolute;
    top:-23px;
    right:4px;
    background:url(../../../shared/img/icons/book.png) no-repeat;
    width:70px;
    height:65px;
    overflow:hidden;
}

/* GROWTH */

.growth {
    position:absolute;
    top:-23px;
    right:4px;
    background:url(../../../shared/img/icons/weight.png) no-repeat;
    width:70px;
    height:65px;
    overflow:hidden;
}

.cl_growth p {
	font:bold 11px/24px Verdana, Arial, Helvetica, sans-serif;
	color:#3b79ba;
	margin:0;
}

.cl_growth span {
	float:left;
	font:11px/24px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin:0;
	width:94px;
}

/* GUESTBOOK */
.book {
    position:absolute;
    top:-23px;
    right:10px;
}
	
/* TEETH */

.teeth {
    position:absolute;
    top:-23px;
    right:4px;
}

.teeth1 {
    position:absolute;
    top:-23px;
    right:50px;
}

.toothbox p {
	font:11px/24px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin:0;
}

.toothbox span {
	font:bold 11px/24px Verdana, Arial, Helvetica, sans-serif;
	color:#3b79ba;
	margin:0;
}

/* UNKNOWN */

.babysite_box_right .box_right_head a.cl_edit {
	float: right;
	background:#00A5D2 url(../../img/default/bg/add-albums.jpg) no-repeat scroll 0 0;
    width:62px;
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	margin:2px 2px 0 0;
	padding:0 1px;
	text-align:center;
	text-transform:uppercase;
	text-decoration: none;
}

/* FAMILY TREE */

.tree {
	position:absolute;
	top:-35px;
	right:15px;
}

/* EMAIL */

.mail {
	position: absolute;
	right: 10px;
	top: -35px;
}

.email label {
	float:left;
	color:#3b79ba;
	font-weight:bold;
	font-size:11px;
	width:75px;
	margin:3px 0px 0px 4px;
}

.email span input {
	float:left;
	border:1px solid #3b79ba;
	background:#FFF;
	text-align:left;
	font-weight:normal;
	height:18px;
	width:145px;
	cursor:none;
	color:#000;
	font-size:10px;
	margin-left:10px;
}