/* Encorp Pacific (Canada) 2011 Site Design (2015 Responsive Revision) - Primary CSS */
/* Last Updated: 2021.05.07 ET */

@import url('../includes/droidsans/droidsans.css');
/* @import url(http://fonts.googleapis.com/css?family=Roboto:400,700,700italic,400italic); */

/* first for Internet Explorer < 9 */
@font-face {
	font-family: DIN;
	font-weight: bold;
	src: url('../includes/DINWeb-Bold.eot');
}

/* next for Safari */
@font-face {
	font-family: DIN;
	font-weight: bold;
	src: url('../includes/DIN-Bold.ttf');
}

/* finally for WOFF-capable browsers */
@font-face {
	font-family: DIN;
	font-weight: bold;
	src: url('../includes/DINWeb-Bold.woff') format('woff');
}

@font-face {
	font-family: DIN;
	font-weight: normal;
	src: url('../includes/DINWeb.woff') format('woff');
}

@font-face {
	font-family: DIN;
	font-weight: 300;
	src: url('../includes/DINWeb-Light.woff') format('woff');
}


body, td, th, input, select, textarea {
	font-family: 'Droid Sans', 'Trebuchet MS', sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, div, blockquote, img {
	/* Fixes for IE6 */
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	-webkit-column-break-after: avoid;
	break-after: avoid;
}

h1 {
	color: rgb(85,85,85);
	font-family: DIN, 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 2.5em;
	line-height: 1.1em;
	margin-top: 0em;
	margin-bottom: 0.5em;
}

h1.mainhead {
	display: inline-block;
	background-color: rgb(0,53,173);
	color: white;
	font-family: DIN, 'Trebuchet MS', sans-serif;
	font-weight: bold;
	line-height: 1em;
	text-transform: uppercase;
	padding: 0.6em 0.7em 0.4em;
	margin-bottom: 0.75em;
}

h2 {
	color: rgb(85,85,85);
	font-family: DIN, 'Trebuchet MS', sans-serif;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: 0.5em;
}

h2.subhead {
	font-family: DIN, 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.1em;
	text-transform: uppercase;
	padding-bottom: 12px;
	border-bottom: 3px solid rgb(220,220,220);
	margin-bottom: 1em;
}

h2.subhead:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

h1.mainhead + h2.subhead {
	margin-top: -0.5em;
}

h3 {
	color: rgb(85,85,85);
	font-family: DIN, 'Trebuchet MS', sans-serif;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.6em;
}

h3.subhead {
	font-family: DIN, 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.1em;
	text-transform: uppercase;
	margin-bottom: 1em;
}

h3.bev, h3.milk, h3.elec {
	color: white;
	position: relative;
	float: left;
	font-family: DIN, 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.1em;
	text-transform: uppercase;
	margin-bottom: 1em;
	padding: 0.8em 1em 0.6em;
}
h3.bev { background-color: rgb(255,159,0); }
h3.milk { background-color: rgb(108,171,231); }
h3.elec { background-color: rgb(102,155,63); }

h3.bev + *, h3.milk + *, h3.elec + * { clear: left; }

h4 {
	color: rgb(85,85,85);
	font-family: DIN, 'Trebuchet MS', sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0em auto 1em auto;
}

h4.newsect {
	border-top: 3px solid rgb(220,220,220);
	padding: 0.4em 0em 0.3em;
}

h3 + h4 {
	color: rgb(85,85,85);
	margin-top: -0.5em;
}

h4 + h3 {
	margin-top: 1.5em;
}

h4:last-child {
	margin-bottom: 0em;
}

h5 {
	font-family: DIN, 'Trebuchet MS', sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: white;
	background-color: rgb(0,53,173);
	padding: 0.5em 1em;
	margin-top: 0em;
	margin-bottom: 0.75em;
}

h6 {
	font-family: DIN, 'Trebuchet MS', sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: rgb(85,85,85);
	padding: 0.5em 1em;
	background-color: rgb(206,218,237);
	margin-top: 0em;
	margin-bottom: 0.75em;
}

h1, h2, h3, h4, h5, h6 {
	-webkit-column-break-after: avoid;
	page-break-after: avoid;
	break-after: avoid;
}

p, address, ul, ol {
	line-height: 1.5em;
}

p, address {
	margin: 0.75em 0em;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
	-webkit-column-break-before: avoid;
	page-break-before: avoid;
	break-before: avoid;
}

p + h2, p + h3, p + h4, p + h5, p + h6,
ul + h2, ul + h3, ul + h4, ul + h5, ul + h6 {
	margin-top: 1em;
}

address {
	font-style: normal;
}

ins {
	color: rgb(0,153,0);
}

del {
	color: rgb(255,0,0);
	text-decoration: line-through;
}

/* p:first-child {
	margin-top: 0em;
} */

/* strong {
	color: rgb(0,53,173);
} */

a, a:visited, span.morelink, span.returnlink {
	color: rgb(0,53,173);
}

a:hover, span.morelink:hover, a:hover span.morelink, span.returnlink:hover, a:hover span.returnlink {
	color: rgb(0,153,255);
}

a img {
	border: none;
}

a.morelink, a.morelink:visited, span.morelink, a.returnlink, a.returnlink:visited, span.returnlink {
	display: inline-block;
	font-weight: bold !important;
	white-space: nowrap;
	margin-left: 0.5em;
}

a.morelink:hover, a.returnlink:hover {
	/* color: rgb(0,53,173); */
	text-decoration: underline;
}

a.helplink, a.helplink:hover {
	padding-left: 24px !important;
	background-image: url(../images/encp_icon_help.gif);
	background-repeat: no-repeat;
}

span.helplink {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/encp_icon_help.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

a.button.floatright {
	z-index: 10000;
}

h5 > a,
h5 > a:visited {
	color: white !important;
}

h3 + ul, h3 + ol {
	margin-top: -0.25em;
}

ul, ol {
	margin-left: 0;
	padding-left: 40px;
}

ul li, ol li {
	margin-left: 0em;
	margin-bottom: 0.5em;
	padding-left: 0em;
}

ul, li ul {
	list-style-type: square;
}

li ol {
	list-style-type: lower-alpha;
}

li ul li, li ol li {
	margin-bottom: 0em;
}

ol.legal,
ol.legal-roman,
ol.legal ol {
	list-style: none;
	counter-reset: li;
	text-align: justify;
	margin: 0;
	padding: 0;
}

ol.legal li,
ol.legal-roman li {
	margin-left: 3em;
}

ol.legal > li::before {
	content: counter(li) '.';
	counter-increment: li;
	float: left;
	margin-left: -3em;
}

ol.legal ol > li {
	margin-bottom: 1em;
}

ol.legal-roman > li::before,
ol.legal ol > li::before {
	content: '(' counter(li, lower-roman) ')';
	counter-increment: li;
	float: left;
	margin-left: -3em;
}

ol.legal a[href^='#'], ol.legal a[href^='#']:visited {
	color: black;
}

ol.expresssteps {
	list-style: none;
	max-width: 44em;
	margin: 1em 0em;
	padding: 0em;
}

ol.expresssteps li {
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0em 0em 0em 60px;
	margin: 1em auto;
}

/* Can't use :nth-child because of IE 8 */
ol.expresssteps li:first-child { background-image: url('/images/encp_icon_express-step-1.png'); background-position: 0px 0px; min-height: 35px; }
ol.expresssteps li:first-child + li { background-image: url('/images/encp_icon_express-step-2.png'); background-position: 3px 0px; min-height: 39px; }
ol.expresssteps li:first-child + li + li { background-image: url('/images/encp_icon_express-step-3.png'); background-position: 8px 0px; min-height: 31px; }
ol.expresssteps li:first-child + li + li + li { background-image: url('/images/encp_icon_express-step-4.png'); background-position: 10px 0px; min-height: 43px; }
ol.expresssteps li:first-child + li + li + li + li { background-image: url('/images/encp_icon_express-step-5.png'); background-position: 3px 0px; min-height: 40px; }
ol.expresssteps li:first-child + li + li + li + li + li { background-image: url('/images/encp_icon_express-step-6.png'); background-position: 5px 0px; min-height: 31px; }
ol.expresssteps li:first-child + li + li + li + li + li + li { background-image: url('/images/encp_icon_express-step-7.png'); background-position: 2px 0px; min-height: 32px; }

ul.compact, ol.compact {
	margin-left: 0em;
	padding-left: 15px;
}

ul.minor li, ol.minor li {
	margin-bottom: 0em;
}

ul.thumbnails {
	list-style: none;
	margin: 1em auto;
	padding: 0px;
	margin: 1em -10px;
}

ul.thumbnails > li {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	margin: 10px;
}

ul.thumbnails > li img {
	display: block;
	max-width: 110px;
	max-height: 110px;
	margin: 0px auto;
	border: 5px solid white;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
}

.fancybox-nav {
	width: 60px !important;
}

.fancybox-nav span {
	visibility: visible !important;
	opacity: 0.5 !important;
}

.fancybox-nav:hover span {
	opacity: 1 !important;
}

.fancybox-next {
	right: -60px !important;
}

.fancybox-prev {
	left: -60px !important;
}

th, td {
	line-height: 1.3em;
	text-align: left;
	vertical-align: top;
	padding: 0.25em 1em 0.25em 0em;
}

blockquote {
	color: rgb(102,102,102);
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	border-top: 3px solid rgb(220,220,220);
	border-bottom: 3px solid rgb(220,220,220);
	margin: 0.7em auto 0.9em;
	padding: 1em 0em;
}

hr {
	border: 0;
	color: rgb(220,220,220);
	background-color: rgb(220,220,220);
	height: 3px;
	clear: both;
	display: block;
	margin: 1.2em auto;
}

sup {
	vertical-align: text-top;
	font-size: 80%;
}

h1 sup { font-size: 40%; }
h2 sup { font-size: 50%; }
h3 sup { font-size: 60%; }

input[type="text"], input[type="password"], input[type="email"],
input[type="file"], input[type="url"], input[type="number"],
input[type="date"], input[type="time"], input[type="datetime"], select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgb(248,248,248);
	-webkit-box-shadow: inset 2px 1px 2px 0px rgba(196,196,196,1);
	-moz-box-shadow: inset 2px 1px 2px 0px rgba(196,196,196,1);
	box-shadow: inset 2px 1px 2px 0px rgba(196,196,196,1);
	padding: 4px 0.5em;
	border: 0px;
	border-radius: 0px;
}

select::-ms-expand { display: none; }

select {
	background-image: url(../images/comm_icon_up-down-triangles.png);
	background-repeat: no-repeat;
	background-size: 0.6em 1.2em;
	background-position: top 0.35em right 0.2em;
	padding-right: 1em;
}

a.button, a.button:visited, span.button {
	display: inline-block;
}

input[type="submit"], input[type="button"], button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-height: 26px;
}

input[type="submit"], input[type="button"], button, a.button, a.button:visited, span.button {
	color: white;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4888e2+0,0035ad+50,0035ad+100 */
	background: rgb(0,53,173); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(72,136,226) 0%, rgb(0,53,173) 50%, rgb(0,53,173) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgb(72,136,226) 0%,rgb(0,53,173) 50%,rgb(0,53,173) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgb(72,136,226) 0%,rgb(0,53,173) 50%,rgb(0,53,173) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4888e2', endColorstr='#0035ad',GradientType=0 ); /* IE6-9 */
	font-family: 'Droid Sans', 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	padding: 3px 6px;
	border-radius: 3px;
	border: 1px solid rgb(0,53,173);
	cursor: pointer;
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover, button.active, a.button:hover, span.button:hover {
	background: rgb(72,136,226);
	background: -moz-linear-gradient(top,  rgb(72,136,226) 0%, rgb(0,53,173) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgb(72,136,226) 0%,rgb(0,53,173) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgb(72,136,226) 0%,rgb(0,53,173) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

input[type="submit"]:disabled, input[type="button"]:disabled, button:disabled, a.button.disabled, span.button.disabled {
	background: rgb(170,170,170);
	border-color: rgb(153,153,153);
}

input[type="submit"].cancel, input[type="button"].cancel, button.cancel, a.button.cancel, span.button.cancel {
	color: rgb(0,53,173);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6e6e6+50,e6e6e6+100 */
	background: rgb(230,230,230); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(230,230,230) 50%, rgb(230,230,230) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(230,230,230) 50%,rgb(230,230,230) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(230,230,230) 50%,rgb(230,230,230) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	border-color: rgb(180,180,180);
}

input[type="submit"].cancel:hover, input[type="button"].cancel:hover, button.cancel:hover, a.button.cancel:hover, span.button.cancel:hover {
	color: rgb(72,136,226);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6e6e6+50,e6e6e6+100 */
	background: rgb(240,240,240); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(230,230,230) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(230,230,230) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(230,230,230) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

input[type="submit"].big, input[type="button"].big, button.big, a.button.big, a.button:visited.big, span.button.big {
	font-size: 1.4em;
	padding: 0.75em 1.5em;
}

input[type="submit"].big > small,
input[type="button"].big > small,
button.big > small,
a.button.big > small,
a.button:visited.big > small,
span.button.big > small {
	display: block;
	font-size: 0.8em;
}

iframe {
	border: none;
}

figure {
	display: table;
	margin: 1.5em auto 1em;
	border: 5px solid white;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

figure img {
	display: block;
}

p + figure {
	margin-top: 2.5em;
}

figcaption {
	display: table-caption;
	caption-side: bottom;
	font-weight: bold;
	font-style: italic;
	padding-top: 1px;
}

caption {
	color: rgb(85,85,85);
	font-family: DIN, 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.1em;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 8px;
}

table.grid {
	border-collapse: collapse;
	margin-bottom: 2em;
}

table.grid td + th {
	padding-left: 2em;
}

ul + table.grid, ol + table.grid {
	margin-top: 2em;
}

table.grid th {
	line-height: 110%;
}

table.grid th, table.grid td {
	border-bottom: 3px solid rgb(220,220,220);
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

table.grid th p, table.grid td p {
	margin-top: 0em;
	margin-bottom: 0.5em;
}

table.grid th ul, table.grid td ul {
	margin: 0em 0em 0.5em 0em;
	padding-left: 0em;
}

table.grid th ul li, table.grid td ul li {
	padding-left: 0em;
	margin-left: 1.5em;
}

table.grid th h2, table.grid td ul li {
	margin-bottom: 0em;
}

table.grid th h3 {
	margin-right: 2em;
	line-height: 120%;
}

table.grid td h3, table.reporting td h3 {
	margin-bottom: 0.5em;
}

table.vcenter td {
	vertical-align: middle;
}

table.stats {
	border-bottom: 3px solid rgb(220,220,220);
	margin-top: 1em;
	margin-bottom: 1.5em;
}

table.stats td {
	font-size: 11px;
	line-height: 110%;
	padding: 1em 0.5em;
}

table.stats th {
	font-size: 11px;
	line-height: 110%;
	padding: 0.5em;
	text-align: left;
}

table.stats td.num {
	text-align: right
}

table.stats th.num {
	text-align: center;
}

table.stats tbody th {
	color: rgb(0,53,173);
}

table.stats tr + tr td, table.stats tr + tr th {
	padding-top: 0em;
}

table.stats tr.newsect td, table.stats tr.newsect th {
	border-top: 3px solid rgb(220,220,220);
	padding-top: 1em;
}

table.reporting tr.newsect td, table.reporting tr.newsect th {
	border-top: 1em solid white;
}

table.reporting td.datarowodd, table.reporting td.dataroweven {
	padding-left: 0.5em;
}

table.reporting td.num input {
	text-align: right;
}

table.reporting th.total {
	border-top: 3px solid rgb(220,220,220);
}

table.regform th {
	line-height: 110%;
}

table.regform th h2, table.regform th h3, table.regform th h4 {
	margin-top: 0.75em;
	margin-bottom: 0.25em;
}

table.regform + h2,
table.regform + h3 {
	margin-top: 1em;
}

table.tabs {
}

table.tabs th {
	background-color: rgb(0,53,173);
	text-align: center;
	vertical-align: top;
	border: 2px solid rgb(0,53,173);
	border-bottom: none;
	padding: 0px;
}

table.tabs th.active {
	background-color: rgb(255,159,0);
	padding: 3px 0.3em 1px 0.3em;
	vertical-align: top;
}

table.tabs td {
	background-color: rgb(248,213,131);
	padding: 0.5em 1em;
}

table.tabs th a, table.tabs th a:visited {
	display: block;
	background-image: url(../images/encp_bkgd_blue-button-top-grad.gif);
	background-repeat: repeat-x;
	color: white;
	text-decoration: none;
	padding: 3px 0.3em 1px 0.3em;
}

table.tabs th a:hover {
	display: block;
	background-image: none;
	background-color: white;
	color: rgb(0,53,173);
	text-decoration: none;
	padding: 3px 0.3em 1px 0.3em;
}

table.gallery td {
	background-color: white;
	vertical-align: middle;
	text-align: center;
	border: 3px solid rgb(220,220,220);
	padding: 0.5em 1em;
}

table.gallery div.caption {
	font-size: 120%;
	margin-top: 0.5em;
}

table.sectorlist td, table.sectorlist th {
	text-align: center;
}

table.enclosed {
	border: 3px solid rgb(0,53,173);
	border-collapse: collapse;
}

table.enclosed th {
	background-color: rgb(255,159,0);
	color: white;
	border: 1px solid rgb(0,53,173);
	padding: 0.25em 0.5em;
}

table.enclosed td {
	border: 1px solid rgb(0,53,173);
	padding: 0.25em 0.5em;
}

table.dense td, table.dense th  {
	font-size: 80% !important;
	line-height: 140% !important;
}

table.center td, table.center th {
	text-align: center;
}

table.datalist {
	margin-bottom: 2em;
}

table.datalist th {
	background-color: rgb(248,213,131);
	font-weight: normal;
	line-height: 1.2;
	padding: 0.25em 0.5em;
}

table.datalist td {
	line-height: 1.2;
	padding: 0.25em 0.5em;
}

table.datalist tbody tr:nth-child(odd) td {
	background-color: rgb(245,245,245);
}

table.datalist tbody tr:nth-child(even) td {
	background-color: rgb(225,225,225);
}

table.datalist tfoot td, table.datalist tr.totals td, table.datalist td.total {
	background-color: transparent !important;
	font-weight: bold;
	border-top: 1px solid rgb(153,153,153);
}

table.datalist td.sectionhead {
	padding-left: 0em;
	padding-top: 1em;
	font-size: 13pt;
	font-weight: bold;
	color: rgb(255,140,0);
	background-color: transparent !important;
}

table.datalist tr.sect td {
	padding-top: 1em;
}

table.datalist th.hzsep, table.datalist td.hzsep {
	border-left: 6px solid white;
}

table.datalist td.note {
	font-size: 80%;
}

table.datalist + h3 {
	margin-top: 1.5em;
}

table.sortable th.header {
	cursor: pointer;
}

table.sortable th.headerSortDown.filtered::after {
	content: '\25BC\25C8';
	margin-left: 0.4em;
	margin-right: -0.2em;
}

table.sortable th.headerSortUp.filtered::after {
	content: '\25B2\25C8';
	margin-left: 0.4em;
	margin-right: -0.2em;
}

table.sortable th.headerSortDown::after {
	content: '\25BC';
	margin-left: 0.4em;
	margin-right: -0.2em;
}

table.sortable th.headerSortUp::after {
	content: '\25B2';
	margin-left: 0.4em;
	margin-right: -0.2em;
}

table.sortable th.filtered::after {
	content: '\25C8';
	margin-left: 0.4em;
	margin-right: -0.2em;
}

div.leftcolumn {
	position: relative;
	overflow: hidden;
	width: 340px;
	float: left;
}

div.rightcolumn {
	position: relative;
	overflow: hidden;
	width: 340px;
	float: right;
}

div.shortcut {
	font-size: 85%;
	text-align: center;
	width: 1.2em;
	float: left;
	margin: 0px 2px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	border: 1px solid gray;
}

div.row {
	position: relative;
	overflow: hidden;
	clear: both;
}

div.notice {
	position: relative;
	overflow: hidden;
	border: 6px solid rgb(206,218,237);
	padding: 1em;
	margin: 1em auto;
}

div.warning {
	position: relative;
	overflow: hidden;
	border: 6px solid rgb(255,159,0);
	padding: 1em;
	margin: 1em auto;
}

div.warning.icon {
	background-image: url('/images/fcicons/exclamation.png');
	background-repeat: no-repeat;
	background-position: 1em 1em;
	padding-left: 60px;
}

div.notice *:first-child, div.warning *:first-child {
	margin-top: 0;
}

div.notice *:last-child, div.warning *:last-child {
	margin-bottom: 0;
}

div.placeholder {
	border: 1px dashed rgb(206,218,237);
	padding: 0.5em 1em;
	margin: 1em auto;
}

td.warning {
	color: rgb(175,93,0);
}

.note {
	font-size: 80%;
}

.alert {
	color: red;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.big {
	font-size: 120%;
}

.alertbox {
	background-color: rgb(255,255,200);
	padding: 0.5em 1em;
	margin: 1em auto;
	border: 3px solid red;
}

.infobox {
	background-color: rgb(255,226,178);
	padding: 0.5em 1em;
	margin: 1em auto;
}

.disabled {
	cursor: not-allowed;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.highlight {
	color: rgb(85,85,85);
	background-color: rgb(206,218,237);
	padding: 0.5em 1em;
}

div.highlight {
	margin-bottom: 1.5em;
}

div.highlight h2.subhead {
	padding: 0.2em 0em 0.2em 0em;
	border-color: rgb(85,85,85);
}

.highlighter {
	background-color: rgb(255,255,0);
}

.sect {
	margin-top: 1em !important;
}

.inline {
	display: inline-block;
}

th.sect, td.sect {
	margin-top: 0em;
	padding-top: 1em;
}

.num {
	text-align: right;
}

.newsect {
	margin-top: 2em;
}

.lastsect {
	margin-bottom: 2em;
}

.center {
	text-align: center;
}

.textright {
	text-align: right;
}

.blockcenter {
	margin-left: auto;
	margin-right: auto;
}

.floatcenter {
	overflow: hidden;
}

.flc1 {
	position: relative;
	left: 50%;
	float: left;
}

.flc2 {
	position: relative;
	right: 50%;
}

.flushtop {
	margin-top: 0em;
}

.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	z-index: 300;
}

.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	z-index: 300;
}

.float-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
	z-index: 300;
}

.float-right {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
	z-index: 300;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

.indented {
	margin-left: 2em;
}

.inactive {
	color: rgb(102,102,102) !important;
	font-style: italic !important;
}

.twocolumn {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

.threecolumn {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}

.fourcolumn {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}

.galleryitem {
	background-color: rgb(240,240,240);
	border: 1px solid rgb(0,53,173);
	padding: 10px;
	margin: 0px 10px 10px 0px;
	float: left;
}

.galleryitem .caption {
	text-align: center;
	font-weight: bold;
	margin-top: 0.5em;
}

/* .mcePageBreak {
	border-top: 1px dashed rgb(255,153,153) !important;
	background-image: url(../images/comm_icon_snip-top.png) !important;
	background-repeat: no-repeat;
	background-position: 10px top !important;
} */

/* .pagebreak {
	border-top: 1px dashed rgb(255,153,153);
	background-image: url(../images/comm_icon_snip-top.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-top: 20px;
} */