#header 
{
	background-image: url(header-bg.gif);
	background-repeat: repeat-x;
	height: 109px;

}

#headerleft {
   background-image: url(header-left.gif);
   background-repeat: no-repeat;
   height: 109px;
   float: left;
   width: 538px;
   font-size: 11px;
   font-weight: bold;
   color: #FFF;
   padding-top: 87px;
   padding-left: 8px;
}

#headerright {
	background-image: url(header-right.gif);
	background-repeat: no-repeat;
	height: 109px;
	float: right;
	width: 208px;
}

#main
{
	margin: 10px;
} 

#sidebar 
{    
    /* Until the page has been almost completely loaded, 
     and this is changed to "visible". */
    visibility: hidden;
	float: left;
	position: absolute;
	width: 317px;
	margin: 0px;
} 

#sidebar ul
{    
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
} 

#doc-area 
{
	float: left;
	position: absolute;
	left: 343px;
	margin: 0px;
} 

#content {
	margin: 0px 10px 10px;
}

#index {
	background-color: #faf9f7;
	border: 1px solid #d8d8d8;
	padding: 10px;
}

span.highlight { 
    background-color:yellow 
} 

ul.barebones {
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 90%;
    padding: 0;
}

#print-button
{
        float: right;
        position: absolute;
        right: 3%;
        /*background-image: url(printer.png);*/
        /*background-repeat: no-repeat;*/
        padding-top: 5px;
        /*padding-left: 20px;*/
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
h1 {  font-size: 16px; font-weight: bold }
h2, h3 {  font-size: 14px; color: #2B568F; }
h4 {  font-size: 12px; font-weight: bold }
h5, h6 {  font-size: 11px; font-weight: bold }
li {  font-size: 11px }
.hyvaksy {  font-size: 11px ; font-weight: bold; text-decoration: underline}
p, td, br {  font-size: 11px;  color: #000}

.notify {  font-size: 11px; color: #000; background-color: #BCD2EE;  font-weight: bold; }
.attntable {  border: 1px;  padding: 4px;  border-style: solid;   }
.attn {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;  vertical-align: top;  }
.imgref {  font-family: "Courier New", Courier, mono; font-size: 11px; color: #000}
.tableref {  font-family: "Courier New", Courier, mono; font-size: 11px; color: #000}
.trhead {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000; background-color: #BCD2EE; }
.normtable {  background-color: #EEE; padding: 2px; border: 1px;  width: 75%;  border-style: solid; empty-cells: show; }
.dark {  background-color: #EEE;  /* display: table-cell; */ empty-cells: show;  }
.light {  background-color: #FFF;  /* display: table-cell; */ empty-cells: show;  }
.glossary_title { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;  color: #000;  font-weight: bold;    }
.glossaryref { font-family: "Courier New", Courier, mono; font-size: 11px; color: #000 }
.glossary {  background-color: #EEE }
.gl_dark { background-color: #EEE }
.gl_light { background-color: #FFF }
.gl_term {  font-weight: bold }
.gl_def {  }
.list_title {  font-weight: bold}
PRE {
	background-color: #EEE;
	padding: 5px;
}


#tabs {
	position: relative;
	width: 100%;
	height: 20px;
	width: 350px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabs ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 350px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabs ul#primary li  {
	display: inline;
	list-style: none;

}

#tabs ul#primary a,#tabs ul#primary span,#tabs ul#primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
	width: 10em;
}



#tabs ul#primary span,#tabs ul#primary a.current,#tabs ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	padding-bottom: 6px;
	font-weight: bold;
	margin-top: 0;
	background-color: #FAF9F7;
	background-image: url(tab-bg.gif);
	background-repeat: repeat-x;
}




#tabs ul#primary a {
	border: 1px solid #AAA;
	border-bottom: none;
	background-color: #faf9f7;

}

#tabs ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	padding-bottom: 5px;
	background-color: #FAF9F7;
	background-image: url(tab-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#tabs ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabs ul#secondary li a,#tabs ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: center; /* changed from 'auto' 18.8.2006 */
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#tabs ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#tabs ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#tabs ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#tabs ul#secondary li:last-child a { border: none; }

a:link, a:visited {
	color: #2B568F;
	text-decoration: none;
}
a:hover, a:active {
	color: #7CA7E0;
	text-decoration: none;
}


/* Mediaspcecific rules*/
@media Screen {
 #header h1{
  display: none;
 }
}
@media Print {
 #header { 
  display: none;
 }

 #sidebar {
  display: none;
 }

#main {
 width: 100%;
}

#doc-area {
 width: 100%;
 float: left;
 position: relative;
 left: 0px;
 margin: 0px;
}

#print-button {
  display: none;
 }
}

