

form
{
    margin: 0px;
    padding: 0px;
}

.checkbox
{
    border: none;
}

input, select, textarea
{
    border: 1px solid #003366;
    font-size: 11px;
    padding: 1px 0 1px 2px;
    color: #143757;
    font-family: Arial, Helvetica, sans-serif;
}

input[type=checkbox]
{
    border: none;
}

.textbox
{
    border: 1px solid #003366;
    font-size: 11px;
    padding: 1px 0 1px 2px;
    color: #143757;
    font-family: Arial, Helvetica, sans-serif;
}

/* The main Div of the form */
.es_page
{
    /* We give 20px on each side of the form, rather than 100% width */
    padding: 0 10px 0 0;
    margin-left: 2px;
    margin-right: 2px;
}

/* Records X of Y */
.es_pager_count
{
    font-weight: bold;
    margin-left: 3px;
}

/* Content Styles */
.es_title
{
    font-size: 14px;
    font-weight: bold;
    color: #72B158;
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.es_subtitle
{
    font-size: 13px;
    font-weight: bold;
    color: #72B158;
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.es_float_right
{
    float: right;
}

.es_float_left
{
    float: left;
}

.es_clear
{
    clear: both;
    padding-bottom: 15px;
}

.es_button
{
    background-color: #000000;
    border: 1px solid #000000;
    margin-right: 3px;
    margin-top: 10px;
    color: red;
    font-size:13px;
    padding: 2px 7px 2px 7px;
    font-weight:bold;
}

.es_requiredfield
{
    text-align: left;
    background-image: url(bg_required.gif);
    background-repeat: repeat-x;
    background-position: 0 2px;
    color: Red;
}

/* Error Styles */
.es_error_label
{
    font-weight: bold;
    color: #df6400;
    margin-left: 5px;
}

.es_error_box
{
    padding: 5px 20px 5px 5px;
    border: 1px solid #df6400;
    font-weight: bold;
    color: #df6400;
    margin-bottom: 5px;
}

.es_error_box ul
{
    margin: 0 5px 2px 20px;
    list-style-position: outside;
}

/* Grid Styles - List */
.es_grid
{
    margin: 2px 0 0 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
    width: 100%;
    background-color: #999999;
    font-size: 12px;
}

.es_grid td, .es_grid th
{
    padding: 1px 0 0 3px;
    text-align: left;
    border-left: solid 0 #FFFFFF;
    height: 22px;
}

.es_grid th
{
    background-color: #333333;
}

.es_grid a
{
    color: #B62A2B;
}

/* The Next/Prev Area for scrolling through pages */
.es_grid_pager
{
 
    height: 1%;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    color: #B62A2B;
    font-size: 13px;
    font-weight:bold;
}

/* The links on the Pager */
.es_grid_pager a
{
    color: #ffffff;
    font-size: 11px;
}

.es_grid_odd
{
    background-color: #dddddd;
}

.es_grid_even
{
    background-color: #FFFFFF;
}

.es_grid_header
{
    background-color: #72B158;
    color: White;
    font-style: normal;
}

.es_grid_header a
{
    background-color: #72B158;
    color: White;
}

.es_grid_select_col
{
    width: 50px;
    font-weight: bold;
}

.es_grid_select_btn a
{
    font-size: 9px;
    background-color: #EBF3FA;
    border: 0px solid #C4DDF4;
    text-decoration: none;
    padding: 1px 2px 0px 2px;
    text-transform: uppercase;
    color: #005494;
    display: block;
    text-align: center;
    margin: 0 4px 0 2px;
}

.es_grid_select_btn a:hover
{
    color: #005494;
    border: 0px solid #005494;
}

/* Grid Styles - Detail */
.es_grid_detail
{
    margin: 2px 0 0 0;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #C4DDF4;
    font-size: 12px;
}

.es_grid_detail td
{
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #bad6f2;
    padding: 2px 3px 0 3px;
    text-align: left;
    height: 22px;
    text-align: left;
    font-size: 12px;
}

.es_grid_detail th
{
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #bad6f2;
    padding: 2px 3px 0 3px;
    text-align: left;
    height: 22px;
    text-align: right;
    white-space: nowrap;
    font-size: 12px;
    vertical-align: top;
    width: 250px;
}

.es_grid_detail td td
{
    border-top-width: 0px;
}

.es_grid_detail th
{
    padding-right: 10px;
}

.grid_detail td
{
    padding: 2px 3px 0 3px;
    text-align: left;
    height: 22px;
    text-align: left;
}

.grid_detail th
{
    padding: 2px 3px 0 3px;
    text-align: left;
    height: 22px;
    text-align: right;
    white-space: nowrap;
    vertical-align: top;
    padding-top: 3px;
        vertical-align: top;
    width: 250px;
}

.grid_detail th
{
    padding-right: 5px;
    font-size: 12px;
}


