@charset "utf-8";
/******************** personal ********************/
h2#personal {
	background: url(../img/h2-personal.gif) no-repeat;
}
table {
	width: 100%;
	border-collapse: collapse;
	vertical-align: top;
	line-height: 110%;
}
table img {
	margin-bottom: 0px;
	border: 1px solid #eee;
}
table img.icon {
	border: 0;
	margin: 20px 0 0 0;
}
td {
	padding: 5px;
}
table p {
	margin: 0;
}
td.thumbs {
	width: 40px;
	padding: 5px 0;
}
td.pic {
	width: 285px;
}
/******************** popup ********************/
div.photo {
	position: relative;
	top: 0;
	left: 0;
}
div.photo a img.large {
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	top: 0;
	left: 0;
}
div.photo a.popup,
div.photo a.popup:visited {
	display: block;
	top: 0;
	left: 0;
}
div.photo a.popup:hover {
	background-color: #fff;
}
div.photo a.popup:hover .large {
	display: block;
	position: absolute;
	width: 280px;
	height: 420px;
	top: 0;
	left: 47px;
}
/******************** profile ********************/
td.name {
	padding: 0;
}
td.name p {
	font-weight: bold;
	font-size: 120%;
	background: url(../img/icon-arrow.gif) no-repeat left;
	padding: 5px 0 4px 16px;
	color: #000;
	margin-bottom: 5px;
	line-height: 100%;
}
td.date-left {
	background: url(../img/date-bg.gif) no-repeat bottom left;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding-left: 7px;
	line-height: 170%;
}
td.date-left p {
	padding-left: 15px;
	background: url(../img/icon-calendar.png) no-repeat left;
}
td.date {
	background: url(../img/date-bg.gif) -95px bottom;
	text-align: right;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding-right: 7px;
	line-height: 170%;
}
td.age {
	padding-top: 10px;
	border-bottom: 1px dotted #ccc;	
}
td.border {
	border-bottom: 1px dotted #ccc;	
}
td.age p, td.border p {
	background: url(../img/icon-arrow2.gif) no-repeat left;
	padding-left: 12px;
	color: #000;
}
td.comment {
	padding: 10px 0 10px 5px;
	line-height: 140%;
}



/********************
*html  Internet Explorer6.0
*:first-child+html  Internet Explorer7.0
html>body  Firefox
html:first-child  Safari & Opera
********************/
