/*
table.aycogrid {
    width: 100%;
    font-size: 12px;
    table-layout: fixed;
}
tr.aycogrid-header th {
    text-align: left;
    font-size: 13px;
    border-top: 1px solid #efefef;
    font-weight: normal;
}
*/
tr.aycogrid-header th div { padding: 0 0 0 11px; }
tr.aycogrid-header th div.aycogrid-orderBy { cursor: pointer; background: transparent url(img/orden_down_off.gif) no-repeat 2px 3px; }
tr.aycogrid-header th div.aycogrid-orderBy:hover { background: transparent url(img/orden_down_hover.gif) no-repeat 2px 3px; color: #333333; }
tr.aycogrid-header th div.aycogrid-orderBy.ASC { background: transparent url(img/orden_down_on.gif) no-repeat 2px 3px; color: #333333; }
tr.aycogrid-header th div.aycogrid-orderBy.DESC { background: transparent url(img/orden_up_on.gif) no-repeat 2px 3px; color: #333333; }
tr.aycogrid-header th div { padding: 0 0 0 11px; }

tr.aycogrid-header th div.text-right { padding: 0 11px 0 0 ; }
tr.aycogrid-header th div.text-right.aycogrid-orderBy { cursor: pointer; background: transparent url(img/orden_down_off.gif) no-repeat 100% 3px; }
tr.aycogrid-header th div.text-right.aycogrid-orderBy:hover { background: transparent url(img/orden_down_hover.gif) no-repeat 100% 3px; color: #333333; }
tr.aycogrid-header th div.text-right.aycogrid-orderBy.ASC { background: transparent url(img/orden_down_on.gif) no-repeat 100% 3px; color: #333333; }
tr.aycogrid-header th div.text-right.aycogrid-orderBy.DESC { background: transparent url(img/orden_up_on.gif) no-repeat 100% 3px; color: #333333; }
/*
tr.aycogrid-header th {
    background: url(img/bg_th.gif) repeat-x left bottom;
}
tr.aycogrid-header th[rel]:hover {
    background: url(img/bg_th_orderby.gif) repeat-x left bottom;
}
tr.aycogrid-header th a:link, tr.aycogrid-header th a:visited {
    color: #676767;
    background: white;
    float: right;
    margin-right: 1px;
    border: 1px solid #ababab;
    padding: 0 8px;
    font-size: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
tr.aycogrid-header th a:hover {
    color: #ababab;
    text-decoration: none;
}
tr.aycogrid-header th a.green:link, tr.aycogrid-header th a.green:visited {
    color: #779d7c;
    border: 1px solid #accbb0;
}
tr.aycogrid-header th a.green:hover {
    color: #accbb0;
}
tr.aycogrid-header th a.red:link, tr.aycogrid-header th a.red:visited {
    color: #ce7373;
    border: 1px solid #cbacac;
}
tr.aycogrid-header th a.red:hover {
    color: #cbacac;
}


tr.aycogrid-odd { background-color: #ededed; }
tr.aycogrid-even { background-color: #cdcdcd; }

table.aycogrid tr td {
    padding: 0;
    border-bottom: 1px solid #efefef;
    background: url(img/bg_td.gif) repeat-x left bottom;
    overflow: hidden;
    white-space: nowrap;
}
table.aycogrid tr td.editable { cursor: pointer; }

table.aycogrid tr.disabled td {
    color: #cdcdcd;
    font-style: italic;
}

table.aycogrid tr td.aycogrid-tdLast { background: url(img/bg_td_last.gif) repeat-x left bottom; width: 10px; vertical-align: middle; }

table.aycogrid tr td.aycogrid-tdFirst div { background: none; padding: 2px 7px; }
table.aycogrid tr td.aycogrid-tdLast div { background: none; padding: 2px 17px; text-align: center; height: 16px; white-space: nowrap; }

table.aycogrid tr.hover td { background: url(img/bg_td_hover.gif) repeat-x left bottom; }
table.aycogrid tr.hover td.aycogrid-tdLast { background: url(img/bg_td_last_hover.gif) repeat-x left bottom; }

table.aycogrid tr.active td { background: url(img/bg_td_active.gif) repeat-x left bottom; }
table.aycogrid tr.active td.aycogrid-tdLast { background: url(img/bg_td_last_active.gif) repeat-x left bottom; }

table.aycogrid tr td div {
    background: url(img/bg_separador_td.gif) no-repeat 4px 50%;
    padding: 2px 11px;
}


table.aycogrid tr.aycogrid-highlightRed td { background: url(img/bg_td_red.gif) repeat-x left bottom; font-weight: bold; }
table.aycogrid tr.aycogrid-highlightRed td.aycogrid-tdLast { background: url(img/bg_td_last_red.gif) repeat-x left bottom; }
table.aycogrid tr.aycogrid-highlightRed.hover td { background: url(img/bg_td_hover_red.gif) repeat-x left bottom; }
table.aycogrid tr.aycogrid-highlightRed.hover td.aycogrid-tdLast { background: url(img/bg_td_last_hover_red.gif) repeat-x left bottom; }

table.aycogrid tr.aycogrid-highlightGreen td { background: url(img/bg_td_green.gif) repeat-x left bottom; font-weight: bold; }
table.aycogrid tr.aycogrid-highlightGreen td.aycogrid-tdLast { background: url(img/bg_td_last_green.gif) repeat-x left bottom; }
table.aycogrid tr.aycogrid-highlightGreen.hover td { background: url(img/bg_td_hover_green.gif) repeat-x left bottom; }
table.aycogrid tr.aycogrid-highlightGreen.hover td.aycogrid-tdLast { background: url(img/bg_td_last_hover_green.gif) repeat-x left bottom; }

table.aycogrid tr.aycogrid-highlightYellow td { background: url(img/bg_td_yellow.gif) repeat-x left bottom; font-weight: bold; }
table.aycogrid tr.aycogrid-highlightYellow td.aycogrid-tdLast { background: url(img/bg_td_last_yellow.gif) repeat-x left bottom; }
table.aycogrid tr.aycogrid-highlightYellow.hover td { background: url(img/bg_td_hover_yellow.gif) repeat-x left bottom; }
table.aycogrid tr.aycogrid-highlightYellow.hover td.aycogrid-tdLast { background: url(img/bg_td_last_hover_yellow.gif) repeat-x left bottom; }


table.aycogrid tr.aycogrid-masInfo, table.aycogrid tr.aycogrid-masInfo td, table.aycogrid tr.aycogrid-masInfo td div { background: none; border-bottom: none; position: relative; color: #999999; }

table.aycogrid tr.aycogrid-masInfo td {
    background: #fffdeb url(img/bg_mas_info.gif) repeat-x left top;
}
table.aycogrid tr.aycogrid-masInfo table tr td {
    background: none;
}

table.aycogrid a.aycogrid-masInfo-opener {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 7px;
    height: 7px;
    background: url(img/opener.gif) no-repeat center center;
}*/

table.aycogrid tr.aycogrid-noResults td.aycogrid-tdFirst
table.aycogrid tr.aycogrid-noResults td.aycogrid-tdFirst div {
	text-align: center;
}



table.aycogrid tr td.aycogrid-tdLast { white-space: nowrap; }

/*
.aycopager {
    padding: 0 7px;
    font-size: 10px;
}

.aycopager a:link, .aycopager a:visited {
    width: 23px;
    height: 28px;
    display: inline-block;
}

.aycopager a:link.aycopager-go, .aycopager a:visited.aycopager-go, .aycopager span.aycopager-go.disabled, .aycopager a:link.aycopager-regs, .aycopager a:visited.aycopager-regs {
    width: 21px;
    height: 11px;
    padding: 11px 1px 7px 1px;
    display: inline-block;
    text-align: center;
    background: url(img/bg_pag_off.gif) no-repeat center top;
    color: #676767;
    text-decoration: none;
}
.aycopager a:link.aycopager-go.selected, .aycopager a:visited.aycopager-go.selected, .aycopager a:link.aycopager-go.hover, .aycopager a:visited.aycopager-go.hover, .aycopager a:link.aycopager-regs.hover, .aycopager a:visited.aycopager-regs.hover {
    background: url(img/bg_pag_on.gif) no-repeat center top;
}
.aycopager a:link.aycopager-go.disabled, .aycopager a:visited.aycopager-go.disabled {
    cursor: default;
}

.aycopager a:link.aycopager-goFirst, .aycopager a:visited.aycopager-goFirst {
    background: #FFF url(img/pager_ini_off.gif) no-repeat center top;
}

.aycopager a:link.aycopager-goPre, .aycopager a:visited.aycopager-goPre {
    background: #FFF url(img/pager_ant_off.gif) no-repeat center top;
}

.aycopager a:link.aycopager-goFwd, .aycopager a:visited.aycopager-goFwd {
    background: #FFF url(img/pager_sig_off.gif) no-repeat center top;
}

.aycopager a:link.aycopager-goLast, .aycopager a:visited.aycopager-goLast {
    background: #FFF url(img/pager_fin_off.gif) no-repeat center top;
}

.aycopager a:link.aycopager-goFirst.hover, .aycopager a:visited.aycopager-goFirst.hover {
    background: #FFF url(img/pager_ini_on.gif) no-repeat center top;
}

.aycopager a:link.aycopager-goPre.hover, .aycopager a:visited.aycopager-goPre.hover {
    background: #FFF url(img/pager_ant_on.gif) no-repeat center top;
}

.aycopager a:link.aycopager-goFwd.hover, .aycopager a:visited.aycopager-goFwd.hover {
    background: #FFF url(img/pager_sig_on.gif) no-repeat center top;
}

.aycopager a:link.aycopager-goLast.hover, .aycopager a:visited.aycopager-goLast.hover {
    background: #FFF url(img/pager_fin_on.gif) no-repeat center top;
}

.aycopager a:link.aycopager-goFirst.disabled, .aycopager a:visited.aycopager-goFirst.disabled {
    background: #FFF url(img/pager_ini_dis.gif) no-repeat center top;
    cursor: default;
}

.aycopager a:link.aycopager-goPre.disabled, .aycopager a:visited.aycopager-goPre.disabled {
    background: #FFF url(img/pager_ant_dis.gif) no-repeat center top;
    cursor: default;
}

.aycopager a:link.aycopager-goFwd.disabled, .aycopager a:visited.aycopager-goFwd.disabled {
    background: #FFF url(img/pager_sig_dis.gif) no-repeat center top;
    cursor: default;
}

.aycopager a:link.aycopager-goLast.disabled, .aycopager a:visited.aycopager-goLast.disabled {
    background: #FFF url(img/pager_fin_dis.gif) no-repeat center top;
    cursor: default;
}

.aycopager .aycopager-regsMsg {
    background: url(img/pager_regs_mid.gif) no-repeat 50% top;
}
.aycopager .aycopager-regsMsgLeft {
    background: url(img/pager_regs_left.gif) no-repeat left top;
}
.aycopager .aycopager-regsMsgRight {
    background: url(img/pager_regs_right.gif) no-repeat right top;
    padding: 11px 10px 7px 12px;
}

.aycopager select {
    width: auto;
}

table.aycogrid .swap_order {
    cursor: pointer;
}

/* anadidos */
table.aycogrid tr td div.tr_move {
    padding: 2px 2px 2px 4px;
    cursor: move;
    width: 6px;
}
table.aycogrid tr td div.tr_move img {
    position: absolute;
    margin-top: 2px;
}
table.aycogrid tr td div.tr_icon {
    background: none;
    width: 16px;
    padding: 3px 0 2px 0;
}
table.aycogrid tr td div.tr_filename {
    background: none;
    padding-left: 4px;
    font-weight: bold;
}
table.aycogrid tr td div.tr_check {
    background: none;
    padding-top: 5px;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: bold;
}
#rp_carpetas_path {
    position: absolute;
    margin-top: -18px;
}
/* fin anadidos */
