@charset "utf-8";
@import url(opera.css);

/* Stylesheet for the Opera config document */
/* Copyright 2011 Opera Software */

fieldset table, fieldset div, #showall, #searchbox, fieldset, fieldset.dirty tr, #nohits {display: none;}
fieldset.expanded, fieldset.notexpanded, fieldset.expanded div, div.hasscript #showall, div.hasscript #searchbox, #nohits.nonefound {display: block;}
fieldset.expanded table {display: table;}
fieldset.dirty tr.wasmatch {display: table-row;}
fieldset.dirty table:before, fieldset.dirty table:after {
  content: "... ...";
  text-align: center;
  display: block;
  speak: none;
}

html[dir="rtl"] h1 {
  text-align: left;
  letter-spacing: normal;
}

html[dir="rtl"] #help {text-align: right;}

#showall {
  float: right;
  width: 140px;
  text-align: center;
  margin: 0;
  padding: 1px 3px;
  background: rgba(255,255,255,0.5);
  border-radius: 4px;
  border: 1px solid #ccc;
}

#showall:hover {
  box-shadow: 0 0 0 2px rgba(0,0,0,0.15);
}

.nonefound {
  clear: both;
  background: rgba(0,0,0,0.1);
  border-radius: 4px;
  text-align: center;
  padding: 10px;
}

#searchbox {
  width: 450px;
  float: left;
  padding: 0 0 1em 0;
}

#searchbox input {
  padding: 3px 3px 3px 26px;
  border: 1px rgba(93,137,205,0.5) solid;
  border-radius:4px;
  width: 450px;
  box-sizing: border-box;
  background: #fff url(images/search.png) no-repeat 3px 60%;
}

#searchbox input:hover {
  border-color: rgba(93,157,245,0.5);
  box-shadow: 0 0 0 3px rgba(93,157,245,0.25);
}

#searchbox input:focus {
  border-color: rgba(93,157,245,1.0);
  box-shadow: 0 0 0 3px rgba(93,157,245,0.5);
}


#s0 { clear: both; }

html[dir="rtl"] #showall {float: right;}
#searchbox {margin: 0px;}
#searchbox label {display: inline-block;}

fieldset {
  border: 1px solid transparent;
  margin: 0 0 8px 0;
  padding: 0;
  clear: both;
  box-sizing: border-box;
  width: 648px;
  position: relative;
}

fieldset.expanded {
  border: 1px solid #999;
  border-top-color: transparent;
  margin: 0 0 12px 0;
  border-radius: 0 0 4px 4px;
  background: #fff;
}
fieldset div {
  background: #f1f1f1;
  padding: 5px 5px 4px 5px;
  margin: 0 -1px -4px -1px;
  border: 1px solid #999;
  border-radius: 0 0 4px 4px;
  border-top-color: rgba(0,0,0,0.1);
}
legend {
  font-size: 110%;
  display: block;
  box-sizing: border-box;
  width: 648px;
  padding: 0 10px 0 20px;
  margin: 0 -1px;
  font-weight: bold;
  color: #333;
  text-indent: -7px;
  line-height: 1.7;
  background: rgba(0,0,0,0.075) -o-linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0));
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  border: 1px solid #ccc;
  border-radius: 4px;
  -o-transition: 0.2s;
}

legend:hover {
  box-shadow: 0 0 0 2px rgba(0,0,0,0.15);
}
legend:before {
  content: url(images/arrow.png);
  position: relative;
  left: -6px;
}
.expanded legend:before {
  -o-transform: rotate(90deg);
}

.expanded legend {
  background-color: rgba(0,0,0,0.1);
  border-radius: 4px 4px 0 0;
  border: 1px solid #999;
}

legend:hover { cursor: pointer;}

table {
  font-size: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}

th {
  text-align: left;
  padding: 5px 5px 5px 20px;
  width: 200px;
  font-weight: normal;
  color: #333;
  border-bottom: none;
}

input { box-sizing: border-box; }

input[type="number"],
input[type="text"] {
  width: 235px;
  padding: 3px;
  margin: 0 10px 0 0;
}

td {
  text-align: right;
}

td input[type="checkbox"] {
  margin: 0 240px 0 0;
}

input[type="file"] {
  width: 235px;
  padding: 3px;
  margin: 0 10px 0 0;
}

[type="button"] {
  font-size: 1em;
  margin: 0 2px 0 15px;
}

td [type="button"] {
  margin: 0 1em;
}

input[type] {
  box-sizing: content-box;
}
[type="text"], [type="number"], [type="file"] {
  margin-right: 13px;
  width: 245px;
}
input[type="file"] {font-family: inherit;}
html[dir="rtl"] [type="text"], html[dir="rtl"] [type="number"], html[dir="rtl"] [type="file"] {
  margin-left: 15px;
  margin-right: 0;
}
html[dir="rtl"] [type="file"] {margin-left: 13px;}
#searchbox [type="text"] {color: GrayText;}
#searchbox [type="text"]:focus {color: WindowText;}

html[dir="rtl"] [type="checkbox"] {
  margin-left: 248px;
  margin-right: 0;
  left: auto;
  right: -3px;
}
html[dir="rtl"] [type="button"] {margin: 0 15px 0 2px;}
td a {
  text-decoration: none;
  margin: 0;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  width: 18px;
  height: 18px;
  border-radius:4px;
  color: #fff;
  background: rgba(0,0,0,0.15);
  text-shadow:0 -1px 0 rgba(0,0,0,0.15);
  border:1px solid rgba(0,0,0,0.15);
}

td a:hover {
  background: #5D9DF5;
  color: #fff;
}
.match {color: HighlightText !important; background-color: Highlight !important;}
.match label {font-weight: bold;}

fieldset div button {
  min-width: 50px;
  margin: 0 7px;
}

#helpdisp {
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 8px;
  position: absolute;
  width: 400px;
  margin: 0 0 0 239px;
  box-sizing: border-box;
  border-radius:4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  display: none;
}
#helpdisp.showtip {display: block}
#helpdisp>div:first-child {
  float: right;
}
#helpdisp>div:first-child a {
  text-decoration: none;
  color: #eee;
  text-shadow: none;
  background: url(images/tooltiptail.png) no-repeat;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  width: 12px;
  height: 21px;
  position: absolute;
  top:-6px;
  right: 8px;
}
#helpdisp>div:first-child a:hover {
  border-bottom: none;
}


#helpdisp>div+div {font-size: 80%;}

@media tv, handheld {html {font-size: 150%;}}
@media screen and (max-width: 760px), projection and (max-width: 760px), tv and (max-width: 760px) {
  body, table, tbody, tr, th, td {display: block;}
  h1+div, table,tr,td, th, #searchbox, #searchbox input, #searchbox label, fieldset, legend, .nonefound {float: none; width: 100%;  }
  input[type="text"], input[type="number"], input[type="file"] {float: none; width: 90%;}
  noscript+div, h1+div, noscript p, #nohits {
    position: relative;
  }
  th { text-align: left; padding: 0.6em 0.6em 0.1em 0.6em}
  td { text-align: left; padding: 0 0.6em 0.6em 0.6em; }
  td [type="button"] {float: none; margin: 0;}
  fieldset input {
    margin: 0 !important;
    display: block;
  }
  fieldset input[type="checkbox"], fieldset input[type="checkbox"]+input[type="button"] {display: inline-block;}
  h1 {
    font-size: 180%;
    padding: 20px 0 6px 0;
    margin: 0;
  }
  h1+div { overflow: visible}
  fieldset div { text-align: right;}
  #searchbox { margin: 0.6em 0}
  td a+a {float: right;margin: 0 15px 0 0;}
  #showall {float: none; width: auto; text-align: left;}
  legend {
    box-sizing:content-box;
    padding: 0;
    text-indent: 20px;
  }
  #helpdisp {
    left: 50px;
    right: 28px;
    margin: 0 ;
    width: auto;
  }
}

@media print {
  * {border: none;}
  h1 {
    font-size: 16pt;
    text-align:center;
  }
  h2 {font-size: 13pt;}
  table, h2+p {margin-bottom: 1cm;}
  th {
    font-weight: normal;
    text-align: left;
  }
  html[dir="rtl"] th {text-align: right;}
  legend {
    font-size: 13pt;
    font-weight: bold;
    page-break-after: avoid;
  }
  noscript+div, h1+div, noscript p, #nohits, input, button, a {display: none;}
}

