/* These styles are used to define the display of feed items. */


#venturedeal {
	clear:both;
	margin-left:20px;
	margin-right:20px;
	margin-top:-40px !important;
	//margin-top:-20px !important;

}

#venturedeal li{
	list-style-type: none !important;
	min-height:15px;
}

#venturedeal br {display:none}
#venturedeal .field-label {font-weight:bold; display:block; float:left; width:175px;clear:left;}
#venturedeal .field-data {display:block;}

/* FEED FIELDS (Uses both class and id for future compatability) */
#venture_feed_type, .venture_feed_type {
	display:none;
}

#venture_link, .venture_link {
	display:none;
}

#venture_pub_date, .venture_pub_date {
	display:none;
}

#venture_company_name, .venture_company_name {height:15px;}

#venture_company_name .field-label, .venture_company_name .field-label{
	display:none;
}

#venture_company_name .field-data, .venture_company_name .field-data{
	font-size:16px;
	font-weight:bold;
	color:#374B54;
	margin-bottom:-20px !important;
	margin-top:0px !important;
	padding:0px !important;
	display:block;
	height:auto !important;

}

#venture_mailing_address, .venture_mailing_address{
	font-size:10px;
	//margin-top: -5px !important;
	height:auto !important;
}
#venture_mailing_address .field-label, .venture_mailing_address .field-label{
	display:none;
}

#venture_company_description, .venture_company_description{
	margin-top:5px !important;
	margin-bottom:0px !important;
	//margin-top:-5px !important;
	//margin-bottom:-10px !important;
	height:auto !important;
}
#venture_company_description .field-label, .venture_company_description .field-label{
	display:none;
}


#venture_website, .venture_website{
	margin-bottom:10px !important;
	height:auto !important;
}
#venture_website .field-label, .venture_website .field-label{
	display:none;
}


/* Deal Specifics */
#venture_transaction_type .field-data, .venture_transaction_type .field-data,
#venture_transaction_amount .field-data, .venture_transaction_amount .field-data,
#venture_transaction_round .field-data, .venture_transaction_round .field-data,
#venture_transation_amount .field-data, .venture_transation_amount .field-data,
#venture_transation_round .field-data, .venture_transation_round .field-data,
#venture_proceeds_purpose .field-data, .venture_proceeds_purpose .field-data,
#venture_ma_terms .field-data, .venture_ma_terms .field-data
{width:330px; margin-left:175px;}

#venture_transaction_type, .venture_transaction_type{
	border-top: 1px solid #000000;
}

#venture_ma_terms, .venture_ma_terms{
	border-bottom: 1px solid #000000;
	margin-bottom:10px !important;
	padding-bottom:3px !important;
}






