2004-07-24 02:06:07 +00:00
|
|
|
body {
|
2009-08-02 12:57:50 +00:00
|
|
|
margin: 15px 0;
|
|
|
|
padding: 0;
|
2009-07-29 15:28:17 +00:00
|
|
|
text-align: left;
|
2009-07-20 01:27:22 +00:00
|
|
|
background: #FFF;
|
|
|
|
color: #000;
|
2009-08-02 12:57:50 +00:00
|
|
|
/*
|
|
|
|
font: 10pt/140% Verdana, Tahoma, Helvetica, sans-serif;
|
|
|
|
*/
|
|
|
|
font: 10pt/140% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
2004-07-24 02:06:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.hide {
|
2009-07-20 01:27:22 +00:00
|
|
|
display: none;
|
2004-07-24 02:06:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
2009-07-20 01:27:22 +00:00
|
|
|
border: none;
|
2004-07-24 02:06:07 +00:00
|
|
|
}
|
|
|
|
|
2009-04-23 20:00:33 +00:00
|
|
|
pre {
|
2009-08-02 12:57:50 +00:00
|
|
|
overflow: auto;
|
|
|
|
font-size: 8pt !important;
|
2009-07-20 01:27:22 +00:00
|
|
|
width: 100%;
|
2009-04-23 20:00:33 +00:00
|
|
|
}
|
|
|
|
|
2004-07-24 02:06:07 +00:00
|
|
|
div.logo {
|
2009-07-20 01:27:22 +00:00
|
|
|
float: left;
|
|
|
|
width: 200px;
|
|
|
|
left: 1em;
|
|
|
|
top: 1em;
|
|
|
|
margin: 0em;
|
|
|
|
padding: .5em;
|
|
|
|
text-align: center;
|
2004-07-24 02:06:07 +00:00
|
|
|
}
|
|
|
|
|
2005-12-13 08:18:59 +00:00
|
|
|
div.toolbar {
|
2009-07-20 01:27:22 +00:00
|
|
|
margin: 0em 0em 2em 0em;
|
|
|
|
font-weight: bold;
|
|
|
|
display: none !important;
|
2005-12-13 08:18:59 +00:00
|
|
|
}
|
|
|
|
|
2009-04-23 00:39:49 +00:00
|
|
|
div.routersummaryouter {
|
2009-08-02 12:57:50 +00:00
|
|
|
float: left;
|
2009-07-20 01:27:22 +00:00
|
|
|
width: 200px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
2009-08-02 12:57:50 +00:00
|
|
|
clear: left; /* fixes a bug in Opera */
|
2009-04-23 00:39:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary {
|
2009-07-20 01:27:22 +00:00
|
|
|
background: #fafaff;
|
2009-08-02 12:57:50 +00:00
|
|
|
width: 180px;
|
2009-07-20 01:27:22 +00:00
|
|
|
color: inherit;
|
2009-08-02 12:57:50 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 5px 0 0 10px;
|
|
|
|
text-align: left !important;
|
|
|
|
border: 5px solid #efefff;
|
2009-07-29 14:46:47 +00:00
|
|
|
font-size: 9pt;
|
2009-07-22 21:07:46 +00:00
|
|
|
word-wrap: break-word;
|
2009-08-02 12:57:50 +00:00
|
|
|
font: 9pt/125%;
|
2004-07-24 02:06:07 +00:00
|
|
|
}
|
|
|
|
|
2009-07-29 14:46:47 +00:00
|
|
|
div.routersummary hr {
|
|
|
|
color: #ccf;
|
|
|
|
background: #ccf;
|
|
|
|
height: 2px;
|
|
|
|
border: 0px solid #ccf;
|
2009-08-02 12:57:50 +00:00
|
|
|
margin: 4px 0;
|
2009-07-29 14:46:47 +00:00
|
|
|
}
|
2009-08-02 12:57:50 +00:00
|
|
|
|
|
|
|
div.routersummary p {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2004-07-24 02:06:07 +00:00
|
|
|
div.warning {
|
2009-08-02 12:57:50 +00:00
|
|
|
margin: 0 10px 10px 205px;
|
|
|
|
padding: 5px 10px;
|
2009-07-20 01:27:22 +00:00
|
|
|
background: #ffefef;
|
|
|
|
border: medium solid #ffafaf;
|
|
|
|
text-align: left;
|
|
|
|
color: inherit;
|
2004-07-24 02:06:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.main {
|
2009-08-02 12:57:50 +00:00
|
|
|
margin: 0 20px 10px 205px;
|
|
|
|
padding: 5px 15px 15px 15px;
|
2009-07-20 01:27:22 +00:00
|
|
|
background: #ffffef;
|
2009-08-02 12:57:50 +00:00
|
|
|
border: 5px solid #ffffd0;
|
2009-07-20 01:27:22 +00:00
|
|
|
text-align: left;
|
|
|
|
color: inherit;
|
2004-07-24 02:06:07 +00:00
|
|
|
}
|
2005-03-24 01:19:52 +00:00
|
|
|
|
2009-08-02 12:57:50 +00:00
|
|
|
|
2009-04-23 00:39:49 +00:00
|
|
|
div.main textarea {
|
2009-08-02 13:57:29 +00:00
|
|
|
width: 100% !important;
|
|
|
|
|
2009-04-23 00:39:49 +00:00
|
|
|
}
|
|
|
|
|
2005-03-24 01:19:52 +00:00
|
|
|
div.news {
|
2009-08-02 12:57:50 +00:00
|
|
|
margin: 0 20px 0 205px;
|
|
|
|
padding: -10px 15px 5px 15px;
|
2009-07-20 01:27:22 +00:00
|
|
|
background: #ffffc0;
|
2009-08-02 12:57:50 +00:00
|
|
|
border: 5px solid #ffffa0;
|
2009-07-29 14:46:47 +00:00
|
|
|
text-align: justify;
|
2009-07-20 01:27:22 +00:00
|
|
|
color: inherit;
|
2005-03-24 01:19:52 +00:00
|
|
|
}
|
2009-05-20 22:50:14 +00:00
|
|
|
|
2009-08-02 12:57:50 +00:00
|
|
|
div.news li {
|
|
|
|
text-align: justify;
|
|
|
|
list-style: none;
|
|
|
|
margin: -10px 20px -20px -20px;
|
|
|
|
padding: 8px 0;
|
|
|
|
border: 1px solid #330;
|
|
|
|
border-left: 5px solid #330;
|
|
|
|
padding: 3px 5px 3px 5px;
|
|
|
|
background: #fe7;
|
|
|
|
font-size: 12pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.news a:link {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2009-05-20 22:50:14 +00:00
|
|
|
div.confignav {
|
2009-08-02 12:57:50 +00:00
|
|
|
padding: 12px 0 15px 0;
|
|
|
|
background: #cfc;
|
|
|
|
margin: -10px -20px 0 -10px;
|
|
|
|
border: 5px solid #9f9;
|
2009-05-20 22:50:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.configure {
|
2009-08-02 12:57:50 +00:00
|
|
|
margin: 0 -20px 0 -10px;
|
|
|
|
padding: 10px 20px 5px 20px;
|
2009-07-20 01:27:22 +00:00
|
|
|
background: #ffffc0;
|
2009-05-20 22:50:14 +00:00
|
|
|
}
|
2009-05-26 20:04:20 +00:00
|
|
|
|
|
|
|
div.messages {
|
2009-08-02 12:57:50 +00:00
|
|
|
padding: 10px;
|
2009-07-20 01:27:22 +00:00
|
|
|
background: #fafaff;
|
2009-08-02 12:57:50 +00:00
|
|
|
border: 5px solid #fdd;
|
|
|
|
margin: 0px -20px 0px -10px;
|
2009-05-26 20:04:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.messages span.error {
|
2009-07-20 01:27:22 +00:00
|
|
|
color: #d00000;
|
2009-05-26 20:04:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.messages span.notice {
|
2009-07-20 01:27:22 +00:00
|
|
|
font-style: italic;
|
2009-05-26 20:04:20 +00:00
|
|
|
}
|
2009-07-20 01:27:22 +00:00
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 18pt;
|
2009-07-29 15:54:39 +00:00
|
|
|
text-align: center;
|
2009-08-02 12:57:50 +00:00
|
|
|
border: 5px solid #efefff;
|
|
|
|
border-bottom: 5px solid #efefff;
|
|
|
|
padding: 10px;
|
|
|
|
margin: 0 20px 0 205px;
|
|
|
|
line-height: 93%;
|
|
|
|
text-transform: uppercase;
|
|
|
|
letter-spacing: 0.3em;
|
|
|
|
background: #fff;
|
2009-07-25 13:56:03 +00:00
|
|
|
}
|
|
|
|
|
2009-07-29 15:28:17 +00:00
|
|
|
h2 {
|
2009-08-02 12:57:50 +00:00
|
|
|
font-size: 14pt;
|
|
|
|
padding: 10px;
|
|
|
|
border-bottom: 2px solid #001;
|
|
|
|
border-top: 2px solid #001;
|
|
|
|
letter-spacing: 0.04em;
|
2009-07-29 15:28:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
2009-08-02 12:57:50 +00:00
|
|
|
font-size: 12pt;
|
|
|
|
padding: 10px;
|
|
|
|
border-bottom: 2px solid #001;
|
|
|
|
border-top: 2px solid #001;
|
|
|
|
letter-spacing: 0.04em;
|
2009-07-29 15:28:17 +00:00
|
|
|
}
|
2009-08-02 12:57:50 +00:00
|
|
|
|
2009-07-25 13:56:03 +00:00
|
|
|
.proxyfooter{
|
|
|
|
font-size: 7pt;
|
|
|
|
display: none !important;
|
|
|
|
}
|
2009-07-29 14:46:47 +00:00
|
|
|
|
|
|
|
table {
|
2009-07-29 15:03:41 +00:00
|
|
|
/* border-collapse: collapse; */
|
2009-07-29 14:46:47 +00:00
|
|
|
border: 5px solid #dfd;
|
|
|
|
margin: 5px 0px;
|
|
|
|
cell-padding: 1px;
|
|
|
|
font-size: 7pt;
|
|
|
|
background: #fff;
|
2009-08-02 12:57:50 +00:00
|
|
|
width: 100%;
|
2009-07-29 14:46:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
background-color: #ccf;
|
|
|
|
padding: 5px 2px;
|
2009-08-02 12:57:50 +00:00
|
|
|
text-align: center;
|
2009-07-29 14:46:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tt {
|
|
|
|
font-size: 8pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr:nth-child(even) {
|
|
|
|
background-color: #eef;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr:nth-child(odd) {
|
|
|
|
background-color: #ddf;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
2009-08-02 12:57:50 +00:00
|
|
|
color: #dd9;
|
|
|
|
background: #dd9;
|
2009-07-29 14:46:47 +00:00
|
|
|
height: 2px;
|
2009-08-02 12:57:50 +00:00
|
|
|
border: 0px solid #dd5;
|
|
|
|
margin: 5px 0;
|
2009-07-29 15:03:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.statusnotes {
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 8pt;
|
|
|
|
color: #001;
|
|
|
|
text-align: center;
|
2009-07-29 15:54:39 +00:00
|
|
|
margin: -3px 0 0 0;
|
2009-07-29 15:03:41 +00:00
|
|
|
background: #fff;
|
2009-08-02 12:57:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
margin: 3px 5px 3px 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
|
|
|
margin: 3px 5px 3px 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
submit {
|
|
|
|
padding 0 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
padding: 5px 20px 0px 20px;
|
|
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
|
|
|
|
.formaction {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.langbox {
|
|
|
|
margin: 30px 0 0px 5px;
|
|
|
|
color: #001;
|
|
|
|
font-size: 7pt;
|
|
|
|
width: 180px;
|
|
|
|
text-align: center;
|
|
|
|
float: right;
|
|
|
|
valign: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.langbox img {
|
|
|
|
padding: 0 2px; /* Ignored by IE8 */
|
|
|
|
}
|
|
|
|
|
|
|
|
a:link{
|
|
|
|
color: #006;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:visited{
|
|
|
|
color: #448;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover{
|
|
|
|
color: #f60;
|
|
|
|
text-decoration: underline;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:active{
|
|
|
|
color: #f93;
|
|
|
|
text-decoration: underline;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
font-size: 9pt;
|
|
|
|
margin: 0px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
tt {
|
|
|
|
font-size: 9pt;
|
|
|
|
font-weight: bold;
|
|
|
|
color: darkgreen;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablefooter {
|
|
|
|
border: 1px solid #f00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablefooter tr, .tablefooter td {
|
|
|
|
background: #aaf;
|
|
|
|
font-size: 8pt;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 150%;
|
2009-08-02 13:57:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tidylist {
|
|
|
|
text-align: justify;
|
2009-08-02 12:57:50 +00:00
|
|
|
}
|