/**
 * Gorazd System Form styles.
 * @author Miroslav Kvasnica - niwi, niwiweb.wz.cz, miradrda@volny.cz
 * @date 15.12.2009
 */
#lister-pagination {
    margin: 1em;
    text-align: center;
    color: gray;
}
table.gs-formListTable {
    background-color: #FFFFE0;
    border-color: #BBBBBB;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
}
table.gs-formListTable td, table.gs-formListTable th {
    border-color: #EEEEEE;
    border-style: solid;
    border-width: 1px 1px 0 0;
}
table.gs-formListTable th {
    border-top: none;
    background-color: #EFEFD0;
    border-bottom: 1px solid gray;
}
.gsf-context-edit {
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/system/icons/edit-gray-1.png') no-repeat;
}
.gsf-context-edit:hover {
    background: url('../../images/system/icons/edit-1.png') no-repeat;
}
.gsf-context-delete {
    display: block;
    width: 16px;
    height: 16px;
    background: url('../../images/system/icons/cancel-gray-1.png') no-repeat;
}
.gsf-context-delete:hover {
    background: url('../../images/system/icons/cancel-1.png') no-repeat;
}

table.gs-linkbox-table tr:hover a.gs-linkbox {
    text-decoration: underline;
}

div#gsf-info-bar {
    text-align: right;
    line-height: 2.5em;
    background-color: #F7FFF2;
}
div#gsf-info-bar h3 {
    float: left;
    margin: 0;
    padding: 0;
    color: black;
}
div#gsf-info-bar h3 .normal {
    color: gray;
    font-size: 0.9em;
}
div#gsf-info-bar a {
    padding: 0 20px 0 10px;
}
#gsf-action-list {
    background: url('../../images/system/icons/images-1.png') no-repeat right;
}
#gsf-action-list:hover {
    background: url('../../images/system/icons/images-active-1.png') no-repeat right;
}
#gsf-action-insert {
    background: url('../../images/system/icons/add-1.png') no-repeat right;
}
#gsf-action-insert:hover {
    background: url('../../images/system/icons/add-active-1.png') no-repeat right;
}
#gsf-action-edit {
    background: url('../../images/system/icons/edit-1.png') no-repeat right;
}
#gsf-action-edit:hover {
    background: url('../../images/system/icons/edit-active-1.png') no-repeat right;
}
#gsf-action-delete {
    background: url('../../images/system/icons/cancel-1.png') no-repeat right;
}
#gsf-action-cancel:hover {
    background: url('../../images/system/icons/cancel-active-1.png') no-repeat right;
}
#gsf-action-search {
    background: url('../../images/system/icons/find-1.png') no-repeat right;
}
#gsf-action-search:hover {
    background: url('../../images/system/icons/find-active-1.png') no-repeat right;
}
div#gsf-info-bar a.gsf-action-settings, div#gsf-info-bar a.gsf-action-settings.ui-button-text-only .ui-button-text {
    padding: 1px;
}

.gsf-fulltext-form {
    display: inline-block;
    margin: 0 1px;
    padding: 0;
}
.gsf-fulltext-form fieldset {
    margin: 0;
    padding: 2px 0 2px 3px;
    border: none;
}
.gsf-fulltext-form .search {
    width: 95px;
}

div.form-detail {
    padding: 5px;
    background-color: #ffffe0;
    border: 1px solid #dddddd;
    border-top-color: #bbbbbb;
    border-left-color: #bbbbbb;
}
.history-info {
    float: right;
    color: gray;
    text-align: right;
    font-size: 0.8em;
}

form.gs-insert, form.gs-edit, form.gsfb-form {
    display: inline-block;
}
form.gs-insert fieldset, form.gs-edit fieldset {
    padding: 5px 0;
}
form.gsfb-form fieldset {
    background-color: #d8efff;
}
form.gs-insert fieldset {
    border: 1px solid #6666BB;
    background-color: #D8EFFF;
}
form.gs-edit fieldset {
    border: 1px solid #D7DAA3;
    background-color: #FFFFF2;
}
form p.label, form td.label {
    font-weight: bold;
}
form.gs-insert p.even, form.gs-insert tr.even {
    background-color: #CBE9FF;
}
form.gs-edit p.even, form.gs-edit tr.even {
    background-color: #FFFFE4;
}
form td.label {
    text-align: right;
    padding-left: 15px;
}
textarea.html {
    width: 100%;
    height: 450px;
}
form.gs-insert td, form.gs-edit td {
    border: none;
}
form table td.tools-col {
    text-align: left;
    padding-right: 15px;
}
form table td.tools-col img.gtitlebox-src {
    float: left;
}
form.gs-insert table.form-table, form.gs-edit table.form-table {
    width: 100%;
    border: none;
}
table.form-table input[type=textfield], table.form-table input[type=text] {
    width: 80%;
}
form input.image {
    width: 90%;
}
form.gs-insert input.button, form.gs-edit input.button {
    display: block;
}

input.gsfr_file {
    width: 300px;
}
.gsfr-regenerate {
    margin-left: 1em;
}

.gs_captcha {
    margin: 5px;
    padding: 2px 5px;
    background: url('../../images/system/backgrounds/gray_30-1.png');
    font-weight: bold;
}

#content form.gs-rank {
    float: right;
    width: 21px;
    margin: 3px;
    padding: 0;
    line-height: 0;
}
#content form.gs-rank input {
    margin: 1px;
}
#content form.gs-rank input.gtitlebox-src:hover {
    cursor: hand;
    cursor: pointer;
}

fieldset table td {
    border: none;
}

/* Search form style */
#gs-search {
    width: 100%;
    margin-bottom: 15px;
    display: noner;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    background-color: #DDDDCC;
    font-size: 0.9em;
}
#gs-search #add-filter {
    margin: 15px 10px 10px 10px;
}
#gs-search h4 {
    margin: 0.2em;
    color: gray;
    font-weight: normal;
}
#gs-search a {
    margin: 1px;
    padding: 0.1em 0.5em;
    line-height: 1.8em;
    border: 1px dotted gray;
    background-color: #FFFFE0;
    white-space: nowrap;
    text-decoration: none;
}
#gs-search a:hover {
    color: gray;
    background-color: white;
}

#gs-search #filter-box {
    margin: 15px 10px 10px 10px;
}
#gs-search #filter-box a {
    padding: 0.5em;
}
#gs-search #filter-box a img {
    margin: 0.3em 0.5em 0.7em 0;
}
#gs-search #filter-box .gsfilter, #gs-search #filter-box .andOr {
    float: left;
    height: 30px;
    margin: 0.25em 0.5em;
    padding: 5px;
    line-height: 30px;
    background-color: #BBBBAA;
}
#gs-search #filter-box img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
#gs-search .button {
    display: block;
}

.gsf_thumb {
    float: left;
}

.gsrb_panel_thumb {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    margin: 3px;
    padding: 2px;
    border: 2px solid gray;
    text-align: center;
    font-size: 0.8em;
    text-decoration: none;
    overflow: hidden;
}
.gsrb_panel_thumb:hover {
    background-color: #DDDDDD;
    overflow: visible;
}
.gsrb_panel_thumb:hover span {
    background-color: #DDDDDD;
}

#regenerate-dialog ul li {
    list-style: none;
}