/* Member Index Styles */

#member_list a{
	text-decoration: none;
}

#member_list{
	width: 305px;
	position: relative;
	float: left;
	margin-top: 20px;
	margin-left:5px
}

#member_list h1{
	float: left;
	display:inline;
}

#member_list #pagination{
	clear: both;
	margin-top: 0px;
}

/* Member Profile Styles */

#member_img{
	position: relative;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: -10px;
}

#member_profile{
	position: relative;
	float: right;
}

.media_video object, .media_video embed{
	width: 200px;
	height: 180px;
	margin-top: 5px;
}

/* Form Styles */

#member_image{
	display: none;
	padding-top: 5px;
}

#member_left_col{
	position: relative;
	float: left;
	width:360px;
	border: 1px solid #ccc;
	padding: 2px 10px 10px 10px;
}

#member_right_col{
	position: relative;
	float: left;
	width:315px;
	margin-left:5px;
	min-height: 300px;
	padding: 0px 0px 10px 10px;
}

.member_badge{
	width: 140px;
	height: 50px;
	float: left;
	margin-right:10px;
	margin-bottom: 10px;
}

.member_badge img{
	height: 50px;
}

.member_img_wrap{
	width: 50px;
	height: 50px;
	margin-right: 5px;
	float: left;
	background-color:#cccccc;
	text-align:center;
}

.dashboard_description{
	margin-lefT:20px;
}

.dashboard_content{
	position: relative;
	float:left;
	margin: 10px;
	overflow: hidden;
	background-color: #eeeefe;
}

.dashboard_content a{
	color: #d49122;
	text-decoration:none;
}

.dashboard_content a:hover{
	text-decoration:underline;
}

.dashboard_content *{
	margin-right:5px;
}

.dashboard_content h2{
	background-color: #CCCCCC;
	padding: 5px;
	margin-right: 0;
}

#content ul{
	margin-left:30px;
}