/** MAIN COMMUNITY MENU **/

#community-menu-wrapper
{
	background: transparent url(images/community-tab-bg.gif) repeat-x 1px 0;
	clear: both;
	width: 949px;
	height: 35px;
	margin-left: 3px;
}

#community-menu ul
{
	/*background: transparent url(images/community-tab-bg-separator.gif) no-repeat top left;*/
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 35px;
}

#community-menu li
{
	list-style-image: none;
	display: inline;
}

#community-menu li a
{
	background: transparent url(images/community-tab-bg-separator.gif) no-repeat top right;
	color: #dddddd;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	float: left;
	padding: 10px 15px;
}

#community-menu li a:hover
{
	background-color: #ffffff;
	color: #35abe8;
	text-decoration: none;
}

#community-menu li.active a
{
	color: #ffffff;
}
#community-menu li.active a:hover
{
	color: #35abe8;
}

#community-menu li.right a,
#community-menu li.right-first a
{
	float: right;
	background-position: top left;
}

#community-menu li.right-first
{
	background: transparent url(images/community-tab-bg-separator.gif) no-repeat top right;
	overflow: hidden;
}

/** WALL **/

ul#wall_activity
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

ul#wall_activity li
{
	clear: both;
	list-style-image: none;
	overflow: hidden; /* expands height to match all inner floating divs */
}

ul#wall_activity li span.icon
{
	display: block;
	float: left;
	width: 75px;
	padding: 15px 0;
	margin-right: 15px;
	text-align: right;
}

ul#wall_activity li span.activity
{
	display: block;
	float: left;
	padding: 15px 0;
	width: 575px;
	border-top: 1px solid #3b3b3b;
}

ul#wall_activity li span.activity span.friend_post
{
	background: #d0e0f0;
	display: block;
	border-color: #e0f0ff #c0d0e0 #c0d0e0 #e0f0ff;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	line-height: 1.5;
}

ul#wall_activity li span.activity span.entity_comment
{
	background: #eef0ff;
	display: block;
	border-color: #feffff #dee0ef #dee0ef #feffff;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	line-height: 1.5;
}

ul#wall_activity li span.activity span.status_update
{
	font-weight: bold;
	font-size: 16px;
}

ul#wall_activity li span.activity span.timestamp
{
	display: block;
	color: #3b3b3b;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

ul#wall_activity li span.activity span.remove_link
{
	display: block;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

ul#wall_activity li a.wall_reply
{
	color: #c0c080;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

ul#wall_activity .wall_reply_form_container
{
	display:block;
}
ul#wall_activity input.wall_reply_form_input
{
	background: black;
	border: 0;
	color: silver;
	padding: 3px;
	width: 350px;
}

#wall_pagination
{
	width: 100%;
}
#wall_pagination table
{
	width: 100%;
}
#wall_pagination table td#wp_left
{
	width: 25%;
	text-align: left;
}
#wall_pagination table td#wp_center
{
	width: 50%;
	text-align: center;
}
#wall_pagination table td#wp_right
{
	width: 25%;
	text-align: right;
}

#wall_quick_comment_box
{
	background: #f0f0f0;
	border: 1px solid #cfcfcf;
	margin: 0 0 15px;
	padding:13px;
}
	#wall_quick_comment_box form
	{
		margin: 0;
		padding: 0;
	}
	#wall_quick_comment_box input#wall_quick_comment_input
	{
		width: 525px;
	}

/** FRIENDS **/

ul.friend_request_list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.friend_request_list li
{
	display: block;
	float: left;
	width: 100px;
	height: 175px;
	text-align: center;
	list-style-image: none;
}

ul.friend_request_list li div.profile_add
{
	padding-top: 3px;
}

div.add_request { font-size: 11px; }

div#video_options
{
	background: #ecf2f2;
	border-color: #c0c0c0;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	line-height: 1.5;
}

div#video_options p#category_select
{
	display: none;
}

/** PROFILE **/
#profile_view_body_right_buttons
{
	padding-top: 10px;
	overflow: hidden;
}
	#profile_view_body_right_buttons .pvbr_button a
	{
		display: block;
		float: left;
		width: 100px;
		text-align: center;
		height: 25px;
		padding-top: 5px;
	}
	#profile_view_body_right_buttons .pvbr_button a:hover
	{
		background: #35abe8 url(images/community-tab-bg.gif) repeat-x 0 0;
		color: #ffffff;
		text-decoration: none;
	}

/** SHARING **/
.sharing_form
{
	padding: 5px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid transparent;
	margin: 5px 0 0;
}
	.sharing_form h3
	{
		margin: 0;
	}
	.sharing_form fieldset
	{
		border: 0;
	}
	.sharing_form fieldset legend
	{
		color: #2e6182;
		font-style: italic;
	}
form#sharing_form
{
	display: none;
}

.sharing_external_website
{
	clear: both;
	overflow: hidden;
}
.sharing_icon
{
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	margin-right: 5px;
}
