/* CSS Document */

.member_list_holder_table{
	width:535px;
	border:1px solid #CCFF99;
}

	.member_list_holder_table .top_cell{
		font-family:tahoma;
		color:#003300;
		size:auto;
		text-align:center;
		background:#E4FDE1;
		font-size:11pt;
	}
	.member_list_holder_table .content_cell{
		color:#006699;
		font-family:tahoma;
		font-size:10pt;
		height:23px;
		background:#FFFFFF;
		text-align:left;
		padding-left:10px;
		vertical-align:middle;
	}
		.member_list_holder_table .content_cell a:link,
		.member_list_holder_table .content_cell a:active,
		.member_list_holder_table .content_cell a:visited{
			font-family:tahoma;
			color:#0066FF;
		}
		.member_list_holder_table .content_cell a:hover{
			font-family:tahoma;
			color:#CC3333;
		}
		
.profile_holder_table{
	width:535px;
	margin-top:20px;
}
	 .profile_holder_table .info_cell{
		text-align:left;
		vertical-align:top;
		padding:5px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
	 }
	 	.profile_holder_table .info_cell span{
			font-weight:bold;
		}
	 .profile_holder_table .image_cell{
		vertical-align:top;
		padding:5px;
	 }
	 	 .profile_holder_table .image_cell img{
		 	border:2px solid #993333;
			width:180px;
		 }
		 
	.profile_holder_table .tools_cell{
		height:30px;
		vertical-align:middle;
		text-align:center;
	}
		.profile_holder_table .tools_cell a:link,
		.profile_holder_table .tools_cell a:active,
		.profile_holder_table .tools_cell a:visited{
			color:#333399;
			font-family:Tahoma;
			padding:10px;
			text-decoration:underline;
			font-size:10pt;
		}
		.profile_holder_table .tools_cell a:hover{
			color:#FF9900;
			font-family:Tahoma;
			padding:10px;
			text-decoration:none;
		}
