/* - - - - - - - - - - - - - - - - - - - - - - *
 * Cascading Style Sheets (CSS) for elektro.as
 *
 * (c) Sortland Automasjon - http://sa.no/
 * - - - - - - - - - - - - - - - - - - - - - - */
body,  span, div, p, table, caption, th, td
{
 font-family: Arial, Helvetica, Verdana, sans-serif;
 vertical-align: middle;
 text-decoration: none;
}
.center{ text-align : center; }
.right{ text-align : right; }
.nav {  visibility:hidden; }
hr{
 height: 1px;
 color: RGB(51,102,153);
 width: 100%;
}
select, input, textarea
{
  visibility:hidden;
}
select.Search, input.Search {
  background: #efefef;
}

body
{
 color: Black;
 background: White;
 font-size: medium;
 text-align: left;
}
.stor{
 font : small-caps large arial, sans-serif;
 color:rgb(0,51,102);
 line-height : normal;
 text-align : center;
}
.green{ color: Green; }
.red{ color: Red; }
.center{
 text-align: center;
 vertical-align: middle;
}
caption {
 caption-side: top;
 width: auto;
 text-align: left;
 color: #3A8A9A;
 font : bolder 120%/normal;
}
table.Search{  visibility:hidden; }
table.Main{
  visibility:hidden;
  width: 100%;
}

table.Firma
{
 color: Black;
 font-size: small;
 background-color: White;
 border: none ;
 border-collapse: collapse;
 empty-cells: show;
 vertical-align : middle;
 visibility: visible;
 font-weight : normal;
}
table.Firma TH{
 text-align: left;
 font-size: x-small;
 color: #66FF66;
 border : 1px inset Gray;
 border-width : 1px 1px 1px 1px;
 padding: 3px 2px 1px 5px;
}
table.Firma TR.top{
 background-color: #2F7683;
}
table.Firma TR.ln1{
 background : transparent;
}
table.Firma TR.ln2{
 background : transparent;
}
table.Firma TD{
 color: Black;
 font-size: x-small;
 padding: 2px 2px 1px 5px;
}

table.Info
{
 color: #333300;
 background-color: #479fb1;
 border: none;
 border-collapse: collapse;
 empty-cells: show;
 vertical-align : middle;
}

H1, H2, H3, H4, H5, H6 {
  text-align: center;
  vertical-align: middle;
}
H1, H2, H3 {
 color: #005A9C;
 }
H1 { font: 170% sans-serif }
H2 { font: 150% sans-serif }
H3 { font: 130% sans-serif }
H4 { font: bold 110% sans-serif }
H5 { font: italic 110% sans-serif }
H6 { font: small-caps 100% sans-serif }

a {
 color: Black;
 text-decoration: none;
}
.noprint, #noprint {
 display : none;
}
.hide { display:none }

img.tb {display:none}
