2003-10-10 22:55:29 +00:00
|
|
|
a:link {
|
|
|
|
color: blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
2003-11-30 21:05:57 +00:00
|
|
|
color: blue;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a:active {
|
2003-11-30 21:05:57 +00:00
|
|
|
color: blue;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body , table , input , select {
|
|
|
|
font-family: Verdana, Arial, Sans Serif;
|
|
|
|
font-size: small;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
2003-10-13 00:36:20 +00:00
|
|
|
border: 0px;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.bordered {
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
2004-03-20 01:35:37 +00:00
|
|
|
background-color: #ffffcc;
|
2003-10-10 22:55:29 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
border: 1px solid white;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.bordered {
|
|
|
|
border: 1px solid grey;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.indent {
|
|
|
|
border-left: 4px solid white;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.heading {
|
|
|
|
background-color: rgb(217,217,217);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.fieldname {
|
|
|
|
background-color: rgb(237,237,237);
|
|
|
|
}
|
|
|
|
|
|
|
|
td.category {
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.row0 {
|
|
|
|
background-color: rgb(217,217,217);
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.row1 {
|
|
|
|
background-color: rgb(237,237,237);
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.subtitle {
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.message {
|
2004-03-20 01:35:37 +00:00
|
|
|
background-color:#E0E0EF;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input , select {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 , h2 {
|
|
|
|
color: black;
|
2004-05-12 17:54:23 +00:00
|
|
|
font-size: x-large;
|
2003-10-10 22:55:29 +00:00
|
|
|
font-weight: normal;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 , h4 {
|
|
|
|
color: black;
|
|
|
|
font-size: small;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
border: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
font-size: small;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
|
|
|
font-size: 80%;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|