﻿/* Default AdvancedQuery Styles */

.default-aq-wrapper {
    min-height: 50px;
    height: auto;
    border-style: none;
    border-width: 1px;
    border-color: #e3e3e3;
    vertical-align: middle;
    overflow: auto;
}

.default-aq-next-button {
    font-family: Verdana;
    font-size: 13px;
    margin: 1px 1px 1px 1px;
    height: 25px;
}

.default-aq-topbar-button {
    background-color: #ffffff;
    font-family: Verdana;
    font-size: 13px;
    color: #666666;
    border-style: solid;
    border-width: 1px;
    border-color: #aaaaaa;
    margin: 1px 1px 1px 1px;
    height: 35px;
}

.default-aq-add-button {
    background-color: #3c8de8;
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #2474cd;
    margin: 1px 1px 1px 1px;
    height: 35px;
}

.default-aq-checkbox-wrapper {
    height: 20px;
}

.default-aq-checkbox-section-wrapper {
    min-height: 40px;
    width: 100%;
    border-style:solid;
    border-width: 1px;
    border-color: #e3e3e3;
    background-color: #ffffff;
    vertical-align: middle;
    overflow: auto;
    background-color: #f1f1f1;
}

.default-aq-checkbox-section {
    text-align: left;
    width: 90%;
    margin: 20px 0px 20px 20px;
    border-style: none;
    border-width: 1px;
    border-color: #e3e3e3;
    font-size: 16px;
}

.default-aq-topbar-file-ui {
    clear: both;
    padding: 3px 1px 3px 1px;
    font-family: Verdana;
    font-size: 12px;
    color: #ff4800;
}

.default-aq-topbar-textbox {
    width: 145px;
    height: 21px;
}

.default-aq-topbar-dropdown {
    width: 200px;
    height: 27px;
}

.default-aq-topbar-file-ui-button {
    height: 28px;
    font-size: 12px;
    margin: 0px 0px 0px 2px;
}

.default-aq-topbar-checkbox {
    line-height: 20px;
    font-family: Verdana;
    font-size: 10px;
    color: #333333;
}

.default-aq-topbar-file-ui-cancel-button {
    height: 28px;
    font-size: 12px;
    margin: 0px 0px 0px 2px;
}

.default-aq-topbar-file-ui-message {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #ff0000;
}

.default-aq-button-bar-wrapper {
    min-height: 40px;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    background-color: #ffffff;
    vertical-align: middle;
    overflow: auto;
    background-color: #ffffff;
}

.default-aq-button-bar {
    text-align: left;
    width: 90%;
    margin: 10px 0px 8px 10px;
    border-style: none;
    border-width: 1px;
    border-color: #e3e3e3;
}

.default-aq-top-button-bar-wrapper {
    min-height: 40px;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    background-color: #ffffff;
    vertical-align: middle;
    overflow: auto;
}

.default-aq-top-button-bar {
    text-align: left;
    width: 90%;
    margin: 10px 0px 8px 10px;
    border-style: none;
    border-width: 1px;
    border-color: #b2b2b2;
}

.default-aq-grid {
    border-style: none;
    background-color: #f1f1f1;
}

.default-aq-header {
    background-color: #e1e1e1;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

.default-aq-item {
    background-color: #c8d3e0;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
}

.default-aq-alternate {
    background-color: #e9edf1;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
}

.default-aq-hidden-column {
    color: #cccccc;
}

.default-aq-progress {
    position: absolute;
    filter: alpha(opacity=70);
    opacity: .70;
    height: 100px;
    width: 100px;
    background-color: #ffffff;
    visibility: hidden;
    display: none;
}

.default-aq-loader-image {
    position: absolute;
    visibility: hidden;
    display: none;
}

.default-aq-filter-ui {
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: #aaaaaa;
    background-color: #bbbbbb;
    width: 300px;
    min-height: 230px;
    box-shadow: 5px 5px 5px #888888;
    z-index: 1000000;
}

.default-aq-filter-top {
    height: 35px;
    min-height: 35px;
    background-color: #ffffff;
    line-height: 15px;
    font-family: Verdana;
    font-size: 12px;
    color: #2474cd;
    background-image: url(../images/search.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 35px;
    padding-top: 3px;
}

.default-aq-filter-body {
    height: 35px;
    margin: 10px 10px 10px 10px;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

.default-aq-dropdown {
    height: 23px;
}

.default-aq-textbox {
    height: 17px;
    width: 155px;
}

.default-aq-listbox {
    height: 100px;
    width: 278px;
}

.default-aq-radios {
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

.default-aq-close-button {
    position: absolute;
    top: 8px;
    left: 265px;
    width: 25px;
    height: 23px;
}

    .default-aq-close-button a {
        display: block;
        width: 25px;
        height: 23px;
        background: url(../images/aq_close1.png);
        background-position: center;
        background-repeat: no-repeat;
    }

        .default-aq-close-button a:hover {
            display: block;
            width: 25px;
            height: 23px;
            background: url(../images/aq_close2.png);
            background-position: center;
            background-repeat: no-repeat;
        }

.default-aq-top-bar-title {
    font-family: Verdana;
    color: #f65f0d;
    font-size: 13px;
}

.default-header-button a {
    display: block;
    width: 25px;
    height: 23px;
    background: #abc5e7 url(../images/aq_btn_3a.png);
    background-position: center;
    background-repeat: no-repeat;
}

    .default-header-button a:hover {
        display: block;
        width: 25px;
        height: 23px;
        background: #abc5e7 url(../images/aq_btn_3b.png);
        background-position: center;
        background-repeat: no-repeat;
    }

.default-header-buttonb a {
    display: block;
    width: 25px;
    height: 23px;
    background: #abc5e7 url(../images/aq_btn_3c.png);
    background-position: center;
    background-repeat: no-repeat;
}

.default-header-button2 a {
    display: block;
    width: 25px;
    height: 23px;
    background: #abc5e7 url(../images/aq_btn_2a.png);
    background-position: center;
    background-repeat: no-repeat;
}

    .default-header-button2 a:hover {
        display: block;
        width: 25px;
        height: 23px;
        background: #abc5e7 url(../images/aq_btn_2b.png);
        background-position: center;
        background-repeat: no-repeat;
    }

.default-header-button2b a {
    display: block;
    width: 25px;
    height: 23px;
    background: #abc5e7 url(../images/aq_btn_2c.png);
    background-position: center;
    background-repeat: no-repeat;
}

    .default-header-button2b a:hover {
        display: block;
        width: 25px;
        height: 23px;
        background: #abc5e7 url(../images/aq_btn_2b.png);
        background-position: center;
        background-repeat: no-repeat;
    }

.default-header-button3 a {
    display: block;
    width: 25px;
    height: 23px;
    background: #abc5e7 url(../images/aq_btn_1a.png);
    background-position: center;
    background-repeat: no-repeat;
}

    .default-header-button3 a:hover {
        display: block;
        width: 25px;
        height: 23px;
        background: #abc5e7 url(../images/aq_btn_1b.png);
        background-position: center;
        background-repeat: no-repeat;
    }

.default-header-button3b a {
    display: block;
    width: 25px;
    height: 23px;
    background: #abc5e7 url(../images/aq_btn_1c.png);
    background-position: center;
    background-repeat: no-repeat;
}

    .default-header-button3b a:hover {
        display: block;
        width: 25px;
        height: 23px;
        background: #abc5e7 url(../images/aq_btn_1b.png);
        background-position: center;
        background-repeat: no-repeat;
    }

.default-clear-sort {
    height: 22px;
    float: left;
}

    .default-clear-sort a {
        display: block;
        width: 62px;
        height: 22px;
        background: #abc5e7 url(../images/aq-clear1.png);
        background-position: center;
        background-repeat: no-repeat;
    }

        .default-clear-sort a:hover {
            display: block;
            width: 62px;
            height: 22px;
            background: #abc5e7 url(../images/aq-clear2.png);
            background-position: center;
            background-repeat: no-repeat;
        }

.default-sort-label {
    height: 22px;
    float: left;
    line-height: 20px;
}

.default-aq-message {
    font-family: Arial;
    font-size: 12px;
    color: #27780e;
}
