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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

*:focus {
  outline: 0; }

body {
  line-height: 1em;
  color: black;
  background: #fff; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: "" ""; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: ""; }

img a {
  border: none; }

@import url(buttons.css);
@import url(installation_codes.css);
* {
  -moz-outline: 0; }

body {
  background: #fafaf9 url(../../images/bg_body.jpg) 0 0 repeat-x;
  padding: 0;
  margin: 0; }

body {
  line-height: 1.5;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 75%; }

h1 {
  font-weight: normal;
  color: #222222;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em; }
  h1 img {
    margin: 0; }

h2 {
  font-weight: normal;
  color: #222222;
  font-size: 2em;
  margin-bottom: 0.75em; }

h3 {
  font-weight: normal;
  color: #222222;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em; }

h4 {
  font-weight: normal;
  color: #222222;
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em; }

h5 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em; }

h6 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold; }

h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0; }

p {
  margin: 0 0 1.5em; }
  p img.left {
    display: inline;
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0; }
  p img.right {
    display: inline;
    float: right;
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0; }

a {
  text-decoration: underline;
  color: #000099; }
  a:visited {
    color: #000066; }
  a:focus {
    color: black; }
  a:hover {
    color: black; }
  a:active {
    color: #cc0099; }

blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

dfn {
  font-style: italic;
  font-weight: bold; }

sup, sub {
  line-height: 0; }

abbr, acronym {
  border-bottom: 1px dotted #666; }

address {
  margin: 0 0 1.5em;
  font-style: italic; }

del {
  color: #666; }

pre {
  margin: 1.5em 0;
  white-space: pre; }

pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5; }

li ul, li ol {
  margin: 0 1.5em; }

ul {
  margin: 0 1.5em 1.5em 1.5em;
  list-style-type: disc; }

ol {
  margin: 0 1.5em 1.5em 1.5em;
  list-style-type: decimal; }

dl {
  margin: 0 0 1.5em 0; }
  dl dt {
    font-weight: bold; }

dd {
  margin-left: 1.5em; }

table {
  margin-bottom: 1.4em;
  width: 100%; }

th {
  font-weight: bold; }

thead th {
  background: #c3d9ff; }

th, td, caption {
  padding: 4px 10px 4px 5px; }

tr.even td {
  background: #e5ecf9; }

tfoot {
  font-style: italic; }

caption {
  background: #eee; }

.quiet {
  color: #666666; }

.loud {
  color: #111111; }

.clear {
  clear: both; }

.nowrap {
  white-space: nowrap; }

.clearfix {
  overflow: hidden;
  display: inline-block; }
  .clearfix {
    display: block; }

.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em; }

.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em; }

.first {
  margin-left: 0;
  padding-left: 0; }

.last {
  margin-right: 0;
  padding-right: 0; }

.top {
  margin-top: 0;
  padding-top: 0; }

.bottom {
  margin-bottom: 0;
  padding-bottom: 0; }

.container {
  width: 888px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block; }
  .container {
    display: block; }

.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23 {
  display: inline;
  float: left;
  margin-right: 9px; }
  * html .column, * html div.span-1, * html div.span-2, * html div.span-3, * html div.span-4, * html div.span-5, * html div.span-6, * html div.span-7, * html div.span-8, * html div.span-9, * html div.span-10, * html div.span-11, * html div.span-12, * html div.span-13, * html div.span-14, * html div.span-15, * html div.span-16, * html div.span-17, * html div.span-18, * html div.span-19, * html div.span-20, * html div.span-21, * html div.span-22, * html div.span-23 {
    overflow-x: hidden; }

.last, div.last {
  margin-right: 0; }

.span-1 {
  width: 30px; }

.span-2 {
  width: 69px; }

.span-3 {
  width: 108px; }

.span-4 {
  width: 147px; }

.span-5 {
  width: 186px; }

.span-6 {
  width: 225px; }

.span-7 {
  width: 264px; }

.span-8 {
  width: 303px; }

.span-9 {
  width: 342px; }

.span-10 {
  width: 381px; }

.span-11 {
  width: 420px; }

.span-12 {
  width: 459px; }

.span-13 {
  width: 498px; }

.span-14 {
  width: 537px; }

.span-15 {
  width: 576px; }

.span-16 {
  width: 615px; }

.span-17 {
  width: 654px; }

.span-18 {
  width: 693px; }

.span-19 {
  width: 732px; }

.span-20 {
  width: 771px; }

.span-21 {
  width: 810px; }

.span-22 {
  width: 849px; }

.span-23, div.span-23 {
  width: 888px;
  margin: 0; }

input.span-1, textarea.span-1, select.span-1 {
  width: 30px !important; }
input.span-2, textarea.span-2, select.span-2 {
  width: 69px !important; }
input.span-3, textarea.span-3, select.span-3 {
  width: 108px !important; }
input.span-4, textarea.span-4, select.span-4 {
  width: 147px !important; }
input.span-5, textarea.span-5, select.span-5 {
  width: 186px !important; }
input.span-6, textarea.span-6, select.span-6 {
  width: 225px !important; }
input.span-7, textarea.span-7, select.span-7 {
  width: 264px !important; }
input.span-8, textarea.span-8, select.span-8 {
  width: 303px !important; }
input.span-9, textarea.span-9, select.span-9 {
  width: 342px !important; }
input.span-10, textarea.span-10, select.span-10 {
  width: 381px !important; }
input.span-11, textarea.span-11, select.span-11 {
  width: 420px !important; }
input.span-12, textarea.span-12, select.span-12 {
  width: 459px !important; }
input.span-13, textarea.span-13, select.span-13 {
  width: 498px !important; }
input.span-14, textarea.span-14, select.span-14 {
  width: 537px !important; }
input.span-15, textarea.span-15, select.span-15 {
  width: 576px !important; }
input.span-16, textarea.span-16, select.span-16 {
  width: 615px !important; }
input.span-17, textarea.span-17, select.span-17 {
  width: 654px !important; }
input.span-18, textarea.span-18, select.span-18 {
  width: 693px !important; }
input.span-19, textarea.span-19, select.span-19 {
  width: 732px !important; }
input.span-20, textarea.span-20, select.span-20 {
  width: 771px !important; }
input.span-21, textarea.span-21, select.span-21 {
  width: 810px !important; }
input.span-22, textarea.span-22, select.span-22 {
  width: 849px !important; }
input.span-23, textarea.span-23, select.span-23 {
  width: 888px !important; }

.append-1 {
  padding-right: 39px; }

.append-2 {
  padding-right: 78px; }

.append-3 {
  padding-right: 117px; }

.append-4 {
  padding-right: 156px; }

.append-5 {
  padding-right: 195px; }

.append-6 {
  padding-right: 234px; }

.append-7 {
  padding-right: 273px; }

.append-8 {
  padding-right: 312px; }

.append-9 {
  padding-right: 351px; }

.append-10 {
  padding-right: 390px; }

.append-11 {
  padding-right: 429px; }

.append-12 {
  padding-right: 468px; }

.append-13 {
  padding-right: 507px; }

.append-14 {
  padding-right: 546px; }

.append-15 {
  padding-right: 585px; }

.append-16 {
  padding-right: 624px; }

.append-17 {
  padding-right: 663px; }

.append-18 {
  padding-right: 702px; }

.append-19 {
  padding-right: 741px; }

.append-20 {
  padding-right: 780px; }

.append-21 {
  padding-right: 819px; }

.append-22 {
  padding-right: 858px; }

.prepend-1 {
  padding-left: 39px; }

.prepend-2 {
  padding-left: 78px; }

.prepend-3 {
  padding-left: 117px; }

.prepend-4 {
  padding-left: 156px; }

.prepend-5 {
  padding-left: 195px; }

.prepend-6 {
  padding-left: 234px; }

.prepend-7 {
  padding-left: 273px; }

.prepend-8 {
  padding-left: 312px; }

.prepend-9 {
  padding-left: 351px; }

.prepend-10 {
  padding-left: 390px; }

.prepend-11 {
  padding-left: 429px; }

.prepend-12 {
  padding-left: 468px; }

.prepend-13 {
  padding-left: 507px; }

.prepend-14 {
  padding-left: 546px; }

.prepend-15 {
  padding-left: 585px; }

.prepend-16 {
  padding-left: 624px; }

.prepend-17 {
  padding-left: 663px; }

.prepend-18 {
  padding-left: 702px; }

.prepend-19 {
  padding-left: 741px; }

.prepend-20 {
  padding-left: 780px; }

.prepend-21 {
  padding-left: 819px; }

.prepend-22 {
  padding-left: 858px; }

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23 {
  display: inline;
  float: left;
  position: relative; }

.pull-1 {
  margin-left: -39px; }

.pull-2 {
  margin-left: -78px; }

.pull-3 {
  margin-left: -117px; }

.pull-4 {
  margin-left: -156px; }

.pull-5 {
  margin-left: -195px; }

.pull-6 {
  margin-left: -234px; }

.pull-7 {
  margin-left: -273px; }

.pull-8 {
  margin-left: -312px; }

.pull-9 {
  margin-left: -351px; }

.pull-10 {
  margin-left: -390px; }

.pull-11 {
  margin-left: -429px; }

.pull-12 {
  margin-left: -468px; }

.pull-13 {
  margin-left: -507px; }

.pull-14 {
  margin-left: -546px; }

.pull-15 {
  margin-left: -585px; }

.pull-16 {
  margin-left: -624px; }

.pull-17 {
  margin-left: -663px; }

.pull-18 {
  margin-left: -702px; }

.pull-19 {
  margin-left: -741px; }

.pull-20 {
  margin-left: -780px; }

.pull-21 {
  margin-left: -819px; }

.pull-22 {
  margin-left: -858px; }

.pull-23 {
  margin-left: -897px; }

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23 {
  display: inline;
  float: right;
  position: relative; }

.push-1 {
  margin: 0 -39px 1.5em 39px; }

.push-2 {
  margin: 0 -78px 1.5em 78px; }

.push-3 {
  margin: 0 -117px 1.5em 117px; }

.push-4 {
  margin: 0 -156px 1.5em 156px; }

.push-5 {
  margin: 0 -195px 1.5em 195px; }

.push-6 {
  margin: 0 -234px 1.5em 234px; }

.push-7 {
  margin: 0 -273px 1.5em 273px; }

.push-8 {
  margin: 0 -312px 1.5em 312px; }

.push-9 {
  margin: 0 -351px 1.5em 351px; }

.push-10 {
  margin: 0 -390px 1.5em 390px; }

.push-11 {
  margin: 0 -429px 1.5em 429px; }

.push-12 {
  margin: 0 -468px 1.5em 468px; }

.push-13 {
  margin: 0 -507px 1.5em 507px; }

.push-14 {
  margin: 0 -546px 1.5em 546px; }

.push-15 {
  margin: 0 -585px 1.5em 585px; }

.push-16 {
  margin: 0 -624px 1.5em 624px; }

.push-17 {
  margin: 0 -663px 1.5em 663px; }

.push-18 {
  margin: 0 -702px 1.5em 702px; }

.push-19 {
  margin: 0 -741px 1.5em 741px; }

.push-20 {
  margin: 0 -780px 1.5em 780px; }

.push-21 {
  margin: 0 -819px 1.5em 819px; }

.push-22 {
  margin: 0 -858px 1.5em 858px; }

.push-23 {
  margin: 0 -897px 1.5em 897px; }

.prepend-top {
  margin-top: 1.5em; }

.append-bottom {
  margin-bottom: 1.5em; }

.showgrid {
  background: url('/grid.png'); }

.error {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4; }
  .error a {
    color: #8a1f11; }

.notice {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324; }
  .notice a {
    color: #514721; }

.success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880; }
  .success a {
    color: #264409; }

.hide {
  display: none; }

.highlight {
  background: yellow; }

.added {
  background: #006600;
  color: white; }

.removed {
  background: #990000;
  color: white; }

label {
  font-weight: bold; }

fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0; }

legend {
  font-weight: bold;
  font-size: 1.2em; }

input.text, input.title, input[type=text] {
  margin: 0.5em 0;
  background-color: #fff;
  padding: 5px; }
input.title {
  font-size: 1.5em; }
input[type=checkbox], input.checkbox,
input[type=radio], input.radio {
  position: relative;
  top: 0.25em; }

textarea {
  margin: 0.5em 0;
  padding: 5px; }

select {
  margin: 0.5em 0; }

fieldset {
  border: 1px solid #cccccc; }

input.text, input.title,
textarea,
select {
  border: 1px solid #bbbbbb; }
  input.text:focus, input.title:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #666666; }

input.text, input.title {
  width: 300px; }

textarea {
  width: 390px;
  height: 250px; }

.container {
  width: 888px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  overflow-x: hidden;
  overflow: visible; }
  .container {
    display: block; }

.notice {
  margin-top: 1.5em; }

.error {
  margin-top: 1.5em; }

.f20 {
  font-size: 20; }

.gray {
  color: gray; }

h1 {
  color: #0775c9;
  font-weight: normal;
  font-size: 1.5em;
  margin: 0; }

.noheight {
  height: auto!important; }

#header {
  display: inline;
  float: left;
  margin-right: 0;
  width: 888px;
  padding: 13px 0 0 0;
  position: relative; }
  * html #header {
    overflow-x: hidden; }
  #header #logo {
    width: 381px;
    margin: 0;
    height: 56px;
    overflow: hidden; }
  #header #info {
    width: 420px;
    float: right;
    text-align: right; }
    #header #info a {
      color: #519ed9;
      font-weight: bold;
      text-decoration: none;
      background: url(../../images/icon_logout.gif) right 4px no-repeat;
      padding-right: 17px; }
  #header #money {
    position: absolute;
    right: 0;
    top: 98px;
    background: url(../../images/bg_moneybox.gif) right 0 no-repeat;
    padding: 0 18px 0 0; }
    #header #money .inner {
      background: url(../../images/bg_moneybox.gif) 0 0 no-repeat;
      padding: 9px 0 11px 18px;
      width: auto;
      overflow: hidden; }
      #header #money .inner div {
        float: left;
        padding: 0 10px 0 10px;
        text-align: center;
        font-size: 18px;
        font-weight: bold; }
        #header #money .inner div p {
          margin: 0 0 -5px 0;
          font-size: 11px;
          color: #878383;
          font-weight: normal; }

#menu {
  display: inline;
  float: left;
  margin-right: 0;
  width: 888px;
  padding-top: 29px; }
  * html #menu {
    overflow-x: hidden; }
  #menu ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow: hidden;
    display: inline-block;
    font-size: 1.2em; }
    #menu ul {
      display: block; }
    #menu ul li {
      list-style-type: none;
      margin-left: 0px;
      white-space: nowrap;
      display: inline;
      float: left;
      padding-left: 4px;
      padding-right: 4px; }
      #menu ul li.first {
        padding-left: 0px; }
      #menu ul li.last {
        padding-right: 0px; }
    #menu ul a {
      color: #ffffff;
      text-decoration: none;
      display: block;
      padding: 9px 35px 5px 27px;
      background: url(../../images/bg_navitem.gif) right 4px no-repeat;
      height: 22px; }
    #menu ul li {
      background: url(../../images/bg_navitem.gif) 0 4px no-repeat;
      color: #ffffff;
      padding: 0 0 0 8px;
      font-weight: bold;
      margin: 0 2px 0 0;
      display: inline; }
      #menu ul li.active {
        background-position: 0 -33px; }
        #menu ul li.active a {
          background-position: right -33px; }
    #menu ul.level_2 {
      font-size: 1.1em;
      height: 43px; }
      #menu ul.level_2 a {
        color: #d4e7f1;
        padding: 2px 12px 4px 8px;
        background: none;
        height: auto; }
      #menu ul.level_2 li {
        background: none;
        padding: 0 0 0 4px;
        font-weight: bold;
        margin: 9px 15px 0 0; }
        #menu ul.level_2 li.active {
          background: url(../../images/bg_navitem_2nd.gif) 0 0 no-repeat; }
          #menu ul.level_2 li.active a {
            background: url(../../images/bg_navitem_2nd.gif) right 0 no-repeat;
            color: #ffffff; }
        #menu ul.level_2 li:hover {
          background: url(../../images/bg_navitem_2nd.gif) 0 0 no-repeat; }
          #menu ul.level_2 li:hover a {
            background: url(../../images/bg_navitem_2nd.gif) right 0 no-repeat;
            color: #ffffff; }

*html #menu a {
  display: inline; }

#content {
  width: 888px;
  margin: 23px 0 10px 0;
  overflow: visible;
  background: url(../../images/bg_content.gif) 0 0 no-repeat; }
  #content .content_inner {
    width: 849px;
    background: url(../../images/bg_content_bottom.gif) left bottom no-repeat;
    padding: 20px 19px 20px 20px;
    overflow: visible;
    min-height: 250px; }

.tabs {
  border-bottom: 1px solid #888686;
  overflow: hidden;
  margin: 1em 0 1em 0; }
  .tabs a {
    display: block;
    color: #4b4b4b;
    font-weight: bold;
    text-decoration: none;
    width: 161px;
    text-align: center;
    background: url(../../images/bg_tabs.gif) 0 0 no-repeat;
    margin-right: 1px;
    float: left;
    padding: 10px 0 4px 0; }
    .tabs a.selected {
      background-position: 0 -32px;
      color: #ffffff; }
    .tabs a.active {
      background-position: 0 -32px;
      color: #ffffff; }

.pagination {
  text-align: right; }
  .pagination a {
    color: #006CBF;
    text-decoration: none; }
    .pagination a:hover {
      text-decoration: underline; }
  .pagination .current {
    font-weight: bold;
    color: #006CBF; }
  .pagination .disabled {
    color: #838383; }

#footer {
  display: inline;
  float: left;
  margin-right: 9px;
  width: 888px;
  background: url(../../images/bg_footer.gif) center top no-repeat;
  text-align: center;
  padding: 25px 0 40px 0;
  font-size: 11px;
  color: #7f7d7c; }
  * html #footer {
    overflow-x: hidden; }
  #footer p {
    margin-bottom: 5px; }
  #footer a {
    color: #757272;
    text-decoration: none;
    font-weight: bold;
    padding: 0 9px 0 9px;
    border-left: 1px solid #bbb9b2;
    font-size: 12px; }
    #footer a.first {
      border: none; }
  #footer div {
    font-size: 11px;
    color: #7f7d7c; }
  #footer ul {
    display: inline;
    float: left;
    margin-right: 0;
    width: 888px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0; }
    * html #footer ul {
      overflow-x: hidden; }
    #footer ul li {
      list-style-type: none;
      margin-left: 0px; }
    #footer ul li {
      display: inline;
      float: left;
      margin-right: 9px;
      width: 108px; }
      * html #footer ul li {
        overflow-x: hidden; }

.tooltip {
  width: 303px;
  background-color: #fef6d0;
  color: #333333;
  font-size: 11px;
  border: none;
  padding: 0.6em 0.8em 0.6em 0.8em;
  z-index: 500;
  border: 1px solid #f8d766; }

.clear {
  clear: both; }

.hidden {
  display: none; }

.red {
  color: red; }

.green {
  color: green; }

.blue {
  color: blue; }

form .field {
  overflow: hidden;
  display: inline-block;
  clear: both;
  margin-bottom: 1.5em; }
  form .field {
    display: block; }
  form .field.hidden {
    display: none; }
  form .field .clear {
    clear: none; }
  form .field .padded {
    width: 888px;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    display: inline;
    float: left;
    margin-right: 9px;
    width: 576px;
    overflow: hidden; }
    form .field .padded {
      display: block; }
    * html form .field .padded {
      overflow-x: hidden; }
  form .field .hint {
    padding-left: 195px;
    width: 381px;
    font-size: 0.9em;
    color: #6b696a; }
form .error_field_description {
  color: #e90033;
  padding: 0.5em;
  background: #fbe3e4;
  border: 1px solid;
  border-color: #fbc2c4;
  overflow: hidden;
  margin: 5px 0 3px 0; }
  form .error_field_description ul {
    margin: 0; }
    form .error_field_description ul li {
      list-style-type: none;
      margin-left: 0px; }
form .errors {
  border: 1px solid;
  border-color: #fbc2c4;
  background: #fbe3e4; }
form .box {
  overflow: hidden;
  display: inline-block;
  clear: both;
  overflow: hidden; }
  form .box {
    display: block; }
  form .box h2 {
    font-size: 1.2em;
    font-weight: bold;
    color: #484443;
    padding: 0 1.2em 0.3em 0.8em!important;
    position: relative;
    margin: 0!important; }
  form .box .content {
    padding: 1.5em;
    margin-bottom: 1.5em;
    width: 849px; }
  form .box label {
    display: inline;
    float: left;
    margin-right: 9px;
    width: 186px;
    padding-top: 0;
    margin: 0.2em 0 0 0;
    line-height: 14px; }
    * html form .box label {
      overflow-x: hidden; }
  form .box span {
    display: inline;
    float: left;
    margin-right: 9px;
    width: 381px;
    position: relative; }
    * html form .box span {
      overflow-x: hidden; }
    form .box span.hidden {
      display: none; }
  form .box input {
    width: 381px;
    margin: 0;
    padding: 2px; }
    form .box input.text.field_with_errors {
      border: 1px solid;
      border-color: #e90033; }
    form .box input#ad_unparsed_parameters {
      height: 400px; }
  form .box .show_on_ajax {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    float: none; }

#login {
  width: 888px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  background: url(../../images/bg_login.gif) 0 0 no-repeat;
  padding: 40px 0 0 31px;
  min-height: 310px; }
  #login {
    display: block; }
  #login .welcome {
    display: inline;
    float: left;
    margin-right: 9px;
    width: 225px;
    color: #ffffff; }
    * html #login .welcome {
      overflow-x: hidden; }
    #login .welcome h1 {
      color: #ffffff;
      font-size: 1.5em;
      margin: 0 0 8px 0;
      line-height: 1.2em; }
    #login .welcome p {
      margin: 0 0 8px 0; }
  #login .login {
    display: inline;
    float: left;
    margin-right: 9px;
    width: 303px;
    margin: 20px 0 0 52px;
    background: #c1dcf1;
    padding: 35px 50px 20px 50px;
    -moz-border-radius: 7px;
    position: relative; }
    * html #login .login {
      overflow-x: hidden; }
    #login .login input {
      width: 303px;
      margin: 0 0 0.8em 0;
      padding: 3px; }
    #login .login #user_session_submit {
      display: block;
      float: left;
      padding: 8px 0 9px 0;
      background: url(../../images/bg_button.gif) 0 0 no-repeat;
      font-size: 100%;
      text-decoration: none;
      font-weight: bold;
      color: #ffffff;
      cursor: pointer;
      border: none;
      width: 172px;
      text-align: center;
      -moz-outline: 0; }
      #login .login #user_session_submit:hover {
        background-position: 0 -32px; }
    #login .login #remember {
      font-size: 0.9em;
      margin: 0.2em 0 1.5em 0; }
      #login .login #remember input {
        width: auto;
        margin: 0; }

.errorExplanation {
  color: #e90033;
  border: 1px solid;
  border-color: #fbc2c4;
  background: #fbe3e4;
  padding: 1em;
  margin-bottom: 1em; }
  .errorExplanation h2 {
    font-size: 1em;
    font-weight: bold;
    color: #e90033;
    margin-bottom: 0.2em; }
  .errorExplanation p {
    margin-bottom: 0.5em; }
  .errorExplanation ul {
    width: 303px;
    margin-bottom: 0.2em; }

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix {
  display: inline-block; }
  .ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em; }
  .ui-widget .ui-widget {
    font-size: 1em; }
  .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
  color: #333333; }
  .ui-widget-content a {
    color: #333333; }

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold; }
  .ui-widget-header a {
    color: #ffffff; }

.ui-state-default, .ui-widget-content .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4; }

.ui-state-default a {
  color: #1c94c4;
  text-decoration: none; }
  .ui-state-default a:link, .ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405; }

.ui-state-hover a {
  color: #c77405;
  text-decoration: none; }
  .ui-state-hover a:hover {
    color: #c77405;
    text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00; }

.ui-state-active a {
  color: #eb8f00;
  text-decoration: none; }
  .ui-state-active a:link, .ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none; }

.ui-widget :active {
  outline: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #ffffff; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_222222_256x240.png); }

.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png); }

.ui-state-default .ui-icon, .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-active .ui-icon {
  background-image: url(images/ui-icons_ef8c08_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_228ef1_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_ffd27a_256x240.png); }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-off {
  background-position: -96px -144px; }

.ui-icon-radio-on {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start, .ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px; }

.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-right {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.ui-widget-overlay {
  background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: .50;
  filter: Alpha(Opacity=50); }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .20;
  filter: Alpha(Opacity=20);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1; }
.ui-accordion .ui-accordion-li-fix {
  display: inline; }
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em; }

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1; }
.ui-accordion .ui-accordion-content-active {
  display: block; }

.ui-autocomplete {
  position: absolute;
  cursor: default; }

.ui-autocomplete-loading {
  background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }

* html .ui-autocomplete {
  width: 1px; }

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block; }
  .ui-menu .ui-menu {
    margin-top: -3px; }
  .ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%; }
    .ui-menu .ui-menu-item a {
      text-decoration: none;
      display: block;
      padding: .2em .4em;
      line-height: 1.5; }
      .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
        margin: -1px; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible; }

.ui-button-icon-only {
  width: 2.2em; }

button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3em; }

button.ui-button-icons-only {
  width: 3.2em; }

.ui-button .ui-button-text {
  display: block;
  line-height: 1.4; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon .ui-button-text {
  padding: .4em 1em .4em 1.8em; }

.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 1.8em;
  padding-right: 1.8em; }

input.ui-button {
  padding: .4em 1em; }

.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon .ui-icon-primary, .ui-button-text-icons .ui-icon-primary, .ui-button-icons-only .ui-icon-primary {
  left: .5em; }

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

.ui-button-set {
  margin-right: 7px; }
  .ui-button-set .ui-button {
    margin-left: 0;
    margin-right: -.3em; }

button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden; }
  .ui-dialog .ui-dialog-titlebar {
    padding: .5em 1em .3em;
    position: relative; }
  .ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .2em 0; }
  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px; }
    .ui-dialog .ui-dialog-titlebar-close span {
      display: block;
      margin: 1px; }
    .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
      padding: 0; }
  .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1; }
  .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em; }
    .ui-dialog .ui-dialog-buttonpane button {
      float: right;
      margin: .5em .4em .5em 0;
      cursor: pointer;
      padding: .2em .6em .3em .6em;
      line-height: 1.4em;
      width: auto;
      overflow: visible; }
  .ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-slider {
  position: relative;
  text-align: left; }
  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default; }
  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0; }

.ui-slider-horizontal {
  height: .8em; }
  .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em; }
  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .ui-slider-horizontal .ui-slider-range-min {
    left: 0; }
  .ui-slider-horizontal .ui-slider-range-max {
    right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }
  .ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em; }
  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%; }
  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0; }
  .ui-slider-vertical .ui-slider-range-max {
    top: 0; }

.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1; }
  .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0; }
    .ui-tabs .ui-tabs-nav li {
      list-style: none;
      float: left;
      position: relative;
      top: 1px;
      margin: 0 .2em 1px 0;
      border-bottom: 0 !important;
      padding: 0;
      white-space: nowrap; }
      .ui-tabs .ui-tabs-nav li a {
        float: left;
        padding: .5em 1em;
        text-decoration: none; }
      .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
        margin-bottom: 0;
        padding-bottom: 1px; }
        .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
          cursor: text; }
      .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
        cursor: text; }
      .ui-tabs .ui-tabs-nav li a {
        cursor: pointer; }
  .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer; }
  .ui-tabs .ui-tabs-panel {
    display: block;
    border: 0;
    padding: 1em 1.4em;
    background: none; }
  .ui-tabs .ui-tabs-hide {
    display: none !important; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0; }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em; }
  .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px; }
  .ui-datepicker .ui-datepicker-prev {
    left: 2px; }
  .ui-datepicker .ui-datepicker-next {
    right: 2px; }
  .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px; }
  .ui-datepicker .ui-datepicker-next-hover {
    right: 1px; }
  .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px; }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
    .ui-datepicker .ui-datepicker-title select {
      font-size: 1em;
      margin: 1px 0; }
  .ui-datepicker select.ui-datepicker-month-year {
    width: 100%; }
  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%; }
  .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em; }
  .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0; }
  .ui-datepicker td {
    border: 0;
    padding: 1px; }
    .ui-datepicker td span, .ui-datepicker td a {
      display: block;
      padding: .2em;
      text-align: right;
      text-decoration: none; }
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: .5em .2em .4em;
      cursor: pointer;
      padding: .2em .6em .3em .6em;
      width: auto;
      overflow: visible; }
      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left; }
  .ui-datepicker.ui-datepicker-multi {
    width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }
  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%; }

.ui-datepicker-rtl {
  direction: rtl; }
  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto; }
  .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto; }
  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right; }
    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
      float: left; }
      .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: right; }
  .ui-datepicker-rtl .ui-datepicker-group {
    float: right; }
  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px; }

.ui-datepicker-cover {
  display: none;
  display/**/: block;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px; }

.ui-progressbar {
  height: 2em;
  text-align: left; }
  .ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%; }

.ui-corner-all {
  -moz-border-radius: 0; }

.ui-daterangepickercontain {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 55px; }
  .ui-daterangepickercontain .ui-daterangepicker {
    float: left;
    padding: 5px !important;
    width: auto;
    display: inline;
    background-image: none !important;
    clear: left;
    background: #0076ca; }

.ui-daterangepicker ul {
  float: left;
  padding: 0;
  margin: 0;
  width: 16em;
  background: none;
  border: 0;
  font-size: 0.9em; }
  .ui-daterangepicker ul a {
    color: #d4e6f2;
    background: none!important; }
.ui-daterangepicker .ranges {
  float: left;
  padding: 0;
  margin: 0;
  width: auto;
  position: relative;
  padding: 5px 5px 40px 0;
  margin-left: 10px;
  background: #0087d1; }
.ui-daterangepicker .range-start, .ui-daterangepicker .range-end {
  float: left;
  padding: 0;
  margin: 0;
  margin-left: 5px; }
.ui-daterangepicker button.btnDone {
  margin: 0 5px 5px 0;
  position: absolute;
  bottom: 0;
  right: 0;
  clear: both;
  cursor: pointer;
  padding: .2em 0 .4em 0;
  width: 90px;
  text-align: center;
  overflow: visible;
  -moz-border-radius: 5px;
  background: #d4e7f8;
  color: #0159a0;
  font-size: 1em; }
.ui-daterangepicker li {
  list-style: none;
  padding: 1px;
  cursor: pointer;
  margin: 1px 0; }
  .ui-daterangepicker li.ui-state-hover, .ui-daterangepicker li.ui-state-active {
    padding: 0;
    background: none!important; }
    .ui-daterangepicker li.ui-state-hover a, .ui-daterangepicker li.ui-state-active a {
      color: #ffffff; }
    .ui-daterangepicker li.ui-state-hover ui-icon, .ui-daterangepicker li.ui-state-active ui-icon {
      background-image: url(/images/ui/d8e7f3_256x240_icons_icons.png)!important; }
  .ui-daterangepicker li.preset_0 {
    margin-top: 1.5em !important; }
  .ui-daterangepicker li a {
    font-weight: normal;
    margin: .3em .5em;
    display: block; }
  .ui-daterangepicker li span {
    float: right;
    margin: .3em .2em; }
.ui-daterangepicker .ui-widget-content a {
  text-decoration: none !important; }
.ui-daterangepicker .title-start, .ui-daterangepicker .title-end {
  display: block;
  margin: 0 0 .2em;
  font-size: 1em;
  padding: 0 4px 2px; }
.ui-daterangepicker .ui-datepicker-inline {
  font-size: 1em;
  background: #0087d1;
  border: 0; }

.ui-daterangepicker-arrows {
  padding: 2px;
  width: 204px;
  position: relative; }
  .ui-daterangepicker-arrows input.ui-rangepicker-input {
    width: 158px;
    margin: 0 2px 0 20px;
    padding: 2px;
    height: 1.1em; }
  .ui-daterangepicker-arrows .ui-daterangepicker-prev {
    position: absolute;
    top: 2px;
    padding: 1px;
    left: 2px; }
    .ui-daterangepicker-arrows .ui-daterangepicker-prev:hover, .ui-daterangepicker-arrows .ui-daterangepicker-prev:focus {
      padding: 0; }
  .ui-daterangepicker-arrows .ui-daterangepicker-next {
    position: absolute;
    top: 2px;
    padding: 1px;
    right: 2px; }
    .ui-daterangepicker-arrows .ui-daterangepicker-next:hover, .ui-daterangepicker-arrows .ui-daterangepicker-next:focus {
      padding: 0; }

.ui-datepicker-calendar th {
  background: #2693d8;
  color: #ffffff;
  border: none;
  border-left: 1px solid #0087d1;
  border-bottom: 1px solid #0087d1; }
.ui-datepicker-calendar td {
  background: #5face0;
  color: #ffffff!important;
  border: none;
  border-left: 1px solid #0087d1;
  border-bottom: 1px solid #0087d1; }
.ui-datepicker-calendar a.ui-state-default {
  background: none!important;
  color: #ffffff!important; }

ul.ui-widget-content li {
  border: 0!important; }
ul.ui-widget-content li.ui-state-hover {
  border: 0!important;
  padding: 1px;
  cursor: pointer;
  margin: 1px 0; }
ul.ui-widget-content li.ui-state-active {
  border: 0!important;
  padding: 1px;
  cursor: pointer;
  margin: 1px 0; }

.slick-header.ui-state-default {
  width: 100%;
  overflow: hidden;
  border-left: 0px; }

.slick-header-columns {
  width: 999999px;
  position: relative;
  white-space: nowrap;
  cursor: default;
  overflow: hidden; }

.slick-header-column.ui-state-default {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 16px;
  line-height: 16px;
  margin: 0;
  padding: 4px;
  border-right: 1px solid silver;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 0px;
  float: left; }

.slick-header-column-sorted {
  font-style: italic; }

.slick-sort-indicator {
  display: inline-block;
  width: 8px;
  height: 5px;
  margin-left: 4px; }

.slick-sort-indicator-desc {
  background: url(images/sort-desc.gif); }

.slick-sort-indicator-asc {
  background: url(images/sort-asc.gif); }

.slick-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  cursor: col-resize;
  width: 4px;
  right: -2px;
  top: 0;
  height: 100%; }
  .slick-resizable-handle:hover {
    background: gray; }

.slick-sortable-placeholder {
  background: silver; }

.grid-canvas {
  position: relative;
  outline: 0; }

.slick-row.ui-widget-content, .slick-row.ui-state-active {
  position: absolute;
  border: 0px; }

.slick-cell {
  float: left;
  border: 1px solid transparent;
  border-right: 1px dotted silver;
  border-bottom-color: silver;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  z-index: 1;
  padding: 1px 2px 2px 1px;
  white-space: nowrap;
  cursor: default; }
  .slick-cell.editable {
    z-index: 11;
    overflow: visible;
    background: white;
    border-color: black;
    border-style: solid; }
  .slick-cell:focus {
    outline: none; }

.slick-reorder-proxy {
  display: inline-block;
  background: blue;
  opacity: 0.15;
  filter: alpha(opacity=15);
  cursor: move; }

.slick-reorder-guide {
  display: inline-block;
  height: 2px;
  background: blue;
  opacity: 0.7;
  filter: alpha(opacity=70); }

.slick-pager {
  width: 100%;
  height: 26px;
  border: 1px solid gray;
  border-top: 0;
  background: url('images/header-columns-bg.gif') repeat-x center bottom;
  vertical-align: middle; }
  .slick-pager .slick-pager-status {
    display: inline-block;
    padding: 6px; }
  .slick-pager .ui-icon {
    display: inline-block;
    margin: 2px;
    border-color: gray; }
  .slick-pager .slick-pager-nav {
    display: inline-block;
    float: left;
    padding: 2px; }
  .slick-pager .slick-pager-settings {
    display: block;
    float: right;
    padding: 2px; }
    .slick-pager .slick-pager-settings * {
      vertical-align: middle; }
    .slick-pager .slick-pager-settings a {
      padding: 2px;
      text-decoration: underline;
      cursor: pointer; }

.slick-columnpicker {
  border: 1px solid #718BB7;
  background: #f0f0f0;
  padding: 6px;
  -moz-box-shadow: 2px 2px 2px silver;
  -webkit-box-shadow: 2px 2px 2px silver;
  min-width: 100px;
  cursor: default; }
  .slick-columnpicker li {
    list-style: none;
    margin: 0;
    padding: 0;
    background: none; }
  .slick-columnpicker input {
    margin: 4px; }
  .slick-columnpicker li a {
    display: block;
    padding: 4px;
    font-weight: bold; }
    .slick-columnpicker li a:hover {
      background: white; }

#content.test td[metadata]:hover {
  background-color: #fff6bf; }
