/* tags */
body {
  padding: 0px;
  margin: 10px 0px 10px 0px;
  font-family: verdana;
  font-size: 10px;
}
a {text-decoration: none; color: #0000ff;}
a:hover {text-decoration: underline;}

/* logo */
table.logo td.logo {background-color: #0B0C46; color: white;}
table.logo td.logosep {background-color: #ffffff;}
table.logo td.logo1 {background-color: #663300;}
table.logo td.logo2 {background-color: #663300;}
table.logo td.logo3 {background-color: #000000;}
table.logo td.logo4 {background-color: #BC9E69;}
table.logo td.logo5 {background-color: #BC9E69;}
table.logo td.logo6 {background-color: #CC9933;}
table.logo td.menu, table.logo td.menu a, table.logo td.menu a {background-color: #000000; color: #FFCC33;}

/* menu */
table.menu {margin-top: 1px;}
table.menu td, table.menu td a {color: white;} 
table.menu td.news {background-color: #CC9933; border-right: solid; border-color: white; border-width: 1px;}
table.menu td.services {background-color: #663300; border-right: solid; border-color: white; border-width: 1px;}
table.menu td.about {background-color: #996600;}

/* index_content */
table.index_content td{
  padding: 10px 5px 0px 23px;
  font-family: verdana;
  font-size: 10px;
}
table.index_content td.news {border-right: solid; border-color: #999999; border-width: 1px;}
table.index_content td.services {border-right: solid; border-color: #999999; border-width: 1px;}

table.index_content td h1, table.ordertable td h1 {
  font-weight: bold;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  color: #000000;
}
table.index_content h2 {
  font-weight: normal;
  font-style: italic;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  color: #000000;
}
table.index_content td.news h1 {font-size: 11px; color: #CC9933;}
table.index_content td.services h1 {font-size: 11px; color: #663300;}
table.index_content td.about h1 {font-size: 11px; color: #996600;}

table.index_content td p{
  font-weight: normal;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}

table.index_content td ol, table.index_content td ul{
  margin: 0px 0px 10px 23px;
  padding: 0px 0px 0px 0px;
}

p.orderform {
  font-family: verdana;
  font-size: 10px;
  margin: 7px 0px;
}
table.ordertable td, table.ordertable th {
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
}

table.ordertable td p {
  font-weight: normal;
}

table.list {
  border-collapse: collapse;
  width: 100%;
}
table.list, table.list td, table.list th {
  border: 1px solid darkgray;
  padding: 2px;
  color: black;
  font-family: verdana;
  font-size: 10px;
}
table.list td.delete, table.list td.edit {
  width: 70px;
  text-align: center;
}
table.list th {
  background-color: lightgrey;
}
table.item {
  width: 90%;
  background-color: #F0F0F0;
}
table.item, table.item td {
  border-width: 1px;
  border-collapse: collapse;
  border-color: #FFFFFF;
  color: black;
  font-family: verdana;
  font-size: 10px;
}
table.item td.item_caption, table.item td.item_caption {
  width: 30%;
}
table.item td.item_caption {
  padding-left: 12px;
}
table.admin_menu {
  background-color: #EEEEEE;
  width: 100%;
  border: none;
  margin-top:10px;
}
table.admin_menu th {
  text-align: center;
}

table.admin_menu a {
  margin: 0px 0.69em;
  font-family: verdana;
  font-size: 12px;
}
span.error {
  color: #990000;
  font-weight: bold;
  font-family: verdana;
  font-size: 10px;
}
.notice {
  color: red;
  font-weight: bold;
  font-family: verdana;
  font-size: 12px;
}
input.submit {
  width: 6em;
}
h2.item_headline {
  font-size: 16pt;
  color: #330099;
  text-align: center;
  margin-top:8px;
}

table.admin_content {
  width: 770px;
}

table.admin_content td a {
  font-family: verdana;
  font-size: 11px;
}