﻿
/* base form style */
div.form input
{
    color: #000;
    font-size: 11px;
    border-color: #888;
    border-width: 1px;
    height:16px!important;
    line-height:16px!important;
    border-style: solid;
}
div.form textarea
{
    color: #000;
    font-size: 11px;
    border-color: #888 !important;
    border-width: 1px;
    border-style: solid !important;
    font-family: Arial, Helvetica, sans-serif;
}
div.form select
{
    color: #000 !important;
    font-size: 11px;
    border-color: #888 !important;
    border-style: solid !important;
    border-width: 1px;
    height:20px;
}

.radio input
{
    border: none !important;
}

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: 20px;
    text-align: right;
}

div.total_row
{
    font-weight: bold;
    color: #000;
}

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: 194px;
    padding-left: 3px;
    text-transform: none;
    margin-bottom: 4px;
}

span.right_col select
{
    width: 200px;
}

span.single_checkbox input
{
    margin-right: 20px;
    float: left;
    border: none;
}

span.single_checkbox LABEL
{
    line-height: 16px;
    color: #000;
}

span.single_checkbox
{
    display: block;
    margin-top: 10px;
}

.form span.right_col .radio input
{
    width: 40px;
    margin: 0px;
    height: auto;
    vertical-align: middle !important;
    line-height: 12px !important;
}

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
{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
}

.generic_form span.left_col
{
    width: 68%;
}
.generic_form span.right_col
{
    width: 30%;
}

.pickerWrapper_Default
{
    width: 200px !important;
}

.pickerWrapper_Default table
{
    position: relative;
    width: 200px !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;
}
.generic_form .form .button_row input
{
    height: 32px;
}
.generic_form .row
{
    min-height: 25px;
}


/* overall rating form styles */
.overall_rating
{
    margin-bottom: 100px;
}

.overall_rating div.header_row
{
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    height: 28px;
    background-color: #D5C6B3;
    padding-left: 5px;
}

.overall_rating span.left_col
{
    width: 35%;
}
.overall_rating span.right_col
{
    width: 20%;
}
.overall_rating div.header_row span
{
    line-height: 28px;
}
.overall_rating div.row span, .overall_rating div.total_row span
{
    line-height: 20px;
}
.overall_rating div.row, .overall_rating div.total_row
{
    padding-left: 5px;
}

.three_column_layout span.left_col
{
    width: 65%;
}
.three_column_layout span.middle_col
{
    width: 18%;
}
.three_column_layout span.right_col
{
    width: 15%;
}
.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;
}


.additional_wrapper span.left_col
{
    width: 77%;
    color: #000 !important;
}
.additional_wrapper span.right_col
{
    width: 22%;
}
.additional_wrapper span.right_col .radio input
{
    width: 30px !important;
    margin: 0px;
    vertical-align: top;
    color: #000 !important;
}
.additional_wrapper form span.right_col .radio LABEL
{
    vertical-align: top;
}
.additional_wrapper div.row
{
    margin-bottom: 10px;
}
.additional_wrapper div.small_font
{
    font-size: 10px;
}
.additional_wrapper div.small_font ul li
{
    list-style-image: none;
    margin-left: 20px;
}
.additional_wrapper div.row TEXTAREA
{
    width: 95%;
    margin-bottom: 20px;
    color: #000 !important;
    padding: 5px;
}
.additional_wrapper div.row LABEL
{
    color: #000 !important;
}

