/*
* Header Styles (only used by static content at present)
*/

h1 
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color : #269647;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 
{
	/*This varies depending on the static content page. This is mostly overriden in those files.*/
	color: #009900;	
}

.ErrorMessage
{
	color:Red
}

.StaticContentPaging 
{

}

/*
* Link Styles
*/
a			{ text-decoration:underline; }
a:link		{ color:#666666; }
a:visited	{ color:#666666; }
a:hover		{ color:#269647; }
a:active	{ color:#269647; }

/*
* Header Styles
*/

.subhead {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #269647;
    font-weight : bold;
}

/*
* Login Header Styles
*/

.LoginHeader
{
	background-color: #e6e6e6;
}

/* Used on the Login control for the heading image background */
.LoginHeaderLabel
{
	background-color: #666666;
}

.LoginHeaderText 
{
	/*Leave blank for WW*/
}
.LoginHeaderText a:link { color:#666666; }
.LoginHeaderText a:visited { color:#666666; }
.LoginHeaderText a:hover { color:#269647; }
.LoginHeaderText a:active { color:#269647; }

.LoginHeaderWelcomeBar 
{
	background-color: #666666;
}

.LoginHeaderLoginBar
{
	background-color: #269647;
}
.LoginHeaderLoginBar a:link { color:#FFFFFF; }
.LoginHeaderLoginBar a:visited { color:#FFFFFF; }
.LoginHeaderLoginBar a:hover { color:#E6E6E6; }
.LoginHeaderLoginBar a:active { color:#E6E6E6; }



/*
* Delivery Schedule Styles
*/

.DeliverySchedule_Day 
{
	background-color:#FFFFFF;
	border-right: 2px solid #E6E6E6;
	border-bottom: 2px solid #E6E6E6;	
	vertical-align: top;
	text-align:left;
}
/* No deliveries available for the day*/
.DeliverySchedule_NoWindowsRow {}
.DeliverySchedule_NoWindowsStatus {}

/* Window is available */
.DeliverySchedule_AvailableRow {}
.DeliverySchedule_AvailableStatus {}

/* Window has closed */
.DeliverySchedule_ClosedRow 
{
	color:#666666;
}
.DeliverySchedule_ClosedStatus
{
	color:#666666;
}

/* Window is closing soon */
.DeliverySchedule_ClosingSoonRow {}
.DeliverySchedule_ClosingSoonStatus
{
	color:Red;
	font-weight:bold;
}

/* Window is currently reserved*/
.DeliverySchedule_ReservedRow 
{
	background-color:#269647;
	color:#FFFFFF;
}
.DeliverySchedule_ReservedStatus
{
	color:#FFFFFF;
}

.MyLists_ListList 
{
}
a.MyLists_ListList			{ text-decoration:underline; }
a.MyLists_ListList:link		{ color:#666666; }
a.MyLists_ListList:visited	{ color:#666666; }
a.MyLists_ListList:hover	{ color:#269647; }
a.MyLists_ListList:active	{ color:#269647; }

/*
* Product Stamp Styles
*/

.ProductStamp_SupersessionText 
{
	color:#269647;
}

.ProductStamp_OnecardPointsAmount
{
	font-size: 9pt;
	color: Black;
    font-family: Arial;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    padding-top: 2px;
    width: 29px; 
    height: 29px;
}

.Shelf_ProductInfo 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  9px;
	color: #269647;
}

/*
* Checkout styles
*/
.Checkout_CouponRedeemedMessage 
{
	text-align:center;
	color:#269647;
}

/*
* Product Detail Styles
*/

.ProductDetail_Name 
{
	color: #269647;
	font-weight:bold;
}

.ProductDetail_OnecardPointsAmount
{
	font-size: 18pt;
	color: Black;
    font-family: Arial;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    padding-top: 2px;
    width: 54px; 
    height: 54px;
}

/*
Static Content Styles
*/

.StaticContentDepartmentLinks 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0;
	font-weight: normal;
}

/*
 * Suburb search
 */
.SuburbSearchResults .Selected
{
	background:#A4C880; 
}