div.child {
	margin-bottom: 20px;
	padding: 10px;
	position: relative;
}
div.mask {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin-top: -10px;
	/*background-color: rgba(231,226,214,0.7);*/
	background-color: rgba(0,0,0,0.8);
	opacity: 0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80); /*for ie*/
	z-index: 999;
	vertical-align: middle;
}
div.mask div.warning {
	border: solid 3px red;
	background-color: rgba(248,206,206,1.0); /*#F8CECE;*/
	opacity: 1.0;
	-moz-opacity:1.0;
	filter:alpha(opacity=100); /*for ie*/
	padding: 5px;
	width: 500px;
	height: 20px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -250px;
}
div.child_inactive{
	border: solid 1px red; /*#afafaf;*/
	background-color: #efebef;
}
div.child_unknow{
	border: solid 1px #aba000;
	background-color: #f0ecb0;
}
div.child_boy{
	border: solid 1px #00adef;
	background-color: #bbe4f4;
}
div.child_girl{
	border: solid 1px #ff00ff;
	background-color: #f6c1f6;
}
img.profil {
	display: block;
	float: left;
	margin-right: 15px;
}
div.child_info {
	float: left;
	width: 700px;
}
div.child h1 {
	margin: 0 30px 0 0;
	font-size: 1.5em;
	display: inline;
}
div.list_child {
	float: left;
	width: 160px;
	margin-right: 15px;
}
div.actions_list {
	margin-top: 15px;
	float: left;
	width: 33%;
}
#list_menu {
	width: 200px;
	float: left;
}
#list_items {
	width: 570px;
	float: left;
}
#list_menu_sayings {
	width: 120px;
	float: left;
}
#list_sayings {
	width: 655px;
	float: left;
}
#view_menu {
	width: 220px;
	float: left;
	padding-top: 15px;
}
#view_content {
	border-left: dashed 1px;
	padding: 15px 0 15px 15px;
	width: 535px;
	float: left;
}
#view_content h1 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1em;
	border-bottom: solid 1px;
}
#view_menu h1 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 1.2em;
}
#view_menu h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
table.sayings {
	margin: 15px 0 15px 0;
	width: 100%;
}
table.sayings td {
	padding: 5px 0 5px 0;
	border-bottom: dashed 1px;
}
table.sayings td.title {
	border-bottom: solid 1px;
	font-weight: bold;
	padding: 0;
}
span.sayings_title {
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	margin: 20px 0 0 0;
}
span.saying_date {
	color: gray;
	font-size: 0.8em;
}
table.sayings_public {
	width: 100%;
}
table.sayings_public td {
	vertical-align: top;
	border-bottom: dashed 1px;
	padding: 10px 0 10px 0;
}
span.vote {
	background-color: #efefef;
	display: block;
	padding: 3px 0 3px 0;
	font-size: 0.8em;
}
span.errorAdd {
	border: solid 3px red;
	background-color: #F8CECE;
	padding: 2px;
}