/*
  $Id: windowstylesheet.css,v 1.2 2004/09/17 Stephen Walker SNJ Computers$

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

  Copyright (c) 2002 osCommerce

  Released under the GNU General Public License
*/

BODY {
  background-color: #6B4900;
}

A { 
  color: #0000ff; 
  text-decoration: none; 
}

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

V { 
  color: #800080; 
  text-decoration: none; 
}

TABLE.infoBox {
  background-color: #ffffea; 
  border-color : #496bbc;
  border-style : solid;
  border-width : 1px;
}

TABLE.products {
  background-color: #ffffea; 
}

TD.products {
  font-family : Verdana, Arial, sans-serif;
  font-size : 10px;
  line-height : 1.5;
}

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

TABLE.header, Table.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  background-color: #ffffff; 
  border-color : #496bbc;
  border-style : solid;
  border-width : 1px;
}

TABLE.headerContents, Table.footerContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
 /* events calendar */  TABLE.calendarBox {  width: 160px; height: 235px;  border: 0;  padding: 0;  cursor: default; } IFRAME.calendarBox { width: 140px; height: 235px; } .calendarBoxHeader { font-family: Verdana, Arial, sans-serif;  font-size: 11px;  font-weight: bold; background: #656872;  color: #FFFFFF;  text-decoration: none; height: 16px; } .yearHeader { font-family: Helvetica, Arial, Verdana; font-size: 14px; font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none;} .calendarMonth { background-color: #BBC3D3; cursor: default; width: 100%;}
 .calendarHeader { font-family: Helvetica, Arial, Verdana; font-size: 11px; font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none; height: 22px;}
 .calendarToday { font-family: Arial, Verdana; font-size: 10px; color: #000000; background-color: #FFCF00; padding-left : 3px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px;}
 .calendarWeekend { font-family: Arial, Verdana; font-size: 10px; color: #000000; background-color: #CAEEFF; padding-left : 3px; line-height: 14px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px;}
 .calendar { font-family: Arial, Verdana; font-size: 10px; color: #000000; background-color: #FFFFFF; padding-left : 3px; line-height: 14px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px; }
 .event { font-family: Arial, Verdana; font-size: 11px; color: #000000; background-color: #FFFFFF; text-decoration: none; border:1px solid #E6E6E6; }
 .empty { background-color: #F0FAFF; line-height: 14px; height: 22px; width: 18px; }
 .calendar A:hover, .calendar A:link, .calendar A:visited, .calendar A:visited:hover, .yearHeader A:hover {color: red; text-decoration: underline;}
 .calendarWeekend A:hover, .calendarWeekend A:link, .calendarWeekend A:visited, .calendarWeekend A:visited:hover {color: red; text-decoration: underline;}
 .calendarToday A:hover, .calendarToday A:link, .calendarToday A:visited, .calendarToday A:visited:hover {color: red; text-decoration: underline;}