/*
  $Id: stylesheet.css,v 1.50 2002/11/02 03:06:05 hpdl c8dcc8 $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2001 osCommerce

  Released under the GNU General Public License
*/


BODY {
  background: #ffffff;
  margin: 0px;
  color: #006600;
  font-family :"Comic Sans MS";
}


#menu {
 position: fixed;
 top: 0; left: 0;

 padding: 0 1em;

}


#main {
 position: fixed;
 top: 0; left: 150;
 height: 100%;
 overflow: auto;
}
 
#backcol {background: #f4f4f4;} 
 
#backcol2 {background: #f4f4f4;}  
 
#backcol3 {background: #f0f0f0;} 

#calender {font-size: 10px;}
 
A {
  color: #666600;
  text-decoration: underline;
}

A:hover {
  color: #AABBDD;
  text-decoration: none;
  font-weight: underline;
}


A.linkwhite {
  color: #666666;
  text-decoration: none;
}

A.linkgrey {
  color: #f6f6f6;
}

A.linkdark {
  color: #444444;
}

.tableframe {
  background-color: #dddddd;
} 

.tableframewhite {
  background-color: #ffffff;
} 

.flyout {
  font-family: arial, Arial, sans-serif;
  padding: 15px;
  font-size: 15px;
  line-height: 1.5;
  background: #f7fbf7;
}
