.search_box_header {
	font-weight: bold;
	background-color: #cfb898;
	border: 1px solid #b5a185;
	border-bottom: none;
	padding: 5px;
	color: white;
	background-image: url(/_IMAGES/_XSL/templates/www_main/top_nav_bg.gif);
}

.search_box {
	font-size: 12px;
	border: 1px solid #b5a185;
	border-top: none;
	border-bottom: none;
	background-color: #eeeeee;
	padding: 10px;
}
.search_button {
	font-size: 30px;
}

.search_box table td {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}
.search_box table td.first {
	padding-left: 0px;
}
.search_box table td.last {
	padding-right: 0px;
	border: none;
	vertical-align: middle;
	text-align: center;
}
.search_box table td.nowrap {
	white-space: nowrap;
}

.search_box .radius_search {
	margin-top: 5px;
	display: block;
}
.search_box .radius_search_hidden {
	display: none;
}

/*- - - - - - - - - - - - - - - - - -*/

.advanced_search_box {
	font-size: 12px;
	border: 1px solid #b5a185;
	border-top: none;
	background-color: #eee9e2;
	padding: 10px;
}

.advanced_search_table {
}

.advanced_search_table td {
	vertical-align: top;
	padding: 5px;
}

.advanced_search_table td.left {
	white-space: nowrap;
}

.advanced_search_table td.right {
	width: 100%;
}

/*- - - - - - - - - - - - - - - - - -*/

.result_table {
	margin-top: 10px;
}

/*- - - - - - - - - - - - - - - - - -*/

.username {
	font-weight: bold;
	font-size: 18px;
}

.headline {
	font-weight: bold;
}
.about_me {
	color: #999;
}

.photo_cell {
	text-align: center;
}
.photo_cell img {
	border: none;
}
.photo_cell .container {
	width: 150px;
	height: 113px;
	border: 1px solid #000;
	background-color: #fff;
}
tr.alt td .photo_cell .container {
	background-color: #eee;
}

