/* 
    Document   : inspectionForm
    Created on : Jul 28, 2009, 1:46:53 AM
    Author     : Jackson Thompson
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.inspection_section_header {
	margin: 10px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
        background: #1e6194;
        font-weight: bold;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size:16px;
}

.inspection_section_title {
        text-align: center;
}

.inspection_section {
    table-layout:fixed;
}

tr.blue_row {
        margin: 0px 0px 10px 0px;
	background: #1e6194;
        font-weight: bold;
        color: #FFFFFF;
}

.box_label {
    display:inline-block;
    width: 190px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:9px;
}

.box {
    margin-left: 10px;
    display:inline-block;
    width: 25px;
    height: 15px;
}

.ledg_redcheck {
    display:inline-block;
    width: 15px;
    height: 15px;
    background:red;
}

.ledg_yellowcheck {
    display:inline-block;
    width: 15px;
    height: 15px;
    background:yellow;
}

.ledg_greencheck {
    display:inline-block;
    width: 15px;
    height: 15px;
    background:green;
}

tr.insp_item {
    border-style:solid;
    border-width:medium;
    border-color:#000000
}

.checkoff {
    display:inline-block;
    width: 25px;
    height: 2px;
    background: #FFFFFF;
}

.redcheck {
    display:inline-block;
    width: 25px;
    height: 25px;
    background:red;
}

.yellowcheck {
    display:inline-block;
    width: 25px;
    height: 25px;
    background:yellow;
}

.greencheck {
    display:inline-block;
    width: 25px;
    height: 25px;
    background:green;
}

.insp_item_name{
    display:inline-block;
    text-align:left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    color: #000000;
    margin-left: 10px;
    font-size:11px;
    line-height: 16px;
}

.insp_item_pre_label{
    display:inline-block;
    text-align:right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size:9px;
    line-height: 16px;
}

.insp_item_input {
    display:inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size:9px;
    line-height: 12px;
}

.insp_item_input {
    display:inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size:9px;
}

.insp_item_post_label{
    display:inline-block;
    text-align:left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size:9px;
    line-height: 16px;
}

.note_data {
    color: #000000;
    background: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    border-width: thick;
    border-style: solid;
    border-color: #1e6194;
    text-align: center;
}