body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin: 0;
}
table td {
  font-size: 10px;
}
table th {
  font-size: 10px;
  text-align: center;
  font-weight: normal; 
  font-style: italic; 
}
.link { 
  cursor: pointer;
}
.drag { 
  cursor: move;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: bold; 
}
.normal {
  font-weight: normal; 
}
.white {
  color:white; 
}
.blue {
  color: blue; 
}
.navy {
  color: blue; 
}
.green {
  color: green; 
}
.yellow {
  color: yellow; 
}
.grey {
  color: #C0C0C0; 
}
.darkgrey {
  color: #C0C0C0; 
}
.red {
  color: red; 
}
.bg_black {
  background-color: #000000;
}
.bg_lightgrey {
  background-color: #F0F0F0;
}
.bg_verylightgrey {
  background-color: #F5F5F5;
}
.bg_veryverylightgrey {
  background-color: #fafafa;
}
.bg_lightgreen {
  background-color: #F0FFF0;
}
.bg_red {
  background-color: red;
}
.bg_verylightred {
  background-color: #fff5f5;
}
.bg_blue {
  background-color: blue;
}
.bg_verylightblue {
  background-color: #f5ffff;
}
.bg_green {
  background-color: green;
}
.bg_verylightgreen {
  background-color: #f5fff5;
}
.bg_yellow {
  background-color: yellow;
}
.bg_verylightyellow {
  background-color: #fffff5;
}
.bg_navy {
  background-color: navy;
}
.m { 
  position: absolute !important; 
}
.small {
  font-size: 9px; 
}
.bigger {
  font-size: 12px; 
}
.big {
  font-size: 15px; 
}
.very_small {
  font-size: 8px; 
}
.vspace{
  height: 15px;
  line-height: 5px;
}
.grammi{
  background-color: black;
  height: 1px;
  line-height: 1px;
}

.active {
  border: solid 1px black;
  color: black;
  font-weight: normal;
  background-color: #DCFDFF;	
}
.inactive {
  border: solid 1px black;
  color: black;
  font-weight: normal;
  background-color: #CCCCCC;	
}
.border {
  border-width: 1;
  border-style: solid;
  border-color: black;
}
.border_grey {
  border-width: 1;
  border-style: solid;
  border-color: #C0C0C0;
}
.border_green {
  border-width: 2;
  border-style: solid;
  border-color: green;
}
.border_right {
  border-width: 0;
  border-right-width: 1;
  border-style: solid;
  border-color: black;
}
.border_bold {
  border-width: 3;
  border-style: solid;
  border-color: black;
}
input.login {
  font-size: 10px;
  border-width: 1;
  border-style: solid;
  border-color: black;
}
input.file {
  font-size: 10px;
  border-width: 1;
  border-style: solid;
  border-color: black;
}
input.user {
  font-size: 10px;
  border-width: 1;
  border-style: solid;
  border-color: black;
}

.texteditor {
  font-size: 11px;
  border-width: 1;
  border-style: solid;
  border-color: black;
}