﻿
/* base form style */
div.form input
{
    border-color: #888 !important;
    border-width: 1px;
    height: 19px;
    color: #676767 !important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    clear: both;
    float: left;
}
div.form textarea
{
    border-color: #888 !important;
    border-width: 1px;
    border-style: solid !important;
    color: #676767 !important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    clear: both;
    float: left;
}
div.form select
{
    border-color: #888 !important;
    border-width: 1px;
    height: 22px;
    color: #676767 !important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    clear: both;
    float: left;
}

div.form
{
    position: relative;
    clear: none;
    width: 100%;
    margin-bottom: 10px;
}

div.row, div.header_row, div.button_row, div.total_row
{
    display: block;
    clear: left;
    vertical-align: top;
}

div.button_row
{
    line-height: 45px;
    padding-right: 30px;
    text-align: right;
}

div.total_row
{
    font-weight: bold;
}

span.left_col, span.right_col
{
    vertical-align: text-top;
    text-align: left;
    float: left;
}

span.left_col
{
    width: 25%;
}
span.right_col
{
    width: 70%;
}


span.right_col input, span.right_col select, span.right_col textarea
{
    width: 220px;
    padding-left: 3px; /*font-size: 11px;*/
    text-transform: none;
    margin-bottom: 4px;
    border: solid 1px #666;
    line-height: 16px;
}

span.right_col select
{
    width: 226px; /*font-size: 11px;*/
}

span.single_checkbox input
{
    margin-right: 20px;
    float: left;
}

span.single_checkbox LABEL
{
    line-height: 16px;
}

span.single_checkbox
{
    display: block;
    margin-top: 10px;
}

span.checkbox input
{
    margin-left: 0px;
    width: 15px;
    margin-right: 10px;
    border: 0px !important;
}

span.checkbox label
{
    margin-left: 8px;
    vertical-align: text-bottom;
}

.form span.right_col .radio input
{
    width: 20px;
    margin: 0px;
    height: auto;
    vertical-align: middle !important;
    line-height: 12px !important;
    border: 0px;
    margin-bottom: 4px;
}

.form span.right_col .radio LABEL
{
    vertical-align: middle !important;
    line-height: 12px !important;
}


/* generic form style */
.generic_form
{
    position: relative;
}

.generic_form .form span.right_col, .generic_form .form span.left_col, .generic_form .form span.right_col *, .generic_form .form span.right_col select, .generic_form .form TEXTAREA
{
    line-height: 18px;
}
.generic_form span.left_col
{
    width: 60%;
}
.generic_form span.right_col
{
    width: 35%;
}

.right_aligned span.right_col
{
    text-align: right;
}

.pickerWrapper_Default
{
    width: 200px !important;
}

.pickerWrapper_Default table
{
    position: relative;
    width: 240px !important;
    display: inline-block;
}

.pickerWrapper_Default input
{
    margin: 0px !important;
    padding: 0px !important;
}

.generic_form .pickerWrapper_Default
{
    margin-left: -2px !important;
    padding: 0px !important;
}

.generic_form .form
{
    padding-bottom: 50px;
}
.generic_form .form .button_row
{
    margin-bottom: 20px;
    margin-top: 10px;
    float: right;
}
.generic_form .form .button_row input
{
    height: 32px;
}
.generic_form .row
{
    min-height: 25px;
}


.three_column_layout span.left_col
{
    width: 45%;
}
.three_column_layout span.middle_col
{
    width: 20%;
}
.three_column_layout span.right_col
{
    width: 30%;
}
.three_column_layout span.middle_col input
{
    width: 100px;
}
.three_column_layout .form
{
    padding-bottom: 10px;
}

.three_column_layout .sector span.left_col
{
    width: 40%;
}
.three_column_layout .sector span.middle_col
{
    width: 30%;
}
.three_column_layout .sector span.right_col
{
    width: 20%;
}
.three_column_layout .sector span.right_col input
{
    width: 100px;
}
.three_column_layout .sector span.middle_col .checkBox input
{
    width: 50px;
}

.default_grid_style
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.default_grid_style tr td
{
    padding: 5px;
    vertical-align: top;
    padding-right: 10px;
}
.default_grid_style tr
{
    background-color: #F7F7F7;
}
.default_grid_style tr.default_grid_style_header
{
    background-color: #dfc286;
}
.default_grid_style tr.default_grid_style_header TH
{
    padding: 5px;
    text-align: left !important;
    vertical-align: top;
}
.default_grid_style tr.default_grid_alternate_style
{
}

.default_table_style
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.default_table_style TH
{
    text-align: left;
    padding: 5px;
    vertical-align: top;
    padding-right: 10px;
    background-color: #dfc286;
}
.default_table_style tr td
{
    padding: 5px;
    vertical-align: top;
    padding-right: 10px;
}
.default_table_style tr
{
    background-color: #F7F7F7;
}
.default_table_style tr.default_table_style_header
{
    background-color: #dfc286;
}
.default_table_style tr.default_table_alternate_style
{
    background-color: #EEEEEE;
}

.profile_wrapper span.left_col
{
    width: 40%;
}
.profile_wrapper span.right_col
{
    width: 60%;
}

.profile_wrapper .form TEXTAREA
{
    width: 98%;
}
.profile_wrapper .form input, .profile_wrapper .form select, .profile_wrapper .form textarea
{
    border: 1px solid #000;
}

.profile_wrapper input.file_upload
{
    width: 390px;
}

.profile_wrapper div.button_row
{
    padding-right:0px;
}

.operation_list
{
    border-bottom: solid 1px #E0E0E0;
    padding-bottom: 5px;
}
.operation_list span.left_col
{
    font-weight: bold;
}

.error_summary
{
    margin: 5px 0px 5px 0px;
    border: solid 1px Red;
    padding: 5px;
    width: 93%;
    color: Red;
}

.success_summary
{
    margin: 5px 0px 5px 0px;
    border: solid 1px Green;
    padding: 5px;
    width: 93%;
    color: Green;
}

.registration
{
    width: 570px;
}

.registration .form
{
    width: 100%;
}

.registration span.left_col
{
    width: 310px;
    margin-right:10px;
}
.registration span.right_col
{
    width: 250px;
}

span.smaller_font
{
    font-size: smaller;
    display: inline-block;
    width: 60%;
}

.errorMessage
{
    font-size: 11px !important;
    float: left;
    clear: both;
}

ul.number_list
{
    margin-left: 25px;
}

ul.number_list li
{
    list-style-type: decimal !important;
    font-weight: bold;
    list-style-position: outside;
}

ul.number_list li span
{
    font-weight: normal;
}

ul.list_padding li
{
    padding-top: 6px;
    padding-bottom: 6px;
}

