﻿body {
    margin: 0;
    padding: 20px 20px 20px 20px !important;
    text-align: center;
    width: auto !important;
    background-color: #e9f7f7;
}

body, input, select {
    font-family: Calibri, 'Trebuchet MS', sans-serif;
}
.chart {
    position:absolute;
    float: right;
    margin-left: 800px;
}

.chartItems {
    position: absolute;
    top: 59px;
    left: 58px;
    overflow-x: visible;    
}

.cableImage {
    vertical-align: bottom;
}

.divLabelDepth {
    position: absolute;
    width: 120px;
    top: 450px;
    left: -65px;
    text-align: right;
}

#backfill {
     width: 200px; 
     height: 100px; 
     background: gray; 
     position: absolute;
top: 57px;
left: 58px;
overflow-x: visible;
}

#lblDepthMax {
    font-family: Courier New, Courier, monospace;
    font-size: 18px;
    text-align: right;
}

#lblTemperature {
    font-family: Courier New, Courier, monospace;
    font-size: 18px;
    color: red;
    text-align: right;
}

.temperature {
    position: absolute;
    width: 30px;
    top: 230px;
    left: 480px;
    text-align: right;
    visibility: collapse;
}


input[type="text"], input[type="password"], textarea{
    width: auto !important;
}
select[disabled]{
    color: #999;
    border: solid 1px #e8e8e8;
}
form{text-align: left;}
a {
    text-decoration: underline !important;
}

label {
    display: inline-block !important;
    padding: .3em .5em .3em .5em;
}

table {
    width: auto !important;
}

input[type="submit"] {
    color: #000 !important;
}

div.BrandCaption {
    font-style: italic;
    position: absolute;
    top: 40px;
}

.container {
    width: 800px;
    margin: 0px auto;
    text-align: left;
    padding: 15px;
    border: 1px dotted #333;
    background-color: #FFF;
    opacity: 0.8;
}

.topDiv {
    text-align: right;
    opacity: 1;
}

.logoDiv {
    text-align: center;
    opacity: 1;
}

.topButton {
    text-decoration: none;
    color: black;
}

.dropdownlist {
    min-width: 10em;
    margin: 0 .8em 0 .5em;
}

.inline-rb img {
    display: inline;
}

.inline-rb input[type="radio"] {
    width: auto;
    height: 50%;
}

.radiobuttonlist input[type=radio] {
    display: inline-block;
    margin-left: -2em;
    line-height: 1.5em;
    height: 100px;
    vertical-align: top;
}

.radiobuttonlist label img {
    display: inline-block;
    margin-left: -35px;
    background: url('/Images/checks.png') no-repeat 0 0;
    line-height: 24px;
}


.question {
    width: 200px;
    text-align: right;
}

.value {
    width: 300px;
}


div.col1 {
    float: left;
    width: 10em;
    margin-bottom: .6em;
    font-weight: bold;
    font-size: 90%;
    border-top: dotted 1px #d8d8d8;
    padding: 10px 10px 1px 0;
}

div.short {
    width: 6em;
}

div.wide {
    width: 25em;
}

div.col2Pre {
    float: left;
    width: 3em;
    text-align: right;
}

div.col2 {
    float: left;
    padding: 1px 0 1px 0;
    border-top: dotted 1px #d8d8d8;
}

div.col2Post {
    float: left;
    width: 15em;
    text-align: left;
    margin-left: 1em;
}

div.col2 hr {
    width: 20em;
    text-align: left;
}

div.WideCol2 div.col2 {
    width: 27em;
}

.req {
    float: left;
    color: red;
    margin-left: .5em;
    font-size: large;
    font-weight: bold;
}

.reqInline {
    color: red;
    font-size: large;
    font-weight: bold;
}

br.sep {
    clear: both;
}

fieldset input {
    width: 10em;
    margin: 0 .5em 0 .5em;
}

div.leftSide {
    width: 50%;
    float: left;
}

div.rightSide {
    width: 50%;
    float: left;
}



.SideNote, note {
    display: block;
    padding: .3em .5em .3em 0;
    font-weight: normal;
    font-style: italic;
    font-size: small;
    color: #444;
}

.SmallNote {
    font-weight: normal;
    font-style: italic;
    font-size: small;
    color: #444;
}


/* data grid styles */
.grid {
    position: relative;
    border-collapse: collapse;
    border: solid 1px #CCC;
    background-color: #fff;
}

.gH {
    background-color: #333;
    font-weight: bold;
    color: #fff;
}

    .gH a {
        display: block;
        color: #FFF;
    }

.SortAsc {
    padding-right: 18px !important;
    background: #999 url(/Images/sort_asc.gif) no-repeat scroll right center;
}

.SortDesc {
    padding-right: 18px !important;
    background: #999 url(/Images/sort_desc.gif) no-repeat scroll right center;
}

.gA {
    background-color: #E5EFDA;
    color: #003366;
}

.gS {
    background-color: #f0e68c;
    color: #003366;
}

.gI {
    color: #003366;
}

table.grid tr.gP td {
    border: none;
    padding: 0;
}
/*.gH
{
	white-space: nowrap;
}*/
.gP a, .btnBorder {
    padding: .1em .6em .1em .6em;
    background-color: #e8e8e8;
    border: solid 1px #ddd;
}

    .gP a:hover, .btnBorder:hover {
        background-color: #000;
        color: #FFF;
        border: solid 1px #000;
    }

.gP span {
    display: block;
    padding: 0em .6em .1em .6em;
    color: red;
    background-color: #e8e8e8;
    border: solid 1px #ddd;
    font-weight: bold;
}

.grFade {
    color: #ccc;
}

.grid tr td, .grid th {
    border: solid 1px #CCC;
    vertical-align: top;
    padding: .15em .75em .15em .15em;
    text-align: left;
}

.gP a.btnExcel, a.btnExcel {
    width: 14em;
    background-color: #e8e8e8;
    border: outset 2px;
    margin: 1em .3em .3em 0;
    padding: .3em .5em .3em 1.6em;
    color: #004488;
    text-decoration: none;
    display: block;
    background-image: url(/Images/excel.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.gHide {
    display: none;
}

.gCrop {
    display: block;
    width: 10em;
    height: 1em;
    overflow: hidden;
}

.btnExcel:hover, .btnExcelNoRecordCount:hover {
    text-decoration: underline;
}

.btnExcel img, .btnExcelNoRecordCount img {
    border: none;
}

.gP a.btnExcelNoRecordCount, a.btnExcelNoRecordCount {
    width: 7em;
    background-color: #e8e8e8;
    border: outset 2px;
    margin: 1em .3em .3em 0;
    padding: .3em .5em .3em 1.6em;
    color: #004488;
    text-decoration: none;
    display: block;
    background-image: url(/Images/excel.png);
    background-position: left center;
    background-repeat: no-repeat;
}


.gvMaxWidth input {
    width: 100%;
    background-color: #f0e68c;
}



.NumRecords, caption, .caption {
    text-align: left;
    color: Blue;
    font-weight: bold;
}

.center {
    position: relative;
    text-align: right;
    height: 290px;
    width: 442px;
}

.cablePic{
    margin-left: 2em;
    position: absolute;
}

#tableDetailsCables {
    margin: 15px 5px 5px 5px; 
    border: thick; 
    border-top: thick;
    
}

.tableDetailsHeader td {
    padding: 0px 20px 0px 20px;
    font-weight: bold;
    text-align: center;

}

.tableDetailsItem td {
    text-align:center;
}

#tableCab