/* -- old -- */
a { text-decoration:none}
a:hover { text-decoration:underline;}

/* table.light th {color: #840; background: #fd8} */

/*
td {  font-size: 10pt }

li {  font-size: 10pt }
*/

.error {color:#FF0000; /*  font-size:10pt; */ font-weight:bold; vertical-align: middle}

p.error {
  padding-left:32px; 
  height: 32px; 
  padding-top: 7px; 
  background: url('images/error.png') no-repeat top left;
}

.done {color:#0000FF; /*  font-size:10pt; */ font-weight:bold}

p.done {
  padding-left:32px; 
  height: 32px; 
  padding-top: 7px; 
  background: url('images/done.png') no-repeat top left; 
}

.small { /*  */ font-size: 8pt}

img.icon {width: 32px; height: 32px; border: none}

.centre-text {text-align: center}
.centre {text-align: center}
.centre * {margin-left:auto; margin-right: auto}
.left-text {text-align: left}
