/*
* Header Styles (only used by static content at present)
*/

h1 
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color : #2F4078;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 
{
	/*This varies depending on the static content page. This is mostly overriden in those files.*/
	color: #009900;	
}

.StaticContentPaging 
{

}

.ErrorMessage
{
	color:Orange
}

/*
* Link Styles
*/
a			{ text-decoration:underline; }
a:link		{ color:#666666; }
a:visited	{ color:#666666; }
a:hover		{ color:#2F4078; }
a:active	{ color:#2F4078; }

/*
* Header Styles
*/
.subhead {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #2f4078;
    font-weight : bold;
}

/*
* Shading Settings
*/

.LoginHeader
{
	background-color: #2F4078;
}

/* Used on the Login control for the heading image background */
.LoginHeaderLabel
{
	background-color: #2F4078;
}

.LoginHeaderText 
{
	color:White;
}
.LoginHeaderText a:link { color:#FFFFFF; }
.LoginHeaderText a:visited { color:#FFFFFF; }
.LoginHeaderText a:hover { color:#EBEBEB; }
.LoginHeaderText a:active { color:#FFFFFF; }



.LoginHeaderWelcomeBar 
{
	background-color: #445386;
}

.LoginHeaderLoginBar
{
	background-color: #FFCC33;
}
.LoginHeaderLoginBar a:link { color:#2F4078; }
.LoginHeaderLoginBar a:visited { color:#2F4078; }
.LoginHeaderLoginBar a:hover { color:#445386; }
.LoginHeaderLoginBar a:active { color:#445386; }

/*
* 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:#2F4078;
	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:#2F4078; }
a.MyLists_ListList:active	{ color:#2F4078; }

/*
* Product Stamp Styles
*/

.ProductStamp_SupersessionText 
{
	color:#2F4078;
}

.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: #2F4078;
}

/*
* Checkout styles
*/
.Checkout_CouponRedeemedMessage 
{
	text-align:center;
	color:#2F4078;
}


/*
* Product Detail Styles
*/

.ProductDetail_Name 
{
	color: #2F4078;
	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:#89A3BD;
}



