@charset "ISO-8859-1";

.x-form-field, .x-combo-list {
    font: normal 1em "DejaVu Sans", "Bitstream Vera Sans", Verdana, Geneva, sans-serif;
}
.x-form-text, textarea.x-form-field {
    background-color: #85AECE;
    background-image: none;
    color: #000;
    padding: 2px 1px;
    border: 1px solid #BFBFBF;
}
.x-form-focus {
    background-color: #CCDDEB;
    border-color: #BFBFBF;
}
.x-combo-list {
    border: 1px solid #BFBFBF;
    background-color: #85AECE;
}
.x-combo-list-inner {
    background-color: #85AECE;
}
.x-combo-list-item {
    border-color: #85AECE;
}
.x-combo-list .x-combo-selected {
	border-color: #FFF !important;
    background-color: #CCDDEB;
}
.x-combo-list-small {
    font:normal 0.85em "DejaVu Sans", "Bitstream Vera Sans", Verdana, Geneva, sans-serif;
}
.x-form-field-wrap .x-form-trigger {
    background-image: url(img/extjs/trigger.png);
    border-bottom-color: #BFBFBF;
}
.x-trigger-wrap-focus .x-form-trigger {
    border-bottom-color: #BFBFBF;
}
ul.x-tab-strip {
    margin: 0;
}
ul.x-tab-strip li {
    list-style: none;
}