/* ********************************************************
 * BackOffice TEXTOS (textos.tpl)
 ********************************************************** */
.backOffice h1 {
    margin: 0;
    padding: 0;
    font-size: 2.3em;
    font-family: "Trebuchet MS", Arial;
    color: orange;
}

.backOffice p {
    padding: 10px 0;
    line-height: 15px;
    text-align: left;
}

#BOoptionsSection {
    float: left;
    width: 150px;
    margin: 10px 0 0 0;
    border-right: 1px dotted #999;
}

#BOoptionsLang {
    float: right;
    width: 805px;
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #999;
}

#BOtextos {
    float: right;
    width: 805px;
    margin-top: 15px;
}

#BOoptionsSection ul {
    margin: 0 10px;
    padding: 0;
}

#BOoptionsSection li {
    margin-top: 5px;
    text-align: center;
    border: #FFFFFF 1px solid;
    background: #FFFFFF;
    list-style: none;
    display: block;
}

#BOoptionsSection li a {
    display: block;
    padding: 5px;
}

#BOoptionsSection li:hover {
    background: #f5f5f5;
}

#BOoptionsSection li.selectedSection {
    border: #180CFF 1px solid;
    background: #DBDDFF;
}

#BOoptionsLang ul {
    margin: 0;
    padding: 0;
}

#BOoptionsLang li {
    float: left;
    width: 100px;
    text-align: center;
    margin-right: 10px;
    border: #FFFFFF 1px solid;
    background: #FFFFFF;
    list-style: none;
}

#BOoptionsLang li.selectedLang {
    float: left;
    width: 100px;
    text-align: center;
    margin-right: 10px;
    border: #180CFF 1px solid;
    background: #DBDDFF;
}

#BOoptionsLang li a {
    display: block;
    padding: 5px;
}

#BOtextos label {
    float: left;
    clear: left;
    width: 175px;
    margin-bottom: 10px;
    text-align: right;
}

#BOtextos span.pendiente {
    color: RED;
}

#BOtextos textarea.pendiente {
    border-style: solid;
    border-color: RED;
}

#BOtextos input {
    float: left;
    width: 350px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#BOtextos textarea.little {
    float: left;
    width: 300px;
    height: 50px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#BOtextos textarea.big {
    float: left;
    width: 300px;
    height: 150px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#BOtextos textarea.spanishTextLittle {
    float: left;
    width: 250px;
    height: 50px;
    margin-bottom: 10px;
    margin-left: 10px;
    background-color: LIGHTGRAY;
}

#BOtextos textarea.spanishTextBig {
    float: left;
    width: 250px;
    height: 150px;
    margin-bottom: 10px;
    margin-left: 10px;
    background-color: LIGHTGRAY;
}

#BOtextos input.boton {
    width: 150px;
}

#BOtextos #guardarCambios {
    visibility: hidden;
}

#BOtextos #deshacerCambios {
    visibility: hidden;
}

#BOcatSelected p.all {
    margin-left: 5px;
    width: 125px;
}

.anuncioParado,.anuncioPublicado {
    display: block;
    float: left;
    width: 40px;
    text-align: center;
    oveflow: hidden;
    font-family: impact;
}

.anuncioParado {
    color: orange;
}

.anuncioPublicado {
    color: green;
}

/* ********************************************************
 * BackOffice estadisticas (statsForm.tpl)
 ********************************************************** */
#BOstats {
    background-color: orange;
}

#BOstats h2 {
    margin: 0;
    padding: 10px;
    font-size: 2.5em;
}

#BOstats ul {
    margin: 0 0 0 20px;
    padding: o;
}

#BOstats ul li {
    margin: 8px 0;
    font-size: 1.6em;
    color: green;
}

#BOstats ul li span {
    clear: left;
    display: block;
    float: left;
    width: 400px;
    text-align: right;
    padding-right: 10px;
}

#BOstats table {
    width: 100%;
}

#BOstats th {
    background: #333 url(../images/icon-table-sort.png) no-repeat 12px 8px;
    padding: 4px 4px 4px 14px;
    font-size: 1.6em;
    color: #fff;
}

#BOstats tr {
    background-color: #eee;
    padding: 4px;
}

#BOstats tr.altRow {
    background-color: #fff;
}

#BOstats td {
    padding: 8px 5px;
    font-size: 1.6em;
    color: #222;
    font-family: courier;
    font-weight: bold;
}

#BOstats td.num {
    font-size: 2em;
    font-family: verdana;
    font-weight: normal;
}

#BOstats .sortedASC {
    background: url(../images/icon-table-sort-asc.png) no-repeat 12px 4px #333;
    color: orange;
}

#BOstats .sortedDESC {
    background: url(../images/icon-table-sort-desc.png) no-repeat 12px 10px #333;
    color: orange;
}

#BOstats .tableHeaderOver {
    cursor: pointer;
    color: red;
}

#BOstats tr.over {
    background-color: #FFFFCC;
    color: #fff;
    cursor: pointer;
}

#BOstats tr.hide {
    display: none;
}

#BOstats .tableFilter {
    padding: 2px;
    margin: 5px 0 10px 0;
}

#BOstats .tableFilter input {
    border: 1px solid #ccc;
}

#BOstats .tableFilter select {
    border: 1px solid #ccc;
}

/* Llistats */
#listadoAnuncios li {
    clear: left;
    margin-bottom: 75px;
}

#listadoAnuncios p {
    float: left;
}

div.backoffice-tool {
    clear: both;
    padding: 3px;
}

div.backoffice-tool.red {
    background-color: #FA8072;
}

div.backoffice-tool.yellow {
    background-color: #FFC37A;
}

div.backoffice-tool.green {
    background-color: #9F9;
}

div.backoffice-tool .adInfo {
    float: left;
    width: 540px;
}

div.backoffice-tool .adInfo div {
    width: 33%;
    float: left;
}
div.backoffice-tool .adInfo label {
    width: 67%;
    text-align: right;
    padding-right: 4px;
}

div.backoffice-tool .adInfo span{
    width: 30%;
    text-align: left;
    font-weight: bold;
}
div.backoffice-tool .adInfo label, div.backoffice-tool .adInfo span {
    float: left;
    height: 1.2em;
    padding-top: 7px;
}

div.backoffice-tool .adModifications {
    float: right;
    width: 200px;
    border-left: 1px solid #000000;
    padding-left: 10px;
}

div.backoffice-tool .adModifications select, div.backoffice-tool .adModifications input {
    width: 92px;
}

div.backoffice-tool .adModifications input.real {
    width: auto;
    position: relative;
    top: 3px;
}

div.backoffice-tool .adModifications input.score {
    width: 50px;
    font-size: 1em;
}

div.backoffice-tool .adModifications div.real {
    padding-top: 3px;
}

div.backoffice-tool .adModifications div.dates {
    float: right;
}

div.backoffice-tool .adModifications div div {
    height: 1.85em;
}

div.backoffice-tool .adModifications div label {
    width: 35px;
    float: left;
    padding-top: 3px;
}

div.backoffice-tool .adModifications input.datePicker {
    width: 60px;
    font-size: 0.8em;
}
