
/* 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 { 
	width: 178px;
	float: left;
	display: block;
	margin: 10px 0 0;
	clear: both;
}

/* this is the class used on the inside container element for the summary content */
/* html example: <div class="SummaryContent_Wrapper"><div class="SummaryContent"> */
.SummaryContent {} 
.SummaryContent .ContentBlock_Wrapper {
	width: 178px;
	display: block;
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #254462;
} 
.SummaryContent .ContentBlock_Wrapper .ContentBlock p  {
	display: block;
	word-spacing: 1.5px;
	color: #fff !important;
}
.SummaryContent .ContentBlock_Wrapper .ContentBlock h1,
.SummaryContent .ContentBlock_Wrapper .ContentBlock h2,
.SummaryContent .ContentBlock_Wrapper .ContentBlock h3,
.SummaryContent .ContentBlock_Wrapper .ContentBlock h4,
.SummaryContent .ContentBlock_Wrapper .ContentBlock h5,
.SummaryContent .ContentBlock_Wrapper .ContentBlock h6 {
	color: #99BCD6;
	line-height: 110% !important;
}
.SummaryContent .ContentBlock_Wrapper .ContentBlock a, 
.SummaryContent .ContentBlock_Wrapper .ContentBlock a:link, 
.SummaryContent .ContentBlock_Wrapper .ContentBlock a:visited {
	font: bold normal 13px/18px "Helvetica Neue LT STD 55 Roman", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	color: #fff !important;
	text-shadow: 0px -1px #c76d00;
	padding: 2px 10px;
	margin: 5px 0;
	background-color: #f79927;
	-webkit-border-radius: 6px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
     -moz-border-radius: 6px; /* FF1-3.6 */
          border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
		  border: 1px solid #f79927;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7b565), to(#f79927)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #f7b565, #f79927); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #f7b565, #f79927); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #f7b565, #f79927); /* IE10 */
	background-image:      -o-linear-gradient(top, #f7b565, #f79927); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #f7b565, #f79927);
	display: inline-block;
	clear: both;
}
.SummaryContent .ContentBlock_Wrapper .ContentBlock a:hover,
.SummaryContent .ContentBlock_Wrapper .ContentBlock a:active {
	border-color: #e67e00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7b565), to(#e67e00)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #f7b565, #e67e00); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #f7b565, #e67e00); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #f7b565, #e67e00); /* IE10 */
	background-image:      -o-linear-gradient(top, #f7b565, #e67e00); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #f7b565, #e67e00);
}
.SummaryContent  {}

