/* -------------------------------
              GLOBAL
------------------------------- */

body {
  background-color: #FBFBFB;
}

/* -----      headers    ----- */

h2 {
  margin: 0.5em 0;
}

h2 a,
h2 a:visited {
  background: url(/images/icons/2arrow_right.png) no-repeat left;
  border-bottom: 1px dotted #007CD7;
  color: #007CD7; /* 0066CC */
  padding-left: 25px;
  text-decoration: none;
}
h2 a:visited:hover,
h2 a:hover {
  color: #36A3F3;
}

h3 {
  margin: 0.5em 0;
}

h3 a,
h3 a:visited {
  background: url(/images/icons/arrow_right.png) no-repeat left;
  border-bottom: 1px dotted #007CD7;
  color: #007CD7;
  padding-left: 15px;
  text-decoration: none;
}
h3 a:visited:hover,
h3 a:hover {
  border-bottom: 1px dotted #36A3F3;
  color: #36A3F3;
}


/* -------------------------------
              jQUERY
------------------------------- */

/* Layout helpers
------------------------------- */

.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:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Tabs
-------------------------------- */

.ui-tabs { 
  padding: .2em;
  zoom: 1;
}
.ui-tabs .ui-tabs-nav {
  list-style: none;
  position: relative;
  padding: .2em .2em 0;
  border-bottom: 1px solid #ccc;
}
.ui-tabs .ui-tabs-nav li { 
  position: relative;
  float: left;
  border-bottom-width: 0 !important;
  margin: 0 .2em -1px 0;
  padding: 0;
  list-style: none;
}
.ui-tabs .ui-tabs-nav li a { 
  float: left;
  text-decoration: none;
  padding: .5em 1em;
  color: #666;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 1px;
  border-bottom-width: 0;
  background-color: #F9F9F9;
  background-image: url(/images/layout/gradient_tcat.jpg);
}
.ui-tabs .ui-tabs-nav li.ui-state-hover {
  background-color: #F9F9F9;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { 
  cursor: pointer; 
}
.ui-tabs .ui-tabs-panel {
  padding: 0;
  display: block;
  border-width: 0;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}


/* -------------------------------
           MISCELLANEOUS
------------------------------- */

/* -----       links      ----- */

a,
a:visited {
  color: #0066CC;
  text-decoration: none;
}

a:hover,
a:visited:hover {
  color: #FF4400;
  text-decoration: none;
}

a img {
  border: none;
}

/* -----   action links   ----- */

.actions a,
.actions a:visited {
  background-color: #808080;
  color: #fff;
  padding: 2px 5px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

  .actions a:hover,
  .actions a:hover:visited {
    text-decoration: none;
    background-color: #222;
  }

/* -----    pagination    ----- */

.pagination {
  padding: 5px 0;
  margin: 5px 0;
}

.pagination a {
  padding: 2px 3px;
  margin: 2px;
  border: 1px solid #DADADA;
  text-decoration: none;
  color: #0066CC;
}

.pagination a:hover, .pagination a:active {
  border: 1px solid #0066CC;
  color: #0066CC;
}

.pagination span.current {
  padding: 2px 3px;
  margin: 2px;
  border: 1px solid #DADADA;
  font-weight: bold;
  background-color: #DADADA;
  color: #FFF;
}

.pagination span.disabled {
  padding: 2px 3px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}

/* -----       more       ----- */

.spacer {
  border-top: 1px dashed #BCBBBF;
  height: 0;
  margin: 15px 0;
}

/* -----       clear      ----- */

.clear {
  clear: both;
}

/* I can just say thanks!
 * http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -----       icons     ----- */

.icon {
  /* display: block; */
  height: 16px;
  padding: 0 0 0 25px;
}

  .icon-feed {
    background: url(/images/icons/feed.png) 0 50% no-repeat;
  }

/* -----    marketing    ----- */

.item .advertising_adsense {
  background-color: #F9F9F9;
  border: 1px dotted #DADADA;
  padding: 10px;
}

/* -------------------------------
              TABLES
------------------------------- */

table.margintop {
  margin-top: 10px;
}

table.marginbottom {
  margin-bottom: 10px;
}

table th,
table td {
  border: 0px;
  padding: 5px;
}

/* -----       list      ----- */

table.table-list {
  width: 100%;
  border-collapse: collapse;
}

.table-list th {
  background-color: #F9F9F9;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  font-size: 0.85em;
}

.table-list td {
  border-bottom: 1px dotted #DADADA;
  border-right: 1px dotted #DADADA;
  font-size: 0.95em;
}
.table-list td.last {
  border-bottom: 1px solid #DADADA;
}
.table-list td.bigpadding {
  padding: 10px;
}

.table-list p {
  margin: 5px 0px;
}

/* -----     simplelist   ----- */

table.table-simplelist {
  width: 100%;
  border-top: 1px dotted #DADADA;
  border-collapse: collapse;
  margin: 10px 0px;
  padding: 0px;
}

.table-simplelist th {
  background-color: #F9F9F9;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  font-size: 0.85em;
}

.table-simplelist td {
  border-bottom: 1px dotted #DADADA;
  font-size: 0.95em;
  padding: 5px;
}
.table-simplelist td.last {
  padding: 5px;
  border-bottom: 1px solid #DADADA;
}

.table-simplelist .even {
  background-color: #F9F9F9;
}

.table-simplelist .odd {
}

/* -----       admin      ----- */

.table-admin {
  clear: both;
}

  .table-admin table {
    border-top: 1px solid #DEE2E4;
    width: 100%;
  }

    .table-admin table tr td {
    }

    .table-admin table tr.draft td {
      opacity: 0.4;
      -moz-opacity: 0.4;
      filter:alpha(opacity=40);
    }

    .table-admin table th {
      text-align: left;
      font-weight: normal;
      background-color: #EFF4F7;
      color: #999;
      padding: 5px;
      border-bottom: 1px solid #DEE2E4;
    }

    .table-admin table td {
      padding: 5px;
      border-bottom: 1px solid #DEE2E4;
    }

    .table-admin table td.column-actions {
      text-align: right;
    }

    .table-admin table td p {
      margin: 3px 0;
    }

    .table-admin table td a {
      text-decoration: none;
    }

    .table-admin table td a:hover {
      text-decoration: none;
    }

    .table-admin table td .row-title {
      font-size: 120%;
      font-weight: bold;
    }


/* -------------------------------
              ITEM
------------------------------- */

/* -----      global      ----- */

.item pre {
  background-color: #F9F9F9;
  border: 1px solid #DADADA;
  border-left: 5px solid #D0D0D0;
  font: 0.9em 'Courier New', Courier, Fixed;
  overflow: auto;
  padding: 10px;
  margin: 10px 0px;
}

.item code,
.item var {
  color: #B8860B;
}

.item var {
  font-style: italic;
  color: #B8860B;
}

/* -----      heading     ----- */

.item h2 {
  margin: 20px 0 15px 0;
}

.item h3 {
  margin: 15px 0 15px 0;
}

/* -----      element     ----- */

.item .item-description {
  font-size: 1.0em;
  text-align: justify;
}

.item .item-header {
  font-size: 0.9em;
  color: #646464;
  text-align: right;
}

.item .item-footer {
  border-top: 1px solid #DADADA;
  font-size: 0.9em;
  margin: 10px 0;
  padding: 3px 0;
  text-align: right;
}

/* -----     function     ----- */

#vbsdocs .item-content table {
  width: 100%;
}

#vbsdocs .item-content th {
  background-color: #B7FFFF;
  font-size: 0.85em;
}

#vbsdocs .item-content td {
  border-bottom: 1px dotted #B7FFFF;
  font-size: 0.95em;
  padding: 5px;
}

#vbsdocs #vbsdocs_params dt {
  color: #B8860B;
  font-family: "Consolas", "Courier New", Courier, mono, serif;
}


/* -------------------------------
              FORMS
------------------------------- */

form.default input,
form.default textarea,
form.default select {
  font-size: 110%;
  padding: 2px;
  margin: 3px 0px;
}

form.default fieldset {
  border: none;
  padding: 0px 15px 15px 15px;
  margin: 15px 0px;
  border: 1px dotted #999;
}

form.default fieldset legend {
  font-size: 120%;
  margin: 0;
  padding: 0;
  color: #333;
  padding: 5px;
}

form.default .form-row {
  display: block;
  overflow: hidden;
  margin: 3px 0px;
}

form.default .form-label {
  float: left;
  padding: 10px 0 0;
  width: 125px;
}

form.default .form-field {
  margin-left: 140px;
}

form.default label {
  color: #999;
  cursor: pointer;
  padding-left: 2px;
}

form.default .buttonblock {
  background-color: #EFEFEF;
  color: #999;
  margin: 20px 0;
  padding:5px;
}

form.default input.fullwidth {
  width: 97%;
}
form.default textarea.fullwidth {
  width: 98%;
}

/* -----   error fields  ------ */

form.default .fieldWithErrors label {
  color: red;
}

form.default .fieldWithErrors input,
form.default .fieldWithErrors textarea,
form.default .fieldWithErrors select {
  border: 2px solid red;
}

/* -----     errors      ------ */

#error_explanation {
  border: 2px solid #F00;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#error_explanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#error_explanation ul li {
  font-size: 12px;
  list-style: square;
  margin-left: 25px;
}


/* -------------------------------
               PAGE
-------------------------------- */

#page {
  color: #000;
  /*font: 10pt "Calibri", Helvetica, Arial, sans-serif;*/
  font: 10pt 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  /* font: 10pt 'Lucida Grande', Verdana, Arial, sans-serif; */
  /* font: 10pt "Calibri", Georgia, "Times New Roman", Times, serif; */
  /* font: 10pt Lucida Grande, Lucida Sans Unicode, Lucida Sans, Lucida, Tahoma, Arial, sans-serif; */
}

#container {
    min-width: 754px;
    width: 80%;
    margin: 10px auto;
}


/* -------------------------------
              HEADER
------------------------------- */

#header {
  background: url(/images/layout/header-main-left.gif) no-repeat top left;
  height: 85px;
  margin: 0;
  padding: 0;
}

#header .inner {
  background: url(/images/layout/header-main-right.gif) no-repeat top right;
  height: 85px;
  padding: 10px;
  margin: 0;
}

#header #logo {
  padding: 0;
  border: 0;
}


/* -------------------------------
              CONTENT
------------------------------- */

#content {
  clear: both;
  border-left: 1px dashed #BCBBBF;
  border-right: 1px dashed #BCBBBF;
  background-color: #F9F9F9; /* #F2F2F2;  F9F9F9; */
  padding: 0 10px;
  overflow: hidden;
}

div#iehack {
  float: right;
  width: 100%;
  margin-right: -200px;
}

div#main {
  margin-right: 200px;
}

div#sidebar {
  width: 200px;
}

#ajax_messages {
  margin: 10px 0;
}

/* -----   breadcrumbs   ------ */

#breadcrumbs {
  margin-bottom: 5px;
  font-size: 0.9em;
  clear: both;
}

/* -----       main       ----- */

#main {
  line-height: 130%;
  margin: 0 0 10px 10px;
  border: 1px solid #BCBBBF;
}

  #main .title {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(/images/layout/bar-title.jpg);
    padding: 3px 5px;
    margin: 0;
    text-align: center;
  }

  #main .inner {
    background-color: #FFFFFF;
    border-top: 1px solid #BCBBBF;
    padding: 10px;
}

/* -------------------------------
              SIDEBAR
------------------------------- */

#sidebar {
  width: 180px;
  margin: 0;
  float: left;
}

#sidebar .module {
  border: 1px solid #BCBBBF;
}

#sidebar .module-header {
  background-image: url(/images/layout/bar-title.jpg);
  padding: 5px 5px;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}

#sidebar .module-content,
#sidebar .module-menu {
  font-size: 0.85em;
  background-color: #FFFFFF;
}

#sidebar .module-content {
  border-top: 1px solid #BCBBBF;
  background-color: #FFFFFF;
  padding: 3px 5px;
}

#sidebar .module-menu {
}

#sidebar .module-menu ul {
  margin: 0;
  padding: 0;
}

#sidebar .module-menu ul li {
  list-style:none;
  border-top: 1px solid #BCBBBF;
}

#sidebar .module-menu ul li a {
  padding: 3px 5px;
  display: block;
  background-color: #FFFFFF;
}
#sidebar .module-menu ul li a:hover {
  background-color: #F9F9F9;
}

#sidebar p {
  margin: 5px 0;
}


/* -------------------------------
              FOOTER
------------------------------- */

#footer {
  background-image: url(/images/layout/footer-sfnd.jpg);
  border-left: 1px solid #BCBBBF;
  border-right: 1px solid #BCBBBF;
  clear: both;
  height: 27px;
  text-align: center;
  width:100%
}

#footer div {
  font: 0.85em 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  padding-top: 8px;
}

/* -----      credits      ----- */

#credits {
  clear: both;
  margin: 15px auto;
  text-align: center;
}

#credits p {
  color: #888;
  font: 0.85em 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  margin: 5px 0;
  line-height: 120%;
}

#credits #copyright {
  color: #646464;
  font-size: 0.9em;
  margin: 10px 0;
}

#credits a,
#credits a:visited {
  color: #444;
  text-decoration: none;
}
#credits a:hover,
#credits a:visited:hover {
  color: #000;
  text-decoration: none;
}


/* -------------------------------
              LAYOUTS
------------------------------- */

/* -----    one column    ----- */

.one-column #wrapper,
.one-column #main {
  margin: 0;
  width: 100%;
  clear: both;
}
.one-column #wrapper {
  margin-bottom: 10px;
}
.one-column #sidebar {
  display: none;
}


/* -------------------------------
              PAGES
------------------------------- */

/* -----       #asg       ----- */

#asg .screenshot {
  margin-top: 5px;
  margin-bottom: 25px;
}

#asg blockquote {
  margin: 20px auto;
  background: url(/images/icons/quote_left.gif) 0 0 no-repeat;
  text-align: justify;
}

#asg blockquote p {
  padding: 0 35px;
  background: url(/images/icons/quote_right.gif) bottom right no-repeat;
  line-height: 18px;
}

#asg .ui-tabs-panel {
  font-size: 95%;
  padding: 15px 5px 0 5px;
}
