.listingListingTable {
	border: 1px solid grey;
}

.listingListRowEven td {
	background-color: #efefef;
}

.listingListingHeaderRow {
	border: 1px solid grey;
}

.listingListingHeaderRow td {
	border-bottom: 1px solid grey;
	background-color: #efefef;
	font-weight: bold;
}

.listingListingControls {
	margin: 10px 0px 10px 0px;
	background: url(/resources/images/icons/icn_arrow_left_green.gif) no-repeat center left;
	padding-left: 20px;
	float: left;
}

.availableListingsInstructions {
	margin: 10px 0px 10px 0px;
	padding: 5px;
	border: 1px solid black;
	text-align: center;
}

.availableListingsTitleTable td {
	font-weight: bold;
	border-bottom: 1px solid grey;
	background-color: #efefef;
}

.availableListingsTitleTable {
	margin-bottom: 5px;
}

.availableListingsListings {
	border: 1px solid grey;
}

.availableListingsMessage {
	border: 1px solid grey;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.listingListingAdditionalControls {
	margin: 10px 0px 10px 0px;
	float: right;
}

.listingListingTable {
	border:none;
}
.listingListingHeaderRow td {
	border-bottom:1px solid #FFFFFF;
}

.listingListRowEven td {}

.listingListingFieldTitle {
	font-size:14px;
	border-bottom:2px solid #284450;
	padding:4px 0px;
	margin-bottom:6px;
	font-weight: bold;
}
.listingListingField {margin-bottom: 10px;}

.listingListingFieldValue {
	line-height:18px;
	padding:0 20px !important;
}

#editProfileHeader {
	display:none;
}

.respondToListingLink {
	font-weight:bold; 
	font-size:15px; 
	margin-top:20px;
}

.profExtVideoThumb img,
.profExtPhotoThumb img {
	max-width: 150px;
	max-height: 150px;
	float: left;
	margin: 0 10px 10px 0;
}
.listingListingFieldValue .miniProfileComponentContainer {
	float: left;
	margin: 0 10px 10px 0;
}
.contentDisplay {padding-left: 5px; color: #000000; float: left;}
.contentDisplay a:hover {position: relative; color: #000000;}
.contentDisplay a .contentDisplayBody {display: none; color: #000000;}
.contentDisplay a:hover .contentDisplayBody {
	display: block;
	position: absolute;
	top: 0px;
	left: 20px;
	padding: 10px;
	margin: 10px;
	z-index: 100;
	background: #f0f0f0;
	border: 1px solid #2F2F2F;
	text-align: center;
	text-decoration: none;
	color: #000000;
}
.contentDisplay .contentIcon {display: inline-block; width: 16px; height: 16px;}
.contentIconUser {background-image: url("/resources/images/icons/16-user.png");}
.contentIconGroup {background-image: url("/resources/images/icons/16-groups.png");}
.contentIconPhoto {background-image: url("/resources/images/icons/16-photoStack.png");}
.contentIconVideo {background-image: url("/resources/images/icons/16-video.png");}
.profExtUserPreview span,
.profExtGroupPreview span {display: block; margin-top: 5px;}

.bulk-toolbar {
	padding: 8px 10px;
	background-color: #FCF8E3;
	border: 1px solid #faebcc;
	border-radius: 2px;
	margin-bottom: 10px;
}
.bulk-message {
	float: right;
	opacity: .8;
	font-size: 95%;
}
.disable-bulk, .delete-bulk, .bulk-message {
	display: none;
}
.editing .enable-bulk {
	display: none;
}
.editing .disable-bulk, .editing .delete-bulk, .editing .bulk-message {
	display: inline;
}
.delete-bulk.disabled {
	opacity: .5;
}
.editing .agg_content_item_container td {
	background-color: #ffffdd !important;
}
.editing .agg_content_item_container:hover td {
	background-color: #ffffaa !important;
	cursor: pointer;
}
.editing .agg_content_item_container.selected td {
	background-color: #C3EBFF !important;
}
