.tvframe{
    border: 3px solid #AAAAAA;
    float: left;
    margin-right: 10px;
}
.tv{
    background-color: black;
    width: 100px;
    height: 100px;
    color: white;
    font-family: sans-serif;
    text-align: center;
}
.tvinfo{
    float: left;
    width: 225px;
    border-top: 1px solid black;
    padding: 10px;
    font-family: sans-serif;
    font-size: smaller;
}

#linkbox{
    margin-top: 1em;    
}
#link{
    margin-right: 1em;
}
#tv2info, #tv3info, #tv4info, #tv5info, #tv6info, #tv7info, #tv8info{
    border-left: 1px solid black;	
}
#tvs{
    margin: 20px;
    text-align: bottom;
    border-bottom: 1px solid white;
}
#setnumtvs{
    margin-right: 15px;
}
#aspectButtons{
    margin: 20px;
    font-family: sans-serif;
}
#aspectButtons button{
    width: 5em;
    border: 2px solid black;
    margin: 0 4px;
}
#aspectButtons button.on{
    border-color: red;	
}
#text{
    clear: left;
    margin: 20px;
}
input{
    width: 4em;
    margin-left: 0px;
}
.title{
    font-weight: bold;
    font-size: larger;	
}

.tvstats{
    margin-top: 1em;
}
#id{
    margin-left: 20px;
    margin-top: 30px;
    font-size:  x-small;
    clear: left;
    font-family: sans-serif;
    padding-left: 10px;
}
