@CHARSET "UTF-8";

/* nem szép, de gavallér */
.gwt-DialogBox .Caption {
    background: #e3e8f3 url(hborder.png) repeat-x 0px -2003px;
    padding: 4px 4px 4px 8px;
    cursor: default;
    border-bottom: 1px solid #bbbbbb;
    border-top: 5px solid #d0e4f6;
}
.gwt-DialogBox .dialogContent {
}
.gwt-DialogBox .dialogMiddleCenter {
    padding: 3px;
    background: white;
}
.gwt-DialogBox .dialogBottomCenter {
    background: url(hborder.png) repeat-x 0px -4px;
    -background: url(hborder_ie6.png) repeat-x 0px -4px;
}
.gwt-DialogBox .dialogMiddleLeft {
    background: url(vborder.png) repeat-y;
}
.gwt-DialogBox .dialogMiddleRight {
    background: url(vborder.png) repeat-y -4px 0px;
    -background: url(vborder_ie6.png) repeat-y -4px 0px;
}
.gwt-DialogBox .dialogTopLeftInner {
    width: 5px;
    zoom: 1;
}
.gwt-DialogBox .dialogTopRightInner {
    width: 8px;
    zoom: 1;
}
.gwt-DialogBox .dialogBottomLeftInner {
    width: 5px;
    height: 8px;
    zoom: 1;
}
.gwt-DialogBox .dialogBottomRightInner {
    width: 5px;
    height: 8px;
    zoom: 1;
}
.gwt-DialogBox .dialogTopLeft {
    background: url(corner.png) no-repeat -13px 0px;
    -background: url(corner_ie6.png) no-repeat -13px 0px;
}
.gwt-DialogBox .dialogTopRight {
    background: url(corner.png) no-repeat -18px 0px;
    -background: url(corner_ie6.png) no-repeat -18px 0px;
}
.gwt-DialogBox .dialogBottomLeft {
    background: url(corner.png) no-repeat 0px -15px;
    -background: url(corner_ie6.png) no-repeat 0px -15px;
}
.gwt-DialogBox .dialogBottomRight {
    background: url(corner.png) no-repeat -5px -15px;
    -background: url(corner_ie6.png) no-repeat -5px -15px;
}
* html .gwt-DialogBox .dialogTopLeftInner {
    width: 5px;
    overflow: hidden;
}
* html .gwt-DialogBox .dialogTopRightInner {
    width: 8px;
    overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomLeftInner {
    width: 5px;
    height: 8px;
    overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomRightInner {
    width: 8px;
    height: 8px;
    overflow: hidden;
}

.gwt-SuggestBox {
    padding: 2px;
}
.gwt-SuggestBoxPopup {
    margin-left: 3px;
}
.gwt-SuggestBoxPopup .item {
    padding: 2px 6px;
    color: #424242;
    cursor: default;
}
.gwt-SuggestBoxPopup .item-selected {
    background: #b7d6f6;
}
.gwt-SuggestBoxPopup .suggestPopupContent {
    background: white;
}
.gwt-SuggestBoxPopup .suggestPopupTopCenter {
    background: url(hborder.png) repeat-x;
}
.gwt-SuggestBoxPopup .suggestPopupBottomCenter {
    background: url(hborder.png) repeat-x 0px -4px;
    -background: url(hborder_ie6.png) repeat-x 0px -4px;
}
.gwt-SuggestBoxPopup .suggestPopupMiddleLeft {
    background: url(vborder.png) repeat-y;
}
.gwt-SuggestBoxPopup .suggestPopupMiddleRight {
    background: url(vborder.png) repeat-y -4px 0px;
    -background: url(vborder_ie6.png) repeat-y -4px 0px;
}
.gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
    width: 5px;
    height: 5px;
    zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupTopRightInner {
    width: 8px;
    height: 5px;
    zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
    width: 5px;
    height: 8px;
    zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
    width: 8px;
    height: 8px;
    zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupTopLeft {
    background: url(corner.png) no-repeat 0px -23px;
    -background: url(corner_ie6.png) no-repeat 0px -23px;
}
.gwt-SuggestBoxPopup .suggestPopupTopRight {
    background: url(corner.png) no-repeat -5px -23px;
    -background: url(corner_ie6.png) no-repeat -5px -23px;
}
.gwt-SuggestBoxPopup .suggestPopupBottomLeft {
    background: url(corner.png) no-repeat 0px -28px;
    -background: url(corner_ie6.png) no-repeat 0px -28px;
}
.gwt-SuggestBoxPopup .suggestPopupBottomRight {
    background: url(corner.png) no-repeat -5px -28px;
    -background: url(corner_ie6.png) no-repeat -5px -28px;
}
* html .gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
    width: 5px;
    height: 5px;
    overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupTopRightInner {
    width: 8px;
    height: 5px;
    overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
    width: 5px;
    height: 8px;
    overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
    width: 8px;
    height: 8px;
    overflow: hidden;
}


.gwt-DateBox input {
    width: 8em;
}
.dateBoxFormatError {
    background: #ffcccc;
}
.dateBoxPopup {
}

.gwt-DatePicker {
    border: 1px solid #A2BBDD;
    cursor: default;
}
.gwt-DatePicker td,
.datePickerMonthSelector td:focus {
    outline: none
}
.datePickerDays {
    width: 100%;
    background: white;
}
.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
    font-size: 75%;
    text-align: center;
    padding: 4px;
    outline: none;
}
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
    background: #C3D9FF;
    padding: 0px 4px 2px;
    cursor: default;
}
.datePickerDay {
    padding: 4px;
    cursor: hand;
    cursor: pointer;
}
.datePickerDayIsToday {
    border: 1px solid black;
    padding: 3px;
}
.datePickerDayIsWeekend {
    background: #EEEEEE;
}
.datePickerDayIsFiller {
    color: #888888;
}
.datePickerDayIsValue {
    background: #aaccee;
}
.datePickerDayIsDisabled {
    color: #AAAAAA;
    font-style: italic;
}
.datePickerDayIsHighlighted {
    background: #F0E68C;
}
.datePickerDayIsValueAndHighlighted {
    background: #bbddd9;
}
.datePickerMonthSelector {
    background: #C3D9FF;
    width: 100%;
}
td.datePickerMonth,
td.datePickerYear {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 70%;
    font-weight: bold;
    color: blue;
}
.datePickerPreviousButton,
.datePickerNextButton,
.datePickerPreviousYearButton,
.datePickerNextYearButton {
    font-size: 120%;
    line-height: 1em;
    color: blue;
    cursor: hand;
    cursor: pointer;
    padding: 0px 4px;
}

/* további, az eszterből mentett stílusok, amiket most nem helyettesítünk azonnal bootstrappel */
.szettEditor_header {
    font-weight: bold;
}

.eszkozszeletelesTarolo {
    min-width: 75px;
    max-width: 75px;
}

.eszkozszeletelesMennyiseg {
    min-width: 75px;
    max-width: 75px;
}

.eszkozszeletelesMertekegyseg {
    min-width: 90px;
    max-width: 90px;
}

.szallitoNev {
    min-width: 510px;
    max-width: 510px;
}

.szallitoGyariszam {
    min-width: 150px;
    max-width: 150px;
}

.szallitoMennyiseg {
    min-width: 50px;
    max-width: 50px;
}

.szallitoMertek {
    min-width: 80px;
    max-width: 80px;
}

.szallitoHely {
    min-width: 80px;
    max-width: 80px;
}

.szallitoGomb {
    min-width: 60px;
    max-width: 60px;
}
