
/*
 * Base classes
 */

ul.secondary-tabs, ul.secondary-tabs li,
ul.primary-tabs, ul.primary-tabs li,
body, html {
  margin: 0;
  padding: 0;
}


/*
 * Miscellaneous
 */

.clbt{
  clear: both;
}

fieldset.captcha,
.form-text,
.form-textarea,
.form-select
{
  background: white;
  border: 1px solid #ccc;
  padding: 5px;
}

html.js input.form-autocomplete {
  background-position:100% 8px;
}

.form-text:focus, .form-textarea:focus, .form-select:focus {
  background: #eee;
  border: 1px solid #aaa;
}

fieldset.captcha .description,
.form-item .description {
  font-size: 11px;
  color: #333;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #ddd;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #ddd;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #eee;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
/*   color: #ffae00; */
}


div.messages{
  padding: 1em;
  margin-bottom: 1em;
}

.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.messages ul{
  margin: 0;
  padding-left: 1em;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

/*
 * Tabs
 */

ul.secondary-tabs li, ul.primary-tabs li { display: inline-block; margin: 1px 0; }
ul.primary-tabs, ul.secondary-tabs { margin: 0; padding: 0; }

ul.primary-tabs li {
/*   font-weight: bold; */
  font-size: 11px;
}

ul.secondary-tabs li{
  font-size: 10px;
  font-weight: normal;
}


.form-submit { padding: 1px 4px; }

ul.secondary-tabs li a, ul.primary-tabs li a {
  border: 1px solid transparent;
  text-decoration: none;
  display: block;
  text-shadow: 0 1px 0 #FFFFFF;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 1px 1px #fff inset;
}

ul.primary-tabs li a {
  color: #222;
  padding: 4px 7px;
  border-color: #e4e4e4;
  background-color: #f3f3f3;
}

ul.secondary-tabs li a {
  color: #222;
  padding: 2px 5px;
  border-color: #e9e9e9;
  background-color: #f9f9f9;
}

ul.primary-tabs li.active a, ul.secondary-tabs li.active a {
  border-color: #999;
  background-color: #e5e5e5;
  box-shadow: 0 0 1px 1px #F6F6F6 inset;
}

ul.primary-tabs li a:hover, ul.secondary-tabs li a:hover {
  border-color: #aaa;
  color: #444;
  background-color: #eee;
}


/* DEVS */

div#qseo {
  text-align: right;
  width: 160px;
}

div#qseo a {
  font-family: Tahoma;
  color: #888;
  text-decoration: none;
  font-size: 10px;
  display: block;
  background: url('qseo.png') center right no-repeat;
  padding-right: 70px;
  line-height: 7px;
  padding-top: 1px;
  padding-bottom: 7px;
}