/*--------------------------------------------------------------------------------
#   Application:   CGI Shopping Cart -- PHP Edition
#	Version    :   1.0
#   Author     :   Eastland Data Systems
#
#
#                         COPYRIGHT NOTICE
#
#   The contents of this file is protected under the United States
#   copyright laws, and is confidential and proprietary to Eastland Data Systems.
#   Its use or disclosure in whole or in part without the expressed written 
#   permission of Eastland Data Systems is prohibited.
#
#   (c) Copyright Eastland Data Systems.  All rights reserved.
#
----------------------------------------------------------------------------------*/
 
/* Normal Fonts */
BODY {color: #000000; font-family: Verdana; font-size: 8pt; margin-top:0; margin-bottom:0; margin-left:0; margin-right:0 }
TD {font-family: Verdana; font-size: 8pt; color: #000000}
INPUT {font-family: Verdana; font-size: 8pt; color: #000000}
SELECT {font-family: Verdana; font-size: 8pt; color: #000000}
TEXTAREA {font-family: Verdana; font-size: 8pt; color: #000000}
SUBMIT {font-family: Verdana; font-size: 8pt; color: #000000}

/* Normal Link Fonts */
A:link {color:#000000; font-size: 8pt; text-decoration: none } 
A:visited {color:#000000; font-size: 8pt; text-decoration: none } 
A:active {color:#000000; font-size: 8pt; text-decoration: none } 
A:hover {color:#000000; font-size: 8pt; text-decoration: none } 

/* Pop up Calendar Fonts */
.table-style {BORDER-RIGHT: #a0a0a0 0px solid; BORDER-TOP: #a0a0a0 0px solid; FONT-SIZE: 11px; BORDER-LEFT: #a0a0a0 0px solid; BORDER-BOTTOM: #a0a0a0 0px solid; FONT-FAMILY: arial; BACKGROUND-COLOR: #99AABB }
.div-style {Z-INDEX: 998; VISIBILITY: hidden; POSITION: absolute }
.title-style {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; COLOR: #000000; PADDING-TOP: 0px; FONT-FAMILY: arial }
.title-background-style {BACKGROUND-COLOR: #99AABB}
.title-background-style2 {BACKGROUND-COLOR: #BBCCDD}
.title-background-style3 {BACKGROUND-COLOR: #eeeeee}
.title-control-normal-style {FONT-WEIGHT: bold;}
.body-style {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 10px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; FONT-FAMILY: verdana; BACKGROUND-COLOR: #99AABB}
A.current-day-style {FONT-WEIGHT: bold; COLOR: red; TEXT-DECORATION: none}
A.end-of-weekday-style {COLOR: #909090; TEXT-DECORATION: none; BACKGROUND-COLOR: #edede1}
A.normal-day-style {COLOR: black; TEXT-DECORATION: none}
A.selected-day-style {BORDER-RIGHT: #a0a0a0 0px solid; BORDER-TOP: #a0a0a0 0px solid; BORDER-LEFT: #a0a0a0 0px solid; BORDER-BOTTOM: #a0a0a0 0px solid; WIDTH: 100%; BACKGROUND-COLOR: #FDEFAB}

