/* ExtJS
-------------------------------------*/
.x-toolbar .t-module-title
{
    font-weight: bold;
    color: #15428B;
    font-size: 11px;
}

.x-menu a
{
    color: black;
}

.invisibletext
{
    color: White;
}

.rideOnOtherDate
{
    background-color: Gray;
}

.completedRide
{
    background-color: #B0B0B0;
}

.selectedRide
{
    background-color: #B0FFB0;
}

.notGeoCoded
{
    background-color: #9090FF;
}


.noDispatchNumber
{
    color: white;
}

    .noDispatchNumber DIV
    {
        font-weight: bold;
        background-color: red;
    }

.addonDispatchNumber
{
    color: black;
}

    .addonDispatchNumber DIV
    {
        background-color: #ffcc00;
    }

.notScheduledDriver
{
    color: white;
}

    .notScheduledDriver DIV
    {
        font-weight: bold;
        background-color: red;
    }

.editable
{
    background-color: #CFA0CF;
}

/*!
 * Ext JS Library 3.3.0 SpinnerField
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
.x-form-spinner-proxy
{
    /*background-color:#ff00cc;*/
}

.x-form-field-wrap .x-form-spinner-trigger
{
    background: transparent url('/ext/examples/ux/images/spinner.gif') no-repeat 0 0;
}

.x-form-field-wrap .x-form-spinner-overup
{
    background-position: -17px 0;
}

.x-form-field-wrap .x-form-spinner-clickup
{
    background-position: -34px 0;
}

.x-form-field-wrap .x-form-spinner-overdown
{
    background-position: -51px 0;
}

.x-form-field-wrap .x-form-spinner-clickdown
{
    background-position: -68px 0;
}


.x-trigger-wrap-focus .x-form-spinner-trigger
{
    background-position: -85px 0;
}

.x-trigger-wrap-focus .x-form-spinner-overup
{
    background-position: -102px 0;
}

.x-trigger-wrap-focus .x-form-spinner-clickup
{
    background-position: -119px 0;
}

.x-trigger-wrap-focus .x-form-spinner-overdown
{
    background-position: -136px 0;
}

.x-trigger-wrap-focus .x-form-spinner-clickdown
{
    background-position: -153px 0;
}

.x-trigger-wrap-focus .x-form-trigger
{
    border-bottom: 1px solid #7eadd9;
}

.x-form-field-wrap .x-form-spinner-splitter
{
    line-height: 1px;
    font-size: 1px;
    background: transparent url('/ext/examples/ux/images/spinner-split.gif') no-repeat 0 0;
    position: absolute;
    cursor: n-resize;
}

.x-trigger-wrap-focus .x-form-spinner-splitter
{
    background-position: -14px 0;
}

.x-action-col-icon
{
    height: 16px;
    width: 16px;
    margin-right: 10px;
}

.error-message-nonhidden
{
    color: Red;
}

.error-message
{
    display: none;
    color: red;
    border-style: none;
    width: 300px;
}

.warning-message
{
    color: Orange;
    font-weight: bold;
}

.hoverPopup
{
    background-color: #D8D880;
}
