#dataContainer {
    display: block;
    padding: 5px 20px 20px 30px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 1.1em;
    line-height: 1.6em;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    background-color: #FFF;
}

#dataContainer textarea {
    padding: 10px;
    border: 1px solid #d2d1cf;
    width: 594px;
    height: 160px;
    font-size: 14px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F0F0F0;
    margin-top: 5px;
    margin-bottom: 5px;
}

#dataContainer label {
    min-width: 100px;
    float: left;
    padding: 5px;
    padding-left: 0px;
    margin-left: 0px;
    color: #666;
}

#dataContainer .input-submit {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 120px;
    height: 30px;
    background-color: #004379;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

#dataContainer .input-submit:hover {
    background-color: #379074;
}

#dataContainer .input-textarea {
    padding: 10px;
    border: 1px solid #d2d1cf;
    width: 295px;
    height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    background-color: #eee;
    margin-right: 10px;
    color: #666;
    margin-top: 3px;
}

#myButton a {
    background-color: #2F3D76;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d6d6d6;
    display: inline-block;
    color: #d6d6d6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 15px;
    text-decoration: none;
    text-align: center;
}

#myButton a:hover {
    background-color: #4D917B;
    color: #FFF;
}

#myButton a:active {
    position: relative;
    top: 1px;
}


/* @end */


/* @group << -----------// Table for Forms //- */

#box-table-a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    width: 99%;
    text-align: left;
    border-collapse: collapse;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #D7D9D9;
    border-left-color: #D7D9D9;
}

#box-table-a a:link {
    color: #0C4BB4;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #0B3D76;
}

#box-table-a th {
    font-size: 15px;
    padding: 8px;
    background-color: #75d1f4;
    color: black;
    border: 1px solid #fff;
}

#box-table-a strong {
    font-weight: bold;
}

#box-table-a td {
    padding: 8px;
    background: #FFF;
    border-bottom: 1px solid #D7D9D9;
    color: #000;
    border-top: 1px solid #D7D9D9;
}

#box-table-a .odd {
    background: #ccebf5;
}

#box-table-a tr.odd td {
    background-color: #ccebf5;
    color: black;
}

#box-table-a tr.even td {
    background-color: #9999CC;
    color: black;
}

#chiller-trailblazer-spec-table tr:nth-child(odd) {
    background-color: #ccebf5 !important;
}

#chiller-trailblazer-spec-table table {
    border-collapse: collapse;
}

#chiller-trailblazer-spec-table tr:nth-child(even) {
    background-color: white;
}

#chiller-trailblazer-spec-table tr {
    border-collapse: collapse;
}

#chiller-trailblazer-spec-table td {
    padding: 8px;
    border-bottom: 1px solid #D7D9D9;
    border-top: 1px solid #D7D9D9;
}

#chiller-trailblazer-spec-table td {
    text-align: center;
}

#box-table-b {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    width: 99%;
    text-align: left;
    border-collapse: collapse;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #D7D9D9;
    border-left-color: #D7D9D9;
}

#box-table-b a:link {
    color: #0C4BB4;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #0B3D76;
}

#box-table-b th {
    font-size: 15px;
    padding: 4px;
    background-color: #75d1f4;
    color: black;
    border: 1px solid #fff;
}

#box-table-b strong {
    font-weight: bold;
}

#box-table-b td {
    padding: 4px;
    background: #FFF;
    border-bottom: 1px solid #D7D9D9;
    color: #000;
    border-top: 1px solid #D7D9D9;
}

#box-table-b .odd {
    background: #ccebf5;
}

#box-table-b tr.odd td {
    background-color: #ccebf5;
    color: black;

}

#box-table-b tr.even td {
    background-color: #9999CC;
    color: black;
}

#box-table-b tr.PSC-chart td {
  text-align: center;
}



#file_edits_td {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 15px;
}

#file_view_td {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 15px;
}

#file_upload_td {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 15px;
}

#file_instructions_id {
    color: #4D917B;
    font-size: 1.1em;
    line-height: 1.4em;
}

#setup_new_file_button {}

#appletIFrameId {
    background-color: #F2F2F2;
    padding: 5px;
    width: 300px;
}
