/* FORM TABLE WRAPPER */

form table {
    width: 100%;
}

form.admin table {
    background: #fcfef3;
    border-top: 1px #e3ebc3 solid;
    border-bottom: 5px #e3ebc3 solid;
}

form th {
    color: #8ca355;
    line-height: 1.4em;
    padding: 0.25em 2em;
    vertical-align: middle;
}

form tr.textarea th {
    vertical-align: top;
}

form th.c {
    padding-top: 1.5em;
}

form th.s {
    padding-top: 3.25em;
}

form th.f {
    padding-top: 2.5em;
}

form th.l {
    padding-bottom: 2em;
}

form td {
    padding: 0.25em 0;
    vertical-align: middle;
    line-height: 1.4em;
}

form td.c {
    padding-top: 1.25em;
}

form td.s {
    padding-top: 2.5em;
}

form td.f {
    padding-top: 2em;
}

form td.l {
    padding-bottom: 2em;
}

label {
    padding-left: 8px;
    //padding-left: 5px;
    vertical-align: 2px;
    color: #000;
}

@media all and (min-width: 0) {
    label {
        vertical-align: bottom;
    }
}

/* FORM FIELDS */

select {
    width: 90%;
    padding: 1px;
}

textarea {
}

.charsCount {
    color: #ccc;
    font-size: 0.85em;
}

span.charsCount {
    padding-left: 0.6em;
    //vertical-align: 3px;
    _vertical-align: 5px;
}

div.charsCount {
    padding-left: 0.6em;
    vertical-align: top;
    display: inline;
}

form p.small {
    line-height: 1.2em;
    margin-bottom: 0.5em;
}
/*
.focused {
    border-width: 3px;
    border-color: #b5d002;
    border-style: solid;
    margin: 0px;
}
*/

/* FORM BUTTONS */

.btnSend {
    width: 79px;
    height: 26px;
    background-image: url("/images/btnSend.gif");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    border: 0;
}

.btnSendHover {
    background-position: -79px 50%;
}

.btnOK {
    width: 37px;
    height: 26px;
    background-image: url("/images/btnOK.gif");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    border: 0;
}

.btnOKHover {
    background-position: -37px 50%;
}

.btnCancel {
    width: 75px;
    height: 26px;
    background-image: url("/images/btnCancel.gif");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    border: 0;
    margin: 2px;
}

.btnCancelHover {
    background-position: -75px 50%;
}

.btnDelete {
    width: 70px;
    height: 26px;
    background-image: url("/images/btnDelete.gif");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    border: 0;
}

.btnDeleteHover {
    background-position: -70px 50%;
}

.btnEnter {
    width: 55px;
    height: 26px;
    background-image: url("/images/btnEnter.gif");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    border: 0;
}

.btnEnterHover {
    background-position: -55px 50%;
}

.btnExplore {
    width: 55px;
    height: 26px;
    background-image: url("/images/btnExplore.gif");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    border: 0;
}

.btnExploreHover {
    background-position: -55px 50%;
}

.btnGet {
    width: 73px;
    height: 26px;
    background-image: url("/images/btnGet.gif");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    border: 0;
}

.btnGetHover {
    background-position: -73px 50%;
}

.btnSave {
    width: 79px;
    height: 26px;
    background-image: url("/images/btnSave.gif");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    border: 0;
    margin: 2px;
}

.btnSaveHover {
    background-position: -79px 50%;
}

.btnSearch {
    width: 55px;
    height: 26px;
    background-image: url("/images/btnSearch.gif");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    border: 0;
}

.btnSearchHover {
    background-position: -55px 50%;
}

.btnEdit {
    width: 105px;
    height: 26px;
    background-image: url("/images/btnEdit.gif");
    background-position: 0% 50%;
    background-repeat: no-repeat;
    border: 0;
}

.btnEditHover {
    background-position: -105px 50%;
}

.disabled {
    background-color: #ece9d8;
}

.enabled {
    background-color: #fff;
}

.captcha {
    margin: 2px;
}

/* ADMIN FORMS */

.editarea {
    font-style: italic;
}

.textareaJeditable {
    font-size: 1.25em;
    width: 95%;
    display: block;
    clear: both;
}

ul.fileUpload {
    width: 100%;
    clear: both;
    margin-top: 1em;
    margin-bottom: 10px;
    //margin-bottom: 20px;
}

ul.fileUpload:after {
    content: '';
    clear: both;
    display: block;
    width: 100%;
}

ul.fileUpload li {
    display: block;
    float: left;
    border: 1px solid #bbb;
    margin-right: 3em;
    margin-bottom: 4em;
    width: 110px;
    height: 110px;
    background-image: url("/images/addFile-ico.gif");
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

ul.fileUpload li.logoWrapper {
    width: 200px;
    background-image: none;
    background-image: url("/images/addLogo-ico.gif");
    background-position: -200px 0px;
    background-repeat: no-repeat;
}

ul.fileUpload li .button {
    display: block;
    width: 109px;
    height: 109px;
}

.logoButton {
    display: block;
    width: 128px;
    height: 109px;
}

ul.fileUpload li .fileDelete {
    display: block;
    position: absolute;
    z-index: 10000;
    margin-top: 6px;
    margin-left: 88px;
    cursor: pointer;
    _cursor: hand;
}

ul.fileUpload li .logoDelete {
    display: block;
    position: absolute;
    z-index: 10000;
    margin-top: -104px;
    margin-left: 178px;
    //margin-left: 83px;
    cursor: pointer;
    _cursor: hand;
}

ul.fileUpload li .officeDelete {
    display: block;
    position: absolute;
    z-index: 10000;
    margin-top: -104px;
    margin-left: 178px;
    //margin-left: 83px;
    cursor: pointer;
    _cursor: hand;
}


ul.fileUpload li.uploaded {
    border:1px solid #000;
    text-align: center;
    background-image: none;
    background-image: url('/images/loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

ul.fileUpload li.uploaded span {
    margin-top: 42px;
    display: block;
}

.uploadFileWrapper {
    position: relative;
    display: block;
    overflow: hidden;
}

.uploadFileWrapper input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 220px;
    height: 10px;
}


.uploadedFileName {
    position: relative;
    width: 100%;
    margin-top: 112px;
    //top: 112px;
    overflow: hidden;
    font-family: Verdana;
    font-size: 0.85em;
    padding-top: 2px;

    height: 3em;
}

.uploadedFileName input {
    border: 0;
    margin: -2px; padding: 2px 2px 4px 2px;
    text-align: center;
    font-family: Verdana;
    font-size: 1em;
    outline: 0;
    background: #000;
    color: #fff;
}

/* BANNER STATUS */

.wideBannerWrapper {
    width: 700px;
    height: 98px;
    overflow-x: auto;
    overflow-y: hidden;
}

.bannerStatus {
    display: block;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 4px;
    height: 16px;
    margin-bottom: 5px; 
}

.waiting {
    background-image: url("/images/bannerStatusWaiting.gif");
    color: #bbb;
} 

.canceled {
    background-image: url("/images/bannerStatusCanceled.gif");
    color: red;
}

.active {
    background-image: url("/images/bannerStatusOk.gif");
    color: #6bc618;
}
