﻿.applicationNumber{
    width:55px !important;
}

.dob{
    width:65px !important;
}

.readOnlyInput
{
    border:0px !important;
    color:#000;
    background-image:none;
    padding:2px;
    width:185px;
}

.disabledInput
{
    border:0px !important;
    background-image:none;
    width:185px;
}

.disabledInputLabelType
{
    border:0px !important;
    background-image:none;
    width:185px;
    color:#000 !important;
}

.LoginFormPanel
{
    width:232px;
    padding:6px;
    border:1px solid #eee;
}

.extFormPanel
{
    width:355px;
    padding:6px;
}

.extFormPanelFullWidth
{
    padding:6px;
}

.extFormPanelFullWidth .extControl
{
    position:relative;
    width:400px;
    float:left;
    margin:6px;
}

.extFormFormPanel
{
    margin-bottom:5px;
}

.extFormPanelFullWidth .extFormFormPanel
{
    margin-bottom:5px;
}

.extFormFormPanel .x-label-value
{
    color:#000 !important;
}

.formLabelPad
{
    padding-top:10px !important;
}

.extFormContainerWrapper
{
    position:relative;
    padding:4px 10px 4px 10px;
}

.formDividerTitle
{
    background:#f0f0f0;
    padding:5px 2px;
    color:#505050;
    font-weight:bold;
    font-size:11px;
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"]{
    color: #333;
    padding: 2px 8px;
    background: -moz-linear-gradient(
        top,
        #ffffff 0%,
        #e8e8e8);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#ffffff),
        to(#e8e8e8));
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #c9c9c9;
    cursor:pointer;
    margin:15px 0 5px 0;
    font-size:12px;
}

    input[type="submit"].filter-button
    {
        position: relative;
        margin-bottom: 2px;
        padding: 10px 15px;
        float: left;
        width: auto;
        margin-right: 5px
    }

#ext-gen121
{
    cursor: pointer;
    text-decoration:underline;
}

.ui-datepicker
{
    font-size: .9em !important;
}

label.filter-label
{
    position:relative;
    margin:0 0 0 5px;
}