<!-- 
  Property : Belgian Ministry of Health
  Author    : Dr André Vandenberghe, Department of Medical Information, CHU de Charleroi
  Date       : 17/07/2002
  
  Kmehr-Bis - Recommendation 19 of the Belgian Healthcare Telematics Commission
  
  This is the cascading style sheet centralising all html styles used by the Kmehr-Bis web site.
-->

body
  { 
  background-color: #FFFFFF; 
  background-repeat: repeat;
  background-image: url("../img/kmehrbg.gif")
  background-attachment: fixed
  font-family:Times New Roman; 
  font-size:10pt; 
  color:#000000;
  }

.special
  { 
  font-family:Times New Roman; 
  font-size:10pt; 
  color:#0000FF;
  background:lightgrey;
  }

td
  { 
  font-family:Times New Roman; 
  font-size:10pt; 
  color:#000000;
  }

.tr-inverse
  { 
  font-family:Times New Roman; 
  font-size:10pt; 
  background-color: #e0e0e0; 
  color:#000000;
  }

.tr-valid
  { 
  font-family:Times New Roman; 
  font-size:10pt; 
  background-color: #e0e0e0; 
  font-weight:bold;
  color:green;
  }

.tr-mandatory
  { 
  font-family:Times New Roman; 
  font-size:10pt; 
  background-color: gold; 
  font-weight:bold;
  color:#000000;
  }

.tr-optional
  { 
  font-family:Times New Roman; 
  font-size:10pt; 
  background-color: #F0F09D; 
  font-style:italic;
  color:#000000;
  }

.h1
  { 
  font-family:tahoma; 
  font-size:24pt; 
  color:#0000FF;
  }

.h2
  { 
  font-family:Times New Roman; 
  font-size:18pt; 
  font-weight:bold;
  color:#000000;
  }

.h3
  { 
  font-family:comic sans ms; 
  font-size:16pt; 
  font-style:italic;
  color:#0000FF;
  }

.h4
  { 
  font-family:comic sans ms; 
  font-size:12pt; 
  font-style:italic;
  color:#000000;
  }

.h5
  { 
  font-family:Times New Roman; 
  font-size:12pt; 
  font-weight:bold;
  color:#0000FF;
  }

.h6
  { 
  font-family:Times New Roman; 
  font-size:10pt; 
  font-weight:bold;
  color:#000000;
  }

.h7
  { 
  font-family:Times New Roman; 
  font-size:9pt; 
  font-weight:bold;
  color:#0000FF;
  }

.h8
  { 
  font-family:Times New Roman; 
  font-size:10pt; 
  color:#0000FF;
  }

.red
  { 
  font-family:Times New Roman; 
  font-size:9pt; 
  font-weight:bold;
  color:red;
  }


.menu1
  { 
  font-family:Comic sans ms; 
  font-size:10pt; 
  font-weight:bold;
  color:#0000FF;
  }

.menu2
  { 
  font-family:Verdana; 
  font-size:7pt;
  color:#000000;
  }

.menu3
  { 
  font-family:Arial; 
  font-size:7pt; 
  color:#000000;
  }

.remarque
  { 
  font-style:italic;
  color:#0000FF;
  }

.auteur
  { 
  font-family:Comic-Sans-Ms; 
  font-size:7pt; 
  font-style:normal;
  color:#000000;
  }

.table-header  
  { 
  text-decoration: underline;
  font-style:italic;
  font-weight:bold
  }

a.fixe:link
  { 
  }
a.fixe:visited
  { 
  color:#0000FF;
  }
a.fixe:active
  { 
  }
a.fixe:hover 
  {
  }

a.fixenoir:link
  { 
  color:#000000;
  text-decoration: none
  }
a.fixenoir:visited
  { 
  color:#000000;
  text-decoration: none
  }
a.fixenoir:active
  { 
  color:#000000;
  text-decoration: none
  }
a.fixenoir:hover 
  {
  color: #0000FF;
  }

a.fixerouge:link
  { 
  color:#0000FF;
  text-decoration: none
  }
a.fixerouge:visited
  { 
  color:#0000FF;
  text-decoration: none
  }
a.fixerouge:active
  { 
  color:#0000FF;
  text-decoration: none
  }
a.fixerouge:hover 
  {
  color: #0000FF;
  }

