@charset "UTF-8";

/* Content Wrapper: Light Theme */

td.heinz-content-wrapper
{
	background: #ffffff;
	color: #505050;
	padding: 10px;
	text-align: left;
}

td.heinz-content-wrapper img
{
	border: 2px solid #000000;
}

td.heinz-content-wrapper img.heinz-image-borderless
{
	border: none;
	border: 0;
	border: 0px;
}

td.heinz-content-wrapper span.heinz-image-desc, td.heinz-content-wrapper p.heinz-image-desc
{
	font-style: italic;
}

td.heinz-content-wrapper h1
{
	font-size: 26px;
	text-align: center;
}

td.heinz-content-wrapper h2
{
	font-size: 20px;
	text-align: center;
}

td.heinz-content-wrapper h1, td.heinz-content-wrapper h2, td.heinz-content-wrapper h3, td.heinz-content-wrapper h4, td.heinz-content-wrapper p
{
	margin: 20px 0px;
}

td.heinz-content-wrapper h1, td.heinz-content-wrapper strong
{
	color: #000000;
}

td.heinz-content-wrapper .heinz-error-box h1
{
	color: #ffffff;
}

td.heinz-content-wrapper .heinz-strong, td.heinz-content-wrapper .heinz-strong strong
{
	color: #ff6300;
}

td.heinz-content-wrapper ul, td.heinz-content-wrapper ol
{
	margin-left: 40px;
}

td.heinz-content-wrapper ul li, td.heinz-content-wrapper ol li
{
	margin: 10px 0px;
}

td.heinz-content-wrapper table
{
	text-align: center;
}

td.heinz-content-wrapper table.heinz-grid-table, td.heinz-content-wrapper table.heinz-grid-table td
{
	border: 2px solid #d0d0d0;
}

td.heinz-content-wrapper table.heinz-grid-table
{
	border-collapse: collapse;
}

td.heinz-content-wrapper table.heinz-grid-table td
{
	padding: 3px;
}

table.heinz-datatable-1
{
	border: 2px solid #000000;
}

table.heinz-datatable-1 th, table.heinz-datatable-1 td
{
	border: 1px solid #a0a0a0;
	padding: 3px;
}

table.heinz-datatable-1 th
{
	background-color: #ffffff;
	color: #707070;
}

table.heinz-datatable-1 td
{
	background-color: #e0e0e0;
	color: #606060;
}

.heinz-video
{
	border: 2px solid #000000;
}

#heinz-content-wrapper-theme
{
	text-align: right;
}

#heinz-content-wrapper-theme table
{
	display: inline;
}

a#heinz-content-wrapper-theme-dark
{
	display: block;
	width: 20px;
	height: 20px;
	background-color: #202020;
	border: 1px solid #000000;
	margin-left: 10px;
}

a#heinz-content-wrapper-theme-light
{
	display: block;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border: 1px solid #000000;
	margin-left: 10px;
}

#heinz-content-wrapper-theme hr
{
	display: block;
	vertical-align: top;
	height: 1px;
	border-bottom: 1px solid #c0c0c0;
	margin: 10px 0px;
}

hr.heinz-dashed-hr
{
	display: block;
	vertical-align: top;
	height: 1px;
	border-bottom: 1px dashed #c0c0c0;
	margin: 10px 0px;
}