2008-01-16 08:36:45 +00:00
|
|
|
/*
|
|
|
|
* $Id$
|
|
|
|
*
|
|
|
|
* (c) 2008 Monzoon Networks AG. All rights reserved.
|
|
|
|
*/
|
|
|
|
|
|
|
|
* {
|
|
|
|
font-family: Arial, Helvetia, sans-serif;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2009-10-10 16:53:25 +00:00
|
|
|
.title img {
|
|
|
|
margin-right: 0.3em;
|
|
|
|
}
|
|
|
|
|
2008-01-16 08:36:45 +00:00
|
|
|
.pgtitle {
|
|
|
|
font-size: 1.5em;
|
|
|
|
font-weight: bold;
|
|
|
|
border-bottom: 1px solid #777;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
padding-bottom: 0.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.small {
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
2013-01-21 15:12:01 +00:00
|
|
|
.vsmall {
|
|
|
|
font-size: 0.85em;
|
|
|
|
}
|
|
|
|
|
2008-01-16 08:36:45 +00:00
|
|
|
.rank {
|
|
|
|
font-size: 2em;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #aaa;
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.astable {
|
|
|
|
border-collapse: collapse;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.astable tr.odd td, table.astable tr.odd th {
|
|
|
|
background-color: #eeeeee;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.astable tr.even td, table.astable tr.even th {
|
|
|
|
background-color: #f7f7f7;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.astable td, table.astable th {
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.astable th {
|
|
|
|
text-align: left;
|
|
|
|
vertical-align: top;
|
|
|
|
padding-right: 2em;
|
|
|
|
font-weight: normal;
|
|
|
|
padding: 0.8em 0.8em 0.8em 0.8em;
|
|
|
|
width: 25em;
|
|
|
|
}
|
|
|
|
|
2013-01-21 15:12:01 +00:00
|
|
|
.detailgraph, .detailgraph2 {
|
2008-01-16 08:36:45 +00:00
|
|
|
border: 1px solid #aaa;
|
|
|
|
margin-bottom: 1.5em;
|
|
|
|
margin-top: 0.8em;
|
|
|
|
background-color: #eeeeee;
|
|
|
|
}
|
|
|
|
|
2013-01-21 15:12:01 +00:00
|
|
|
.detailgraph2 {
|
|
|
|
margin-left: 2em;
|
|
|
|
}
|
|
|
|
|
2008-01-16 08:36:45 +00:00
|
|
|
div#legend {
|
|
|
|
position: fixed;
|
|
|
|
right: 20px;
|
|
|
|
bottom: 20px;
|
|
|
|
background-color: white;
|
|
|
|
padding: 0.5em;
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
#legend table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#legend table td {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nav {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nav a, #nav a:visited {
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
2014-03-12 13:45:30 +01:00
|
|
|
font-size: 1.15em;
|
|
|
|
color: #0066CC;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nav a.selected:link, #nav a.selected:visited {
|
|
|
|
font-size: 1.15em;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #000000;
|
2008-01-16 08:36:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#nav a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
border-top: 1px solid #aaa;
|
|
|
|
font-size: 0.8em;
|
|
|
|
margin-top: 1em;
|
|
|
|
padding-top: 0.5em;
|
|
|
|
}
|
2012-08-21 08:35:30 +00:00
|
|
|
|
|
|
|
.customlinks a {
|
|
|
|
font-size: 0.85em;
|
|
|
|
}
|
2014-03-12 13:45:30 +01:00
|
|
|
|
|
|
|
.customlinks a, .customlinks a:visited {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #0066CC;
|
|
|
|
}
|