.dhx_combo_box.dhx_skyblue {
    border: 1px solid #5E5E5E;
}

.dhx_combo_box input.simpleInput {
    border: none !important;
}

.input_div {
    height: 24px;
    display: block;
    width: 330px;
    position: relative;
}

.baseForm .field {
    border: 1px solid #5E5E5E;
    height: 16px;
    width: 300px;
}

.dhx_combo_box {
    background-color: white;
    border: 1px solid #5e5e5e;
    height: 18px;
    overflow: hidden;
    position: relative;
    text-align: left;
    padding: 0;
    width: 300px;
}

.dhx_combo_input {
    border: 0 none !important;
    color: #333333;
    height: 18px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 282px;
}

.dhx_combo_img {
    cursor: pointer;
    height: 18px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 19px;
}

#buttonForm {
    position: relative;
    width: 500px;
    margin-top: 5px;
    padding: 20px 20px 35px;
}

.imgLoadDiv {
    background: url(../images/ajax-loader.gif) no-repeat left 0;
    height: 32px;
    width: 32px;
    display: none;
}

.searchpopup {
    display: none;
    padding: 5px 5px 5px 5px;
    color: #4C453D;
    background: white;
    border: 1px solid #A7A39B;
    height: 100px;
    overflow-y: auto;
    width: 288px !important;
    z-index: 101;
    text-align: left;
    position: absolute;
}

.searchpopup a {
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #090600;
    text-decoration: none !important;
    white-space: nowrap;
}

.searchpopup a:hover {
    background: #D4D3C9;
}

.idledLink {
    background: #fff !important;
    color: #000 !important;
}

.focusedLink {
    background: #EEE !important;
    color: #6F6F6F !important;
}

.focusField {
    background: #fff;
    color: #000;
}

.idleField {
    background: #EEE;
    color: #6F6F6F;
}

#alertBox {
    padding: 0 20px !important;
}

.simpleForm .form_label {
    display: none;
}

.baseForm .form_buttons td {
    padding-top: 10px;
}

.simpleForm {
/*     width: 170px; */
    height: 26px;
    position: relative;
    margin-top: 5px;
}

.simpleForm .clearButton, .simpleForm .closeButton {
    display: none;
}

.baseForm {
    display: none;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 10px;
}

.simpleForm .searchButton {
    background: url("../images/menu_btn.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    border: medium none;
    color: white !important;
    cursor: pointer;
    font-size: 22px;
    height: 30px;
    left: 5px;
    padding-left: 25px;
    position: absolute;
    text-transform: uppercase;
    top: 30px;
    width: 110px;
}

.simpleForm .clearButton, .simpleForm .closeButton {
    display: none
}

.baseForm {
    display: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 0;
}

.searchDiv  {
	border-bottom: 1px solid #ebe1d8;
    height: 70px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    width: 290px;
}

.simpleForm .field {
	background: linear-gradient(to right, #d5d9e5, #9198b4);
    border: 1px solid #a4bed4;
    color: black;
    font-size: 14px;
    height: 20px;
    left: 7px;
    position: absolute;
    top: 7px;
    width: 270px;
}

.openDSt {
    color: white !important;
    left: 7px;
    position: absolute;
    text-decoration: none !important;
    top: 0px;
}

.keyboardInputInitiator {
    cursor: pointer;
    margin: 0 3px;
    vertical-align: middle;
}

.simpleForm .keyboardInputInitiator {
    left: 130px;
    margin: 0;
    position: absolute;
    top: 35px;
}

.ui-widget-content {
    color: black;
}

.ui-widget-header {
    color: black;
    font-weight: bold;
}

.baseForm .clearButton {
    background: url("../images/clearButton.jpg") no-repeat scroll 0 2px transparent;
    border: medium none;
    color: black;
    cursor: pointer;
    height: 24px;
    width: 243px;
    font-size: 13px;
}

.baseForm .searchButton {
    background: url("../images/searchButton.jpg") no-repeat scroll 0 2px transparent;
    border: medium none;
    cursor: pointer;
    height: 24px;
    margin-left: 10px;
    width: 243px;
    color: black;
    font-size: 13px;
}


/* .ui-widget-header .ui-icon { */
/*     background: url("../images/closeButton.jpg") no-repeat scroll 0 0 transparent; */
/*     height: 22px !important; */
/*     left: 9px; */
/*     top: 9px; */
/*     padding-left: 8px; */
/*     padding-top: 4px; */
/*     text-indent: 0 !important; */
/*     width: 147px !important; */
/* } */

.ui-dialog .ui-dialog-titlebar {
    padding: 1.5em 6.3em 0.3em 2em !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    right: 10px !important;
}

.baseForm .labelTd {
    color: black;
    text-align: right;
    padding-right: 20px;
}
