/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

BODY {
  background: #ffffff;
  color: #565852;
  margin: 0px;
}

A {
  color: #565852;
  text-decoration: underline;
}

A:hover {
  color: #bbbbbb;
  text-decoration: underline;
}

FORM {
	display: inline;
}

/* Table */
TD.table-title {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #133774;
  font-weight : bold;
}

TD.table-sub-title {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #133774;
  font-weight : bold;
}

TD.table-data {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #133774;
  font-weight : bold;
}


/* Box */
TABLE.Box {
  border: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-spacing: 1px;
}

TD.box-plain-heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #565852;
  font-weight : bold;
}

TD.box-heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #ffffff;
  background-color:#565852;
  font-weight : bold;
}

TD.box-sub-heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #565852;
  font-weight : bold;
}

TD.box-sub-data {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #565852;
}

TD.box-data {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #565852;
}

/* Messages Box */
TD.message-sub-title {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #ffcccc;
  font-weight : bold;
  text-align:center;
}

TD.message-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffcccc;
}


/* Search Box*/
TD.searchBox-heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #ffffff;
  background-color:#8AB71E;
  font-weight : bold;
}

A.searchBox-heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #ffffff;
}




/* Form */
TABLE.form-area {
  /*background: #f1f9fe;
  border-color: #7b9ebd;*/
 /* background: #cc8464; */
  background: #F6E2A5;
  border-style:dashed;
  border-width: 1px;
  border-color: #565852;
}

TD.form-title {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #6C930E;
  /*color: #565852;*/
  font-weight : bold;
}

TD.form-sub-title {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #ffffff;
  background-color:#565852;
  font-weight : bold;
}

TD.form_input_title {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #565852;
  font-weight : bold;
}

TD.form-data {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* Header */
TD.header-Heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 20px;
  color: #565852;
  font-weight : bold;
}

TD.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #565852;
  font-weight : bold;
}

A.headerNavigation { 
  color: #565852;
  text-decoration:underline;
}

A.headerNavigation:hover {
  color: #bbbbbb;
  text-decoration:underline;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

