|
|
|
html, body {
|
|
|
|
font-size: 12pt;
|
|
|
|
background: #E6E6D1;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
input, textarea {
|
|
|
|
background-color: #AEB08D;
|
|
|
|
color: #000;
|
|
|
|
border: 1px solid #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
width: 8em;
|
|
|
|
float: top;
|
|
|
|
text-align: left;
|
|
|
|
margin-right: 1em;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
background: inherit;
|
|
|
|
color: #6E735E;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a:visited {
|
|
|
|
background: inherit;
|
|
|
|
color: #6E735E;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
color: #000;
|
|
|
|
background: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 80%;
|
|
|
|
margin: 10px 0px 10px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr:first-child {
|
|
|
|
border: 1px solid #CCCCCC;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr {
|
|
|
|
border: 1px dashed #CCCCCC;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
max-width: 220px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.menu {
|
|
|
|
float: left;
|
|
|
|
margin: 0px 20px 20px 0px;
|
|
|
|
padding: 10px 20px 20px 0px;
|
|
|
|
border-left: solid 1px #CCCCCC;
|
|
|
|
text-align: left;
|
|
|
|
color: black;
|
|
|
|
font-size: 8pt;
|
|
|
|
clear: left; /* fixes a bug in Opera */
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu li {
|
|
|
|
margin-left: .5em;
|
|
|
|
padding-left: .5em;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu ol, ul {
|
|
|
|
list-style-position: inside;
|
|
|
|
padding-left: 0em;
|
|
|
|
margin-top: 0em;
|
|
|
|
padding-top: 0em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.errorlist {
|
|
|
|
color: red;
|
|
|
|
padding-left: 5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.main {
|
|
|
|
margin: 0px 0px 0px 0px;
|
|
|
|
padding: 22px 40px 20px 190px;
|
|
|
|
text-align: justify;
|
|
|
|
color: #000011;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.footer {
|
|
|
|
font-size: 8pt;
|
|
|
|
text-align: center;
|
|
|
|
padding: 8px 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.search_host {
|
|
|
|
position:absolute;
|
|
|
|
right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.search_host .input input {
|
|
|
|
font-size: 10px;
|
|
|
|
color: #6E735E;
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pager {
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-left: 100px;
|
|
|
|
font-size: 8pt;
|
|
|
|
}
|
|
|
|
.pager .page a {
|
|
|
|
border: 1px solid #bbbbbb;
|
|
|
|
margin-left: 1px;
|
|
|
|
margin-right: 1px;
|
|
|
|
padding: 0px 5px 0px 5px;
|
|
|
|
text-decoration: none;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
.pager .current {
|
|
|
|
border: 2px solid #444444;
|
|
|
|
margin-left: 2px;
|
|
|
|
margin-right: 2px;
|
|
|
|
padding: 0px 5px 0px 5px;
|
|
|
|
}
|