/* Updated Release Styles
================================================================================================================= */
#content {
	padding-right: 25px;
	padding-left: 25px;
}
#content, #content ul li {
	line-height: 22px;
}
#content p a {
	text-decoration: none;
	xborder-bottom-width: 1px;
	xborder-bottom-style: solid;
	xborder-bottom-color: #c2c2e0;
}
#content p a:hover {
	border-bottom-color: #00027f;
}
#content sup {
	font-size: 80%;
}
#content p {
	margin-bottom: 20px;
}
#content ul {
	margin: 35px;
	line-height: 25px;
}
#content ul li {
	margin-bottom: 12px;
	background-position: left 10px;
}
#content ul li ul {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#content ul li ul li{
	background-image:url(/_images/bullet-orange-sub.png);
	background-position: 0px center;
	padding-left: 15px;
}

#content .divider {
	margin-top: 25px;
	border-top-color: rgba(0,0,0,0.1);
	border-top-style: dotted;
	border-top-width: 1px;
}
#content .center_div {
	text-align: center;
}
#content .center_div a {
	margin-left: auto;
	margin-right: auto;
}
#content .center_div a img {
	margin-top: 25px;
	margin-bottom: 25px;
}
#content h1 {
	text-align: center;
	color: #000;
	font-size: 140%;
	padding-top: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}
#content h1 span {
	display: block;
	font-weight: normal;
	margin-top: 5px;
}
#content h1 + h2 {
	margin-top: 0px !important;
	margin-bottom: 25px !important;
}
#content h2 {
	background-image: none;
	text-align: center;
	font-size: 120%;
}
#content h3 {
	padding-left: 16px;
	padding-bottom: 10px;
}
#content h3 + ul {
	margin-top: 7px;
}
#content h3 ~ ul, #content h3 ~ ol, #content h3 ~ p {
	margin-left: 50px;
}
#content p + ul {
	margin-top: 7px;
}
#content .center_div + p {
	margin-top: 32px;
}
#release_header_wrap {
	border-bottom: none;
}
#content .data_line {
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content .data_line .data_synopsis {
	text-align: justify;
	margin-top: 50px;
}
#content .data_line .clear {
	clear: both;
}
#content .data_line .data_image {
	float: right;
}
#content .text_box {
	border: 1px solid rgba(0,0,0,0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 15px 20px;
	margin: 30px;
}

#content .text_box.attention {
	border: 2px solid #d9534f;
}
#content .text_box h3 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-align: center;
}
#content .text_box p {
	padding: 10px 0px;
	margin: 0px;
}
#content .text_box ul {
}
#content .text_box ul li {
}
#content .center_div.chart-border img {
	border: 1px solid rgba(0,0,0,0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 30px;
}
#content .text_box p {
	width: auto;
}
#content .footnote {
	font-style: italic;
	font-size: 90%;
	padding-right: 50px;
	padding-left: 50px;
}
#content .boilerplate {
	text-align: center;
}
.industry.release #content .boilerplate p:nth-of-type(2) {
	text-align: left;
}
.table-release {
	width: 90%;
	margin: 25px auto 45px auto;
	xmargin: 45px auto;
}

.table-release caption {
	text-align: center;
	font-size: 120%;
	color: #2D3338;
}
.table-release caption span {
	display: block;
	font-size: 80%;
	font-weight: normal;
}
.table-release .text-strong {
	font-weight: bold;
}

.table-md {
	width: 70%;
}
.table.table-complicated > thead > tr > th,
.table.table-complicated > tbody > tr > th,
.table.table-complicated > tbody > tr > td{
	vertical-align: middle;
}

.table.table-complicated > thead > tr > th,
.table.table-complicated > tbody > tr > th,
.table.table-complicated > tbody > tr > td:not(:last-of-type){
	border-right: solid 1px #DDDDDD;
}

.table.table-complicated > tbody > tr:first-of-type > td,
.table.table-complicated > tbody > tr:first-of-type > th{
 border-top-width: 2px;}

.table.table-complicated > tbody > tr > th,
.table.table-complicated > tbody > tr > td
{
    border-top: none;
}

.table.table-complicated > tbody > tr > td{
	padding: 5px 10px;
}

.table-complicated thead,
.table-complicated tfoot{
	font-size: 80%;
	
}
.table-complicated thead th{
	text-align: center;
	font-weight: normal;
}
.table-complicated tbody th:not(.stub-main){
	font-weight: normal;
}

.table-complicated tbody th.stub-indent-0{
	padding-left: 0px;
}
.table-complicated tbody th.stub-indent-1{
	padding-left: 15px;
}
.table-complicated tbody th.stub-indent-2{
	padding-left: 30px;
}
.table-complicated tbody th.stub-indent-3{
	padding-left: 45px;
}

.table-complicated tbody td{
	text-align: right;
	vertical-align: bottom;
}

.table.table-complicated > tfoot > tr:not(:first-of-type) > td{
	border-top: none;
	padding-top: 0px;
}


