.igte_EditWithButtons {
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-family: Segoe UI, Verdana, Arial, Sans-Serif;
    font-size: 10px;
    height: 20px;
    outline: 0;
    width: 130px;
}


.igte_Edit {
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-family: Segoe UI, Verdana, Arial, Sans-Serif;
    font-size: 12px;
    outline: 0;
    padding-left: 4px;
}

.igte_TextArea {
    background-color: #FFFFFF;
    border: solid 1px #999999;
    font-family: Segoe UI, Verdana, Arial, Sans-Serif;
    font-size: 12px;
    outline: 0;
    resize: none;
}

.igte_EditInContainer {
    background-color: Transparent;
    border-width: 0px;
    font-family: Segoe UI, Verdana, Arial, Sans-Serif;
    font-size: 12px;
    outline: 0;
}

.igte_Focus {
    background-color: #FFFFFF;
    background-image: none;
    border-color: #FF9933;
}

.igte_Hover { border-color: #555555; }

.igte_Inner { border-width: 0; }

.igte_InnerFocus { }

.igte_InnerHover { }

.igte_ButtonSize {
    height: 100%;
    width: 15px;
}

.igte_Button {
    background-color: #8EBEE0;
    background-image: url(images/igte_spinbuttonbg.gif);
    background-repeat: repeat-x;
    border: solid 1px #699BC9;
    color: #FFFFFF;
    cursor: pointer;
    line-height: normal;
}

.igte_ButtonFocus { }

.igte_NullText { color: #999999; }

.igte_ButtonHover {
    background-color: #60a1d0;
    background-image: url(images/igte_spinbuttonbghover.gif);
}


.igte_ButtonPressed {
    background-color: #C7E5F9;
    background-image: url(images/igte_spinbuttonbgpressed.gif);
}


.igte_ButtonDisabled {
    background-color: #999999;
    background-image: none;
}

.igte_ButtonImg { }