* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff; color: #444; line-height: normal;
    font-family: Arial, sans-serif;
    font-size: 12px; font-weight: normal; text-decoration: none;
}

img {
    display: inline-block;
}

#app-container {
    width: 780px;
    min-height: 300px;
    position: relative;
}

#app-container.fullsize {
    width: 780px;
}

#app-container.tabletsize {
    width: 685px;
}

#nav {
    width: 100%;
}

#sub-nav-container {
    height: 50px;
    margin: 10px 0 0 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    height: 28px;
    line-height: 14px;
    border: 1px solid #cccccc;
    background: linear-gradient(to bottom, #ffffff, #f0f0f0);
    cursor: pointer;
    padding: 10px;
}

td:hover {
    background: linear-gradient(to bottom, #f0f0f0, #dadada);
    border: 1px double #aaaaaa;
}

td:active, td.selected {
    background: linear-gradient(to bottom, #90ce72, #f0f0f0);
    border: 1px double #aaaaaa;
}

#img-container img {
    margin-top: 10px;
    display: none;
}

#img-container img.fullsize {
    cursor: url("magnify.png"), default;
}

#img-container {
    position: relative;
}

#main-img.fullsize {
    position: absolute;
    top: 0;
    left: 0;
    width: 497px;
}

#lighting-diagram.fullsize {
    position: absolute;
    top: 68px;
    left: 497px;
    width: 297px;
}

#main-img.tabletsize, #lighting-diagram.tabletsize {
    width: 100%;
}
