/*
  ######################################################################
  # 
  # In accordance with the GPL, this copyright notice MUST remain
  # intact:
  #
  # MySQLauction Release Version 0.2.0 (030215)
  # Copyright (C) 2002 High Sierra Networks, Inc.
  # http://www.servers-r-us.com
  # info@servers-r-us.com
  #
  ######################################################################
  #
  # This program is free software; you can redistribute it and/or
  # modify it under the terms of the GNU General Public License
  # as published by the Free Software Foundation; either version 2
  # of the License, or (at your option) any later version.
  # 
  # This program is distributed in the hope that it will be useful,
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  # GNU General Public License for more details.
  # 
  # You should have received a copy of the GNU General Public License
  # along with this program; if not, write to the Free Software
  # Foundation, Inc., 59 Temple Place - Suite 330, Boston,
  # MA 02111-1307, USA.
  #
  ######################################################################

  ######################################################################
  #
  # Written by Jorge Gonzalez - Athena Soft, S.A. de C.V.
  # http://www.athenasoft.com.mx
  # jgonzalez@athenasoft.com.mx
  #
  # Name: auction.css
  # Date: 030215
  # Purpose:
  # This is the main Cascading Style Sheet for the MySQLaution system.
  # Restrictions:
  # None.
  # Change history:
  # 021001 First version.
  # 030215 Classes itemcount added.
  ######################################################################
*/

/* General */

BODY {
  background: #FFFFFF;
  font-size: 12pt;}

TH {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #676767;
  font-size: 12pt;
  font-weight: bold;}

TD {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  /*color: #000099;*/
  color: #676767;
  font-size: 12pt;
  font-weight: normal;}

A:active {
  background: #FFFFFF;
  color: #FF0000;
  text-decoration: none;}

A:link, A:visited {
  background: #FFFFFF;
  /*color: #0000FF;*/
  color: #8B0000;
  text-decoration: none;}

.error {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #FF0000;
  font-weight: bold;}

/* Page sections */

.header {
  background: #FFFFFF;
  color: #000099;
  font-size: 8pt;
  font-weight: bold;}

.decor {
  /*background: #000099;*/
  background: #FBCE67;
  color: #FFFFFF;
  font-size: 0.1em}

.sidemenu {
  font-family: "Times New Roman", Times, serif;
  /*background: #000099;*/
  background: #FBCE67;
  color: #696969;
  font-size: 10pt;
  font-weight: bold;}

A.sidemenu:active {
  /*background: #000099;*/
  background: #FBCE67;
  color: #FF0000;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;}

A.sidemenu:link, A.sidemenu:visited {
  /*background: #000099;*/
  background: #FBCE67;
  color: #696969;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;}

A.sidemenu:hover {
  /*background: #000099;*/
  background: #FBCE67;
  color: FF0000;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;}

.title {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFCC;
  color: #000099;
  font-size: 24pt;
  font-weight: bold;}

.subtitle {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 18pt;
  font-weight: bold;}

.txtheader {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 12pt;
  font-weight: bold;}

.hmenu {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 10pt;
  font-weight: bold;}

A.hmenu:active {
  background: #FFFFFF;
  color: #FF0000;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;}

A.hmenu:link, A.hmenu:visited {
  background: #FFFFFF;
  /*color: #0000FF;*/
  color: #8B0000;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;}

.categorylist {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #0000FF;
  font-size: 12pt;
  font-weight: bold;}

A.categorylist:active {
  background: #FFFFFF;
  color: #FF0000;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;}

A.categorylist:link, A.categorylist:visited {
  background: #FFFFFF;
  /*color: #0000FF;*/
  color: #8B0000;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;}

.itemcount {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #0000FF;
  font-size: 9pt;
  font-weight: bold;}

.subcatlist {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 10pt;
  font-weight: bold;}

A.subcatlist:active {
  background: #FFFFFF;
  color: #FF0000;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;}

A.subcatlist:link, A.subcatlist:visited {
  background: #FFFFFF;
  /*color: #0000FF;*/
  color: #8B0000;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;}

.filteroptions {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 10pt;
  font-weight: bold;}

A.filteroptions:active {
  background: #FFFFFF;
  color: #FF0000;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;}

A.filteroptions:link, A.filteroptions:visited {
  background: #FFFFFF;
  /*color: #0000FF;*/
  color: #8B0000;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;}

TH.itemlist {
  font-family: "Times New Roman", Times, serif;
  background: #800080;
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: bold;}

.itemlist {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 8pt;
  font-weight: normal;}

A.itemlist:active {
  background: #FFFFFF;
  color: #FF0000;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;}

A.itemlist:link, A.itemlist:visited {
  background: #FFFFFF;
  /*color: #0000FF;*/
  color: #8B0000;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;}

.item {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 10pt;
  font-weight: normal;}

TH.legal {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 12pt;
  font-weight: bold;}

TD.legal {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 12pt;
  font-weight: normal;}

.legalremark {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 12pt;
  font-weight: bold;}

.form {
  background: #FFFFFF;
  color: #000099;}

.label {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 10pt;
  font-weight: normal;}

.note {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 8pt;
  font-weight: normal;}

.field {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 10pt;
  font-weight: normal;}

.button {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 10pt;
  font-weight: normal;}

.popuplogo {
  background: #FFFFFF;
  color: #000000;}

.popupttl {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 18pt;
  font-weight: bold;}

.popupsttl {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 12pt;
  font-weight: bold;}

.popupcontent {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 10pt;
  font-weight: normal;}

.popupremark {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 10pt;
  font-weight: bold;}

.popuprequired {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #FF0000;
  font-size: 10pt;
  font-weight: bold;}

.popupstatus {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #FF0000;
  font-size: 10pt;
  font-weight: bold;}

.popupform {
  background: #FFFFFF;
  color: #000099;}

.popuplabel {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 8pt;
  font-weight: normal;}

.popupnote {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 7pt;
  font-weight: normal;}

.popupfield {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 10pt;
  font-weight: normal;}

.popupbutton {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #000099;
  font-size: 10pt;
  font-weight: normal;}

.popuperror {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #FF0000;
  font-size: 12pt;
  font-weight: bold;}

A.popup:active {
  background: #FFFFFF;
  color: #FF0000;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;}

A.popup:link, A.popup:visited {
  background: #FFFFFF;
  /*color: #0000FF;*/
  color: #8B0000;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;}

.footer {
  font-family: "Times New Roman", Times, serif;
  background: #FFFFFF;
  color: #CCCCCC;
  font-size: 8pt;
  font-weight: normal;}

