/*
  $Id: stylesheet.css,v 1.52 2003/02/13 13:54:41 project3000 Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
  
  Modified by Daniel Brandauer for Weimar Institute (2003/08/19)
  Portions copyright (c) 2003, Weimar Institute of Health & Education.
  http://www.weimar.org/
*/

/*
 * General configuration
 */
* {
	font-family: Arial, Helvetica, sans-serif;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #FFCC66; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

body {
  background: #FFF;
  color: #000000;
  margin: 0px;
}

/*
a { 
  color: #000000; 
  text-decoration: none; 
}

a:hover { 
  color: #ffcccc; 
  text-decoration: underline; 
}
*/

form {
	display: inline;
}

tr.header {
  background: #ffffff;
}

tr.headerNavigation {
  background: #ffffff;
}

td.headerNavigation {
  font-size: 10px;
  background: #ffffff;
  color: #000000;
  font-weight : bold;
}

td.tableTitle {
	font-size: 11.5pt;
	line-height: 16pt;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
}

td.boxText {
	font-size: 10pt;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

p.bodytext {
	font-size: 12pt;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
  }

div.footer {
	font-size: 9pt;
	color: #333333;
}

.footer a:link {
	text-decoration: underline;
	font-size: 9pt;
	color: #000;
}

.footer a:hover {
	text-decoration: none;
	font-size: 9pt;
	color: #CC0000;
}

h2.title {
  	color: #FC6000;
  	text-align: center;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

h4.subtitle {
	text-align: center;
	color: #000000;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

table.topcolor {
    background-color: #FC6000;
}

table.bottomcolor {
    background-color: #FFC000;
}

h3 {
	color: #FF9933;
}

a.headerNavigation { 
  color: #000000; 
}

a.headerNavigation:hover {
  color: #ffcc00;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #eeeeee;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #eeeeee;
  color: #000000;
  font-weight: bold;
}

/*
.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #ffffcc;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
*/

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/*
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #ffcc66;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
*/

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background-color: FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
    background-color: FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
}

TR.productListing-heading {
	background-color: FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/*
TD.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
	background-color: FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
}

td.productListing-data-int {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: FFFFCC;
}
*/

A.pageResults { 
  color: #0000FF; 
}

A.pageResults:hover { 
  color: #0000FF; 
  background: #FFFF33; 
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #FF9933;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.main P.length {
  font-style:italic;
}

TD.main P.speaker_bio SPAN.speaker_name {
  font-weight:bold;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

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;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.boxText {
	background-color: #ffffcc;
}

.moduleRow { }
.moduleRowOver { background-color: #FFCC66; cursor: hand; }
.moduleRowSelected { background-color: #FFCC66; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* ________ Navigational Elements ________ */


a:link, a:visited, a:active {
	color: #900;
	text-decoration: underline;
  }
a:hover {
	text-decoration: none;
}
  
td.headerNavigation {
	padding-top: 5px;
	font-size: 9pt;
	color: #000;
}

/*
 * New Box Layout System
 */

div
{
	padding : 2px;
	border : 0px;
	margin : 0px;
}

.BasicBox
{
	border : 1px solid black;
}

.InfoBox
{
	padding : 0px;
	border : 1px solid orange;
	background-color : #ffffdd;
}

.InfoBoxContent, .InfoBoxContent a
{
	padding : 3px;
	font-size : 10px;
	color : #990000;
}

.InfoBoxHeading
{
	padding : 2px;
	font-size : 16px;
	color : #990000;
	background-color : #ffcc66;
	border-bottom : 1px solid orange;
	text-align : center;
}

.InfoBoxHeading a
{
	text-decoration : none;
}

.ContentBox
{
	border : 1px solid #999999;
	padding : 0px;
}

.ContentBoxContent
{
	background-color : #ffffdd;
	padding : 3px;
}

.ContentBoxHeading
{
	background-color : #ffcc66;
	padding : 2px;
}

.ProductListingBox
{
	background-color : #ffffdd;
	padding : 3px;
	border : 1px solid #000000;
}

.ProductListingHeading
{
	
}

.ProductListingEven
{
	background-color : #ffffdd;
}

.ProductListingOdd
{
	background-color : #eeeecc;
}

