body {
font-family: Verdana;
font-size: x-small;
color: #184A7C;
background-color: #DAE0EB;
}
.body {
font-family: Verdana;
font-size: x-small;
color: #184A7C;
background-color: #DAE0EB;
}
.body_bold {
font-family: Verdana;
font-size: x-small;
font-weight: bold;
color: Black;
background-color: #DAE0EB;
}
.tablehead {
font-family: Verdana;
font-size: x-small;
color: #000000;
background-color: #99CCFF;
text-align : center;
font-weight : bolder;
}
.tablehead_l {
font-family: Verdana;
font-size: x-small;
color: #000000;
background-color: #99CCFF;
text-align : left;
}
.tableitem {
font-family: Verdana;
font-size: x-small;
color: #000000;
background-color: #DCDCDC;
white-space : nowrap;
}
.tableitem_r {
font-family: Verdana;
font-size: x-small;
color: #000000;
background-color: #DCDCDC;
text-align: right;
white-space : nowrap;
}
A:HOVER {
color : #FF0000;
}
A {
color : #0000FF;
text-decoration : none;
}
H3 {
font-family : "Times New Roman";
font-size : 250%;
color : Blue;
}
H4 {
font-family : "Times New Roman";
font-size : 150%;
color : Navy;
}
H5 {
font-family : "Times New Roman";
font-size : 120%;
color : Black;
}
.error {
font-family: Verdana;
font-size: x-small;
color: #FF0000;
border : Black;
}
.error_bold {
font-family: Verdana;
font-size: x-small;
color: #FF0000;
font-weight : bold;
border : Black;
}
.message_bold {
font-family: Verdana;
font-size: x-small;
color: Green;
font-weight : bold;
border : Black;
}
.textfield {
border : 1px solid Black;
background-color : #E0FFFF;
}
.textfield_long {
border : 1px solid Black;
background-color : #E0FFFF;
width : 100%;
}
.button {
background-color : Beige;
border : 1px solid;
font-weight : bold;
color : #184A7C;
}
.good{
color: Blue;
white-space : nowrap;
}
.bad{
color: Red;
white-space : nowrap;
}
.var_name {
font-family : Verdana;
font-size : x-small;
color : Red;
font-weight : bold;
}
.var_comment {
font-family : Verdana;
font-size : xx-small;
color : Black;
}
.var_group {
font-family: Verdana;
font-size: x-small;
font-weight: bold;
color: Black;
background-color: #CCCCDD;
text-align : center;
vertical-align : top;
}
.tiny {
background-color : transparent;
font-family : Verdana;
font-size : xx-small;
font-weight : normal;
}
.changed {
color: FF0000;
font-weight: bold;
}
