.profile_layout {width: 100%;	}
* html .profile_layout {width: expression((document.body.clientWidth - 450) + "px");}

.cellAvatar {
	padding: 0 30px 0 0;
	width: 100px;
	}
.cellLabel {
	font: 70% arial;
	color: #666666;
	padding: 0 15px 3px 0;
	width: 1%;
	}
.cellField {
	font: 70% arial;
	color: #333333;
	padding: 0 0 3px 0;
	}
.cellDescription {
	font: 70% arial;
	color: #333333;
	padding: 15px 0 5px 0;
	}
.realname {
	font-weight: bold;
	}
.dateStatistic {
	font: 70% arial;
	margin: 15px 0 15px 0;
	}
.icq_pic {
	float: left;
	position: relative;
	left: -1px;
	margin-right: 2px;
	}
h2.profile {
	font: bold 110% arial;
	color: #333333;
	margin: 15px 0 0 0;
	}


.people_search_form {
	width: 100%;
	margin: 10px 0 10px 0;
	}
* html .people_search_form {
	width: 75%;
	}
.people_search_form .a {	
	width: 99%;
	}
.people_search_form .a input {	
	width: 100%;
	font: 14pt arial;
	color: #666666;
	}
.people_search_form .a div {	
	font: 70% tahoma;
	margin: 5px 0 10px 0;
	}
.people_search_form .b input {	
	padding: 2px 10px 3px 10px;
	margin-left: 5px;
	}
.search_status {
	font: 90% tahoma;
	padding: 20px 0 0 0;
	}
.search_status .error {
	color: #932222;
	}

.previewStrip_container {
	width: 100%;
	margin: 0 65px 0 0;
	position: relative;
	}
.previewStrip {
	width: 100%;
	height: 130px;
	background-color: #e5e5e5;
	border-left: 1px dotted #999999;
	border-right: 1px dotted #999999;
	overflow: auto;
	overflow-y: hidden;
	position: relative;
	}

.previewStrip_inner {
	position:absolute;
	white-space:nowrap;
	}
.previewStripCell, .previewStripCellActive {
	width: 110px;
	height: 110px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	}
.previewStripCell_inner {
	position: relative;
	}
.previewStripCellActive {
	background-color: #5e81aa;
	}
.previewStrip_inner .num {
	float: right;
	background: #ffae00;
	font: 50% tahoma;
	color: black;
	position: absolute;
	bottom: -5px;
	right: 0;
	padding: 1px 8px 1px 8px;
	}
* html .previewStrip_inner .num {
	right: 5px;
	bottom: 5px;
	}
.previewStripCell_inner img {
	cursor: pointer;
	}
.imgResultContainer {
	text-align: center;
	margin: 15px 0 15px 0;
	}
#imgResultComment {
	margin: 10px 0 20px 0;
	font: 90% tahoma;
	color: #666666;
	}
	
.ratings td {
	font: 70% arial;
	}
.ratings_inner {
	margin-top: 20px;
	}
.ratings_inner td {
	font: 70% arial;
	color: #666666;
	}
.ratings_inner td.a, .ratings_inner td.b, .ratings_inner td.c {
	padding: 2px 0px 2px 0;
	border-bottom: 1px dotted #cccccc;
	}
.ratings_inner td.a {
	text-align: right;
	padding-right: 5px;
	}
.ratings_inner td.c {
	text-align: right;
	}
.ratings_inner td.y {
	height: 5px;
	}
.ratings_inner td.z {
	text-align: right;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #666666;
	}