.profile_table {
}
.profile_table td {
	vertical-align: top;
}
.profile_table td.left {
	width: 300px;
}
.profile_table td.right {
	padding-left: 10px;
}

.username {
	font-size: 24px;
}

.friend {
	width: 243px;
	height: 57px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 135px;
	background: #ffffff url(/_IMAGES/profile/friend.jpg) no-repeat top center;
	text-align: left;
	vertical-align: top;
	clear: both;
}

.message {
	width: 243px;
	height: 57px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 135px;
	background: #ffffff url(/_IMAGES/profile/message.jpg) no-repeat top center;
	text-align: left;
	vertical-align: top;
	clear: both;
}

.block {
	width: 243px;
	height: 54px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 135px;
	background: #ffffff url(/_IMAGES/profile/block.jpg) no-repeat top center;
	text-align: left;
	vertical-align: top;
	clear: both;
}

fieldset {
	border-radius: 7px;
	-moz-border-radius: 7px;
	border: 1px solid #D3D3D3;
	padding: 4px;
}

.about-me {
	width: 530px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #F5F1EF;
	text-align: left;
	vertical-align: top;
	clear: both;
}

/* BEGIN LEFT GRUP STYLES */
	.left_group {
	}
	.left_group td {
		padding: 5px;
		font-size: 12px;
	}
	.left_group tr.label td {
		color: #666;
		background-color: #F5F1EF;
		font-weight: bold;
		padding-bottom: 0px;
	}
	.left_group tr.value td {
		padding-top: 0px;
		padding-left: 20px;
		padding-bottom: 10px;
	}
/* BEGIN LEFT GRUP STYLES */

/* BEGIN MAIN PHOTO STYLES */
	.main_photo {
		padding: 5px;
		height: 250px;
		width: 302px;
		background-color: #f4f1eb;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	
	.main_photo .main_image_container {
		text-align: center;
		vertical-align: middle;
		background-color: #f4f1eb;
		border: 0px;
		height: 225px;
		overflow: hidden;
	}
	
	.main_image_container img {
		border: 1px solid #000000;
	}
	
	.main_photo .main_description {
		font-size: 14px;
		line-height: 25px;
		height: 25px;
	}
	
	.main_description_mask {
		height: 25px;
		width: 300px;
		overflow: hidden;
	}
/* END MAIN PHOTO STYLES */


/* BEGIN PHOTO STYLES */
	.blank_photo {
		float: left;
		margin: 10px;
		margin-left: 0px;
		margin-bottom: 0px;
	}
	
	.photo {
		padding: 5px;
		height: 68px;
		width: 78px;
		background-color: #eee;
		border-top: 1px solid #ccc;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
		border-left: 1px solid #ccc;
	}
	.photo:hover {
		cursor: pointer;
	}
	
	.current_photo {
		background-color: #ffffcc;
	}
	
	.photo .image_container {
		text-align: center;
		vertical-align: middle;
		background-color: #fff;
		border: 1px solid #ccc;
		height: 56px;
		overflow: hidden;
	}
	
	.photo .description {
		font-size: 10px;
		height: 25px;
	}
	
	.description_mask {
		height: 12px;
		width: 76px;
		overflow: hidden;
	}
	
	.controls {
		margin-top: 5px;
	}
	.controls td.control_left {
	}
	.controls td.control_middle {
		text-align: center;
		width: 100%;
	}
	.controls td.control_right {
		text-align: right;
	}
	.controls input {
		font-size: 11px;
	}
/* END PHOTO STYLES */

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

#header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #68552e;
}

#text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}


/* general web form styles */
	table.form_table2 {
		font-size: 13px;
		border-radius: 5px;
		-moz-border-radius: 5px;
	}
	table.form_table2 input, select {
	}
	table.form_table2 tr.header td {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	}
	table.form_table2 td.field_label {
		white-space: nowrap;
		text-align: right;
		color: #000000;
		font-weight: bold;
		background-color: #E9DFD1;
		border-bottom: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		vertical-align: top;
	}
	table.form_table2 td.label {
		white-space: nowrap;
		text-align: right;
		font-weight: bold;
		border-bottom: 1px solid #ffffff;
		vertical-align: top;
	}
	table.form_table2 td.field {
		width: 100%;
		background-color: #F5F1EF;
		border-bottom: 1px solid #ffffff;
	}
	table.form_table2 tr td {
		padding: 5px;
	}

/*Comment Box Styles*/

	#comment_top {
		width: 505px;
		margin: 10px 10px 10px 10px;
		background: transparent url(/_IMAGES/profile/top-comment.gif) no-repeat scroll center top;
		clear: both;
	}
	#comment_bottom {
		width: 505px;
		margin: 0 auto;
		padding: 0px 0px 0px 0px;
		background: transparent url(/_IMAGES/profile/bottom-comment.gif) no-repeat scroll center bottom;
		position: relative;
		clear: both;
	}
	#comment_container {
		width: 505px;
		margin: 6px 0px 18px 0px;
		background: transparent url(/_IMAGES/profile/middle-comment.gif) repeat-y scroll center top;
		display: table;
		clear: both;
	}
	#comment_container div.content {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: left;
		color: #333;
		padding: 10px 20px 10px 20px;
	}
	
	#comment_container div.content span {
		font-family: "Courier New", Courier, monospace;
		color: #777;
	}