@import url('search/search.css');
@import url('index.css');
@import url('admin/list.css');
@import url('admin/odd-even.css');
@import url('members.css');
@import url('contactus.css');
@import url('shopping.css');

body.flash {
  background-color: #CEE3E8;
}

a:link, a:visited, a:active {
/*  color: #00CCCC;*/
  color: #0066FF;
  text-decoration: none;
}
a:hover {
/*  color: cornflowerblue;*/
/*  color: #0066FF;*/
  color: #1F8FAB;
  text-decoration: underline;
}
div.page-body {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}
div.header {
  margin-top: 2px;
  background-color: whitesmoke;
  background-image: url("../img/top_header.png");
  background-repeat: no-repeat;
  background-position: top left;
  padding: 0px;
  height: 153px;
  position: relative;
}

div.header table.menu {
  position: absolute;
  bottom: 0px;
  border-collapse: collapse;
}
div.header table.menu td {
  padding: 0px;
}
div.header table.menu td img {
  display: block;
  border: none;
  background-color: #2F2F2F;
  color: white;
}
div.header table.menu td, div.header table.menu td img {
  height: 21px;
}

form {
  margin: 0px;
}

h2 {
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 0px 16px;
  background-color: #1F8FAB;
  font-color: white;
  font-size: 9pt;
  font-weight: weight;
  text-transform: uppercase;
  color: white;
}

h3 {
  margin: 0px 0px 4px 0px;
  padding: 0px 0px 0px 4px;
  background-color: #1F8FAB;
  font-color: white;
  font-size: 8pt;
  font-weight: weight;
  color: white;
}

.error {
  color: firebrick;
  font-weight: bold;
}
.notice {
  color: slategray;
  font-weight: bold;
  font-style: italic;
}
span.required {
  color: darkorange;
  font-size: 120%;
}

div.error404 {
  background-color: white;
}
div.error404 p.error {
  font-weight: normal;
}

input.fullWidth, textarea.fullWidth {
  width: 99%;
}

p {
	margin: 5px auto;
}

p.info {
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 40px;
  background-image: url(../img/info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  line-height: 32px;
}

div.content div.maintainance {
  background-image: none;
  background-color: white;
}
div.maintainance p.info {
  color: darkred;
  font-weight: bold;
}
