@page port { size: portrait; }
@page land { size: landscape; }

* { margin: 0; padding: 0; }
*:focus { outline: none; }
body {
  margin: 1em;
  line-height: 1.5em;
  font-size: 75%;
	font-family: 'PT Sans', sans-serif;
  color: #1A1A1A;
}

h1, h2, h3, h4, h5, h6 { margin: 1em 0 0.5em 0; line-height: 1.25em; font-family: 'Segoe UI'; font-weight: normal; color: #000000; }
h1 { font-size: 250%; color: #1A2F53; margin-bottom: 0.5em; }
h2 { font-size: 225%; color: #1A2F53; }
h3 { font-size: 150%; color: #1A2F53; font-weight: bold; }
h4 { font-size: 140%; font-weight: normal; }
h5 { font-size: 130%; font-weight: bold; color: #616161; }
h6 { font-size: 120%; font-weight: bold; }

p, ul, ol { margin: 1em 0; }
dl, ol, ul { margin-left: 2.5em; }
dt, dd { margin: 0; padding: 0; font-weight: normal; }

a { color: #1A2F53; text-decoration: underline; }
a:hover { text-decoration: none; }
a:link { color: #1A2F53; }
a:visited { color: #1A2F53; }
a:hover { color: black; }
a:active { color: red; }

img { border: 0; }

hr { border: 0; border-top: 1px dotted #DCDCDC; }

dl {}
dl dt {}
dl dd {}

dl.tabs {}
dl.tabs dt { margin: 1em 0 0.5em 0; padding: 0; font-style: normal; font-weight: bold; border-bottom: 1px solid #DCDCDC; text-shadow: 1px 1px 0 #FFFFFF; }
dl.tabs dt:first-child { /* margin-top: 0; */ }
dl.tabs dt span { display: inline-block; padding: 0.2em 0.75em; color: #333333; background: #DCDCDC; }
dl.tabs dd {}
dl.tabs.small dt { font-size: 75%; }
dl.tabs.small dt span { padding: 0 0.75em; }

dl.inline { margin: 0; padding: 0; }
dl.inline dt, dl.inline dd { float: left; margin: 0; padding: 0.5em 1em; }
dl.inline dt { text-shadow:1px 1px 0 #FFFFFF; }
dl.inline dt { font-weight: bold; background: #F0F0F0; }

/*
button, *.btn {
  display: inline-block; padding: 0.25em 1em;
  text-shadow: 0 0 0 transparent, 0 1px 0 #FFFFFF;
  font-size: 12px; line-height: 2.25em; color: #555555; text-align: center; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; text-decoration: none;
  border: 1px solid #AAAAAA; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;
  border-color: #CCCCCC #CCCCCC #AAAAAA;
  background: #B0B0B0; background: -moz-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%); background: -webkit-linear-gradient(top, #FFFFFF 0%,#E0E0E0 100%); background: -o-linear-gradient(top, #FFFFFF 0%,#E0E0E0 100%); background: -ms-linear-gradient(top, #FFFFFF 0%,#E0E0E0 100%); background: linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E0E0E0', GradientType=0);
  box-shadow: 0 0 1px #FFFFFF inset;
  -moz-transition: all 0.218s ease 0s;
  cursor: pointer;
  -moz-user-select: none;
}
button:hover, *.btn:hover {
  color: #000000; text-decoration: none;
  border-color: #999999;
  background: #EBEBEB; background: -moz-linear-gradient(top, #FFFFFF 0%, #EBEBEB 100%); background: -webkit-linear-gradient(top, #FFFFFF 0%,#EBEBEB 100%); background: -o-linear-gradient(top, #FFFFFF 0%,#EBEBEB 100%); background: -ms-linear-gradient(top, #FFFFFF 0%,#EBEBEB 100%); background: linear-gradient(top, #FFFFFF 0%, #EBEBEB 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EBEBEB', GradientType=0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF inset;
}
button.dark, *.btn.dark {
  border-color: #999999;
  background: #b0b0b0; background: -moz-linear-gradient(top, #c2c2c2 0%, #b0b0b0 100%); background: -webkit-linear-gradient(top, #2f2f2f 0%,#b0b0b0 100%); background: -o-linear-gradient(top, #2f2f2f 0%,#b0b0b0 100%); background: -ms-linear-gradient(top, #2f2f2f 0%,#b0b0b0 100%); background: linear-gradient(top, #2f2f2f 0%, #b0b0b0 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f2f2f', endColorstr='#b0b0b0', GradientType=0);
  box-shadow: none;
}
button.dark:hover, *.btn.dark:hover {
  border-color: #999999;
  background: #a5a5a5; background: -moz-linear-gradient(top, #b7b7b7 0%, #a5a5a5 100%); background: -webkit-linear-gradient(top, #b7b7b7 0%,#a5a5a5 100%); background: -o-linear-gradient(top, #b7b7b7 0%,#a5a5a5 100%); background: -ms-linear-gradient(top, #b7b7b7 0%,#a5a5a5 100%); background: linear-gradient(top, #b7b7b7 0%, #a5a5a5 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7b7b7', endColorstr='#a5a5a5', GradientType=0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25)
}
button.primary, *.btn.primary {
  color: #FFFFFF; text-shadow: 0 0 0 transparent, 0 1px 0 rgba(0, 0, 0, 0.45); font-weight: bold;
  border: 1px solid #AAAAAA;
  border-color: #304EA6 #304EA6 #000000;
  background: #6891E7; background: -moz-linear-gradient(top, #6891E7 0%, #304EA6 100%); background: -webkit-linear-gradient(top, #6891E7 0%,#304EA6 100%); background: -o-linear-gradient(top, #6891E7 0%,#304EA6 100%); background: -ms-linear-gradient(top, #6891E7 0%,#304EA6 100%); background: linear-gradient(top, #6891E7 0%,#304EA6 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6891E7', endColorstr='#304EA6', GradientType=0);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45) inset;
}
button.primary:hover, *.btn.primary:hover {
  background: -moz-linear-gradient(top, #304EA6 0%, #557CD1 100%); background: -webkit-linear-gradient(top, #304EA6 0%,#557CD1 100%); background: -o-linear-gradient(top, #304EA6 0%,#557CD1 100%); background: -ms-linear-gradient(top, #304EA6 0%,#557CD1 100%); background: linear-gradient(top, #304EA6 0%,#557CD1 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#304EA6', endColorstr='#557CD1', GradientType=0);
}
*/
button > *, *.btn > * { display: inline-block; background: transparent none no-repeat center center; }

/* --- */

ul.select { line-height: 2em; height: 2em; margin: 0; padding: 0; list-style: none outside;
  -moz-user-select: none;
}
ul.select li { position: relative; width: inherit; padding: 0; line-height: 2em; height: 2em; border-bottom: 0px solid #DCDCDC; }
ul.select li:last-child { border-bottom: 0; cursor: pointer; }
ul.select li > * { display: block; text-decoration: none; color: #000000; padding: 0 0.5em; }
ul.select li > * > span { display: block; background: transparent none no-repeat 0 center; }
ul.select li > a:hover { color: blue; text-decoration: none; }
ul.select ul { position: absolute; top: 2em; left: 0; width: inherit; margin: 1px 0 0 0; padding: 0; list-style: none outside; background: #FFFFFF;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
ul.select.openLeft ul { right: 0; left: auto; }
ul.select > li:first-child { }
ul.select.ico li > * > span { padding-left: 22px; }

ul.opts { list-style: none outside; margin: 0; padding: 0; }
ul.opts li { margin: 0; padding: 0; background: transparent; }
ul.opts.cols li { float: left; margin: 0 0.5em 0.5em 0; padding: 0; background: transparent; }
ul.opts.cols li label.labCtrl { display: inline; margin-right: 0.5em; }
ul.opts.inline { display: inline; }
ul.opts.inline li { display: inline; margin: 0 1em 0 0; padding: 0; background: transparent; }
ul.opts.inline li.l { margin: 0; }

.unit.toggle { float: left; margin: 0; border: 1px solid #285472; border-top-color: #316C96; /* border-left-color: #316C96; */ }
.unit.toggle li { margin: 0 !important; padding: 0; list-style: none outside; }
.unit.toggle .DaVc { float: left; padding: 0 0;  }
.unit.toggle .DaVc input { display: none; }
.unit.toggle .DaVc label.ctrl {
  position: relative; z-index: 0; cursor: pointer;
  display: block; line-height: 2.2em; height: 2.2em; padding: 0 1em; margin: 0; text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  background: #305978; background: -moz-linear-gradient(top, #305978 0%, #1f4159 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#305978), color-stop(100%,#1f4159)); background: -webkit-linear-gradient(top, #305978 0%,#1f4159 100%); background: -o-linear-gradient(top, #305978 0%,#1f4159 100%); background: -ms-linear-gradient(top, #305978 0%,#1f4159 100%); background: linear-gradient(top, #305978 0%,#1f4159 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#305978', endColorstr='#1f4159',GradientType=0 );
  -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;
}
.unit.toggle .DaVc.checked label.ctrl {
  z-index: 10; color: #FFFFFF;
  background: #135983; background: -moz-linear-gradient(top, #135983 0%, #1B3155 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#135983), color-stop(100%,#1B3155)); background: -webkit-linear-gradient(top, #135983 0%,#1B3155 100%); background: -o-linear-gradient(top, #135983 0%,#1B3155 100%); background: -ms-linear-gradient(top, #135983 0%,#1B3155 100%); background: linear-gradient(top, #135983 0%,#1B3155 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#135983', endColorstr='#1B3155',GradientType=0 );
  box-shadow: 1px 0px 0px rgba(0, 0, 0, 0.25);
}

/* --- */

.hl, .hlA { color: #D5472C; }
.hlB { color: #00A9E7; }

/* --- */

.ico { display: inline-block; margin: 0; padding: 0; vertical-align: middle; }
.ico > span:first-child { display: inline-block; padding: 3px 5px 3px 25px; background: transparent none no-repeat 4px center; }
.ico.icoRight > span:first-child { padding-left: 5px; padding-right: 20px; background: transparent none no-repeat right center; }
a.ico, span.ico { -moz-user-select: none; }
a.ico { margin: 0 0; text-decoration: none; }
a.ico.hover, a.ico:hover, a.icoOnly:hover, a.icoOnly.hover, a.ico.down {
  margin: 0; color: #002C59; text-decoration: none;
  border: 1px solid #BEBEBE;
  border-radius: 0.25em; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em;
  background-color: #FFFFFF;
}
a.ico.hover, a.ico:hover, a.icoOnly:hover, a.icoOnly.hover, button.ico.hover { box-shadow: 0 0 0.5em #C8C8C8; -moz-box-shadow: 0 0 0.5em #C8C8C8; -webkit-box-shadow: 0 0 0.5em #C8C8C8; }
a.ico.hover > span:first-child, a.ico:hover > span:first-child, a.icoOnly:hover > span:first-child, a.ico.down > span:first-child { padding: 2px 4px 2px 24px; background-position: 3px center; }
*.icoOnly { margin: 1px; padding: 0; text-decoration: none; }
*.icoOnly > span:first-child { padding: 0px 13px 0px 13px; background: transparent none no-repeat center center; }
*.icoOnly > span:first-child > span { display: inline-block; width: 0px; height: 19px; overflow: hidden; padding: 0; }
a.icoOnly.hover, a.icoOnly:hover { margin: 0; }
a.icoOnly.hover > span:first-child, a.icoOnly:hover > span:first-child { padding: 0px 12px 0px 12px; background-position: center center; }
a.icoOnly.hover > span:first-child > span, a.icoOnly:hover > span:first-child > span { height: 17px; }
*.ico.down { border-color: #BEBEBE; background-color: #DFDFDF; }
*.ico.xs  > span:first-child { padding: 0px 2px 0px 18px; }
*.icoOnly.xs  > span:first-child { padding: 0px 7px 0px 7px; }
.large.ico > span:first-child { padding: 5px 7px 5px 32px; }
.large.ico:hover > span:first-child { padding: 4px 6px 4px 31px; }
a.ico.btn { margin: 0; padding: 0;
  border: 0px solid transparent;
  background: #EEEEEE transparent;
}
a.ico.btn > span:first-child { margin: 0; padding: 2px 4px 2px 23px; background-position: 4px center; }
a.ico.btn:hover { margin: 0; padding: 0;
  -moz-box-shadow: none;
  background-color: transparent;
}
a.ico.btn:hover > span:first-child { margin: 0; }
a.ico.btn.down, a.ico.btn:focus {}
a.ico.btn.icoOnly { border-radius: 0.25em; border-radius: 0.25em; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; }
a.ico.btn.icoOnly > span:first-child { padding: 0px 13px; background-position: center center; }
a.ico.btn.icoOnly > span:first-child span { height: 17px; }
a.ico.btn.icoOnly:hover > span:first-child { padding: 0px 13px; background-position: center center; }

.finished { }

/* --- */

.tbar { position: relative; margin: 0; padding: 0; list-style: none outside; }
.tbar.horizontal > li { display: inline; }
/* .tbar li.sep { width: 0px; overflow: hidden; margin: 0; border-right: 1px solid #D2D2D2; } */

/* --- */

.form { margin: 1em auto; width: 500px; max-width: 600px; min-width: 200px; background: transparent;
  border: 0px solid rgba(210, 210, 210, 0.5);
  border-radius: 3px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  box-shadow: 0 0 10px #AAAAAA; -moz-box-shadow: 0 0 10px #AAAAAA; -webkit-box-shadow: 0 0 10px #AAAAAA;
}
.form .head { padding: 1em 1.5em; border-bottom: 1px solid #D2D2D2; background: #F0F0F0;
  -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px; border-top-right-radius: 5px;
}
.form .head h2 { margin: 0; padding: 0; color: #646464; font-weight: bold; /* text-shadow: 1px 1px 0px #AAAAAA; */ }
.form .body { padding: 1.5em 1.5em; background: #FFFFFF; }
.form .body > .in { position: relative; margin: 0; }
.form .foot { padding: 0.75em 1.5em; text-align: right; background: #F0F0F0;
  border-top: 1px solid #D2D2D2;
  -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;
}

/* --- */

fieldset { position: relative; margin: 0.25em 0 0.5em 0; border: 1px solid #999999; }
fieldset legend { margin: 0 1em; padding: 0.25em 1em; background: #FFFFFF; }
fieldset > .in { margin: 1em 1em; }
fieldset.collapsed { border-width: 1px 0 0 0; }
fieldset.collapsed legend { margin-left: 0; padding-left: 0; }
fieldset.collapsed > .in { display: none; }
fieldset.expanded > .in { display: block; }
fieldset.broad { border-width: 1px 0 0 0; }
fieldset.broad > legend { padding-left: 0; margin-left: 0; }
fieldset.broad > .in { padding-left: 0; margin-left: 0; padding-right: 0; margin-right: 0; }
fieldset.easy { border: 0; }
fieldset.easy > legend { display: none; }

/* --- */

.List { margin: 0; padding: 0; }
.List > .head { margin: 0; padding: 0.5em 1em; }
table.list { width: 100%; margin: 1em 0; }
table.list a { color: #004080; }
table.list thead {  }
table.list th, table.list td { padding: 5px 0px 5px 0px; font-weight: normal; text-align: left; }
table.list th { padding: 0.75em; color: #000; font-weight: normal; text-align: left; text-shadow: 1px 1px 0 #FFFFFF; }
table.list thead > tr > th {
	text-shadow: #FFFFFF 1px 1px 0px;
	border: 1px solid #DCE6EA;
}
table.list tbody > tr > th { /*border-bottom: 1px solid #DCE6EA;*/ border-right: 1px inset #b5b5b5; }
table.list tbody > tr > td { border-bottom: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; }
table.list tbody > tr:nth-child(even) { background-color: #FFFFFF; }
table.list tbody > tr:nth-child(odd) { background-color: #FFFFFF; }
table.list tbody > tr.cap { background: transparent; }
table.list tbody > tr.cap > th { font-weight: bold; border-right: 0; }
table.list tbody > tr.h {
	background: #FFFFFF; background: #e2e2e2; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGNkY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #e2e2e2 0%, #cdcdcd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#cdcdcd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e2e2e2 0%,#cdcdcd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e2e2e2 0%,#cdcdcd 100%); /* IE10+ */
background: linear-gradient(top,  #e2e2e2 0%,#cdcdcd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-8 */

}
table.list tbody > tr.h > th { font-weight: bold; }
table.list tbody .clk { cursor: pointer; }
table.list tbody td.Code { font-family: 'Courier New'; font-size: 90%; }
table.list td.num { text-align: right; }
table.list td.price { text-align: right; }
table.list td.date { text-align: center; }
table.list tbody td.t { font-weight: bold; }

table.list tbody > tr:hover > td { background-color: #eeeeee; }

table.list tfoot td { font-weight: normal; text-align: left; border-top: 1px solid #CFCFCF; background-color: #EFEEEF; }
@media print {
  table.list { border: 1px solid #AAAAAA; }
}

/* --- */

.Dialog { margin: 0 0 0 0; padding: 0 0 4em 0; background: #FFFFFF; }
.Dialog .foot { position: absolute; left: 0; bottom: 0; right: 0; padding: 1em; text-align: right; border-top: 1px solid #AAAAAA; background: #E2E2E2;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* [BEHAVIOURS] */
*.clr { float: none !important; display: block; clear: both; height: 0 !important; margin: 0 !important; padding: 0 !important; font-size: 0 !important; line-height: 0; overflow: hidden !important; visibility: hidden; }
hr.clr { margin: -1px 0 0 0; padding: 0; height: 1px; border: none; }
*.hidden { display: none !important; }
*.invisible { visibility: hidden !important; }
*.printOnly { display: none !important; }
*.first { margin-top: 0; }
*.last { margin-bottom: 0; }
.portrait { page: port; }
.landscape { page: land; }
/* END [BEHAVIOURS] */

@media print {
  .noPrint { display: none; }
  a { color: #000000; }
  .ico > span:first-child, .icoOnly > span:first-child { padding-left: 0; padding-right: 0; }
}