body {
    font-family: sans-serif;
}

div#content {
    width: 1000px;
    margin-top: 10px;
}

table.wide {
    width: 1000px;
 }

table.list {
    margin-top: 10px;
    font-size: 80%;
    border-collapse: collapse;
    padding-right: 10px;
}

table.form {
    font-size: 90%;
    vertical-align: top;
}
table.list td {
    border: 1px solid grey;
}

td.clear {
    background-color: palegreen;
    color: black;
}
td.alarm {
    background-color: firebrick;
    color: white;
}

td.child {
    background-color: lightgrey;
}
td {
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}
th {
    text-align: left;
    background-color: steelblue;
    color: lightsteelblue;
    padding-left: 10px;
    padding-right: 10px;
}
div#heading {
    background: url(/images/network.jpg) no-repeat;
    background-size: 1000px;
    background-position-y: bottom;
    height: 90px;
    padding-left: 10px;
    color: white;
    padding-top: 0;
}
div#heading h1,div#heading h2 {
    color: palegoldenrod;
    padding: 0;
    margin: 0;
}
a:link, a:visited, a:active {
    color: darkblue;
    text-decoration: none;
}

a:hover {
    color: firebrick;
    background-color: lightgoldenrodyellow;
}

span.editable {
    /* font-size: 120%; */
    border: thin dotted #AAA;
}
span.nonEditable {
    /* font-size: 120%; */
}

button.nav {
    width: 120px;
}
button {
    border-radius: 5px;
}

div#debug {
    margin-top: 10px;
    border-top: grey 1px solid;
    color: steelblue;
    background-color: aliceblue;

}


label {
    font-weight: bold;
    font-size: 80%;
}

.box {border:2px solid #0094ff; display: inline-block; margin-top: 20px; }
.box h2 {background:#0094ff;color:white;padding:10px;}
.box p {color:#333;padding:10px;}
.box {
    -moz-border-radius-topright:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

h2 {

    font-size: 18px;
    margin-bottom: 0;
    margin-top: 20px;
}

button.helpButton {
    background-color: darkseagreen;
}
div.helpDialog {
    border: 3px solid #666;
    /*font-size: 12px; */
    /*visibility: hidden;*/
    padding: 5px;
    top: 150px;
    left: 100px;
    z-index: 100;
    background-color: darkseagreen;
    box-shadow: 10px 10px 5px #888;
    border-radius: 7px;
}
div.dialog {
    border: 3px solid #666;
    font-size: 12px;
    /* visibility: hidden; */
    position: absolute;
    padding: 10px;
    top: 150px;
    left: 100px;
    z-index: 100;
    background-color: azure;
    box-shadow: 10px 10px 5px #888;
    border-radius: 7px;
}
