/*Telerik RadInput Excentive Skin*/

/*global*/

.RadInput_Excentive, .RadInputMgr_Excentive
{
    font: 11px arial;
}

/*textbox states*/

html body .RadInput_Excentive .riTextBox, html body .RadInputMgr_Excentive
{
    border-color: #8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
    background: #fff;
    color: #000;
    font: 11px arial;
}

html body .RadInput_Excentive .riEmpty, html body .RadInput_Empty_Excentive
{
    color: #8a8a8a;
}

html body .RadInput_Excentive .riHover, html body .RadInput_Hover_Excentive, html body .RadInput_Excentive .riFocused, html body .RadInput_Focused_Excentive
{
    border-color: #515151;
}

html body .RadInput_Excentive .riRead, html body .RadInput_Read_Excentive
{
    border-color: #d0d0d0;
}

html body .RadInput_Excentive .riDisabled, html body .RadInput_Disabled_Excentive
{
    border-color: #d0d0d0;
    color: #8a8a8a;
    cursor: default;
}

html body .RadInput_Excentive .riError, html body .RadInput_Error_Excentive
{
    border-color: #d51923;
    background: #fff 100% -298px no-repeat url('Input/sprite.gif');
    color: #d51923;
}

.RadForm.rfdTextbox .RadInput_Excentive .riError[type="text"], .RadForm.rfdTextbox .RadInput_Error_Excentive[type="text"]
{
    border-color: #d51923;
    background: #fff 100% -298px no-repeat url('Input/sprite.gif');
    color: #d51923;
}

html body .RadInput_Excentive .riNegative, html body .RadInput_Negative_Excentive
{
    color: #565656;
}

/*buttons*/

.RadInput_Excentive a
{
    background: transparent no-repeat url('Input/sprite.gif');
}

/*go*/

.RadInput_Excentive .riBtn a
{
    width: 20px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 5px;
}

.RadInput_Excentive .riBtn a:hover
{
    background-position: 3px -45px;
}

/*spin*/

.RadInput_Excentive .riSpin a
{
    width: 15px;
    height: 7px;
    line-height: 7px;
}

.RadInput_Excentive a.riUp
{
    background-position: 4px -98px;
}

.RadInput_Excentive a.riUp:hover
{
    background-position: 4px -148px;
}

.RadInput_Excentive a.riDown
{
    background-position: 4px -199px;
}

.RadInput_Excentive a.riDown:hover
{
    background-position: 4px -249px;
}

/*label*/

.RadInput_Excentive .riLabel
{
    color: #000;
}

/*rtl*/

html body .RadInputRTL_Excentive .riError, html body .RadInputRTL_Error_Excentive
{
    background-position: 3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Excentive .riError[type="text"], .RadForm.rfdTextbox .RadInputRTL_Error_Excentive[type="text"]
{
    background-position: 3px -298px;
}

.RadInput_Excentive INPUT.riTextBox
{
    font-family: Arial;
    font-size: 11px;
}

DIV.RadInput_Excentive .riLabel
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}