﻿body 
{
    margin:0 0 0 0;
}

.TopMenuBg
{
    background-image:url('./Images/TopMenuBg.jpg');
    background-repeat:repeat-x;
    height:43px;    
}

.FooterPanel
{
    background-color:#8cc63f;
    height:100px;    
}

.ListingBg
{
    background-image:url('./Images/ListingBg.jpg');
    background-repeat:repeat-y;
    background-position:top;
    width:291px;
}

.DropDownBg
{
    background-image:url('./Images/DropDownBg.jpg');
    background-repeat:repeat-x;
    background-position:top;
    height:23px;    
}

.InnerFrameBg
{
    background-image:url('./Images/InnerFrameBg.jpg');
    background-repeat:repeat-y;
    background-position:top;
    width:936px;    
}

.headerBg
{
    background-image:url('/Images/HeaderBg.jpg');
    height:23px;
    background-repeat:repeat-x;
}

.SeparatorLineBg
{
    background-image:url('/Images/SeparatorLineBg.jpg');
    height:1px;
    background-repeat:repeat-x;
}

.ShoppingCartListingBg
{
    background-image:url('/Images/ShoppingCartListingBg.jpg');
    width:811px;
    background-repeat:repeat-y;
}

.SummaryBg
{
    background-image:url('/Images/SummaryBg.jpg');
    height:43px;
    background-repeat:repeat-x;
}

.OrderBg
{
    background-image:url('/Images/OrderBg.jpg');
    width:326px;
    background-repeat:repeat-y;
}

.OrderTitleBg
{
    background-image:url('/Images/OrderTitleBg.jpg');
    height:23px;
    background-repeat:repeat-x;
}

.SubMenuItemBg
{
    background-color:#2a304a;
    height:25px;
}

.GrayBorder
{
     border:1px solid #bfbfbf;
}

.GrayBorderNoLeft
{
     border-right:1px solid #bfbfbf;
     border-top:1px solid #bfbfbf;
     border-bottom:1px solid #bfbfbf;     
}

.WhiteLine
{
     height:1px;
     background-color:White;
}

.GrayLine
{
     height:1px;
     background-color:#bfbfbf;
}

.WhiteBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:White;
}

.WhiteMenuBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Verdana;
    font-size:11px;
    color:White;
}

.WhiteSmall
{
    font-weight:normal;
    text-decoration:none;
    font-family:Verdana;
    font-size:10px;
    color:White;
}

.WhiteText
{
    font-weight:normal;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:White;
}

.BlackText
{
    font-weight:normal;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:Black;
}

.GrayText
{
    font-weight:normal;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:#59595a;
}

.GrayBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:#59595a;
}

.GrayBoldLinks
{
    font-weight:bold;
    text-decoration:underline;
    font-family:Arial;
    font-size:12px;
    color:#59595a;
}

.GrayBoldSmall
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:11px;
    color:#616161;
}

.GrayCaption
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:14px;
    color:#616161;
}

.DarkGrayText
{
    font-weight:normal;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:#494e56;
}

.DarkGrayBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:#494e56;
}

.DarkGrayCaption
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:16px;
    color:#2a304a;
}

.BlackBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:Black;
}

.DarkRedBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:#912e25;
}

.DarkRedCaption
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:14px;
    color:#9e4438;
}

.RedBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:#ad1d3a;
}

.RedCaption
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:14px;
    color:#ad1d3a;
}

.GreenBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:#477507;
}

.GreenCaption
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:14px;
    color:#477507;
}

.DarkGreenBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:#50820e;    
}

.DarkGreenCaption
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:14px;
    color:#50820e;    
}

.BlueBold
{
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
    font-size:12px;
    color:#0e5aa6;
}

.BlueLinks
{
    font-weight:normal;
    text-decoration:underline;
    font-family:Arial;
    font-size:12px;
    color:#0e5aa6;
}

.Input
{
    border:1px solid #8cc63f;
    color:Black;
    font-size:12px;
    font-weight:normal;
    font-family:Arial;
    background-color:White;
}

.GrayInput
{
    border:1px solid #d6d8db;
    color:black;
    font-size:12px;
    font-weight:normal;
    font-family:Arial;
    background-color:#d6d8db;
}

.SubmitButton 
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #59595a;
	border: 0px solid black;
	background-image:url('/Images/SubmitButtonBg.jpg');
	background-repeat:no-repeat;
	background-position:center;
	width: 63px;
	height: 17px;
	padding: 2px 8px;
	cursor:pointer;
}

.GreenButtonBg 
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #4b4b4c;
	border: 0px solid black;
	background-image:url('/Images/GreenButtonBg.jpg');
	background-repeat:no-repeat;
	background-position:center;
	width: 77px;
	height: 31px;
	padding: 2px 8px;
	cursor:pointer;
}

.SilverButtonBg 
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #4b4b4c;
	border: 0px solid black;
	background-image:url('/Images/SilverButtonBg.jpg');
	background-repeat:no-repeat;
	background-position:center;
	width: 77px;
	height: 31px;
	padding: 2px 8px;
	cursor:pointer;
}

.Clickable
{
    cursor:pointer;
}

.whitePanel
{
    background-color:White;    
}

.DarkGrayPanel
{
    background-color:#2a304a;
}

.GrayPanel
{
    background-color:#bfbfbf;
}

.PreviewPanel
{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;       
    z-index:54000;       
}

.CalendarDayHeader
{
    background-color:#B7B09E;
    width:35px;
    height:25px;
    font-family:arial;
    font-size:12px;
    color:White;
    font-weight:normal;    
    text-decoration:none;
    border:1px solid #FAFAFC;
    text-align:center;
}

.calendarDay
{
    background-color:#F2F1ED;
    width:35px;
    height:25px;
    font-family:arial;
    font-size:12px;
    color:#9e4438;
    font-weight:normal;    
    text-decoration:none;
    border:1px solid #FAFAFC;
    text-align:center;
}

.CalendarSelectedDay
{
    background-color:#D2CDB9;
    width:35px;
    height:25px;
    font-family:arial;
    font-size:12px;
    color:#2a304a;
    font-weight:normal;    
    text-decoration:none;
    border:1px solid #FAFAFC; 
    text-align:center;  
    cursor:pointer;
}

.calendar
{
    background-color:White;
    font-family:arial;
    font-size:12px;
    color:Black;
    font-weight:normal;    
    text-decoration:none;
}

.calendarTitle
{
    font-family:arial;
    font-size:12px;
    color:Black;
    font-weight:normal;    
    text-decoration:none;
    background-image:url('./Images/CalendarHeaderBg.jpg');
    background-repeat:no-repeat;
    background-position:top center;
    height:40px;
    width:280px;
}

.calendarTitle td
{
    font-family:arial;
    font-size:12px;
    font-weight:bold;    
    text-decoration:none;    
}

.calendarTitle a
{
    font-family:arial;
    font-size:12px;
    color:Black;
    font-weight:normal;    
    text-decoration:none;
}

.CalendarOtherMonthDay
{
    background-color:#F2F1ED;
    visibility:hidden;
}
