
.view_deal {
	width:718px;
	margin:10px;
	padding:10px;
}

.header_row {
	background-color:#ccc;
	color:#000;
	width:100%;
	float:left;
}

.view_deals_edit a {
	background-color:#ccc;
	color: #996600;
}

.view_deals_edit a:visited {
	color: #000;
	background-color:#ccc;
}

.view_deals_edit a:hover
{
	color: #996600;
	background-color:#ccc;
}

.view_deals_edit,
.view_deals_facility_name,
.view_deals_state_and_country,
.view_deals_hot_list,
.view_deals_rating,
.view_deals_description,
.view_deals_status,
.view_deals_last_note,
.view_deals_add_note,
.view_deals_contact,
.view_deals_contact_phone,
.view_deals_primary_contacts {
	float:left;
	padding:5px;
}

.view_deals_facility_name {
	width:400px;
	text-align:center;
}

.view_deals_state_and_country {
	float:right;
	text-align:right;
}

.view_deals_note_list {
	margin:0;
	padding:0;
}

.view_deals_note_list  li {
	list-style:none;
	margin:0;
	padding:0;
	clear:left;
}

.view_deals_days_since {
	float:left;
	width:100px;
	font-style:italic;
}

/* Surveys Edit CSS 

		div.panel {
			width:700px;
		}
		
		div {
			position: relative;
			left: 0;
			top: 0;
		}

		h2 {
			margin: 0 0 5px 0;
			border-bottom: 1px solid #ccc;
		}

		div.formElement {
			position:relative;
			padding:0;
			margin:0;
		}
		
			div.formElement label {
				font-weight:bold;
				position:relative;
				width:150px;
				display:block;
				float:left;
				clear:left;
			}
			
			div.formElement span.required {
				color:#f00;
			}

*/
.disabled {

	color: gray;
	background-color: gray;
	font-size:10px;
	
}

.formValidationErrorClassMessageDiv {
	color: red;
	font-size: 11px;
	font-weight: bold;
}