/* CSS Document */
#listing_sort
{
	clear:both;
	font-size:16px;
	position:relative;
	text-align:center;
	border-bottom:#000000 thin solid;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:15px;
}
.list_heading
{
	position:relative;
	font-size:18px;
	text-decoration:underline;
	font-weight:bold;
}
.list_media_listing
{
	position:relative;
	clear:both;
}
.list_media_file
{
	position:relative;
	width:200px;
	float:left;
	/* needed z-indx becuase float:left put the link behind the div */
	z-index:1;
}
.list_media_name
{
	display:none;
}
.list_media_description
{
}
.list_media_date
{
	position:relative;
}
.small_media_listing
{
	position:relative;
	float:left;
	width:150px;
	margin:5px;
	overflow:hidden;
	height:110px;
}
.small_media_file
{
	position:relative;
	width:150px;
	height:80px;
	overflow:hidden;
	text-align:center;
	float:left;
	top:-10px;
}
.small_media_name
{
	position:relative;
	text-align:left;
	float:left;
	top:90px;
	height:20px;
	white-space:nowrap;
	font-size:11px;
}
.small_media_date
{
	display:none;
}
.small_media_description
{
	display:none;
}

.long_media_listing
{
	position:relative;
	width:480px;
	border-top:#000000 thin solid;
}
.long_media_file
{
	position:relative;
	top:10px;
	height:300px;
	width:480px;
	float:left;
	overflow:hidden;
	text-align:center;
}
.long_media_name
{
	position:relative;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;
	width:480px;
}
.long_media_description
{
	position:relative;
	top:20px;
	overflow-y:auto;
	height:300px;
	clear:both;
}
.long_media_date
{
	display:none;
}

/* remove video style when admin video upload works */
.video_media_listing
{
	position:relative;
	width:480px;
	border-top:#000000 thin solid;
}
.video_media_file
{
	position:relative;
	top:10px;
	height:360px;
	width:480px;
	float:left;
	overflow:hidden;
	text-align:center;
}
.video_media_name
{
	display:none;
}
.video_media_description
{
	display:none;
}
.video_media_date
{
	display:none;
}