.ecCtlCustomGrid .ui-jqgrid.ui-widget.ui-widget-content
{
    border: none !important;
    margin: 0px 10px 0px 10px;
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.ecCtlCustomGrid .ui-state-default, .ecCtlCustomGrid .ui-widget-content .ui-state-default, .ecCtlCustomGrid .ui-widget-header .ui-state-default
{
    font-weight: bold;
    font-size:  1.05em !important;
    color: #666;
    background : none;
    background-color: whiteSmoke !important;
    border: 0;
    border-bottom: 1px solid #CCC !important;
    padding: 4px 4px 0px 2px;
    white-space: nowrap;
    text-align: left !important;
}

.ecCtlCustomGrid .ui-jqgrid tr.jqgrow td
{
    border: 0;
    border-right: none !important;
    border-bottom: 1px solid #CCC !important;
    font-size:  1em !important;
}

.ecCtlCustomGrid .ui-jqgrid .ui-paging-info
{
    font-size: 0.95em;
}

.ecCtlCustomGrid .ui-icon-add-customgrid
{
    background-image: url(./ordered/images/customgrid/add.png) !important;
    background-position: 0;
    margin-right: 5px !important;
    cursor: pointer;
}

.ecCtlCustomGrid .ui-icon-add-pdf-customgrid
{
    background-image: url(./ordered/images/customgrid/add_pdf.png) !important;
    background-position: 0;
    margin-right: 5px !important;
    cursor: pointer;
}

.ecCtlCustomGrid .ui-icon-add-mail-customgrid
{
    background-image: url(./ordered/images/customgrid/add_mail.png) !important;
    background-position: 0;
    margin-right: 5px !important;
    cursor: pointer;
}

.ecCtlCustomGrid a.ui-icon-action
{
    height: 16px;
	width: 16px;
	display: inline-table;
	border: none !important;
	vertical-align: bottom;
}

.ecCtlCustomGrid a.ui-icon-action:hover
{
     -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
}

.ecCtlCustomGrid .ui-icon-addchild-customgrid
{
    background-image: url(./ordered/images/customgrid/add_folder.png);
    margin-right: 5px !important;
    cursor: pointer;
}
.ecCtlCustomGrid .ui-icon-delete-customgrid
{
    background-image: url(./ordered/images/customgrid/delete.png);
    margin-right: 5px !important;
    cursor: pointer;
}
.ecCtlCustomGrid .ui-icon-edit-customgrid
{
    background-image: url(./ordered/images/customgrid/edit.png);
    margin-right: 5px !important;
    cursor: pointer;
}
.ecCtlCustomGrid .ui-icon-import-customgrid
{
    background-image: url(./ordered/images/customgrid/import.png);
    margin-right: 5px !important;
    cursor: pointer;
}
.ecCtlCustomGrid .ui-icon-export-customgrid
{
    background-image: url(./ordered/images/customgrid/export.png);
    margin-right: 5px !important;
    cursor: pointer;
}
.ecCtlCustomGrid .ui-icon-cancel-customgrid
{
    background-image: url(./ordered/images/customgrid/cancel.png);
    margin-right: 5px !important;
    cursor: pointer;
}
.ecCtlCustomGrid .ui-icon-save-customgrid
{
    background-image: url(./ordered/images/customgrid/save.png);
    margin-right: 5px !important;
    cursor: pointer;
}

.ecCtlCustomGrid .ui-icon-copy
{
    cursor: pointer;
}

.ecCtlCustomGrid .ui-state-highlight .ui-icon
{
    background-image: url(./ordered/images/ui-icons_ffffff_256x240.png) !important;
}

.ecCtlCustomGrid .ui-icon
{
    background-image: url(./ordered/images/ui-icons_666666_256x240.png);
}

.ecCtlCustomGrid .ui-state-highlight, .ecCtlCustomGrid .ui-widget-content .ui-state-highlight, .ecCtlCustomGrid .ui-widget-header .ui-state-highlight
{
	background: #666 !important;
	color: White !important;
}


.ecCtlCustomGrid .ui-jqgrid-bdiv
{
	min-height: 70px;
}