/* TADEQ style sheet / compact version / (c) Jelke Bethlehem */

/* general settings */

body   { background-color: white;
         font-family: arial;
         font-weight: normal;
         font-size: 8pt; }

p      { margin-top: 0;
         margin-bottom: 0;
         margin-left: 15px;
         margin-rigth: 15px; }

/* questionnaire text */

p.brd  { padding-left: 2;
         padding-right: 2;
         font-weight: normal;
         font-style: normal; }

/* unordered list */

ul     { margin-left: 32px;
         margin-top: 0;
         margin-bottom: 0; }

/* headers */

h2     { font-size: 10pt; }

/* header element */

h3     { font-size: 9pt;
         margin-top: 0;
         margin-bottom: 0;
         background-color: #CCCCCC;
         width: 100%; }

h4     { font-weight: bold; 
         font-size: 8pt;
         margin-left: 5px;
         margin-top: 3px;
         margin-bottom: 3px; }

/*seperator line between the elements of the questionnaire */

hr.elm { color: white;
         width: 90%; }

/* tables */

table  { font-size: 8pt;
         border: 1px solid lightgray;
         text-align: left;
         width: 95%;
         margin-top: 5px;
         margin-left: 15px;
         margin-rigth: 5px; 
         border-collapse: collapse; }

/* table header */

th     { font-size: 8pt;
         border: 1px solid lightgray;
         border-collapse: collapse;
         padding: 0px 2px 0px 2px; }

/* table cell */

td     { font-size: 8pt;
         border: 1px solid lightgray;
         border-collapse: collapse;
         padding: 0px 2px 0px 2px; }
