@charset "UTF-8";

/*+++++++++++++++++*/
/* Class Selectors */
/*-----------------*/
code {
  font-family : Lucida Sans Unicode, Lucida Console, Andale Mono, Lucida Mono, Courier New, Courier, mono;
  font-weight : bold;
}
h6 {
  font-family : Trebuchet MS, Verdana, Luxi Sans, Helvetica, Arial, sans-serif;
  font-size : 8pt;
  font-weight : normal;
  font-style : italic;
  margin-left : 45px;
  /*margin-top : -11px;*/
  width : 410px;
  background-color : #ffffff;
  color : #acaaac;
}
th {
  font-family : Trebuchet MS, Verdana, Luxi Sans, Helvetica, Arial, sans-serif;
  font-size : 11px;
  background-color : #ffffff;
  color : #000000;
}
th.grey {
  background-color : #ffffff;
  color : #acaaac;
}
td.green {
  background-color : #55ff55;
  color : #000000;
  text-align : center;
}
td.yellow {
  background-color : #ffff55;
  color : #000000;
  text-align : center;
}
td.orange {
  background-color : #ffb000;
  color : #000000;
  text-align : center;
}
td.blue {
  background-color : #30aaff;
  color : #000000;
  text-align : center;
}
td.red {
  background-color : #ff5555;
  color : #000000;
  text-align : center;
}
td.grey {
  background-color : #acaaac;
  color : #000000;
  text-align : center;
}
td.silver {
  background-color : #efedef;
  color : #000000;
  text-align : center;
}
td.purple {
  background-color : #ccaaff;
  color : #000000;
}
/*ul {
  padding-left : 15px;
}
li ul {
  margin-left : 0px;
}*/
li {
  margin-left : 30px;
}
li ul li {
  margin-left : 0px;
}
.title {
  font-family : Trebuchet MS, Verdana, Luxi Sans, Helvetica, Arial, sans-serif;
  font-weight : bold;
  font-size : 24px;
  margin-left : 15px;
  margin-bottom : -10px;
  margin-right : 0px;
}
.title2 {
  font-family : Trebuchet MS, Verdana, Luxi Sans, Helvetica, Arial, sans-serif;
  font-weight : bold;
  font-size : 14pt;
  margin-left : 15px;
  margin-right : 0px;
}
.title3 {
  font-family : Trebuchet MS, Verdana, Luxi Sans, Helvetica, Arial, sans-serif;
  font-weight : bold;
  font-size : 8pt;
  text-align : center;
}
.top { font-size : 8pt; }
.mainData {
  font-family : Trebuchet MS, Verdana, Luxi Sans, Helvetica, Arial, sans-serif;
  background : none;
  color : #000000;
  font-size : 11px;
  margin-left : 30px;
  text-align : justify;
  margin-right : 0px;
}
.mainCenter {
  font-family : Trebuchet MS, Verdana, Luxi Sans, Helvetica, Arial, sans-serif;
  background-color : #ffffff;
  color : #000000;
  font-size : 11px;
  margin-left : 30px;
  text-align : center;
  margin-right : 0px;
}
.descr {
  font-family : Trebuchet MS, Verdana, Luxi Sans, Helvetica, Arial, sans-serif;
  background-color : #ffffff;
  color : #000000;
  font-size : 11px;
  margin-left : 45px;
  margin-top : -16px;
  text-align : justify;
  margin-right : 0px;
}
.note {
  display : block;
  font-family : Trebuchet MS, Verdana, Luxi Sans, Helvetica, Arial, sans-serif;
  font-size : 9px;
  font-weight : normal;
  font-style : italic;
  width : 410px;
  background : none;
  color : #acaaac;
}
.error {
  font-family : Trebuchet MS, Verdana, Luxi Sans, Helvetica, Arial, sans-serif;
  background-color : #ffffff;
  color : #dd8b12;
  font-size : 14pt;
  font-weight : bold;
  margin-left : 15px;
  text-align : justify;
}
.bold { font-weight : bold; }
.italic { font-style : italic; }
.status {
  font-size : 11px;
  font-style : italic;
  color : #acaaac;
  background : transparent;
}
.subtitle {
  font-size : 14pt;
  font-weight : bold;
}
