html, body, .bodyColor 
{
    background : #F5F5F5;
    font-family : Verdana, Arial, sans-serif;
    font-size : 9pt;
    text-decoration : none; 
    color : black;
    margin : 10pt; 
    padding : 0pt; 
    border : 0pt; 
}

table.track_upper 
{
	font-size: 9pt;
	color: black;
	margin-left: auto;
	margin-right: auto;
}

table.track_upper tr > td:first-child
{
	color: #002F74;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
}

table.track_lower
{
	margin: 15px auto;
	font-size: 8pt; 
	border-collapse: collapse;
	text-align: left;
	width: 90%;
	border: solid 1px #064B74;
	background-color: #f2f2f9;
}

table.track_lower tr.odd
{
	background-color: #fafaff;
}

table.track_lower th
{
	padding: 2px 10px;
	color: white;
	background-color: #0097DD;
}

table.track_lower td
{
	padding: 2px 10px;
}

div.centered
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

div.roundedGrayBox
{
 	-moz-border-radius: 10px; 
 	-webkit-border-radius: 10px; 
	border: solid 2px #064B74; 
	padding: 8px;
	margin: 5px 10px; 
	width: 540px;
	background-image: url('images/ltGrayPixel.gif');
	background-repeat: repeat;
}

.instruction
{
	font-size: 9pt; 
	font-style: italic; 
	color: #222233;
}

.top
{
	vertical-align: top;
}

.bottom
{
	vertical-align: bottom;
}	

.bold
{
	font-weight: bold;
}

.darkblue
{
	color: #002F74;
}

#errors
{
	color: #cc0000; 
	margin-left: 30px;
	margin-right: 30px;
}

.borderedfiltertable {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 2px #ccc; 
    -moz-box-shadow: 2px 2px 2px #ccc; 
    box-shadow: 2px 2px 2px #ccc;         
}
    
.borderedfiltertable td {
    padding: 5px;
    text-align: left;    
}
.borderedfiltertable tr {
	background: #E5E5E5;
}

.borderedfiltertable th {
    padding: 5px;
    text-align: left;    
    background: #029CDC;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    color: #FFFFFF;
}

.borderedfiltertable tr:first-of-type th:first-child {
    border-top-left-radius: 10px;    
}

.borderedfiltertable tr:first-of-type th:last-child {
    border-top-right-radius: 10px;    
}

.borderedfiltertable tr:last-of-type td:first-child {
    border-bottom-left-radius: 10px;    
}

.borderedfiltertable tr:last-of-type td:last-child {
    border-bottom-right-radius: 10px;    
}

.button-link {
	font-weight:bold;
    padding: 2px 10px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

.button-link-red {
	font-weight:bold;
    padding: 2px 10px;
    background: #BC0605;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link-red:hover {
    background: #D00D0B;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.button-link-red:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #93060F;
    border: solid 1px #203E5F;
}

div.multi-step {
  box-sizing: border-box;
  margin: 10px;
  position: relative;
  font-size: 1em;
}

div.multi-step ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

div.multi-step ol > li {
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

div.multi-step ol > li:before, div.multi-step ol > li:after {
  content: "";
  background: #d6dbdc;
  border-radius: 1px;
  height: 51%;
  position: absolute;
  right: 1px;
  left: 1px;
  z-index: 0;
}

div.multi-step ol > li:before {
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
  top: 0;
}

div.multi-step ol > li:after {
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
  bottom: 0;
}

div.multi-step ol > li p {
  margin: 0;
}

div.multi-step ol > li .title {
  color: #99979e;
  font-weight: bold;
  line-height: 1;
}

div.multi-step ol > li .subtitle {
  margin-top: .4em;
  color: #999999;
  font-size: .8em;
  line-height: 1.2;
}

div.multi-step ol > li .wrap {
  min-height: 20px;
  padding: 8px 8px 8px 16px;
  position: relative;
  z-index: 1;
}

div.multi-step.numbered ol {
  counter-reset: li;
}

div.multi-step.numbered ol .current .wrap:before {
  background: #ff8f00;
  color: #ffffff;
}

div.multi-step.numbered ol .current ~ li .wrap:before {
  background: #7e7d80;
  color: #ffffff;
}

div.multi-step.numbered ol .wrap {
  padding-left: 38px;
}

div.multi-step.numbered ol .wrap:before {
  background: #c6cbcc;
  background-clip: padding-box;
  content: counter(li);
  counter-increment: li;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #ffffff;
  font-size: .8em;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
}

div.multi-step.numbered.long .title, div.multi-step.numbered.long .subtitle {
  display: none;
}

div.multi-step.long ol > li .wrap:before {
  background: transparent;
  font-size: 1em;
}

div.multi-step.long ol > li.current .wrap:before {
  background: transparent;
  font-size: 2em;
}

div.multi-step.long ol .subtitle {
  display: none;
}

div.multi-step li.current:before, div.multi-step li.current:after {
  background-color: #4478b9;
}

div.multi-step li.current .subtitle {
  color: #ffffff;
}

div.multi-step li.current ~ li:before, div.multi-step li.current ~ li:after {
  background: #9ea3a5;
}

div.multi-step li.current ~ li .title {
  color: #03139b;
}

div.multi-step li.current ~ li .subtitle {
  color: #ffffff;
}

div.multi-step li.current .wrap:before {
  background-color: #ff8f00;
}

div.multi-step li.current .title {
  color: #ffffff;
}

@media only screen and (max-width: 320px) {
  div.multi-step ol {
    display: block;
  }
  div.multi-step ol > li {
    background: #9ea3a5;
    margin-bottom: 2px;
    display: block;
  }
  div.multi-step ol > li:before, div.multi-step ol > li:after {
    background: transparent;
    border-color: transparent;
    border-style: solid;
    border-width: 8px 15px 0 15px;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 5%;
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 0;
  }
  div.multi-step ol > li:before {
    border-top-color: #9ea3a5;
    z-index: 2;
  }
  div.multi-step ol > li:after {
    border-top-color: #fff;
    bottom: auto;
    margin-top: 2px;
    z-index: 1;
  }
  div.multi-step ol > li:first-child .wrap {
    padding-top: 8px;
  }
  div.multi-step ol > li p {
    font-size: .8em;
  }
  div.multi-step ol > li .title {
    font-weight: normal;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-all;
  }
  div.multi-step ol > li .wrap {
    max-width: 100%;
    min-height: 1px;
    padding-top: 12px;
    padding-bottom: 6px;
    overflow: hidden;
  }
  div.multi-step ol > li.current {
    background: #4478b9;
  }
  div.multi-step ol > li.current ~ li:before, div.multi-step ol > li.current ~ li:after {
    background: transparent;
  }
  div.multi-step ol > li.current:before, div.multi-step ol > li.current:after {
    background: transparent;
  }
  div.multi-step ol > li.current:before {
    border-top-color: #4478b9;
  }
  div.multi-step ol > li.current .title {
    font-weight: bold;
  }
  div.multi-step.numbered ol > li .wrap {
    min-height: 18px;
    padding: 8px 8px 8px 38px;
  }
  div.multi-step.numbered ol > li .wrap:before {
    background: transparent;
    left: 2px;
    font-size: 1.2em;
  }
  div.multi-step.numbered.long ol > li .wrap:before {
    background: transparent;
  }
  div.multi-step.numbered.long ol > li.current .wrap:before {
    font-size: 1.6em;
  }
  div.multi-step.numbered.long ol .title {
    display: block;
    font-size: 1em;
  }
  div.multi-step.long:not(.numbered) .subtitle {
    display: block;
  }
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
  div.multi-step ol > li p {
    font-size: .8em;
  }
  div.multi-step ol > li .title {
    font-weight: normal;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-all;
  }
  div.multi-step ol > li .subtitle {
    display: none;
  }
  div.multi-step ol > li .wrap {
    min-height: 1px;
    padding-left: 10px;
  }
  div.multi-step.numbered ol > li .wrap {
    max-width: auto;
    padding: 6px 6px 6px 12px;
  }
  div.multi-step.numbered ol > li .wrap:before {
    background-color: transparent;
    border: 0;
    display: inline-block;
    vertical-align: top;
    position: static;
    top: auto;
    left: auto;
  }
  div.multi-step.long:not(.numbered) ol {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  div.multi-step.long:not(.numbered) ol li {
    margin-bottom: 2px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 20%;
  }
  div.multi-step.long:not(.numbered) ol .title {
    font-weight: bold;
  }
  div.multi-step.long:not(.numbered) ol .subtitle {
    display: block;
    padding-left: 8px;
  }
  div.multi-step.long:not(.numbered) ol .wrap {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
  div.multi-step ol > li p {
    font-size: .9em;
  }
  div.multi-step ol > li .title {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-all;
  }
  div.multi-step ol > li .wrap {
    min-height: 16px;
  }
  div.multi-step ol > li.current .wrap:before {
    background: #ff8f00;
  }
  div.multi-step.numbered ol > li .title {
    margin-top: .2em;
  }
  div.multi-step.numbered ol > li .subtitle {
    display: none;
  }
  div.multi-step.numbered ol > li .wrap {
    padding-left: 12px;
  }
  div.multi-step.numbered ol > li .wrap:before {
    border: 0;
    display: inline-block;
    vertical-align: top;
    position: static;
    top: auto;
    left: auto;
  }
  div.multi-step.long ol .subtitle {
    display: none;
  }
  div.multi-step.long ol .wrap:before {
    background: transparent;
  }
  div.multi-step.long:not(.numbered) ol {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  div.multi-step.long:not(.numbered) ol li {
    margin-bottom: 2px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 50%;
  }
  div.multi-step.long:not(.numbered) ol .subtitle {
    display: block;
  }
  div.multi-step.long:not(.numbered) ol .wrap {
    padding-left: 10px;
  }
}


