/*
 * Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with
 * the License.  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color-scheme: light dark;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::-moz-selection {
  background: #232725;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #232725;
  color: #fff;
  text-shadow: none; }

html {
  font: 300 15px "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%; }

body {
  line-height: 1.5em; }

h1, h2, legend, h3, h4, h5, h6 {
  font-family: "Source Sans Pro";
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 0.25em 0; }

h1 {
  font-size: 2rem; }

h2,
legend {
  font-size: 1.5rem; }

h3 {
  font-size: 1.3rem; }

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1.1rem; }

h6 {
  font-size: 1rem; }

p {
  margin-bottom: 1rem; }
  p.is-lead {
    font-size: 1.125rem; }

a {
  color: #FF9925;
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    color: #ffb158; }

small {
  color: #8d9994;
  font-size: 0.875rem; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

code, pre {
  font-family: 'courier new', monospace; }

pre {
  overflow-x: auto; }

abbr {
  border-bottom: 1px dotted #8d9994; }

del {
  text-decoration: line-through; }

mark {
  background-color: #ffffb3; }

hr {
  background-color: transparent;
  border: solid #ccd6d2;
  border-width: 1px 0 0;
  clear: both;
  margin: 2.5rem 1rem; }

ul, ol {
  margin: 0 0 1rem 1.5rem; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    font-weight: bold; }
  dl dd {
    margin-left: 1rem; }
  dl.advanced:before, dl.advanced:after {
    content: "";
    display: table; }
  dl.advanced:after {
    clear: both; }
  dl.advanced dt {
    float: left;
    width: 31.25%;
    margin-left: 0%;
    margin-right: 2.08333%; }
  dl.advanced dd {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: 0%; }

.l-full {
  width: 100%; }
  @media (min-width: 590px) {
    .l-full {
      float: left;
      width: 95.83333%;
      margin-left: 2.08333%;
      margin-right: 2.08333%; } }

@media (min-width: 590px) {
  .l-two-third {
    float: left;
    width: 62.5%;
    margin-left: 2.08333%;
    margin-right: 2.08333%; } }

@media (min-width: 590px) {
  .l-half {
    float: left;
    width: 45.83333%;
    margin-left: 2.08333%;
    margin-right: 2.08333%; } }

@media (min-width: 590px) {
  .l-one-quarter {
    float: left;
    width: 20.83333%;
    margin-left: 2.08333%;
    margin-right: 2.08333%; } }

@media (min-width: 590px) {
  .l-one-eigth {
    float: left;
    width: 8.33333%;
    margin-left: 2.08333%;
    margin-right: 2.08333%; } }

@media (min-width: 590px) {
  .l-one-sixth {
    float: left;
    width: 12.5%;
    margin-left: 2.08333%;
    margin-right: 2.08333%; } }

@media (min-width: 590px) {
  .l-one-third {
    float: left;
    width: 29.16667%;
    margin-left: 2.08333%;
    margin-right: 2.08333%; } }

.l-grid:before, .l-grid:after {
  content: "";
  display: table; }
.l-grid:after {
  clear: both; }
.l-grid li {
  float: left;
  width: 29.16667%;
  margin-left: 2.08333%;
  margin-right: 2.08333%; }

.l-first {
  clear: left; }

.l-container {
  margin: auto;
  max-width: 80rem;
  padding: 1rem; }
  .l-container:before, .l-container:after {
    content: "";
    display: table; }
  .l-container:after {
    clear: both; }
  @media (min-width: 769px) {
    .l-container {
      padding: 2rem; } }

.is-hidden {
  display: none !important; }

.is-hidden, .is-invisible {
  visibility: hidden !important; }

.is-active, .is-visible {
  display: block; }

@media (min-width: 590px) {
  .left {
    float: left; } }

@media (min-width: 590px) {
  .right {
    float: right; } }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.nowrap {
  white-space: nowrap; }

img.desaturated {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%); }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.button,
input[type=submit],
input[type=reset],
input[type=button],
button, .button--neutral,
input[type=submit].button--neutral,
button.button--neutral, .button--success,
input[type=submit].button--success,
button.button--success, .button--alert,
input[type=submit].button--alert,
button.button--alert {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0.125rem;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
  padding: 0.2rem 0.75rem;
  text-decoration: none;
  vertical-align: bottom; }
  .button:focus,
  input[type=submit]:focus,
  button:focus, .button--neutral:focus, .button--success:focus, .button--alert:focus {
    outline: 0; }

.button,
input[type=submit],
input[type=reset],
input[type=button],
button, a.button {
  background: #FF9925;
  color: #fff; }
.button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
button:hover {
  background: #ffb158;
  color: #fff; }
.button:active, .button:focus,
input[type=submit]:active,
input[type=submit]:focus,
button:active,
button:focus {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }   
.button[disabled],
input[type=submit][disabled],
input[type=reset][disabled],
input[type=button][disabled],
button[disabled] {
  background: #DDDDDD; }

.button--neutral,
input[type=submit].button--neutral,
button.button--neutral {
  background: #ccd6d2;
  color: #3f4542; }
.button--neutral:hover,
input[type=submit].button--neutral:hover,
button.button--neutral:hover {
  background: #8d9994;
  color: #3f4542; }
.button--neutral:active, .button--neutral:focus,
input[type=submit].button--neutral:active,
input[type=submit].button--neutral:focus,
button.button--neutral:active,
button.button--neutral:focus {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }

.button--success,
input[type=submit].button--success,
button.button--success {
  background-color: #39b924;
  color: #fff; }
  .button--success:hover,
  input[type=submit].button--success:hover,
  button.button--success:hover {
    background-color: #249c11;
    color: #fff; }
  .button--success:active, .button--success:focus,
  input[type=submit].button--success:active,
  input[type=submit].button--success:focus,
  button.button--success:active,
  button.button--success:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }

.button--alert,
input[type=submit].button--alert,
button.button--alert {
  background-color: #f3490d;
  color: #fff; }
  .button--alert:hover,
  input[type=submit].button--alert:hover,
  button.button--alert:hover {
    background-color: #d33e09;
    color: #fff; }
  .button--alert:active, .button--alert:focus,
  input[type=submit].button--alert:active,
  input[type=submit].button--alert:focus,
  button.button--alert:active,
  button.button--alert:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 2cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
.highlight {
  background: #ffffff; }

.highlight .c {
  color: #999988;
  font-style: italic; }

/* Comment */
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2; }

/* Error */
.highlight .k {
  font-weight: bold; }

/* Keyword */
.highlight .o {
  font-weight: bold; }

/* Operator */
.highlight .cm {
  color: #999988;
  font-style: italic; }

/* Comment.Multiline */
.highlight .cp {
  color: #999999;
  font-weight: bold; }

/* Comment.Preproc */
.highlight .c1 {
  color: #999988;
  font-style: italic; }

/* Comment.Single */
.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

/* Comment.Special */
.highlight .gd {
  color: #000000;
  background-color: #ffdddd; }

/* Generic.Deleted */
.highlight .gd .x {
  color: #000000;
  background-color: #ffaaaa; }

/* Generic.Deleted.Specific */
.highlight .ge {
  font-style: italic; }

/* Generic.Emph */
.highlight .gr {
  color: #aa0000; }

/* Generic.Error */
.highlight .gh {
  color: #999999; }

/* Generic.Heading */
.highlight .gi {
  color: #000000;
  background-color: #ddffdd; }

/* Generic.Inserted */
.highlight .gi .x {
  color: #000000;
  background-color: #aaffaa; }

/* Generic.Inserted.Specific */
.highlight .go {
  color: #888888; }

/* Generic.Output */
.highlight .gp {
  color: #555555; }

/* Generic.Prompt */
.highlight .gs {
  font-weight: bold; }

/* Generic.Strong */
.highlight .gu {
  color: #aaaaaa; }

/* Generic.Subheading */
.highlight .gt {
  color: #aa0000; }

/* Generic.Traceback */
.highlight .kc {
  font-weight: bold; }

/* Keyword.Constant */
.highlight .kd {
  font-weight: bold; }

/* Keyword.Declaration */
.highlight .kp {
  font-weight: bold; }

/* Keyword.Pseudo */
.highlight .kr {
  font-weight: bold; }

/* Keyword.Reserved */
.highlight .kt {
  color: #445588;
  font-weight: bold; }

/* Keyword.Type */
.highlight .m {
  color: #009999; }

/* Literal.Number */
.highlight .s {
  color: #d14; }

/* Literal.String */
.highlight .na {
  color: #008080; }

/* Name.Attribute */
.highlight .nb {
  color: #0086B3; }

/* Name.Builtin */
.highlight .nc {
  color: #445588;
  font-weight: bold; }

/* Name.Class */
.highlight .no {
  color: #008080; }

/* Name.Constant */
.highlight .ni {
  color: #800080; }

/* Name.Entity */
.highlight .ne {
  color: #990000;
  font-weight: bold; }

/* Name.Exception */
.highlight .nf {
  color: #990000;
  font-weight: bold; }

/* Name.Function */
.highlight .nn {
  color: #555555; }

/* Name.Namespace */
.highlight .nt {
  color: #000080; }

/* Name.Tag */
.highlight .nv {
  color: #008080; }

/* Name.Variable */
.highlight .ow {
  font-weight: bold; }

/* Operator.Word */
.highlight .w {
  color: #bbbbbb; }

/* Text.Whitespace */
.highlight .mf {
  color: #009999; }

/* Literal.Number.Float */
.highlight .mh {
  color: #009999; }

/* Literal.Number.Hex */
.highlight .mi {
  color: #009999; }

/* Literal.Number.Integer */
.highlight .mo {
  color: #009999; }

/* Literal.Number.Oct */
.highlight .sb {
  color: #d14; }

/* Literal.String.Backtick */
.highlight .sc {
  color: #d14; }

/* Literal.String.Char */
.highlight .sd {
  color: #d14; }

/* Literal.String.Doc */
.highlight .s2 {
  color: #d14; }

/* Literal.String.Double */
.highlight .se {
  color: #d14; }

/* Literal.String.Escape */
.highlight .sh {
  color: #d14; }

/* Literal.String.Heredoc */
.highlight .si {
  color: #d14; }

/* Literal.String.Interpol */
.highlight .sx {
  color: #d14; }

/* Literal.String.Other */
.highlight .sr {
  color: #009926; }

/* Literal.String.Regex */
.highlight .s1 {
  color: #d14; }

/* Literal.String.Single */
.highlight .ss {
  color: #990073; }

/* Literal.String.Symbol */
.highlight .bp {
  color: #999999; }

/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #008080; }

/* Name.Variable.Class */
.highlight .vg {
  color: #008080; }

/* Name.Variable.Global */
.highlight .vi {
  color: #008080; }

/* Name.Variable.Instance */
.highlight .il {
  color: #009999; }

/* Literal.Number.Integer.Long */
.logo {
  text-align: center; }
  @media (min-width: 769px) {
    .logo {
      display: inline-block;
      float: left;
      margin: 0;
      margin-left: 2.08333%; } }
  .logo img {
    display: inline-block;
    width: 240px; }

.jumbotron.header {
  background-color: #111;
  background-image: url('./background-2-ver-A358638F56CDE2ED3955B7AEED676CCB.jpg');
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: cover;
  box-shadow: inset 0 0 40px black; }
@media (min-width: 769px) {
  .jumbotron .mainmenu {
    padding-top: 1rem;
    margin-bottom: 7rem; } }
.jumbotron .jumbotron-mission {
  font-size: 1.313rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
  float: left;
  width: 91.66667%;
  margin-left: 4.16667%;
  margin-right: 4.16667%; }
  @media (min-width: 590px) {
    .jumbotron .jumbotron-mission {
      float: left;
      width: 75%;
      margin-left: 12.5%;
      margin-right: 12.5%;
      margin-top: 2rem;
      margin-bottom: 3rem; } }
  @media (min-width: 769px) {
    .jumbotron .jumbotron-mission {
      float: left;
      width: 50%;
      margin-left: 25%;
      margin-right: 25%; } }
.jumbotron .jumbotron-download {
  margin: 2rem auto;
  text-align: center;
  text-transform: uppercase; }
.jumbotron .jumbotron-logo {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 769px) {
    .jumbotron .jumbotron-logo {
      display: block;
      float: none; } }
  .jumbotron .jumbotron-logo img {
    display: block;
    width: 50%;
    min-width: 320px;
    margin: 0 auto; }
.jumbotron .jumbotron-version {
  text-transform: lowercase;
  color: white; }

nav.mainmenu {
  display: block;
  margin: 0 auto 2rem auto;
  text-align: center; }
  nav.mainmenu ul {
    list-style: none; }
  nav.mainmenu li {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase; }
    nav.mainmenu li.active {
      border-bottom: 2px solid white; }
  nav.mainmenu li + li {
    margin-left: 2.08333%; }
  nav.mainmenu a, nav.mainmenu a:active, nav.mainmenu a:hover {
    border: none;
    color: #fff;
    font-weight: 400;
    text-decoration: none; }
  @media screen and (orientation: portrait) {
    nav.mainmenu {
      padding-bottom: 50px; } }

.toc ul {
  list-style: none; }
.toc > ul {
  margin-left: 0; }
.toc > ul > li + li {
  margin-top: 1rem; }

.builtwithwicket {
  background-color: #eee;
  /*margin-left: -1rem;
  margin-right: -1rem;*/
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  .builtwithwicket .slick-prev::before,
  .builtwithwicket .slick-next::before {
    color: #FF9925; }

.builtwithwicket + hr {
  display: none; }

.builtwithwicket-post {
  padding: 1rem 1rem 0 1rem; }

.builtwithwicket-screenshot {
  margin: 0 auto;
  max-height: 20rem;
  min-height: 15rem;
  max-width: 100%;
  min-width: 50%;
  padding-bottom: 1rem; }

div.quickstart-wizard {
  background-color: #FF9925;
  border-radius: 3px;
  color: #ffffff;
  line-height: 2em;
  padding: 1rem 2rem 2rem 2rem; }
  div.quickstart-wizard label {
    display: block;
    font-weight: bold;
    margin-top: 0.5rem; }
  div.quickstart-wizard button,
  div.quickstart-wizard input,
  div.quickstart-wizard select,
  div.quickstart-wizard textarea {
    display: block;
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 0.5rem;
    color: #606060;
    height: 2rem; }
  div.quickstart-wizard textarea {
    height: 5rem; }
  div.quickstart-wizard button {
    background-color: #E68A00;
    color: white;
    height: 3em;
    margin-top: 1em;
    font-size: 1em;
    font-weight: 200; }

.quickstart ol {
  margin-left: 0;
  padding-left: 0;
  counter-reset: item; }
.quickstart ol > li {
  margin-left: 2.5rem;
  padding-left: 0;
  counter-increment: item;
  list-style: none inside;
  margin-bottom: 10px; }
.quickstart ol > li:before {
  background: #FF9925;
  border-radius: 50%;
  color: #fff;
  content: counter(item);
  display: inline-block;
  height: 2rem;
  margin-left: -2.5rem;
  margin-right: 0.5rem;
  padding-top: 0.3333rem;
  text-align: center;
  vertical-align: baseline;
  font-weight: bold;
  width: 2rem; }

code, pre, code > span, pre > span {
  font-family: 'Source Code Pro', 'courier new', monospace;
  font-size: 0.875rem; }

a {
  border-color: #FF9925;
  border-width: 0 0 1px 0;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none; }
  a:hover {
    color: #ffb158; }

h1 a, h2 a, h3 a {
  border: none; }

div.header {
  background-image: url('./background-2-ver-A358638F56CDE2ED3955B7AEED676CCB.jpg');
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: cover;
  background-color: #111;
  color: #fff;
  display: block;
  position: relative;
  width: 100%; }

.default nav.mainmenu {
  margin: 0;
  padding-right: 1em; }
  @media (min-width: 769px) {
    .default nav.mainmenu {
      display: inline-block;
      margin: 0;
      width: 62.5%;
      float: right; } }
.default a, .default a:hover, .default a:active, .default a:visited {
  border: none; }

.preamble {
  font-weight: 300;
  line-height: 2;
  text-align: center; }
  .preamble h1 {
    font-weight: 300;
    padding-top: 2rem; }
  .preamble h2 {
    color: #FF9925;
    font-weight: 300; }
  .preamble h1 + *,
  .preamble h2 + *,
  .preamble img + * {
    padding-top: 2rem; }
  .preamble h1:last-child,
  .preamble h2:last-child,
  .preamble img:last-child {
    margin-bottom: 2rem; }
  .preamble p {
    font-size: 1.125rem;
    text-align: left; }

.index .preamble {
  margin-bottom: 2rem; }
  .index .preamble p {
    text-align: center; }

.news ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
.news li {
  display: block;
  margin-left: 0;
  margin-bottom: 2rem;
  padding-left: 0; }

.l-full hr,
.l-half hr,
.l-one-third hr,
.l-one-sixth hr,
.l-one-quarter hr,
.l-one-eigth hr,
.l-two-third hr {
  margin-left: 0;
  margin-right: 0; }

pre {
  margin: 1rem 0; }

article + article {
  border-top: 1px solid #ccd6d2;
  clear: both;
  margin-top: 2rem;
  padding-top: 2rem; }

.button-bar {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
  width: 100%; }
  .button-bar .button {
    -webkit-flex: 1;
    flex: 1;
    padding: 1rem;
    text-align: center; }
    .button-bar .button + .button {
      margin-left: 0.5rem; }
    .button-bar .button i {
      font-size: 3rem; }

th {
  text-align: left; }

.media-bar {
  clear: both; }
  .media-bar a {
    border: none; }
    .media-bar a > img {
      width: 100%; }

.wicket7.header {
  background-color: #FF9925;
  background-image: url('./wicket-7-bg-ver-088DB916566C7510F7CC715AB06EDFE3.jpg');
  margin-bottom: 0;
  text-align: center; }
  .wicket7.header a {
    border: none;
    margin: 0;
    padding: 0;
    height: 0; }
  .wicket7.header img {
    min-width: 240px;
    width: 33%;
    margin: 0 auto;
    padding: 6rem 0 4rem; }
  .wicket7.header nav.mainmenu {
    background-color: #FF9925;
    line-height: 3em;
    margin-top: 1rem;
    margin-bottom: 0;
    padding-right: 1em; }
    .wicket7.header nav.mainmenu ul {
      margin-bottom: 0; }
    @media screen and (orientation: portrait) {
      .wicket7.header nav.mainmenu {
        padding-bottom: 0.25rem; } }
  .wicket7.header .submenu {
    background-color: white;
    color: black;
    display: block;
    font-size: 10pt;
    margin: 0 auto 0rem auto;
    padding-top: 0.5rem;
    padding-right: 1em;
    text-align: center; }
    .wicket7.header .submenu ul {
      list-style: none; }
    .wicket7.header .submenu li {
      display: inline-block;
      font-size: 12px; }
      .wicket7.header .submenu li.active {
        border-bottom: 2px solid; }
    .wicket7.header .submenu li + li {
      margin-left: 2.08333%; }
    .wicket7.header .submenu a, .wicket7.header .submenu a:active, .wicket7.header .submenu a:hover {
      border: none;
      font-weight: 400;
      text-decoration: none;
      text-transform: uppercase; }
      
/* OLD STYLE SECTION */

.mark {
    background-color: yellow;
    margin: 5px;    
}

ul.feedbackPanel li.feedbackPanelERROR {
    color: red;
    list-style: circle;
    font-weight: bold;
}

ul.feedbackPanel li.feedbackPanelINFO {
    color: green;
    list-style: circle;
    font-weight: bold;
}
.nospam {
    display : none;
}

a:hover {
    text-decoration: underline;
}

a[disabled="disabled"], a[disabled="disabled"]:hover{
    color: inherit;
    font-weight:normal; 
    text-decoration: none;
}



table.dataview {
    margin-bottom: 10px;
    border-bottom: 1px solid #0079d6;
    font-size: 1em;
    font-family: arial;
    }
    
table.dataview caption { text-align: left; }
table.dataview tr { padding-top: 2px; padding-bottom: 2px; }
table.dataview tr.even { background-color: #ffebcd; }
table.dataview tr.odd { background-color: #fff; }
table.dataview tr td { padding-left: 8px; padding-right: 30px; }
table.dataview tr th { color: black; padding-top: 3px; padding-bottom: 3px; padding-left: 8px; padding-right: 30px; background-color: #c1e4ff; border-bottom: 1px solid #0079d6; border-top: 1px solid #0079d6; text-align: left; white-space: nowrap; vertical-align: middle;}

table.dataview tr th { background-position: right; background-repeat:no-repeat; }
table.dataview tr th.wicket_orderDown {
    background-color: #87cbff; background-image: url('./arrow_down-ver-C770DD8ADA58357500CCCD89A369E0AC.png'); }
table.dataview tr th.wicket_orderUp {
    background-color: #87cbff; background-image: url('./arrow_up-ver-FF724B63723DFFCF4CEF42680DE2ED2B.png'); }
table.dataview tr th.wicket_orderNone {
    background-image: url('./arrow_off-ver-29BFB41ED9E36747686CB202B3DE6EFC.png');
}
table.dataview tr th a { font-weight: normal; }
table.dataview #message { padding-left: 3px; }
table.dataview caption { padding-bottom: 2px; }

/* TAB PANEL STYLES */

div.tabpanel div.tab-row{
  float:left;
  width:100%;
  background:#DAE0D2 url('./bg.gif') repeat-x bottom;
  line-height:normal;
  }

div.tabpanel div.tab-row ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
  
div.tabpanel div.tab-row li {
  float:left;
  background:url('./tabs/left-ver-B90776DC43093CC4B4AD2C7B33A3DF36.gif') no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
  
div.tabpanel div.tab-row a {
  display:block;
  background:url('./tabs/right-ver-C23BAA85AD054D63933BE4774BDF7FCF.gif') no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  white-space:nowrap;
  color:#eee;
  }
  
div.tab-panel {
    clear: left;
}
  
div.tabpanel div.tab-row a:hover {
  color:#fff;
  }
  
div.tabpanel div.tab-row li.selected {
  background-image:url('./tabs/left_on-ver-4BDD3852B01001F13D05B45C86EE058A.gif');
  }
  
div.tabpanel div.tab-row li.selected a {
  background-image:url('./tabs/right_on-ver-47B5574FC226B5A184D643A56333B114.gif');
  color:#333;
  padding-bottom:5px;
  }
 
/* VARIATION 1 TAB PANEL STYLES */
div.tabpanel1 div.tab-row{
  float:left;
  width:100%;
  background:#DAE0D2 url('./tabs1/bg-ver-3C2980A6DC3B12411F8507B1907CEFFA.gif') repeat-x bottom;
  line-height:normal;
  }

div.tabpanel1 div.tab-row ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
  
div.tabpanel1 div.tab-row li {
  float:left;
  background:url('./tabs1/left-ver-0BF34560992EFBEAA3565AC3B03B7005.gif') no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
  
div.tabpanel1 div.tab-row a {
  display:block;
  background:url('./tabs1/right-ver-F3F06A4B270CB7B3BF5788B6EEF6C638.gif') no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  white-space:nowrap;
  }
  
div.tabpanel1 div.tab-row a:hover {
  color:#333;
  }
  
div.tabpanel1 div.tab-row li.selected {
  background-image:url('./tabs1/left_on-ver-4603F1195DC0AE1FF5B1A1DB1E9F1894.gif');
  }
  
div.tabpanel1 div.tab-row li.selected a {
  background-image:url('./tabs1/right_on-ver-9DB4685BBDD79132499CD35657CD7F2E.gif');
  color:#333;
  padding-bottom:5px;
  }
  
/* TABBED PANEL VARIATION 2 */
div.tabpanel2 div.tab-row {
  float:left;
  width:100%;
  background:#369 url('./tabs2/bg-ver-2DB1F6ED24830CE8A45EBD99B1AC7C93.gif') repeat-x bottom;
  font-size:85%;
  line-height:normal;
  }
div.tabpanel2 div.tab-row ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
div.tabpanel2 div.tab-row li {
  float:left;
  background:url('./tabs2/right-ver-B07D9CED795E35A5E7EEE0CF875758FE.gif') no-repeat right top;
  margin:0;
  padding:0 5px 0 0;
  }
div.tabpanel2 div.tab-row a {
  float:left;
  display:block;
  background:url('./tabs2/left-ver-FF332DCF3C3B2D3EEFA72818CA634B1C.gif') no-repeat left top;
  padding:5px 7px 4px 20px;
  text-decoration:none;
  font-weight:bold;
  color:#9cf;
  white-space:nowrap;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
div.tabpanel2 div.tab-row a {float:none;}
/* End IE5-Mac hack */
div.tabpanel2 div.tab-row a:hover {
  color:#fff;
  }
div.tabpanel2 div.tab-row li.selected {
  background-image:url('./tabs2/right_on-ver-224B84E18A61CDBED623DB947551ACB9.gif');
  }
div.tabpanel2 div.tab-row li.selected a {
  background-image:url('./tabs2/left_on-ver-B288D551B9230DB67E709C08BBC3EE1E.gif');
  color:#333;
  padding-bottom:5px;
  }

/* TABBED PANEL VARIATION 3 */
div.tabpanel3 div.tab-row {
  float:left;
  width:100%;
  background:#eee url('./tabs3/bg-ver-ED695469B9B42B951F4CCC43BC68BE90.jpg') repeat-x top;
  line-height:normal;
  }
div.tabpanel3 div.tab-row ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
div.tabpanel3 div.tab-row li {
  float:left;
  background:url('./tabs3/left-ver-0563E3D0264C66B7C9747881FECDA802.gif') no-repeat left top;
  margin:0;
  padding:0 0 0 28px;
  }
div.tabpanel3 div.tab-row a {
  float:left;
  display:block;
  background:url('./tabs3/right-ver-CEABFA1D65A4C4C0A5D9906CF26ABD9E.gif') no-repeat right top;
  padding:9px 28px 4px 0px;
  text-decoration:none;
  font-weight:bold;
  color:#92A2AC;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
div.tabpanel3 div.tab-row a {float:none;}
/* End IE5-Mac hack */
div.tabpanel3 div.tab-row a:hover {
  color:#A56060;
  }
div.tabpanel3 div.tab-row li.selected {
  background-image:url('./tabs3/left_on-ver-00FA3B7FF78AC0CE89A371BD19E6AF73.gif');
  }
div.tabpanel3 div.tab-row li.selected a {
  background-image:url('./tabs3/right_on-ver-E018857D5368477C5F804ED54C5C6D13.gif');
  color:#A56060;
  }



div.tabpanel4 div.tab-row ul {
    height: 20px;
    margin: 0;
    padding-left: 10px;
    background: url('./tabs4/tab_bottom-ver-77D96EEBCCEA5801290AD68B3CCB4199.gif') repeat-x bottom;
}

div.tabpanel4 div.tab-row li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

div.tabpanel4 div.tab-row a:link, div.tabpanel4 div.tab-row a:visited {
    float: left;
    background: #f3f3f3;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    margin-right: 4px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #666;
}

div.tabpanel4 div.tab-row li.selected a:link, div.tabpanel4 div.tab-row a:visited.active {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
}

div.tabpanel4 div.tab-row a:hover {
    background: #fff;
}

.display-inline {
	display: inline;
}

.dotted-box {
	border: 2px dotted #fc0;
	width: 500px;
	padding: 5px;	
}

.color-green {
	color: green;
}

.color-red {
	color: red;
}

span.inline-edit {
	border: 1px solid green;
	padding: 4px;
}

span.inline-edit input {
	border: 0;
	margin: 0;
	padding: 0;
}

div.wicket-aa {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana;
	font-size: 12px;
	background-color: white;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: 2px;
	margin: 1px 0 0 0;
	text-align: left;
	color: #000000;
}

div.wicket-aa ul {
	list-style: none;
	padding: 2px;
	margin: 0;
}

div.wicket-aa ul li.selected {
	background-color: #FFFF00;
	padding: 2px;
	margin: 0;
}

.drop-zone {
	border: 1px dotted #FF9925;
	width: 200px;
	height: 200px;
}

.drop-zone.drag-over {
	background: #FF9925;
	color: #ffffff;
}

.download-veil {
	position: absolute;
	left: 20%;
	right: 20%;
	color: white;
	background-color: darkorange;
	font-size: 40px;
	text-align: center;
}

.download-veil span {
	line-height: 128px;
}

.breadcrumb-content {
	border: thin solid black;
	margin:	10px;
}

.breadcrumb-links {
	margin:	10px;
}

.width-250 {
	width: 250px;
}

.italic {
	font-style: italic;
}

.margin-top-1em {
	margin-top: 1em;
}

.library-content {
	border: 1px solid gray;
	overflow: hidden;
	padding: 1em;
}

.light-grey {
	background-color: lightgrey;
}
