
/* page summary content */

/**************************************************************************************
/* update the following classes to change the appearance of the summary content 
/* designer control
/*************************************************************************************/

/* this is the class used on the outside container element for the summary content */
/* html example: <div class="SummaryContent_Wrapper"> */
/* this element is used to avoid the broken box model object in ie6 */
.SummaryContent_Wrapper {
	/*clear: both;
	background: transparent url(/images/leftnav_site_highlights.gif) no-repeat top left;
	padding: 10px;
	padding-top: 40px;*/
}

/* this is the class used on the inside container element for the summary content */
/* html example: <div class="SummaryContent_Wrapper"><div class="SummaryContent"> */
.SummaryContent {
	/*width: 180px;
	height: 66px;
	color: #fff;*/
}
