/* FT Darkblue:   #003366
 * FT blue:       #336699
 * FT Lightblue:  #66CCFF
 */


/* typografy */
body, html, td, th, option, select, input, textarea, button {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  line-height: 1.4;
}
h1 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 24pt;
  line-height: 1;
  margin: 0 0 0.5em 0;
}
h2 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 18pt;
  line-height: 1;
  margin: 0.5em 0 0.25em 0;
}
h3 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16pt;
  line-height: 1.2;
  margin: 0.75em 0 0.25em 0;
}
h4 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 14pt;
  line-height: 1.2;
  margin: 0.75em 0 0.25em 0;
}
h5 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 12pt;
  line-height: 1.2;
  margin: 1em 0 0.25em 0;
}
h6 {
  font-weight: bold;
  font-size: 10pt;
  line-height: 1.4;
  margin: 0.5em 0 0.12em 0;
}
p {
  margin: 0 0 1em 0;
}
p.small {
  font-size: smaller;
}
p.half {
  margin: 0 0 0.5em 0;
}
p.last {
  margin: 0 0 0 0;
}
small {
  font-size: 85%;
  letter-spacing: 0.05em;
}
strong {
  font-weight: bold;
  font-style: normal;
}
em {
  font-weight: normal;
  font-style: italic;
}
a:link,
a:visited {
  color: #003366;
}
a:hover,
a:active {
  color: #66CCFF;
}
img {
  border: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  background-color: #FFFFCC;
}
input.focus,
textarea.focus {
  background-color: #FFFFCC;
}
input.readonly {
  color: gray;
}

/* layout */
html, body {
  width: 100%;
}
body {
  background-color: #003366;
  padding: 0;
  margin: 0;
}
#frame {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  background: white url(/img/bg-dddddd.gif) left repeat-y;
  overflow: hidden;
}
#header {
  height: 75px;
  /*
  background: white url(/img/header-flygtaxi.gif) top left no-repeat;
  cursor: pointer;
  */
  overflow: hidden;
}
#bar {
  height: 30px;
  background: #66CCFF url(/img/blue/bar-fade.gif) repeat-x;
}
#menu {
  width: 175px;
  float: left;
  clear: left;
}
#content {
  position: relative;
  width: 775px;
  float: left;
  clear: right;
}

#bar-left {
  width: 175px;
  height: 30px;
  float: left;
  background: #3399CC url(/img/blue/bar-fade-left.gif) repeat-x;
  color: #66CCFF;
  text-align: center;
  line-height: 30px;
}
#bar-left span.date {
  font-size: smaller;
  font-style: normal;
}
#bar-right {
  width: 775px;
  height: 30px;
  padding: 0;
  margin: 0;
  float: right;
  line-height: 30px;
  overflow: hidden;
}
#bar-alert {
  display: block;
  height: 30px;
  margin-left: 10px;
  float: left;
}
#bar-alert a {
  display: block;
  height: 30px;
  padding-left: 30px;
  background: transparent url(/img/bar/alert.gif) center left no-repeat;
}
#bar-alert a:link,
#bar-alert a:visited,
#bar-alert a:active {
  color: #FFCC00;
  text-decoration: none;
}
#bar-alert a:hover {
  color: white;
  text-decoration: underline;
}
#bar-lang {
  display: block;
  height: 30px;
  margin-right: 10px;
  float: right;
  text-align: right;
}
#bar-lang a {
  display: block;
  height: 30px;
}
#bar-lang a:link,
#bar-lang a:visited,
#bar-lang a:active {
  text-decoration: none;
  color: #003366;
}
#bar-lang a:hover {
  color: white;
  text-decoration: underline;
}
#bar-lang a.en {
  padding-right: 42px;
  background: transparent url(/img/bar/sv.gif) center right no-repeat;
}
#bar-lang a.sv {
  padding-right: 50px;
  background: transparent url(/img/bar/en.gif) center right no-repeat;
}
#footer {
  clear: both;
  font-size: 9px;
  padding: 10px 10px 10px 185px;
  color: #999999;
}
div.pad {
  padding: 10px;
}
div.notice {
  padding: 3px;
  border: 1px solid #990000;
  background-color: #FF9999;
  color: #660000;
}

/* lists */
ul.radio,
ul.checkbox {
  list-style: none;
  margin-left: 1em;
  padding-left: 0;
}
ul.radio li,
ul.checkbox li {
  margin: 0 0 0.25em 0;
  padding: 0 0 0 1.75em;
  text-indent: -1.75em;
}
ol.radio {
  margin-left: 2.5em;
  padding-left: 0;
}
ol.radio li {
  margin: 0 0 0.25em 0;
  padding: 0 0 0 1.75em;
  text-indent: -1.75em;
}
ul.nowrap li,
ol.nowrap li {
  white-space: nowrap;
}
ul.radio h6,
ol.radio h6 {
  display: inline;
  clear: both;
  width: auto;
}
ul.error li {
  color: red;
}

/* form */
form {
  display: inline;
  margin: 0;
  padding: 0;
}
optgroup {
  font-weight: bold;
  font-style: normal;
  background-color: #336699;
  color: white;
}
option {
  background-color: white;
  color: black;
}
kbd {
  font-family: monospace;
  color: #666666;
}
var.date {
  font-style: normal;
  white-space: nowrap;
}
.field {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-bottom: 5px;
}
.field label {
  display: block;
  float: left;
  width: 100px;
  margin-right: 10px;
  text-align: right;
  color: #666666;
}
form.tight .field label {
  width: 60px;
}
.field .value {
  float: left;
}
.field ul.value {
  margin-top: 0;
  float: none;
}
.field var.value {
  display: block;
  font-weight: normal;
  font-style: normal;
}
.field .value input,
.field .value select, 
.field .value button {
  display: inline;
}
table.form {
  border-collapse: collapse;
  background-color: #F3F3F3;
}
table.form td {
  padding: 0 5px;
}
table.form thead td,
table.form tbody td,
table.form tfoot td {
  padding-top: 2px;
  padding-bottom: 2px;
}
table.form tr.first td {
  padding-top: 10px;
}
table.form tr.last td {
  padding-bottom: 10px;
}
table.form td.first {
  padding-left: 10px;
}
table.form td.last {
  padding-right: 10px;
}
table.form tr.divider td {
  padding: 2px 0;
  text-align: center;
  background: transparent url(/img/hline-999999.gif) center center repeat-x;
  color: #999999;
}
table.form tr.divider span {
  padding: 0 10px;
  background-color: #F3F3F3;
}
table.form label {
  display: inline;
  padding-bottom: 2px;
  color: #666666;
}
table.form td.label {
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}

/* fieldset */
fieldset {
  padding: 10px;
  margin: 0;
  border: 1px solid black;
}
fieldset.fold {
  padding: 10px 0 0 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
fieldset.fold legend {
  padding: 0 10px 0 0;
  background-color: white;
}
fieldset .field label {
  width: 90px;
}
form.tight fieldset .field label {
  width: 50px;
}
label.inline {
  display: inline;
  float: none;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  color: inherit;
}
/* buttons */ 
div.buttons {
  width: 100%;
  margin-top: 10px;
  clear: both;
  overflow: hidden;
}
div.buttons button,
div.buttons input,
div.buttons select {
  float: left;
  margin-right: 10px;
}
button.icon-edit,
button.icon-remove,
button.icon-remove-user,
button.icon-lock,
button.icon-return,
button.icon-book,
button.icon-select {
  display: inline;
  width: 16px;
  height: 16px;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
button.icon-edit[type] {
  background: url(/img/icon/edit.png) no-repeat;
}
button.icon-remove[type] {
  background: url(/img/icon/remove.png) no-repeat;
}
button.icon-remove-user[type] {
  background: url(/img/icon/remove-user.png) no-repeat;
}
button.icon-lock[type] {
  background: url(/img/icon/lock.png) no-repeat;
}
button.icon-return[type] {
  background: url(/img/icon/return.png) no-repeat;
}
button.icon-book[type] {
  background: url(/img/icon/return.png) no-repeat;
}
button.icon-select[type] {
  background: url(/img/icon/edit.png) no-repeat;
}
a.button-are {
  display: block;
  width: 220px;
  height: 45px;
  background: white url(/img/button-are.gif) no-repeat;
}
/*
a.button-are:hover {
  background: white url(/img/button-are-hover.gif) no-repeat;
}
*/
a.button {
  display: block;
  width: 220px;
  height: 45px;
  background: white url(/img/button.gif) no-repeat;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 14pt;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  color: #336699 !important;
}
/*
a.button:hover {
  background: white url(/img/button-hover.gif) no-repeat;
}
*/

/* table */
table.normal {
  width: 100%;
  border-collapse: collapse;
}
table.normal th, 
table.normal td {
  padding: 2px 4px 2px 4px;
  border-left: 1px solid #999999;
  background-color: #F3F3F3;
  vertical-align: top;
  text-align: left;
}
table.normal thead th {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: bottom;
}
table.normal thead tr.first th.line,
table.normal thead tr.last th {
  border-bottom: 1px solid black;
  padding-bottom: 2px;
}
table.normal thead.heading td {
  padding: 4px;
  border: none;
  background-color: #336699;
  color: white;
  vertical-align: bottom;
}
table.normal thead.heading h5 {
 margin: 0;
}
table.normal th.first,
table.normal td.first {
  border-left: 0;
}
table.normal th.last,
table.normal td.last {
  border-right: 0;
}
table.normal tr.odd th,
table.normal tr.odd td {
  background-color: #E9E9E9;
}
table.normal tfoot td,
table.normal tfoot th {
  border-top: 1px solid black;
} 
table.normal th.void,
table.normal td.void {
  padding: 0 0 0 0 !important;
  border: 0 !important;
  background-color: white;
}
table.normal th.right, 
table.normal td.right {
  text-align: right;
}
table.normal th.number, 
table.normal td.number {
  text-align: right;
  white-space: nowrap;
}
table.normal th.date, 
table.normal td.date,
table.normal th.nowrap, 
table.normal td.nowrap {
  white-space: nowrap;
}
table.normal th.maxwidth, 
table.normal td.maxwidth {
  width: 100%;
}
table.normal td.tree-first {
  background-image: url(/img/blue/tree-first.gif);
  background-position: right top;
  background-repeat: no-repeat;
}
table.normal td.tree-between {
  background-image: url(/img/blue/tree-between.gif);
  background-position: right center;
  background-repeat: no-repeat;
}
table.normal td.tree-last {
  background-image: url(/img/blue/tree-last.gif);
  background-position: right center;
  background-repeat: no-repeat;
}
table.normal tbody.clickable tr:hover td,
table.normal tbody.clickable tr:hover th,
table.normal tbody.clickable tr.hover td,
table.normal tbody.clickable tr.hover th {
  background-color: #003366;
  color: white;
  cursor: pointer;
}
table.normal tbody.clickable tr:hover td a,
table.normal tbody.clickable tr:hover th a,
table.normal tbody.clickable tr.hover td a,
table.normal tbody.clickable tr.hover th a {
  color: #66CCFF;
}
table.normal td.radio {
  width: 20px;
  border: 0 !important;
  padding: 3px 0 0 0 !important;
}
/*
table.normal label.radio {
  padding-left: 1.75em;
  text-indent: -1.75em;
}
*/
.table-heading {
  /*width: 100%;*/
  clear: both;
  overflow: hidden;
  padding: 4px;
  vertical-align: bottom;
  background-color: #336699;
  color: white;
}
.table-heading h5 {
  margin: 0;
  float: left;
  clear: none;
}
div.even {
  background-color: #F3F3F3;
}
div.odd {
  background-color: #E9E9E9;
}

/* floats */
.floats {
  width: 100%;
  clear: both;
  overflow: hidden;
}
.float-left {
  float: left;
  clear: none;
}
.float-right {
  float: right;
  clear: none;
}

/* columns */
.two-columns {
  width: 100%;
  clear: both;
  overflow: hidden;
}
.left-column {
  width: 50%;
  clear: left;
  float: left;
}
.right-column {
  width: 50%;
  clear: right;
  float: right;
}

/* misc */
.hide {
  display: none;
}
.show {
  display: block;
}
.scroll {
  width: 100%;
  overflow: auto;
  background: transparent;
}
.right {
  text-align: right;
}
.inline {
  display: inline;
}
.clear {
  clear: both;
}

/* menu */
ul.menu, ul.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu {
  background-color: #DDDDDD;
}
ul.menu li {
  margin: 0;
  padding: 0;
  line-height: 1;
}
ul.menu a,
ul.menu a:link,
ul.menu a:visited,
ul.menu a:active {
  display: block;
  padding: 10px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #BBBBBB;
  color: #003366;
  text-decoration: none;
}
ul.menu a:hover {
  background-color: #EEEEEE;  
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
  text-decoration: underline;
  color: #003366;
}
ul.menu li a.selected {
  background-color: #336699 !important;
  border-top: 1px solid #225588 !important;
  border-bottom: 1px solid #225588 !important;
  color: white !important;
}
ul.menu ul ul a {
  padding-left: 40px !important;
}
ul.menu ul a {
  padding-left: 25px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  font-size: smaller !important;
}

/* profile */
div.profile {
  display: block;
  position: absolute;
  z-index: 1;
  width: 225px;
  right: 10px;
  background-color: white;
}
div.profile fieldset {
  border: 1px solid black;
  padding: 10px;
}
div.profile iframe {
  width: 100%;
  height: 300px;
  border: 0;
  display: none;
}
fieldset.fold legend {
  padding-left: 10px;
  background-color: white;
}
body.profile {
  background-color: white;
  padding: 0;
  margin: 0;
}

/* progress */
#progress {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: white;
  filter: alpha(opacity=25);
  -moz-opacity: 0.25;
  opacity: 0.25;
}
table.normal thead.heading .progress,
.table-heading .progress {
  /*display: inline;*/
  visibility: hidden;
  width: 36px;
  height: 22px;
  background: #336699 url(/img/heading-spinner.gif) center center no-repeat;
}

/* editor */
a.editor {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
}
body.mceContentBody {
  background-color: white;
}

/* verisignSeal  */
#verisignSeal {
  width: 175px;
}
#verisignSeal div {
  width: 100px;
  margin: 25px auto 0 auto;
}

/* googleMap */
#googleMap {
  width: 300px;
  height: 225px;
  float: right;
  margin: 0 0 20px 20px;
}

/* DatePicker */
.DatePicker {
  display: none;
  position: absolute;
  z-index: 100;
  border: 1px solid #003366;
  width: auto;
  background-color: white;
  cursor: default;
}
.DatePicker table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
.DatePicker th,
.DatePicker td {
  padding: 1px 2px 1px 2px;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  font-weight: normal;
  font-size: smaller;
}
.DatePicker .month {
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 0;
  font-weight: bold;
  font-size: medium;
  text-align: center;
}
.DatePicker .previous,
.DatePicker .next {
  width: 2em;
  border-top: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.DatePicker .previous {
  border-left: 0;
}
.DatePicker .next {
  border-right: 0;
}
.DatePicker .week {
  width: 1.25em;
  background-color: gray;
  color: white;
  text-align: right;
}
.DatePicker th.week {
  font-weight: bold;
}
.DatePicker td.week {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.DatePicker .day {
  width: 1.25em;
  text-align: right;
}
.DatePicker th.day {
  font-weight: bold;
}
.DatePicker td.day {
  cursor: pointer;
}
.DatePicker td.selected {
  background-color: #003366;
  color: white;
}
.DatePicker td.selected:hover {
  background-color: #66CCFF;
}
.DatePicker td.disabled {
  background-color: white !important;
  color: gray !important;
}
.DatePicker td.previous:hover,
.DatePicker td.next:hover,
.DatePicker td.day:hover {
  background-color: #003366;
  color: white;
}
.DatePicker tr.last td {
  border-bottom: 0 !important;
}

/* TextSearch */
input.TextSearch {
  padding-right: 16px;
  background: transparent url(/img/input-search.gif) center right no-repeat;
}
input.TextSearch.loading {
  padding-right: 16px;
  background: transparent url(/img/input-spinner.gif) center right no-repeat;
}
select.TextSearch {
  display: none;
  position: absolute;
  z-index: 100;
  border: 1px solid black;
}
