@charset "utf-8";
/* Used are CSS inheritance and classes nesting rules
   It makes possible specify different styles for different user browsers
   and for different languages. Example:
.ie.ja body  //applied if body tag is inside of html with both ie and ja classes defined
   Classes are assigned by executing vwp_css.js JawaScript
{
  font-size:50%;
  color:green;
  font-family:"Times New Roman",Utopia,FreeSerif,Serif;
  font-family:Tahoma,Arial,Helvetica,Sans-Serif;
}
Sergey Varlamov
*/
body
{
 background-image: url(../images/vwp_bcg.gif);
 font-size:medium;
 font-family:Arial, Sans-Serif;
}
.opera.linux,.safari body {font-size:large;}
.ie body {font-size:100%;}
p {
  font-size:smaller;
}
table {
  border-collapse:collapse;
  border-spacing:1px 1px;
  margin-bottom:0px;
  margin-top:0px;
}
td {
  border-spacing:1px 1px;
}
a {
  color:#202020;
  text-decoration:none;
}
a.lang {
  font-size:0.75em;
}
legend {
  font-size:0.75em;
  text-align:left;
  font-weight:bold;
  color:#990000;
  font-variant:small-caps;
}
select {
  font-size:0.75em;
}
.konqueror select {
  height:1.50em;
}
select.time {
  text-align:right;
}
.opera select {font-size:80%;}
.opera optgroup {
  background-color:#cccccc;
  color:black;
}
.opera option {
  color:black;
  background-color:white;
}
input.text {
  font-size:0.75em;
  text-align:left;
  height:1.15em;
}
.safari input.text {
  font-size:small;
}
.konqueror input.text {
  font-size:0.85em;
  height:1.50em;
}
input.error {
  border:1px solid #cc0000;
  background-color:#ffffff;
}
input.pb {
/*  font-weight:bolder; */
  font-size:0.75em;
  width:4em;
  height:1.75em;
  margin-bottom:3px;
  margin-top:3px;
}
input.pb2{
/*  font-weight:bolder; */
  font-size:0.75em;
  width:12em;
  height:1.75em;
  margin-bottom:3px;
  margin-top:1px;
}
.label {
  font-size:0.75em;
  font-weight:bolder;
}
.dset {
  font-size: 0.85em;
}
.img_title {
  font-size:0.75em;
  text-align:center;
}
/*
line-height:1.125em;
.ie.ja body {font-size:75%;}
.ie.ko body {font-size:70%;}
.ie h3 {font-size:1.5em;}
.ff2,.ff3 select {font-size:90%;}
.ff2,.ff3 input.pb2 {width: 12em;}
.ie.ko a {font-size: 125%;}
*/
.emp {
  color:#990000;
  font-weight:bolder;
}
.lnkbrk {color:red;}
.vardef {color:blue;}
img {border-style: none;}

.no_js { display: block }
.js .no_js { display: none }

.has_js { display: none }
.js .has_js { display: block }
