html
{
 padding:0; /*remove padding */
 margin:0; /* remove margins */
 border:0; /* remove borders */
}

body
{
 background:#444444;

 font-family:Arial;
  
 padding:0px 0px 0px 40px;
 margin:0px;
}

a
{
 color:#375A9E;
 font-weight:bold;
 font-size:12px;
}

a:hover
{
 color:#379C9D;
}

samp
{
 color:#000000;
 font-style:normal;
 font-weight:normal;
 font-family:Arial;
}

em
{
 font-style:normal;
 font-weight:bold;
}

acronym
{
 cursor:help;
}

#block
{
 width:850px;
 border-style:none solid none solid;
 border-color:#000000;
 border-width:1px;
 height:400px;
 background:#ffffff;
 
 height:100%;
}

#topbar
{
 height:75px;
 width:100%;
 
 background:url("/imglib/fx_bluebar.jpg") repeat-x;
 background-position:0px 25px;
}

#logo
{
 position:relative;
 left:25px;
 top:30px;
}

#document
{
 padding:0px 20px 20px 20px;
 font-size:12px;
}

#document H1
{
 color:#37599D;
 padding:0px;
 margin:0px;
 font-size:20px;
 font-weight:lighter;
}

#document H2
{
 color:#37599D;
 padding:0px;
 margin:0px;
 font-size:13px;
 font-weight:bold;
}

#webcam
{
 border:1px solid #000000;
}

#cellThermo
{
 padding:0px 0px 0px 10px;
}

#cellDoc
{
 padding:0px 40px 0px 0px;
 text-align:justify; 
}

#cellData
{
 padding:0px 0px 0px 0px;
 text-align:center; 
 width:220px;
}

#cellData H1
{
 color:#37599D;
 padding:0px;
 margin:0px;
 font-size:22px;
 font-weight:lighter;
}

#cellMeter
{
 padding:0px 0px 0px 30px;
}

#tabarea
{
 border-style:none none solid none;
 border-width:5px;
 border-color:#375A9E;
 height:35px;
 margin:0px 0px 20px 0px;
}

#tabarea A
{
 background:url('/imglib/fx_tab.jpg') no-repeat;
 width:101px;
 height:35px;
 color:#ffffff;
 display:block;
 float:left;
 font-weight:lighter;
 text-align:center;
 padding:7px 0px 0px 0px;
 margin:0px 5px 0px 0px;
 text-decoration:none;
}

#textarea
{
 clear:both;
}

.statusDesc
{
 width:160px;
}

.statusData
{
 font-weight:bold;
}

/* Pikkuinen ikkuna ja otsikko */

.swTitle
{
 background:#37599D;
 color:#ffffff;
 padding:5px;
 width:290px;
 font-size:14px;
}

.swBody
{
 border:1px solid #37599D;
 font-size:14px;
 padding:5px;
 width:300px;
}

/* Rivivärien vaihtelu */

.bkEven
{
 background:#ffffff;
}

.bkOdd
{
 background:#eeeeee;
}