#temperatureTable table {
    border: 1px solid black;
    margin-top: 20px;
    border-collapse:collapse;
    font-family: sans-serif;
}

#temperatureTable table th {
    background-color: rgb(200,200,200);
    font-weight: normal;
}

#temperatureTable table tr.t1 {
    border-top: 1px solid black;
}
#temperatureTable table tr.t3 {
    border-bottom: 1px solid black;
}

#temperatureTable table td {
    text-align: right;
}
#temperatureTable table tr.t1 td {
    background-color: #0099FF;
}
#temperatureTable table tr.t2 td {
    background-color: #FF3333;
}
#temperatureTable table tr.t3 td {
    background-color: #FFCC00;
}
#cameras, #temperature {
    width: 1300px;
}
div.temperatureChart {
    width: 1100px; height: 300px;
    float:left;
    margin-top: 5px;
}

div#temperatureTable, img#backPic {
    float: right;
}

div.nav {
    width: 1210px;
    margin: 2px;
    padding: 2px;
}

div.nav a {
    background-color: rgb(200,200,200);
    display: inline;
    width: 100px;
    text-decoration: none;
    padding: 4px;
    font-family: sans-serif;
    font-size: small;
    color: black;
}
div.nav a:hover {
    background-color: white;
}