table.window
{
  font-family: sans-serif;
  border: 2px outset white;
  background-color: silver;
  font-size: 11px;
  margin: 5;
}
table.window table
{
  font-family: sans-serif;
  font-size: 11px;
  background-color: silver;
  border: 0 solid white;
}

table.window td
{
  background-color: white;
  border: 2px inset white;
}
table.window td.flat
{
  background-color: silver;
  border: 2px groove white;
}
table.window th
{
  background-color: silver;
  border: 2px groove white;
  padding: 5;
}

#win_table 
{
  position: absolute;
  z-index: 10;
  top: 120;
  left: 200;
}


div.win_title
{
  background-color: darkblue;
  padding-top: 2;
  padding-bottom: 2;
  font-family: sans-serif;
  font-weight: bold;
  color: white;
  cursor: default;
}

TABLE.sql TD 
{
  font-family: sans-serif;
  font-size: 10px;
}

TABLE.sql TH
{ 
  font-family: sans-serif; 
  font-size: 11px; 
  font-weight: bold; 
  background-color: #777777;
  color: #FFE2A6;
}    

TABLE.sql A
{
  font-family: sans-serif;
  font-size: 11px;
}
TABLE.sql A:visited
{
  font-family: sans-serif;
  font-size: 11px;
}
TABLE.sql A:hover
{
  font-family: sans-serif;
  font-size: 11px;
}
TABLE.sql A:active
{
  font-family: sans-serif;
  font-size: 11px;
}

TABLE.cart
{
  font-family: sans-serif;
  font-size: 9px;
}

TABLE.cart TH
{
    border: 1px solid black;
    color: white;
    background-color: #3679AD;
}
TABLE.cart TH A
{
    color: white;
    text-decoration: none;
}

TABLE.cart TD
{
    text-align: center;
    border: 1px solid gray;
}

TABLE.price
{
    font-family: sans-serif;
    font-size: 11px;
}

TABLE.price TH
{
    border: 1px solid black;
    color: white;
    background-color: #3679AD;
    padding: 2px;
}

TABLE.price TD 
{
    border: 1px solid gray;
    text-align: center;
    padding: 0;
}

.help
{
  font-size: 10px;
  text-align: justify;
}

button
{
  background-color: silver;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
}

select
{
  font-size: 12px;
}

button.win_menu
{
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 10px;
  text-align: center;
  padding: 0px;
  border: 2px solid silver;
}

button.cart
{
  background-color: #3679AD;
  border-color: #3679AD;
  font-family: sans-serif;
  font-size: 9px;
  padding: 0px;
  margin: 3px;
  width: 98px;
  height: 20px;
  color: white;
}

input.cart
{
  font-size: 9px;
  border: 1px solid black;
}

