.deal_widget {
	width: 100%;
	float: left;
	border:1px solid gray;
	margin: 0 0 7px 0;
}

.deal_row, .deal_row_alt, .deal_widget_title {
	padding:10px;
	vertical-align:top;
	background: white;
}

.deal_row_alt {
	background: #e8eff5;
}

.deal_widget_title {
	background:#a0a0a0;
	color:white;
	font-size: 1.5em;
	font-weight: bold;
}

.industry_list {
	color:green;
	font-size: .9em;
	font-style: italic;
}

.search_result {
	font-weight: bold;
	font-size:1.5em;
	line-height:1.5em;
}

.post {
	padding:10px;
}

.post_bg1 {
	background:#fff;
}

.post_bg2 {
	background:#E8EFF5;
}

.post_body {
	float:left;
	clear:both;
	margin:10px 0;
}

.post_author {
	color: blue;
	font-weight: bold;
}

.post_title {
	margin: 10px 0;
	font-weight: bold;
}

.post_date {
	font-style: italic;
	color: green;
}

#industries ul {
  clear: both;
  margin: 0px;
  padding: 0;
  list-style-type: none;
  }
#industries ul li {
  clear: both;
  color: #666666;
  margin:0px 15px;
  }



.box-gray{
		border:solid 1px #DEDEDE; 
		background:#EFEFEF;
		color:#222222;
		padding:4px;
		text-align:center;
}
.box-info{
		border:solid 1px #DEDEDE; 
		background:#E8EFF5 url(/app/images/icons/mini/icon_info.gif) 8px 6px no-repeat;
		color:#222222;
		padding:4px;
		text-align:center;
}
.box-yellow{
		border:solid 1px #DEDEDE; 
		/*background:#FFFFCC url(/app/images/icons/mini/icon_alert.gif) 8px 6px no-repeat; */
		background:#FFFFCC url(/app/images/icons/mini/icon_alert.gif) 8px 6px no-repeat;
		color:#222222;
		padding:4px;
		text-align:center;
}
.box-ok{
		border:solid 1px #90ac13; 
		background:#eef4d3 url(/app/images/icons/mini/icon_accept.gif) 8px 6px no-repeat;
		color:#6b800d;
		font-weight:bold;
		padding:4px;
		text-align:center;
}
.box-error{
		border:solid 1px #CC0000; 
		background:#F7CBCA url(/app/images/icons/mini/action_stop.gif) 8px 6px no-repeat;
		color:#CC0000;
		font-weight:bold;
		padding:4px;
		text-align:center;
}

