
body {
  background: rgb(255,255,255);
  background-image: url('/png/back.png');
  background-repeat: repeat-x;  
  scrollbar-base-color: rgb(216,232,245);
  margin-top:0px;
}

table.content {
  background:rgb(255,255,255);
  background-image: url('../png/table.png');
  background-repeat: repeat-y;
  width: 900px;
}

h1 {
  font-family: Arial, Verdana;
  font-size: 2.5em;
  color: rgb(0,49,80);
  color: rgb(0,97,159);
  font-weight: bold;
}

td {
  font-family: Arial, Verdana;
  font-size: 0.75em;
  color: rgb(0,97,159);
}

td.menu {
  height: 20px;
  border: 1px solid rgb(0,97,159);
  background-image: url('../png/menu.png');
  background-repeat: repeat-x;
}

td.menu_na {
  height: 20px;
  border: 1px solid rgb(202,5,25);
  background-image: url('../png/menu_na.png');
  background-repeat: repeat-x;
}

td.menu_tl {
  height: 20px;
  border: 1px solid rgb(255,210,9);
  background-image: url('../png/menu_tl.png');
  background-repeat: repeat-x;
}

td.menu_sp {
  height: 20px;
  border: 1px solid rgb(0,128,0);
  background-image: url('../png/menu_sp.png');
  background-repeat: repeat-x;
}

a {
  text-decoration: underline;
  color: rgb(0,97,159);
}

a:hover {
  color: rgb(0,49,80);
}

a.topmenu {
  text-decoration: none;
  color: rgb(0,97,159);
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
}

a.topmenu:hover {
  color: rgb(0,49,80);
}

a.menu {
  text-decoration: none;
  color: rgb(0,0,0);
}

a.menu_na {
  text-decoration: none;
  color: rgb(0,0,0);
}

a.menu_tl {
  text-decoration: none;
  color: rgb(0,0,0);
}

.hidden {
  display: none;
}

.button {
  padding: 2px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  color: rgb(255,255,255);
  background: rgb(0,115,186);
  border : 1px solid rgb(0,0,0);
  width: 100px;
}

select.edit, input.edit {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.9em;
  color: rgb(0,0,0);
  width: 350px;
}

input.disabled {
  padding-left: 2px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.9em;
  color: rgb(0,0,0);
  width: 350px;
  border : 0px;
}

input.edit {
  padding-left: 3px;
}

td.description {
  width: 85px;
  font-weight: bold;
  font-size: 0.75em;
}

td.copyright {
  font-size: 0.7em;
  padding-top: 20px;
}

table.help {
  border: 1px solid rgb(0,97,159);
  background: rgb(255,255,255);
  width: 300px;
  height: 100px;
}

td.help {
  background: rgb(0,97,159);
  padding: 10px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.9em;
  color: rgb(255,255,255);
}

tr.even {
  background: rgb(216,232,245);
  background: rgb(255,255,255);
  height: 35px;
}

tr.odd {
  background: rgb(255,255,255);
  background: rgb(216,232,245);
  height: 35px;
}

table.border {
  border: 1px solid rgb(0,97,159);
}

td.header {
  background: rgb(0,115,186);
  color: rgb(255,255,255);
  font-weight: bold;
}

input.readonly {
  background: transparent;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.9em;
  color: rgb(0,0,0);
  border: 0px;
  margin-left: 2px;
  width: 200px;
}


