/* -----------------------------------------------------------
   -- MTO.MessageBoxes.css
   -- Copyright (c)2011 MetabolicTypingOnline
   -- All rights reserved.
   ----------------------------------------------------------- */
.HighlightedBox {
	background-color: #f7f7f7;
	padding: 20px 10px 20px 10px;
	font-weight: bold;
	border: solid 1px #eee;
}
.QuoteCallout {
	background:#ecedf1 url(../../Library/Images/MessageBox/MessageBoxBackground.jpg) repeat-x top;
	border:solid 1px #c0c0c0;
	font-family:Tahoma,Arial,Helvetica,Sans-serif;
	margin-bottom:10px;
	width:100%;
}
.QuoteCalloutText {
	font-family:Verdana,Arial,Helvetica,Sans-serif;
	font-size:80%;
	font-weight:normal; 
}
.DM_Caption {
	font-weight:bold;
}