@charset "utf-8";
body {
  margin: 0px 0px 0px 0px;
  background-color: #ddeeff;
}
a {
  text-decoration: none;
  color: #0000ff;
}
a:hover {
  color: #ff0000;
}
.font_wh {
  color : white;
}
select {
  font-family: monospace;
}
.head {
  color : white;
  background-color : #0080ff;
  font-size : 20px;
  font-weight : bold;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}
.t1 {
  border-collapse : collapse ;
  border : 1px solid #000 ;
}
.t1 th {
  border : 1px solid #000 ;
}
.t1 td {
  border : 1px solid #000 ;
}
input {
  ime-mode:disabled;
  font-family: monospace;
}
.num {
  text-align : right;
}
.ime {
  ime-mode:active;
}
.imeoff {
  ime-mode:inactive;
}
.tablecheck {
  padding-right : 10px;
}
table {
  background-color: white;
}
.line_table {
  background-color: black;
}
.line_table th {
  font-size: 12px;
  font-family: monospace;
  font-weight : normal;
  background-color: #eeeeee;
  padding-top : 2px;
  padding-bottom : 2px;
}
.line_table td {
  font-size: 12px;
  font-family: monospace;
  background-color: #ffffff;
  padding-left : 2px;
  padding-right : 2px;
}
.line_table td.nopadding {
  padding : 0px 0px 0px 0px;
}
.top_menu {
  background-color: white;
}
.top_menu td {
  background-color: blue;
}
.sub_menu {
	font-size: 12px;
  padding-right : 5px;
}
a.sort_up {
  display: block;
  width: 22px;
  height: 26px; 
  background-image: url("../img/sort_up.gif");
  background-position: top left;
}
a.sort_up:hover {
  background-position: top right;
}
a.sort_down {
  display: block;
  width: 22px;
  height: 26px; 
  background-image: url("../img/sort_down.gif");
  background-position: top left;
}
a.sort_down:hover {
  background-position: top right;
}
.no_border {
 border-width : 0px 0px 0px 0px;
}
