a.output:link {
text-decoration : none;
color : #4e4e4e;
}
a:active {
text-decoration : none;
color : #4e4e4e;
}
a:visited {
text-decoration : none;
color : #4e4e4e;
}
a:hover {
text-decoration : underline;
color : #4e4e4e;
}
a.r.output:link {
text-decoration : none;
color : #000000;
}
a.r.output:active {
text-decoration : none;
color : #000000;
}
a.r.output:visited {
text-decoration : none;
color : #000000;
}
a.r.output:hover {
text-decoration : none;
color : #000000;
}
body.output {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
color : #000000;
}
b.color1 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
color : #33cc66;
}
b.color2 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
color : #ff0000;
}
td {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
color : #000000;
}
td.output {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
color : #000000;
}
td.small {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 7pt;
color : #000000;
}
td.headline {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight:bold;
color: #000000;
}
table.output {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
color : #000000;
}
textarea.output {
background-color : #f1f1f1;
}
input.output {
color : #000000;
font-family : Verdana;
font-size : 8pt;
border : 1px solid #666666;
background-color : #f9f9f9;
}
input.button {
color : #000000;
font-family : Verdana;
font-size : 8pt;
border : 1px solid #000000;
background-color : #cccccc;
}
input.inst {
color : #000000;
background-color : #f0f0f0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
font-weight : bold;
border-color : #000000;
border-width : 1px;
}
select.output {
font-family : Arial;
background-color : #f0f0f0;
}
.tooltip {
position : absolute;
display : none;
background-color : #ffffff;
font-size : 7pt;
border : 1px solid #000000;
padding : 2px;
}