.chyby {
	color : red;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	font-variant : normal;
}

.input
{
    BORDER-BOTTOM-STYLE: threedshadow 1px solid;
    BORDER-LEFT-STYLE: threedshadow 1px solid;
    BORDER-RIGHT-STYLE: threedshadow 1px solid;
    BORDER-TOP-STYLE: threedshadow 1px solid;
    FONT-SIZE: 11px
}

.grid {
  border:      threedshadow 1px solid;
}

.grid th {
  font-size:         12px;
  background-color:  #919191;
  color:             #000000;
  border-left:       threedhighlight 1px solid;
  border-top:        threedhighlight 1px solid;
  border-right:      threedshadow 1px solid;
  border-bottom:     threedshadow 1px solid;
  padding:           1px;
  padding-left:      2px;
  padding-right:     2px;
}

.grid td {
  font-family:       Verdana, Tahoma, sans-serif;
  font-size:         10px;
  background-color:  #B9B9B9;
  color:             windowtext;
  border-right:      threedlightshadow 1px solid;
  border-bottom:     threedlightshadow 1px solid;
  padding:           1px;
  padding-left:      1px;
  padding-right:     1px;
}

.grid2 {
  border:      threedshadow 0px solid;
}

.grid2 th {
  font-size:         12px;
  background-color:  #919191;
  color:             #000000;
  border-left:       threedhighlight 0px solid;
  border-top:        threedhighlight 0px solid;
  border-right:      threedshadow 0px solid;
  border-bottom:     threedshadow 0px solid;
  padding:           1px;
  padding-left:      2px;
  padding-right:     2px;
}

.grid2 td {
  font-family:       Verdana, Tahoma, sans-serif;
  font-size:         10px;
  background-color:  #B9B9B9;
  color:             windowtext;
  border-right:      threedlightshadow 0px solid;
  border-bottom:     threedlightshadow 0px solid;
  padding:           1px;
  padding-left:      1px;
  padding-right:     1px;
}

A
{
    COLOR: #0000FF;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
}
  A:link {
    text-decoration:none
  }
  A:visited {
    text-decoration:none
  }
  A:active {
    text-decoration:none
  }
  A:hover {
    text-decoration:underline;
    color:#FF0000
  }

