/**********************************************
*              Vintage Sylvania               *
*                                             *
*             vintagesylvania.css             *
*                                             *
*             kernel86@gmail.com              *
*   Copyright © 2007-2025 MuleSlow Services   *
*       https://www.vintagesylvania.net/      *
**********************************************/

/* Colors */
.color_background_body {
    background-color: #111111;
}

.color_background_primary {
    background-color: #333333;
}

.color_background_header {
    background-color: #444444;
}

.color_background_overlay {
    background-color: #666666;
}

.color_background_overlay_secondary {
    background-color: #888888;
}

.color_text {
    color: #FFFFFF;
}

.font_weight_bold {
    font-weight: bold;
}


/* Overlay */
#overlay {
    display: none;
    left: 0px;
    position: fixed;
    top: 0px;
    z-index: 1;
}

#indoc {
    border: 4px double #444444;
    border-radius: 10px;
    display: block;
    max-height: 520px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 10px;
    position: fixed;
    z-index: 2;
}

#indoc_content {
    display: block;
    min-height: 240px;
    max-height: 480px;
    overflow-y: scroll;
    z-index: 2;
}


/* Overlay Window Style */
.titlebar {
    font-size: 10pt;
    height: 20px;
    left: 0px;
    padding-left: 6px;
    position: absolute;
    text-align: left;
    top: 0px;
    vertical-align: middle;
    width: 100%;
}

.titlebar_pad {
    padding: 16px 8px 0px 8px;
}

.titlebar_toolbar {
    height: 16px;
    position: absolute;
    right: 8px;
    top: 2px;
}

.warning {
    color: #FF0000 !important;
    font-weight: bold !important;
}

.windowbutton {
    margin-top: 8px;
    width: 64px;
}

/* Main Page */
#main {
    margin: 8px;
}

#main .bodytable {
    border: 0px;
    border-spacing: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}

#main .head td {
    padding: 0px;
}

#main .headtable {
    border: 0px;
    border-spacing: 0px;
    padding: 0px;
    width: 100%;
}

#main .headbox {
    height: 100px;
    position: relative;
    width: 152px;
}

#main .headleft {
    border-left: 4px solid #444444;
    border-top: 4px solid #444444;
    border-top-left-radius: 15px;
    height: 100px;
    width: 152px;

    -moz-border-radius-topleft: 15px;
}

#main .headleftinnercorner {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #444444;
    border-right: 4px solid transparent;
    border-top: 4px solid #444444;
    border-top-left-radius: 15px;
    bottom: -21px;
    height: 15px;
    position: absolute;
    right: -23px;
    width: 15px;

    -moz-border-radius-topleft: 15px;
}

#main .headleftinnercorner_webkit {
    bottom: -21px;
    right: -23px;
}

#main .headleftinnerpatch {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333333;
    border-right: 4px solid transparent;
    border-top: 4px solid #333333;
    border-top-left-radius: 15px;
    bottom: -17px;
    height: 15px;
    position: absolute;
    right: -19px;
    width: 15px;

    -moz-border-radius-topleft: 15px;
}

#main .headleftinnerpatch_webkit {
    bottom: -17px;
    right: -19px;
}

#main .headcenter {
    border-bottom: 4px solid #444444;
    border-top: 4px solid #444444;
    height: 100px;
    min-width: 650px;
}

#main .headright {
    border-right: 4px solid #444444;
    border-top: 4px solid #444444;
    border-top-right-radius: 15px;
    height: 100px;
    width: 152px;

    -moz-border-radius-topright: 15px;
}

#main .headrightinnercorner {
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid #444444;
    border-top: 4px solid #444444;
    border-top-right-radius: 15px;
    bottom: -21px;
    height: 15px;
    left: -23px;
    position: absolute;
    width: 15px;

    -moz-border-radius-topright: 15px;
}

#main .headrightinnercorner_webkit {
    bottom: -21px;
    left: -23px;
}

#main .headrightinnerpatch {
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid #333333;
    border-top: 4px solid #333333;
    border-top-right-radius: 15px;
    bottom: -17px;
    height: 15px;
    left: -19px;
    position: absolute;
    width: 15px;

    -moz-border-radius-topright: 15px;
}

#main .headrightinnerpatch_webkit {
    bottom: -17px;
    left: -19px;
}

#main .leftbar {
    margin: 0px;
    vertical-align: top;
    width: 160px;
}

#main .contents {
    margin: 0px;
    vertical-align: top;
    width: 100%;
}

#main .rightbar {
    margin: 0px;
    vertical-align: top;
    width: 160px;
}

#main .footer {
    font-size: 8pt;
    text-align: center;
}


/* Side Panel Sections */
.panel {
    border: 0px;
    border-spacing: 0px;
    margin-top: -2px;
}

.panel .main {
    border: 0px;
    border-spacing: 0px;
    width: 160px;
}

.panel .mainleft {
    float: left;
}

.panel .mainright {
    float: right;
}

.panel .paneltop {
    border-left: 4px solid #444444;
    border-right: 4px solid #444444;
    height: 16px;
    text-align: center;
    width: 160px; /* 156px */
}

.panel .titles {
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}

.panel .panelbottom {
    border: 4px solid #444444;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: 0px;
    height: 16px;
    text-align: center;
    width: 160px;

    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
}

.panel .panelfiller {
    border-left: 4px solid #444444;
    border-right: 4px solid #444444;
    height: 16px;
    padding: 0px 10px;
    text-align: left;
    width: 160px;
}

.panel .badge {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.panel a {
   font-size: 11pt;
   font-weight: bold;
}


/* News Section */
#news {
    margin: 10px;
}

#news .title {
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 0px 8px;
    text-align: left;

    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
}

#news .header {
    font-size: 9pt;
    padding: 0px 8px;
    text-align: left;
    text-indent: 20px;
}

#news .article {
    padding: 10px 28px;
    text-align: left;
    text-indent: -10px;
}

#news .signature {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0px 16px;
    position: relative;
    text-align: left;
    vertical-align: bottom;

    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
}


/* History Section*/
#history {
    margin: 8px 8px 0px 8px;
    position: relative;
}

#history .header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
    margin-bottom: 2px;
}

#history .body {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 8px;
    text-align: left;
}

#history .logo {
    float: left;
    margin-right: 12px;
    margin-top: 8px;
    max-height: 64px;
}

#history .description {
    text-align: justify;
    text-indent: 28px;
}

#history .description_no_logo {
    text-align: justify;
    text-indent: 28px;
}

/* Download Section */
#downloads {
    border: 4px double #666666;
    border-radius: 10px;
    margin: 8px;

    -moz-border-radius: 10px;
}

#downloads .down_header {
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
}

#downloads .down_folder {
    display: inline-block;
    height: 110px;
    margin: 8px;
    text-align: center;
    width: 120px;
    vertical-align: top;
}

#downloads .down_file {
    border-radius: 10px;
    display: inline-block;
    height: 132px;
    margin: 8px;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 48%;

    -moz-border-radius: 10px;
}

#downloads .down_title {
    font-weight: bold;
    margin-top: 8px;
}

#downloads .down_icon {
    float: left;
    margin-top: 4px;
    padding: 4px 4px 32px 4px;
}

#downloads .down_button {
    float: right;
    margin-top: -4px;
}

#downloads a {
   font-size: 11pt;
   font-weight: bold;
}


/* Component Section */
#components {
    margin: 10px;
}

#components .model {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0px 8px;
    text-align: left;

    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
}

#components .header {
    font-size: 10pt;
    padding: 0px 8px;
    text-align: center;
}

#components .specs {
    font-size: 10pt;
    min-width: 200px;
    padding: 0px;
    text-align: left;
    vertical-align: top;
    width: 200px;
}

#components .desc {
    font-size: 10pt;
    padding: 0px;
    text-align: left;
    vertical-align: top;
}

#components .info {
    padding: 10px 16px 10px 24px;
    text-align: left;
}

#components .infodent {
    font-weight: bold;
    margin-left: -8px;
}

#components .spacer {
    height: 16px;
}

#components_list {
    margin: 10px;
}

#components_list .header {
    font-size: 10pt;
    padding: 0px 8px;
    text-align: center;
}

#components_list .specs {
    font-size: 11pt;
    margin: 0px;
    padding: 8px 2px 0px;
    text-align: center;
    vertical-align: top;
    width: 195px;
}

#components_list .info {
    font-size: 10pt;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

#component_contents {
    font-size: 10pt;
    text-align: left;
}

#component_contents .down_file {
    background: #2C2C2C;
    border: 2px solid #444444;
    border-radius: 10px;
    display: inline-block;
    height: 106px;
    margin-bottom: 4px;
    margin-top: 4px;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 47%;

    -moz-border-radius: 10px;
}

#component_contents .down_title {
    font-weight: bold;
    margin-top: 8px;
}

#component_contents .down_icon {
    float: left;
    margin-top: 4px;
    padding: 4px 4px 32px 4px;
}

#component_contents .down_button {
    float: right;position: relative; margin: 8px 8px 0px 8px;
    margin-top: -4px;
}


/* Tester Section */
#tester {
    height: 320px;
    margin-top: 16px;
    overflow-y: auto;
    width: 600px;
}

#tester .tester_type {
    border-bottom: solid 1px white;
    font-size: 14pt;
    font-weight: bold;
    padding: 8px 8px 0px 8px;
    text-align: center;
}

#tester .tube_type {
    font-weight: bold;
}

#tester .setting {
    margin-left: 24px;
}

#tester .setting_data {
    display: inline-block;
    text-align: right;
    width: 48px;
}

/* Tester Admin Section */
#tester_adm {
    overflow-y: auto;
    vertical-align: top;
}

#tester_adm .setting {

}

#tester_adm .setting_data {
    display: inline-block;
    text-align: right;
    width: 48px;
}


/* Mini-ImgView */
.imgcell {
  width: 512px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  z-index: 0;
}

.imgport {

    border-radius: 10px;
    display: block;
    margin: auto;
}

.imglist {
    font-size: 10pt;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    text-align: center;
    width: 512px;
}

.imgpadding {
    padding: 10px 16px 5px 16px;
}

.imgoverlay {
  background-image: url(http://www.shawnnovak.com/images/overlay.png);
  background-repeat: repeat;
  border: 0px;
  border-radius: 8px;
  display: none;
  padding: 0px;
  position: absolute;
  z-index: 1;
}

.imgloader {
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}

.imgnavprev {
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 384px;
    margin-left: 0px;
    padding-left: 4px;
    padding-right: 4px;
    position: absolute;
    width: 32px;
}

.imgnavnext {
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-left: 472px;
    height: 384px;
    padding-left: 4px;
    padding-right: 4px;
    position: absolute;
    width: 32px;
}


/* General */
#link a {
   font-size: 11pt;
   font-weight: bold;
}

img {
    border: 0px;
}

a:link {
    color: #DDDDDD;
    text-decoration: none;
}

a:visited {
    color: #DDDDDD;
    text-decoration: none;
}

a:active {
    color: #DDDDDD;
    text-decoration: none;
}

a:hover {
    color: #DDDDDD;
    text-decoration: none;
}

a:focus {
    outline: none;
}


/* Misc */
/* Add Model Admin */
.recv_tr {
  display: none;
}

.spkr_tr {
  display: none;
}

.cons_tr {
  display: none;
}

.td_left {
  text-align: right;
  vertical-align: top;
  padding: 0px;
}

.td_right {
  font-size: 10pt;
  vertical-align: top;
  padding: 0px;
}
