#project_view #info
{
	float: left;
	width: 192px;
}

	#project_view #info #url
	{
		margin: 10px 0;
	}

	#project_view #info .customer,
	#project_view #info .production_year,
	#project_view #info .workers
	{
		border-bottom: 1px solid #acacac;
		padding: 3px 0;
	}

	#project_view #info .task
{
	padding: 3px 0;
}

	#project_view #info #organization
	{
		clear: both;
		margin-top: 20px;
	}
		#project_view #info #organization a
		{
			padding-top: 22px;
			float: left;
		}

		#project_view #info #organization a.image_link
		{
			padding-top: 0;
			margin-right: 5px;
		}

#project_view .item_view_panel
{
	float: right;
	clear: right;
	width: 568px;
	overflow: hidden;
}

#project_view .item_view_panel img
{
	max-width: 568px;
}

#project_view .image_list_panel,
#project_view .video_list_panel
{
	clear: both;
	width: 568px;
	float: right;
	margin: 10px 0;
}

#project_view .image_list_panel h2,
#project_view .video_list_panel h2
{
	background: none;
	border: none;
	color: #201C1A;
	text-transform: none;
	text-indent: 0px;
}

#project_view .image_list_panel img,
#project_view .video_list_panel img
{
	width: 75px;
}

#project_edit table.editor
{
	background-color: #e2e2e2;
	color: #383838;
}

	#project_edit table.editor *
	{
		color: #383838;
		font-family: Arial;
	}

	#project_edit table.editor td
	{
		padding: 0px;
	}

	#project_edit table.editor label.label
	{
		float: left;
		clear: left;
		width: 110px;
		font-weight: normal;
		margin: 6px 0 0 0;
	}

	#project_edit #info_container
	{
		padding-bottom: 10px;
		padding-left: 20px;
	}
		#project_edit #info_container input,
		#project_edit #info_container textarea
		{
			width: 206px;
			clear: right;
		}

		#project_edit #info_container #workers_container textarea
		{
			height: 78px;
		}

	#project_edit #skills_container
	{
		padding-top: 22px;
		border-top: 2px solid #fff;
	}
		#project_edit #skills_container tbody td
		{
			padding-left: 20px;
		}

div.project_list div.project_item
{
	float: left;
	clear: none;
	width: 100px;
	margin: 6px 3px 6px 8px;
	overflow: hidden;
}

	#organization_search div.project_list div.project_item span.body_text
	{
		display: none;
	}

	div.project_list div.project_item img
	{
		width: 100px;
	}

	div.project_list div.project_item h3
	{
		margin: 5px 0;
	}

	div.project_list div.project_item div.more
	{
		margin-top: 5px;
	}
