﻿/* Telerik RadInput iDespatch Skin */

.radInput_iDespatch
{
    font: 18px arial,verdana,sans-serif;
    color: #000;
    vertical-align: middle;
}

.radInput_iDespatch table
{
    vertical-align: bottom;
}

.radInput_iDespatch table, .radInput_iDespatch table td
{
    border: 0;
    margin: 0;
    padding: 0;
}

.radInput_iDespatch .inputCell
{
    padding: 0 4px 0 0;
}

.radInput_iDespatch input.inputCell
{
    padding: 1px 4px 1px 0;
}

.radInput_iDespatch .inputCell input, .radInput_iDespatch .inputCell textarea
{
    margin: 0;
}

.radInput_iDespatch textarea
{
    vertical-align: bottom;
    overflow: auto;
}

.radInput_iDespatch .imageCell, .radInput_iDespatch .spinImgCell
{
    padding: 0 2px 2px 0;
}

/* SPIN BUTTONS */

.radInput_iDespatch a.spinbutton
{
    display: block;
    text-indent: -9999px;
    width: 12px;
    height: 9px;
    line-height: 9px;
    background: transparent url( 'Img/SpinButtonSprites.gif' ) no-repeat;
    font-size: 1px;
    top: 5px;
    position: relative;
    _position: inherit; /*IE fix*/
    outline: none;
}
* + html .radInput_iDespatch a.spinbutton
{
    position: inherit;
}

.radInput_iDespatch a.spinbutton.up
{
    background-position: center 0;
}

.radInput_iDespatch a.spinbutton.down
{
    background-position: center -9px;
}

.radInput_iDespatch a.gobutton
{
    display: block;
    text-indent: -9999px;
    width: 20px;
    height: 17px;
    top: 3px;
    line-height: 17px;
    background: transparent url( 'Img/button.gif' ) no-repeat;
    font-size: 1px;
    position: relative;
    _position: inherit; /*IE fix*/
    outline: none;
}
* + html .radInput_iDespatch a.gobutton
{
    position: inherit;
}

/* INPUT STYLES SETTINGS */

.radEnabledCss_iDespatch
{
    color: #000;
    border: solid 1px #6788be;
    border-bottom-width: 2px;
    border-right-width: 2px;
    background-color: #fefefe;
}

.radHoverCss_iDespatch
{
    color: #242424;
    border: solid 1px red;
    border-bottom-width: 2px;
    border-right-width: 2px;
    background-color: #fefefe;
}

.radDisabledCss_iDespatch
{
    color: #ccc;
    border: solid 1px #6788be;
    border-bottom-width: 2px;
    border-right-width: 2px;
    background-color: #fefefe;
}

.radDisabledCss_iDespatch a.gobutton, .radDisabledCss_iDespatch a.spinbutton
{
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    opacity: .3;
    -moz-opacity: .3;
    cursor: no-drop;
}

.radEmptyMessageCss_iDespatch
{
    color: #000000;
    border: solid 1px #6788be;
    border-bottom-width: 2px;
    background-color: #fefefe;
}

.radFocusedCss_iDespatch
{
    color: #000000;
    background-color: #fff;
    border: solid 1px #6788be;
    border-bottom-width: 2px;
}

.radNegativeCss_iDespatch
{
    border: solid 1px #6788be;
    border-bottom-width: 2px;
    background-color: #fefefe;
}

.radInvalidCss_iDespatch
{
    color: #f00;
    border: solid 1px #f00;
    border-bottom-width: 2px;
    background-color: #fefefe;
}

.radLabelCss_iDespatch
{
    color: #000;
    padding-right: 5px;
    white-space: nowrap;
}

.radHint_iDespatch
{
    background: infobackground;
    margin-top: 5px;
    border: solid 1px black;
    text-align: left;
    overflow: auto;
}

.radHint_iDespatch a, .radHint_iDespatch a:visited, .radHint_iDespatch a:hover
{
    margin: 2px;
    color: black;
    text-decoration: none;
    font-size: small;
}

