/*
 * Belits Computer Systems site stylesheet
 */

body {
  color: black;
  background-color: white;
  font-family: arial, sans-serif, sans, helvetica;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

h1.mainheader {
  color: #4080ff;
  background-color: white;
  font-family: arial, sans-serif, sans, helvetica;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-shadow: #80c0ff 1px 1px 1px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
}

h2 {
  margin-top: 0px;
  margin-left: 3px;
  margin-bottom: 3px;
  color: #0000a0;
  font-family: arial, sans-serif, sans, helvetica;
  font-size: 16px;
  text-shadow: #80c0ff 1px 1px 1px;
}

.blue {
  text-shadow: #00a0a0 1px 1px 1px;
}

.white {
  text-shadow: #80c0ff 1px 1px 1px;
}

h3 {
  margin-top: 0px;
  margin-left: 3px;
  margin-bottom: 2px;
  font-family: arial, sans-serif, sans, helvetica;
  font-size: 14px;
  text-shadow: #00a0a0 1px 1px 1px;
}

h4 {
  font-family: arial, sans-serif, sans, helvetica;
  font-size: 12px;
}

.header {
  position: absolute;
  left: 160px;
  top: 10px;
  padding-left: 5px;
  z-index: 3;
}

.spacer {
  padding-top: 5px;
  padding-bottom: 30px;
  font-family: arial, sans-serif, sans, helvetica;
  font-weight: bold;
}

ul.menu {
  list-style-type: none;
  display: block;
  margin: 0px;
  padding: 0px;
}

ul.toc { 
  list-style-type: none;
 }

ul.sidebar {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

li.sidebar {
  padding: 3px 1px 2px 1px;
 }

ul.sidebar1 {
  list-style-type: none;
  margin: 5px;
  padding: 0px;
  font-size: 11px;
}

li.sidebar1 {
  padding: 1px 1px 1px 1px;
 }

img.menuimage {
  border: 0px;
  padding-top: 5px;
  padding-left: 5px;
}

a.menuimage {
  border: 0;
  padding: 0;
}

li {
  padding: 5px 5px 1px 1px;
 }


li.menuitem {
  background-color: #3dc3ff;
  color: #000000;
  font-family: arial, sans-serif, sans, helvetica;
  font-weight: bold;
  font-size: 14px;
  float: left;
  padding: 0;
}

.menulink {
  color: #000000;
  background-color: #3dc3ff;
  font-family: arial, sans-serif, sans, helvetica;
  font-weight: bold;
  text-decoration: none;
  text-shadow: #00a0a0 1px 1px 1px;
}

a.menulink:link,a.menulink:visited {
  color: #000000;
  background-color: #3dc3ff;
  text-shadow: #00a0a0 1px 1px 1px;
  border: 0;
  padding: 0;
}

a.menulink:hover {
  color: #0000a0;
  background-color: #3dc3ff;
  text-shadow: #60e0ff 1px 1px 1px;
  border: 0;
  padding: 0;
}

li.menuitem-blank {
  background-color: white;
  color: black;
  font-family: arial, sans-serif, sans, helvetica;
  font-weight: bold;
  font-size: 14px;
  float: left;
  padding: 0;
}

.menu-top {
  background: url("/images/decorations/menu-border-top.png") 0 0 repeat-x;
  float: left;
}

.menu-bottom {
  background: url("/images/decorations/menu-border-bottom.png") 0 100% repeat-x;
  float: left;
}

.menu-left {
  background: url("/images/decorations/menu-border-left.png") 0 0 repeat-y;
  float: left;
}

.menu-right {
  background: url("/images/decorations/menu-border-right.png") 100% 0 repeat-y;
  float: left;
}

.menu-ll {
  float: left;
  background: url("/images/decorations/menu-border-ll.png") 0 100% no-repeat;
}

.menu-lr {
  float: left;
  background: url("/images/decorations/menu-border-lr.png") 100% 100% no-repeat;
}

.menu-ul {
  background: url("/images/decorations/menu-border-ul.png") 0 0 no-repeat;
  float: left;
}

.menu-ur {
  float: left;
  background: url("/images/decorations/menu-border-ur.png") 100% 0 no-repeat;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}

.menu-blank {
  background: url("/images/decorations/menu-border-bottom-blank.png") 0 100% repeat-x;
  width: 30px;
}

.menublank-ll {
  padding-top: 5px;
  padding-bottom: 15px;
  background: url("/images/decorations/menu-border-ll-blank.png") 0 100% no-repeat;
}

.menublank-lr {
  padding-top: 5px;
  padding-bottom: 15px;
  background: url("/images/decorations/menu-border-lr-blank.png") 100% 100% no-repeat;
}

.submenu {
  font-size: 12px;
  position: relative;
  top: -16px;
  color: black;
  background-color: #3dc3ff;
  font-weight: normal;
  display: block;
}

.submenu-bg {
  font-size: 12px;
  position: relative;
  top: -16px;
  color: black;
  background-color: #3dc3ff;
  font-weight: normal;
  display: block;
}

.submenu-off {
  font-size: 12px;
  position: relative;
  top: -16px;
  color: black;
  background-color: #3dc3ff;
  font-weight: normal;
  display: none;
}

.submenu-bottom {
  background: url("/images/decorations/submenu-border-bottom.png") 0 100% repeat-x;
}

.submenu-left {
  background: url("/images/decorations/submenu-border-left.png") 0 0 repeat-y;
}

.submenu-right {
  background: url("/images/decorations/submenu-border-right.png") 100% 0 repeat-y;
}

.submenu-ll {
  background: url("/images/decorations/submenu-border-ll.png") 0 100% no-repeat;
}

.submenu-ll-dot {
  background: url("/images/decorations/submenu-border-ll-dot.png") 0 100% no-repeat;
}

.submenu-lr {
  background: url("/images/decorations/submenu-border-lr.png") 100% 100% no-repeat;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
}

.submenu-lr-dot {
  background: url("/images/decorations/submenu-border-lr-dot.png") 100% 100% no-repeat;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
}

.submenutitle {
  text-align: right;
  top: -12px;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
/* text-shadow: #0080a0 1px 1px 1px;*/
}

.inputform {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}

p.formp {
  display: inline;
}

.inputfield {
  position: relative;
  border: 1px solid #0000a0;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 2px;
  font-size: 10px;
/* height: 10px;*/
  font-family: arial, sans-serif, sans, helvetica;
      
}

table {
  border: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
}

th {
  text-align: left;
  padding: 5px 5px 1px 1px;
  font-size: 12px;
  vertical-align: top;
}

td {
  text-align: left;
  padding: 5px 5px 1px 1px;
  font-size: 12px;
  vertical-align: top;
}

th.submenu-table {
  text-align: left;
  padding: 5px 5px 1px 1px;
  font-size: 12px;
  vertical-align: top;
}

td.submenu-table {
  text-align: left;
  padding: 5px 5px 1px 1px;
  font-size: 12px;
  vertical-align: top;
}

th.width50 {
  width: 50%;
}

td.width50 {
  width: 50%;
}

table.specstable {
  border: 1px solid #000000;
  border-collapse: collapse;
  color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 5px;
}

td.specstable { 
  border: 1px solid #000000;
}

th.specstable { 
  border: 1px solid #000000;
}

table.prodtable {
  border: 1px solid #000000;
  border-collapse: collapse;
  color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 5px;
}

td.prodtable { 
  border: 1px solid #000000;
}

th.prodtable { 
  border: 1px solid #000000;
}

a:link, a:visited {
  color: #000000;
}

a:hover {
  color: #0000ff;
}

a.sip:link, a.sip:visited {
  color: #a00000;
}

a.sip:hover {
  color: #ff0060;
}

hr {
  border: 0;
  height: 3px;
  color: #3dc3ff;
  background-color: #3dc3ff;
}

.note { 
  color: #000000;
  background-color: #e0e0e0;
  padding: 10px;
  border: 1px solid #000000;
 }

.textfile { 
  color: #000000;
  background-color: #f0f0f0;
  padding: 10px;
  border: 1px solid #000000;
 }

.keyboard { 
  padding: 1px;
  background-color: #e0e0e0;
  border: 1px solid #000000;
  font-size: 10px;
 }

.figcaption {
  text-align: center;
}

.page {
  position: absolute;
  top: 110px;
  left: 0px;
  width: 100%;
  background-color: white;
  z-index: 2;
  min-width: 800px;
}

.page-wide {
  position: absolute;
  top: 110px;
  left: 0px;
  width: 100%;
  background-color: white;
  z-index: 2;
  min-width: 910px;
}

.pagefooter {
  /* width: 100%;*/
  color: #0000a0;
  background-color: #3dc3ff; 
  text-align: center;
  padding: 0px;
  margin: 0px 5px 0px 5px;
  font-size: 12px;
  font-weight: bold;
}


.pagecol1 {
  background-color: white;
  margin: 0px 205px 0px 0px;
  padding: 5px;
  min-width: 560px;
}

.pagecol1-wide {
  background-color: white;
  margin: 0px 205px 0px 0px;
  padding: 5px;
  min-width: 650px;
}

.pagecol2 {
  position: absolute; 
  top: 0px;
  right: 0px;
  width: 200px;
  padding: 0px;
  margin: 5px;
}

p.largeimg { 
  padding: 3px;
  text-align: center;
 }

p.bigprint { 
  font-size: 14px;
  margin-left: 20px;
 }

img.largeimg { 
  border: 0px;
 }

img.largeimg-border { 
  border: 1px solid #000000;
 }

.border-lr {
  background: url("/images/decorations/border-lr.png") 100% 100% no-repeat;
}

.border-top {
  background: url("/images/decorations/border-top.png") 0 0 repeat-x;
  color: black;
  background-color: white;
}

.border-top-header {
  background: url("/images/decorations/border-top-header.png") 0 0 repeat-x;
  color: black;
  background-color: white;
}

.border-bottom {
  background: url("/images/decorations/border-bottom.png") 0 100% repeat-x;
}

.border-left {
  background: url("/images/decorations/border-left.png") 0 0 repeat-y;
}

.border-right {
  background: url("/images/decorations/border-right.png") 100% 0 repeat-y;
}

.border-ll {
  background: url("/images/decorations/border-ll.png") 0 100% no-repeat;
}


.border-ul {
  background: url("/images/decorations/border-ul.png") 0 0 no-repeat;
}

.border-ur {
  background: url("/images/decorations/border-ur.png") 100% 0 no-repeat;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
/* padding-bottom: 12px;*/
/* replaced by additional line, does not work in MSIE */
}

.border-padding-header {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
/* padding-bottom: 12px; */
/* replaced by additional line, does not work in MSIE */
}

.border-filled-top-5 {
  background: url("/images/decorations/border-filled-top-5.png") 0 0 repeat-x;
  color: black;
  background-color: #3dc3ff;
}

.border-filled-bottom-5 {
  background: url("/images/decorations/border-filled-bottom-5.png") 0 100% repeat-x;
}

.border-filled-left-5 {
  background: url("/images/decorations/border-filled-left-5.png") 0 0 repeat-y;
}

.border-filled-right-5 {
  background: url("/images/decorations/border-filled-right-5.png") 100% 0 repeat-y;
}

.border-filled-ll-5 {
  background: url("/images/decorations/border-filled-ll-5.png") 0 100% no-repeat;
}

.border-filled-lr-5 {
  background: url("/images/decorations/border-filled-lr-5.png") 100% 100% no-repeat;
}

.border-filled-ul-5 {
  background: url("/images/decorations/border-filled-ul-5.png") 0 0 no-repeat;
}

.border-filled-ur-5 {
  background: url("/images/decorations/border-filled-ur-5.png") 100% 0 no-repeat;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
}

.border-filled-top {
  background: url("/images/decorations/border-filled-top.png") 0 0 repeat-x;
  color: black;
  background-color: #3dc3ff;
}

.border-filled-bottom {
  background: url("/images/decorations/border-filled-bottom.png") 0 100% repeat-x;
}

.border-filled-bottom-header {
  background: url("/images/decorations/border-filled-bottom-header.png") 0 100% repeat-x;
}

.border-filled-left {
  background: url("/images/decorations/border-filled-left.png") 0 0 repeat-y;
}

.border-filled-right {
  background: url("/images/decorations/border-filled-right.png") 100% 0 repeat-y;
}

.border-filled-ll {
  background: url("/images/decorations/border-filled-ll.png") 0 100% no-repeat;
}

.border-filled-lr {
  background: url("/images/decorations/border-filled-lr.png") 100% 100% no-repeat;
}

.border-filled-ul {
  background: url("/images/decorations/border-filled-ul.png") 0 0 no-repeat;
}

.border-filled-ur {
  background: url("/images/decorations/border-filled-ur.png") 100% 0 no-repeat;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
/* padding-bottom: 12px;*/
/* replaced by additional line, does not work in MSIE */
}

.border-filled-ur-header {
  background: url("/images/decorations/border-filled-ur.png") 100% 0 no-repeat;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 1px;
/* does work in MSIE */
}
