/*
  $Id$

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

  Copyright (c) 2009 osCommerce

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License v2 (1991)
  as published by the Free Software Foundation.
*/

/* page contents */

.pageContents {
  padding: 10px;
}

/* links */
a:link { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; font-weight: normal; text-decoration: none; }
a:visited { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; font-weight: normal; text-decoration: none; }
a:active { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; font-weight: normal; text-decoration: none; }
a:hover { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; font-weight: normal; text-decoration: underline; }

/* page */
body { background-color: #ffffff; color: #000000; margin: 0px; font-family: Verdana, Arial, sans-serif; font-size: 10px; }
td, p { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
H1, H1 a:link, H1 a:visited, H1 a:active, .pageHeading { font-family: Verdana, Arial, sans-serif; font-size: 18px; color: #727272; font-weight: bold; margin: 10px 0px; }

/* data table */
.dataTable {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.dataTable thead th {
  padding: 3px 10px;
  border-bottom: 1px solid black;
  font-weight: bold;
}

.dataTable tfoot th {
  padding: 3px 10px;
  border-top: 1px solid black;
  font-weight: bold;
}

.dataTable tbody td {
  background-color: #eeeeff;
  padding: 3px 10px;
}

.dataTable tr.mouseOver td, .dataTable tr.mouseOverDeactivatedRow td {
  background-color: #ffeebb;
}

.dataTable tr.deactivatedRow td {
  background-color: #ffbbbb;
}

/* batch pageset */

#batchTotalPages { float: left; }
#batchPageLinks { float: right; }
#batchPullDownMenu { float: right; }

#dataTableLegend { float: left; color: #999; }
#dataTableLegend img { opacity: 0.5; filter: alpha(opacity=50); }

/* info box */
.infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #ffffff; background-color: #B3BAC5; padding: 2px; }
.infoBoxContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; background-color: #DEE4E8; padding: 2px; }

/* forms */
CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA, FILE { font-family: Verdana, Arial, sans-serif; font-size: 11px; }
FORM { display: inline; margin: 0; }
LABEL { display: block; cursor: pointer; font-weight: bold; }
FIELDSET { border: 0px; }

form.dataForm div { margin: 0.5em 0; }
form.dataForm input[type=text], form.dataForm input[type=password], form.dataForm textarea { display: block; padding: 0.3em 0.3em; width: 58.5%; }
form.dataForm select { display: block; padding: 0.3em 2px 0.3em 1px; width: 60%; }
form.dataForm select optgroup { font-style: normal; font-weight: bold; }

form.dataForm fieldset legend { padding: 3px 10px; border-bottom: 1px solid black; font-weight: bold; width: 80%; }




.searchField {
  border: 1px solid #BFBFBF;
  background: url('images/icons/16x16/search.png') no-repeat 3px 3px;
  padding-left: 22px;
  height: 20px;
  width: 150px;
}

.fieldDefaultText {
  color: #a1a1a1;
  font-style: italic;
}

/* attributes */
.attributes-odd { background-color: #f4f7fd; }
.attributes-even { background-color: #ffffff; }

/* miscellaneous */
.specialPrice { color: #ff0000; }
.oldPrice { text-decoration: line-through; }
.fieldRequired { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
.highlight { border: 1px solid #ff0000; background-color: #ffff6b; padding: 2px; }

/* powered by button */
.poweredByButton { border: 1px solid #444; padding: 1px; margin: 1px; font-family: Verdana, Arial, sans-serif; font-size: 8px; text-transform: uppercase; background: #444; }
.poweredByButton .poweredBy { color: black; background: white; padding: 1px 5px 1px 5px; font-size: 8px; }
.poweredByButton .osCommerce { color: white; padding: 1px 5px 1px 5px; font-size: 8px; }

/* infoBox button */

.infoBoxButton {
  margin: 1px;
  background-color: #529214;
  border-color: #b0d58b #47652a #47652a #b0d58b;
  border-width: 1px;
  border-style: solid;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 130%;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px 5px 10px;
}

.operationButton {
  margin: 1px;
  background-color: #3c60ad;
  border-color: #98acd4 #1a3e8b #1a3e8b #98acd4;
  border-width: 1px;
  border-style: solid;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 130%;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px 5px 10px;
}


.sectionButton { font-family: Verdana, Arial, sans-serif; font-size: 9px; color: white; font-weight: bold; padding: 2px; margin: 1px; border: 1px solid black; background-color: #AD3A23; }

/* message stack output */

.messageStack {
  margin: 5px;
  font-size: 10px;
  color: #465584;
  background-color: #FFFCF5;
  border-width: 1px;
  border-style: dotted;
}


.modulesListing {
  width: 59%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px dashed #bf6428;
  border-left: 1px dashed #bf6428;
  border-right: 1px dashed #bf6428;
}

.modulesListing li {
  padding: 5px;
  background-color: #ffe4c7;
  border-bottom: 1px dashed #bf6428;
}


#infoPane {
  background-color: #bee2c0;
}

#infoPane ul {
  padding-left: 25px;
}




/*
.standardBoxButton {
  margin: 1px;
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 130%;
  text-decoration: none;
  font-weight: bold;
  color: #565656;
  cursor: pointer;
  padding: 5px;
}
*/
