.x-toolbar .t-module-title
{
    font-weight: bold;
    color: #15428B;
    font-size: 11px;
}

.x-toolbar-docked-top{
    border-color:#a9bfd3;
    background-color:#d0def0;
    background-image:url(/img/toolbar/bg.gif);
}

/*.x-toolbar-default
{
    border-color:#a9bfd3;
    background-color:#d0def0;
    background-image:url(/img/toolbar/bg.gif);
}*/

/**********************************/
/* For editable checkbox in a grid*/
.x-grid-checkheader {
    height: 14px;
    background-image: url('../img/ext4/unchecked.gif');
    background-position: 50% -2px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.x-grid-checkheader-checked {
    background-image: url('../img/ext4/checked.gif');
}

.x-grid-checkheader-editor, .x-form-cb-wrap {
    text-align: center;
}

.unreviewed-event
{
    background-color: #FF8080 !important;
}

.error-row .x-grid-cell, .error-row .x-grid-rowwrap-div {
    background-color: #FF8080 !important;
    border-color: #A3BAE9;
    border-style: dotted;
}
.error-row .x-grid-cell-special {
    background-color: #FF8080;
    background-image: -moz-linear-gradient(left center, #FF8080, #FF6060);
    border-right: 1px solid #AACCF6;
}
.error-row .x-grid-row-checker {
    background-image: url("../ext4/resources/themes/images/default/grid/checked.gif");
}

.checked-row
{
    background-color: #B0B0B0;
}

.x-action-col-icon {
    height: 16px;
    width: 16px;
    margin-right: 10px;
}

.addressfield
{
    height: 100px;
}
