@charset "UTF-8";
#exxTopnavigation, #exxDomain, #exxMain .exx-aside, #exxAct .exx-content .exx-nav, #exxAct .exx-content .exx-msg span, #exxFooter {
  display: none;
}

.exx-wrapper {
  background: transparent;
}

#exxHeader {
  border-bottom: 2px solid black;
  height: 5em;
}
#exxHeader #exxBrand {
  top: 0;
}

#exxAct {
  width: 30%;
  height: 6em;
}
#exxAct, #exxAct .exx-aside, #exxAct .exx-content {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}
#exxAct .exx-aside {
  top: 3.3em;
}
#exxAct .exx-content {
  width: auto;
  text-align: right;
  border: none;
}
#exxAct .exx-content p.exx-msg {
  float: none;
}
#exxAct .exx-content strong {
  white-space: nowrap;
}

#exxHeader {
  margin-top: 3em;
}

#exxMain .exx-content, .exx-page {
  margin: 0;
  width: auto !important;
}

#exxAct .exx-aside {
  border: none;
  height: auto;
}
#exxAct .exx-aside span {
  background: transparent;
  border: 1px solid black;
  color: black;
}

.exx-act {
  border-bottom-style: solid;
}

.exx-full {
  width: 100%;
}

.exx-breadcrumbs {
  display: block;
}

.exx-row {
  zoom: 1;
  position: relative;
  overflow: hidden;
}
.exx-row .exx-col {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.exx-breadcrumbs {
  overflow: hidden;
  *zoom: 1;
}
.exx-breadcrumbs .exx-nav {
  float: left;
}

#exxAct {
  position: relative;
  margin-top: -8.083em;
  left: auto;
  right: 0;
  overflow: hidden;
  width: 100%;
}
#exxAct .exx-aside {
  width: auto !important;
}
#exxAct .exx-aside .exx-portal-logo {
  padding-left: 0.3em;
  padding-right: 0.3em;
}
.exx-link-top {
	display:none;
}

.exx-handbook-content{
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
	width: auto;
}
.exx-page-break{
  page-break-before: always;
}

.exx-print-image{
  display: none;
}
* html .exx-print-image, *:first-child+html .exx-print-image{
	page-break-before:always;
	page-break-after:always;
  display: block;
	width:100%;
	height:auto;
}
.exx-handbook-content .exx-print-image{
	page-break-before:always;
	page-break-after:always;
  display: block;
	width:100%;
	height:auto;
}

.exx-table tbody td {
	border-top: #ededed 1px solid;
}

.exx-table td, .exx-table th {
	background-color: transparent !important;
}