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 {
|
2005-01-28 00:48:05 +00:00
|
|
|
background-color: white;
|
2005-02-03 19:12:34 +00:00
|
|
|
font-family: Verdana, Arial, Sans-Serif;
|
2005-01-18 19:56:18 +00:00
|
|
|
font-size: 12px;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2005-01-18 19:56:18 +00:00
|
|
|
th{
|
|
|
|
background-color: #c8c8c8;
|
2003-10-10 22:55:29 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
border: 1px solid white;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.bordered {
|
2005-02-03 19:12:34 +00:00
|
|
|
border: 1px solid gray;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
td.indent {
|
2005-01-18 19:56:18 +00:00
|
|
|
border-left: 4px solid white;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
td.heading {
|
2005-03-23 23:58:43 +00:00
|
|
|
background-color: #d8d8d8;
|
2005-01-18 19:56:18 +00:00
|
|
|
font-weight: bold;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
2004-12-16 19:37:26 +00:00
|
|
|
td.heading2 {
|
2005-01-18 19:56:18 +00:00
|
|
|
background-color:#c0c0ff;
|
|
|
|
font-weight: bold;
|
2004-12-16 19:37:26 +00:00
|
|
|
}
|
|
|
|
|
2003-10-10 22:55:29 +00:00
|
|
|
td.fieldname {
|
2005-01-18 19:56:18 +00:00
|
|
|
background-color: #eeeeee;
|
|
|
|
text-align: right;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
td.fieldvalue {
|
|
|
|
vertical-align: top;
|
|
|
|
font-weight: bold;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
td.category {
|
2005-01-18 19:56:18 +00:00
|
|
|
background-color: #dddddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.navbar {
|
|
|
|
border: 0px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.navbar:link {
|
|
|
|
color: #ff9711;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a.navbar:visited {
|
|
|
|
color: #ff9711;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a.navbar:hover {
|
|
|
|
color: #ffc060;
|
|
|
|
text-decoration: underline;
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.row0 {
|
2005-01-18 19:56:18 +00:00
|
|
|
background-color: rgb(217,217,217);
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.row1 {
|
2005-01-18 19:56:18 +00:00
|
|
|
background-color: rgb(237,237,237);
|
2003-10-10 22:55:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.subtitle {
|
2005-01-18 19:56:18 +00:00
|
|
|
background-color: #eeeeee;
|
2003-10-10 22:55:29 +00:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2005-05-08 01:36:23 +00:00
|
|
|
pre {
|
|
|
|
white-space: normal;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2003-10-10 22:55:29 +00:00
|
|
|
img {
|
|
|
|
border: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
font-size: small;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
|
|
|
font-size: 80%;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2005-05-08 01:36:23 +00:00
|
|
|
|
|
|
|
.authorcol {
|
|
|
|
width: 115px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
border-left: 2px solid blue;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
margin-left: 10px;
|
|
|
|
font-style: italic;
|
|
|
|
}
|