﻿
.aFormInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em; 
}

.aClientError {
	font-size:10px; 
	color:#CC0033; 
	font-weight:bold
}

#entryForm h1 {
	font-size: 1.4em;
	font-weight: bold;
	font-family: Tahoma;
	text-transform: uppercase;
}
#entryForm h2 {
	color: #89C645;
	font-size: 1.25em;
	margin-left: 1.5em;
}

#entryForm  h3 {
	color: #89C645;
	font-size: 1em;
	font-weight: bold;
	background: #E5F1D3;
	padding-top: .2em;
	padding-bottom: 0.2em;
	margin-right: 170px;
}

#entryForm p {
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
}
#entryForm label {
	color: #537F11;
	font-size: .9em;
	font-weight: bold;
}

/* Shop */

.Categories {
	color: #89C645;
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: bold;
}

.SubCategory {
	color: #89C645;
	font-size: 1.25em;
}

.ToBasket {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-right: 2em;
	display: block;
	height: auto;
	width: 9em;
	padding-top: 1em;
	padding-bottom: 1em;
}

.OutOfStock {
	color: #CC3333;
}

.searchBar {
	color: #4B7F09;
	font-size: 1em;
	font-weight: bold;
	background: #E5F1D3;
	padding-top: .2em;
	padding-bottom: 0.2em;
	margin-right: 170px;
	padding-left: .5em;
	border-bottom: #CC3333 1px solid;
}


/* Book a slot */

.aWeekSelected {
	font-family: Verdana, Arial, MS Sans Serif; 
	font-size:11px; 
	color:#CC0033; 
	font-weight:bold
}
.aWeekSpacer {
	color: #666666;
	text-decoration: none;
}
a.Weeklink:link {
	color: #666666;
	text-decoration: none;
}
a.Weeklink:visited {
	color: #666666;
	text-decoration: none;
}
a.Weeklink:hover {
	color: #666666;
	text-decoration: underline;	
}

.SlotTable 
{
  background-color: #E5F1D3;
 	color: #4B7F09;
	padding-left: 10px;
}

.SlotTableDivider
{
	border-bottom: 1px solid #AD1724;
}


/* Checkout */

.DeliveryDayImage
{
	padding-top: 3px;
	padding-left: 3px;
}
.CheckOutText {
	font-size: 0.9em;
}

/* Register */

.NoteText {
	font-size: 0.9em;
}

/* Datagrid Pagination */
.pagination {
	background-color: #E5F1D3;
	BORDER-TOP: #6699cc 1px solid;
}
.pagination A {
	COLOR: black; TEXT-DECORATION: none
}
.pagination A:hover {
	TEXT-DECORATION: underline
}
.paginationcurrentpage {
	color:#CC0033; 
	font-weight:bold
}


/* Reports */
.LargeOrderNumber
{
	font-size: 130px;
	line-height: normal;
	font-weight:bold;
}
.DeliveriesPageBreak
{
	page-break-after: expression(this.rowIndex%2==0?'always':'');
}

.CollectionsPageBreak
{
	page-break-after: expression(this.rowIndex%5==0?'always':'');
}

.OrdersPageBreak
{
	page-break-before: always;
}

.ReportBar
{
	background-color: whitesmoke;
	BORDER-TOP: #6699cc 1px solid;
}

.CommissionTable 
{
  font-size: 0.9em;
  background-color: #E5F1D3;
 	color: #4B7F09;
	padding-left: 10px;
}


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../images/SavedStar.png);
}
