@charset "ISO-8859-1";

/*
 * Copyright 2009, 2010, 2011, 2012, 2013, 2014 Newport Software Technologies, UNICEN
 *
 * This file is part of XGAP.
 *
 * XGAP is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * XGAP is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with XGAP.  If not, see <http://www.gnu.org/licenses/>.
 */

/*
 * Colores base:
 * #FFFFFF
 * #DEE3EF
 * #96ABC4
 */

html {
    font-size: 100.01%;
}
body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    font-size: 75%; /* 16px * 0.75 = 12px */
    line-height: 1.25em;
    font-weight: normal;
    font-style: normal;
    background: #FFF;
    color: #000;
    margin: 5px 5px 0 5px;
    padding: 0;
}
table, th, tr, td, ul, ol, li, p, font, a, blockquote, label {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    font-size: 1em;
}
h1 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 0.5em;
}
a {
    text-decoration: underline;
}
a:link, a:visited {
    color: #00458E;
}
a:hover, a:focus, a:active {
    color: #006ADA;
}
a:focus, a:active {
    outline: 1px dotted #00458E;
}
code, span.filename, pre.code {
    font-family: "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
code, pre.code {
    color: #000;
    background-color: #F6F6F6;
}
pre.code {
    padding: 2px 5px;
}
ins {
    text-decoration: underline;
    color: #060;
}
del {
    text-decoration: line-through;
    color: #666;
}

.FormTABLE{
    border: none;
    color: #000;
    background-color: #DEE3EF;
    padding: 0;
    margin: 0;
    border-collapse: separate;
    line-height: 1;
}
.FormTABLE tbody th{
    border-top: none;
    border-right: none;
    border-bottom: 1px dotted #DEE3EF;
    border-left: none;
    padding: 2px 5px;
    background-color: #96ABC4;
    color: #FFFFFF;
    text-align: right;
    vertical-align: middle;
    font-weight: normal;
}
.FormTABLE tbody td{
    border-top: none;
    border-right: none;
    border-bottom : 1px dotted #FFF;
    border-left: none;
    padding: 2px 5px;
    color: #000;
    background-color: #DEE3EF;
    text-align: left;
    vertical-align: middle;
}
.FormTABLE tbody td.control{
    text-align: left;
}
.FormTABLE tbody td.etiq{
    text-align: right;
}
.FormTABLE tbody td.opc{
    padding-left: 20px;
    text-align: left;
}
.FormTABLE tfoot td, .FormTABLE td#comandos-arr {
    border-top : 1px dotted #FFF;
    color: #000;
    background-color : #DEE3EF;
    text-align: right;
    padding: 5px;
}

.DataTABLE {
    border-collapse: collapse;
}
.DataTABLE th, .DataTABLE td {
    padding: 2px 5px;
    border-top: 1px dotted #FFF;
    border-bottom: 1px dotted #FFF;
}
.DataTABLE th {
    background-color: #96ABC4;
    color: #FFF;
}
.DataTABLE td {
    background-color: #DEE3EF;
    color: #000;
}
.DataTABLE tbody th {
    text-align: left;
}
.DataTABLE th.ppio-gpo, .DataTABLE td.ppio-gpo {
    border-top: 3px solid #FFF;
}
.DataTABLE th.fin-gpo, .DataTABLE td.fin-gpo {
    border-bottom: 3px solid #FFF;
}

td.NumTD {
    text-align: right !important;
}
th.TextCol,
td.TextCol,
/* por especificidad */
.FormTABLE th.TextCol,
.FormTABLE td.TextCol {
    text-align: left;
}

.Input, .Textarea, .Select, .Button, .ButtonHover {
    font-size: 1em;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}
input[disabled], textarea[disabled], select[disabled], button[disabled],
.Input[disabled], .Textarea[disabled], .Select[disabled], .Button[disabled], .ButtonHover[disabled],
.Input.deshab, .Textarea.deshab, .Select.deshab, .Button.deshab, .ButtonHover.deshab {
    color: #999;
}
.Input, .Textarea, .Button, .ButtonHover {
    border : 1px solid #000;
}
.Input, .Textarea, .Select {
    background: #FFF;
    color: #000;
}
input[disabled], textarea[disabled], select[disabled],
.Input[disabled], .Textarea[disabled], .Select[disabled],
.Input.deshab, .Textarea.deshab, .Select.deshab {
    background: #DDD;
}
.Button, .ButtonHover {
    background: #D6D3CE;
    color: #000;
    padding: 0 5px;
}
label.deshab {
    color: #999;
}
.FormTABLE tbody th label.deshab {
    color: #DDD;
}

.accesskey {
    text-decoration: underline;
}
label.deshab .accesskey {
    text-decoration: none;
}

.nav {
    margin: 10px 0;
    font-size: 0.8333em;
}
.nav.top {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.nav.bottom {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}
.nav a {
    white-space: nowrap;
    margin-left: 2em;
}
.nav a:first-child {
    margin-left: 0;
}
.nav a.grp-start {
    padding-left: 2em;
    border-left: 1px solid #ddd;
}

#changelog .versions {
    margin-top: 0;
    margin-bottom: 0;
}
#changelog .versions ul, #changelog  .versions ol {
    margin-top: 0;
    margin-bottom: 0;
}
#changelog .versions ul ul {
    list-style-type: circle;
}
#changelog .versions .build {
    font-size: 0.8333em;
}
#changelog .versions span.compat-warn {
    font-weight: bold;
    background: #FFA;
    color: #600;
    padding: 0 5px;
}
#changelog .versions > dt {
    border-top: 1px solid #DDD;
    margin: 20px 0 10px 0;
    padding: 5px 0 0 0;
    font-weight: bold;
}
#changelog .versions > dt:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
#changelog .versions > dd {
    padding-left: 0;
    margin-left: 0;
}
#changelog .versions > dd > ul {
    margin-left: 0;
    padding-left: 1.5em;
    list-style-position: outside;
    list-style-type: disc;
}
#changelog .versions > dd > ul > li {
    margin-left: 0;
    padding-left: 0;
}
#changelog .versions > dd > ul > li {
    margin-top: 1.2em;
}
#changelog .versions > dd > ul > li > p,
#changelog .versions > dd > ul > li > pre {
    margin-top: 0.6em;
    margin-bottom: 0;
}
#changelog .versions ul ul.sub-entry {
    margin-left: 0;
    padding-left: 1.5em;
    list-style-position: outside;
    list-style-type: disc;
}
#changelog .versions ul ul.sub-entry > li {
    margin-top: 1em;
    margin-left: 0;
    padding-left: 0;
}
#changelog table.normal {
    border-collapse: collapse;
}
#changelog table.normal th,
#changelog table.normal td {
    padding: 2px 5px;
}
#changelog table.normal th {
    font-weight: bold;
    color: #000;
    background-color: #DDD;
}
#changelog table.bordes-todos th,
#changelog table.bordes-todos td {
    border: 1px solid #DDD;
}
#changelog table.bordes-horiz th,
#changelog table.bordes-horiz td {
    border-top: 1px solid #DDD;
    border-right: none;
    border-bottom: 1px solid #DDD;
    border-left: none;
}
#changelog table.bordes-vert th,
#changelog table.bordes-vert td {
    border-top: none;
    border-right: 1px solid #DDD;
    border-bottom: none;
    border-left: 1px solid #DDD;
}

button.default, input.default {
    font-weight: bold;
}

.msj-pagina {
    margin: 0 0 5px 0;
    padding: 2px 5px;
    border-width: 2px;
    border-style: solid;
    background: #DEE3EF;
}
.msj-pagina.error {
    color: #4C0000;
    border-color: #A00;
}
.msj-pagina.alerta {
    color: #4C4C00;
    border-color: #990;
}
.msj-pagina.info {
    color: #004C00;
    border-color: #090;
}

ul.horizontal {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}
ul.horizontal li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-right: 2em;
    line-height: 1.5;
}
ul.horizontal li:last-child {
    padding-right: 0;
}

#footer {
    border-top: 1px solid #DDD;
    margin: 10px 0 0 0;
    padding: 5px 0 0 0;
}
#copyright {
    background: #DEE3EF;
    color: #000;
    padding: 5px 10px;
    font-size: 0.8333em;
    text-align: left;
}
