.search_box_header {
	font-size: 14px;
	color: #f0cc15;
	font-weight: bold;
	padding: 8px;
	background-color: #4b2d15;
}

.search_box {
	font-size: 12px;
	border: 1px solid #29170a;
	border-top: none;
	margin-bottom: 20px;
	padding: 10px;
}
.search_button {
	font-size: 30px;
}

hr {color: #29170a; border: 1px solid #29170a;}
.search_box table td {
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #29170a;
}
.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;
}

