/*******************************/
/* Weekly Market Update Styles */
/*******************************/

.market_update_panel {
	width:763px;/*920px;*/
	background-color:rgb(41,41,41);
	color:rgb(213,206,194);
}
.market_update_date {
	padding: 10px 0 25px 20px;
}
.market_update_main {
	float:left;
	width:550px;/*588px;*/
}
.market_update_notes {
	float:right;
	width:175px;/*300px;*/
	font-size: 12px;
	background-color:rgb(213,206,194);/*rgb(153,204,255);*/
	color:black;
	padding:10px;
}
.market_update_notes p {
	margin:10px 0 10px 0;
}
.market_update_notes p b {
	color:black;/*rgb(5,70,121);*/
	font-size:15px;
	font-weight:bold;
}
img.trend {
	height:31px;
	width:60px;
}

/*******************************/
/* Market Profile Table Styles */
/*******************************/

table.market_profile {
	width:550px;
	border-collapse: collapse; 
	padding:0;
	margin:0;
}
table.market_profile th {
	background-color:black;
	color:#ceb16e;
	padding:8px 4px 8px 4px;
}
table.market_profile td {
	border-bottom: 1px solid rgb(59,59,59);
	height:31px;
	margin:0;
}

/*******************************************/
/* Listed/Sold by Price Range Table Styles */
/*******************************************/

table.price_range {
	width:400px;
	border-collapse: collapse;
	padding:0;
	margin:10px 0 10px 0;
}
table.price_range th {
	background-color:black;
	color:#ceb16e;
	padding:8px 4px 8px 4px;
}
table.price_range td {
	border-bottom: 1px solid rgb(59,59,59);
	height:24px;
	margin:0;
}