﻿/*********** Columns ***************/

.content
{
	padding: 0.5em 0 1em 0.5em;
	margin: 0;
	margin: auto;
	width: 975px;
	background-color: #FFFFFF;
	min-height: 450px;
	position: relative;
}

#left-col
{
	width: 240px;
	float: left;
}

#right-col
{
	width: 725px;
	float: right;
}

#left-col2
{
	width: 190px;
	float: left;
}

#right-col2
{
	width: 775px;
	float: right;
}

#one-col
{
	width: 100%;
	float: left;
}


ul.desktop
{
	list-style: none;
	padding: 0;
	margin: 0 0 0 2em !important;
	margin: 0 0 0 1em;
	clear: both;
}

ul.desktop li
{
	float: left;
	margin: 0 1em 0.75em 1em !important;
	margin: 0 0.75em 0.75em 0.75em;
}

ul.desktop li img
{
	border: 0;
}

h2.home
{
	color: #eb6e1f;
	clear: both;
}


body
{
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0; /* VLU: default background is removed from here. it is set on code-behind of master pages. 		Background is only applicable on Text1Contrast1 */
}

input, select
{
	font-family: Verdana, Geneva, sans-serif;
}

p, ul, label, table
{
	font-size: 0.8em; /* Needs changing for Themes */
}

p
{
	line-height: 1.4em;
	margin-bottom: 1em;
}

h2
{
	font-size: 1.8em;
	font-weight: lighter;
	padding: 0.1em 0 0 0;
	margin: 0;
}

h3
{
	font-size: 1em; /* Needs changing for Themes */
	padding: 0;
	margin: 0 0 1em 0;
}

h4
{
	font-size: 1em; /* Needs changing for Themes */
}

div.h-rule
{
	background: url(images/Core/horizontal-rule.png) repeat-x;
	width: 100%;
	height: 6px;
	clear: both;
	margin: 0;
	padding: 0;
}

div.h-rule-invisible
{
	width: 100%;
	height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}

a#report
{
	padding: 0.25em;
	background-color: #df2d2d; /* Needs changing for Themes */
	color: #FFF;
	text-decoration: none;
	border-top: #e97171 2px solid; /* Needs changing for Themes */
	border-right: #be2626 2px solid; /* Needs changing for Themes */
	border-bottom: #971f1f 2px solid; /* Needs changing for Themes */
	border-left: #cd2929 2px solid; /* Needs changing for Themes */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-left: 0.5em;
	float: left;
}

a:hover#report {
	background-color: #cc2929;													/* Needs changing for Themes */
}

div.print-button
{
	clear: both;
}

div.print-button img
{
	float: left;
	margin-right: 10px;
}

div.print-button p
{
	margin: 5px 0 0 0;
	padding: 0;
}

ul#main-nav
{
	position: relative;
	list-style: none;
	margin: 10px 0 10px 0;
	float: right;
	width: 822px;
	background-color: #414042; /* Needs changing for Themes */
	color: #FFF;
	text-transform: uppercase;
	padding: 0.4em 0 0 3.5em;
	font-weight: bold;
	border-bottom: 8px solid #414042;
}

/*********** Navi Banner **********/

ul#main-nav.home
{
	border-bottom: 8px solid #eb6e1f;
}
/* Needs changing for Themes */
ul#main-nav.shop
{
	border-bottom: 8px solid #fa6dff;
}
/* Needs changing for Themes */
ul#main-nav.council
{
	border-bottom: 8px solid #2772d8;
}
/* Needs changing for Themes */
ul#main-nav.life
{
	border-bottom: 8px solid #ffec1e;
}
/* Needs changing for Themes */
ul#main-nav.account
{
	border-bottom: 8px solid #4bab3b;
}
/* Needs changing for Themes */


ul#main-nav .bookend-left
{
	position: absolute;
	background: url(images/Core/rounded-nav.png) no-repeat !important;
	background: url(images/Core/rounded-nav.gif) no-repeat;
	left: 0px;
	top: 0px;
	width: 19px;
	height: 43px;
	z-index: 10;
	padding: 0;
	margin: 0;
}

ul#main-nav .bookend-right
{
	position: absolute;
	right: 0 !important;
	right: -1px;
	background: url(images/Core/rounded-nav-end.png) no-repeat !important;
	background: url(images/Core/rounded-nav-end.gif) no-repeat;
	top: 0px;
	width: 19px;
	height: 43px;
	z-index: 10;
	padding: 0;
	margin: 0;
}

ul#main-nav li
{
	padding: 0;
	margin: 0 20px 0 20px;
	float: left;
}

ul#main-nav li a
{
	color: #FFF; /* Needs changing for Themes */
	float: left;
	padding: 0.5em 1em;
	text-decoration: none;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
}


/** Home tab **/
ul#main-nav li#nav-home.active a
{
	background-color: #eb6e1f; /* Needs changing for Themes */
}
/** Search and shop tab **/
ul#main-nav li#nav-shop.active a
{
	background-color: #fa6dff; /* Needs changing for Themes */
}
/**My Council tab **/
ul#main-nav li#nav-council.active a
{
	background-color: #2772d8; /* Needs changing for Themes */
}
/** My Life tab **/
ul#main-nav li#nav-life.active a
{
	background-color: #ffec1e; /* Needs changing for Themes */
	color: #000; /* Needs changing for Themes */
}
/** My Account tab **/
ul#main-nav li#nav-account.active a
{
	background-color: #4bab3b; /* Needs changing for Themes */
}

/** rollover states **/
ul#main-nav li#nav-home a:hover
{
	background-color: #eb6e1f; /* Needs changing for Themes */
}
/** Search and shop tab **/
ul#main-nav li#nav-shop a:hover
{
	background-color: #fa6dff; /* Needs changing for Themes */
}
/**My Council tab **/
ul#main-nav li#nav-council a:hover
{
	background-color: #2772d8; /* Needs changing for Themes */
}
/** My Life tab **/
ul#main-nav li#nav-life a:hover
{
	background-color: #ffec1e; /* Needs changing for Themes */
	color: #000;
}
/** My Account tab **/
ul#main-nav li#nav-account a:hover
{
	background-color: #4bab3b;
}


/************ Header *****************/

#header
{
	padding: 0.5em 0 0.5em 0.5em;
	margin: 0;
	margin: auto;
	width: 975px; /* Needs changing for Themes */
	background-color: #FFFFFF;
}

#header p
{
	padding: 0;
	margin: 0;
}

#header-right
{
	float: right;
	padding: 0;
	margin: 0 0.5em 0 0;
}

p#login
{
	float: left;
	margin-left: 20px;
}
p.accessibility-text
{
	float: left;
	margin: 0; padding: 0;
	
}
ul#accessibility
{
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
}

ul#accessibility li
{
	float: left;
	border: 1px solid #9497a3; /* Needs changing for Themes */
	margin: 0 2px 0 0;
	padding: 0;
	height: 18px;
	line-height: 17px;
}

ul#accessibility li a
{
	text-decoration: none;
	color: #9497a3; /* Needs changing for Themes */
	padding: 2px;
	margin: 0;
}

ul#accessibility li.default
{
	font-size: 12px;
}
/* Needs changing for Themes */
ul#accessibility li.large
{
	font-size: 14px;
}
/* Needs changing for Themes */
ul#accessibility li.xlarge
{
	font-size: 18px;
}
/* Needs changing for Themes */
ul#accessibility li.xxlarge
{
	font-size: 20px;
}
/* Needs changing for Themes */


/*contrasts*/

ul#accessibility-c
{
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
}

ul#accessibility-c li
{
	float: left;
	border: 1px solid #9497a3; /* Needs changing for Themes */
	margin: 0 2px 0 0;
	padding: 0;
	height: 18px;
	line-height: 17px;
}

ul#accessibility-c li a
{
	text-decoration: none;
	color: #9497a3; /* Needs changing for Themes */
	padding: 2px;
	margin: 0;
}

ul#accessibility-c li.default
{
	font-size: 12px;
}
/* Needs changing for Themes */
ul#accessibility-c li.large
{
	font-size: 12px;
	background: #000;
}
/* Needs changing for Themes */
ul#accessibility-c li.xlarge
{
	font-size: 12px;
	background: #ffff99;
}
/* Needs changing for Themes */
ul#accessibility-c li.xxlarge
{
	font-size: 12px;
	background: #def0f9;
}
/* Needs changing for Themes */


ul#accessibility-c li.large a
{
	color: #ffff00;
}
/* Needs changing for Themes */
ul#accessibility-c li.xlarge a
{
	color: #000000;
}
/* Needs changing for Themes */
ul#accessibility-c li.xxlarge a
{
	color: #003471;
}

#s4s-logo
{
	float: left;
	width: 88px;
	height: 95px;
	background: url(images/Core/s4s-logo.png) no-repeat;
	cursor: hand;
}

#s4s-logo h1 span
{
	position: absolute;
	left: -2000px;
}

/*********** Breadcrumb style **********/

ul#breadcrumbs
{
	list-style: none;
	padding: 0;
	margin: 0 0 1em 0;
	clear: both;
	float: left; /* DST: for fix E-PRO00003245 */
	max-width: 810px;
}

ul#breadcrumbs h4
{
	float: left;
	margin: 0 0.5em 0 0;
	padding: 0;
}

ul#breadcrumbs li
{
	float: left;
	margin: 0 0.5em 0 0;
	font-weight: bold;
}

ul#breadcrumbs li a
{
	/*float: left;*/ /* VLU: commented because of broken design on three-repeated placement, for ex.: "You are here: Home Sign Up > > User Sign Up Form" */
	margin: 0 0.3em 0 0.2em;
	font-weight: normal;
}

ul#breadcrumbs li span
{
	font-weight: normal; /* DST deleted "color: #898989;" for fix bug#E-PRO00003241	 */ /* Needs changing for Themes */
}

/* DST for fix E-PRO00003241 */
ul#breadcrumbs li span .current_node
{
	font-weight: bold;
}

/* DST for fix E-PRO00003241 */
ul#breadcrumbs li span .path_separator
{
	color: #898989;
}

/************** Basket *****************/

div#basket
{
	float: right;
	margin: 0;
	min-width: 6.9em;
	width: 8.2em;
	padding: 0.3em 0.3em 0.3em 2em;
	background-color: #e5e5e5; /* Needs changing for Themes */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
}

div#basket-icon
{
	position: absolute;
	background: url(images/Core/basket.png) no-repeat;
	width: 32px;
	height: 31px;
	left: -8px;
	top: -5px !important;
	top: 0px;
}

div#basket p
{
	padding: 0;
	margin: 0;
}
div#basket p a
{
	padding: 0;
	margin: 0;
}

/************ Help button **************/

#help-button
{
	float: right;
	margin: 0 0 1.2em 1em;
}

#help-button a
{
	padding: 0.5em 0.5em 0.5em 2.5em;
	text-decoration: none;
	color: #2772d8; /* Needs changing for Themes */
	border: 1px solid #cbcbcb; /* Needs changing for Themes */
	background: url(images/Core/help-button.jpg) #d9d9d9 repeat-x top; /* Needs changing for Themes */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
}

#help-button a:hover
{
	/*	text-decoration: underline;*/
	border: 1px solid #aaaaaa; /* Needs changing for Themes */
	background: url(images/Core/help-button-roll.jpg) repeat-x top #cdcdcd; /* Needs changing for Themes */
}

#help-button a span
{
	position: absolute;
	background: url(images/Core/help-button.png) no-repeat;
	width: 24px;
	height: 25px;
	z-index: 10;
	left: 9px;
	top: 6px;
}


/*********** Search styles *************/

#search
{
	border: 1px solid #dcdcdc;
	background: url(images/Core/search-bar.jpg) top repeat-x #ffffff;
	padding: 0.5em 0.5em 0.5em 1.5em;
	margin: 0.5em 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#search form
{
	padding: 0;
	margin: 0;
}

/*********** Sorting styles ************/

#sort
{
	padding: 0.5em;
	margin: 0.5em 0;
	background-color: #f6f6f6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	clear: both;
	float: none !important;
	float: left;
}

#sort label
{
	float: left;
}

#sort ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#sort ul li
{
	float: left;
	margin: 0;
	line-height: 1.8em;
}

#sort ul li a
{
	margin: 0 0.4em;
	padding-top: 0.2em;
}

#sort label.left
{
	float: left;
	font-weight: bold;
	margin-right: 0.8em;
	line-height: 1.8em;
}
#sort label.right
{
	float: right;
	line-height: 1.8em;
}

ul#sort-alphabet
{
	list-style: none;
	padding: 0 0 2em 0;
	margin: 0.8em;
}

ul#sort-alphabet li
{
	float: left;
	margin: 0.2em;
}

/*********** Table style ***************/

table.account
{
	width: 100%;
	border: 1px solid #dcdcdc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-bottom: 2.4em;
}

table.account a img
{
	border: 0;
}

table.account tr.header
{
	font-weight: bold;
	background-color: #f8f8f8;
}

table.account tr.header td
{
	padding: 0.75em 1.8em 0.75em 0.75em;
}

table.account tr.header-alt
{
	font-weight: bold;
	background-color: #f8f8f8;
}

/*table.account tr.header td a {
	padding: 0.75em 1.8em 0.75em 0.75em;
	position: relative;
	display: block;
	text-decoration: none;
	color: #000;
}
*/

/*table.account tr.header td:hover {
	background: url(images/Core/table-header-active.jpg) repeat-x top #f1f1f1;
}*/

/*table.account tr.header td a span {
	display: none;
}

table.account tr.header td:hover a span {
	background: url(images/Core/table-sorting-arrow.png) no-repeat;
	display: block;
	width: 10px;
	height: 8px;
	position: absolute;
	right: 6px;
	top: 14px;
	z-index: 10;
}*/

table.account td
{
	padding: 0.75em;
	border-bottom: 1px dotted #999;
	vertical-align: top;
}

table.account td input
{
	margin: 0;
	padding: 0;
}

/** Basket **/

table.basket
{
	width: 100%;
	margin: 1em 0 1em 0;
}

table.basket tr.header
{
	font-weight: bold;
	background-color: #f4f4f4;
}

table.basket tr.header td
{
	padding: 0;
	border: 0;
}

table.basket td input.qty
{
	width: 4em;
}

table.basket tr.header td a
{
	padding: 0.75em 1.8em 0.75em 0.75em;
	position: relative;
	display: block;
	text-decoration: none;
	color: #000;
}


table.basket tr.header td:hover
{
	background: url(images/Core/table-header-active.jpg) repeat-x top #f1f1f1;
}

table.basket tr.header td a span
{
	display: none;
}

table.basket tr.header td:hover a span
{
	background: url(images/Core/table-sorting-arrow.png) no-repeat;
	display: block;
	width: 10px;
	height: 8px;
	position: absolute;
	right: 6px;
	top: 14px;
	z-index: 10;
}

table.basket td
{
	padding: 0.75em;
	border-bottom: 1px dotted #999;
}

table.basket tr.footer
{
	background-color: #f4f4f4;
}

/* AOM: To fix a defect E-PRO00003597*/
.column_basket_price
{
    width: 150px;
}

table.basket tr.footer td
{
	border: 0;
}

table.basket tr.footer h3
{
	color: #c556c9;
	margin: 0;
	padding: 0;
}

/** Basket Delivery **/

table.basket-delivery
{
	width: 100%;
	margin: 1em 0 1em 0;
}

table.basket-delivery tr.header
{
	font-weight: bold;
	background-color: #f4f4f4;
}

table.basket-delivery tr.header td
{
	border: 0;
	padding: 0.75em 1.8em 0.75em 0.75em;
	text-decoration: none;
	color: #000;
}
table.basket-delivery td
{
	padding: 0.5em 0.5em 0.5em 0.75em;
}
/*Delivery address specific**/
table.basket-delivery.padding-left tr.header td
{
	padding-left: 8em;
}
table.basket-delivery.padding-left td
{
	padding-left: 8em;
}

table.basket-delivery td input.qty
{
	width: 20em;
}

/* DST E-PRO00003126 for county dropdown */
table.basket-delivery td select
{
	width: 20em;
}

table.basket-delivery tr.footer
{
	background-color: #f4f4f4; /* Needs changing for Themes */
	height: 2em;
}

table.basket-delivery tr.footer h3
{
	color: #c556c9; /* Needs changing for Themes */
	margin: 0;
	padding: 0;
}


/*********** Footer style **************/

#footer
{
	background-color: #f3f3f3; /* Needs changing for Themes */
	border-top: 3px #dedede solid; /* Needs changing for Themes */
	overflow: hidden;
	margin: 1em 0 0 0;
	padding: 1em 0;
	clear: both;
}

#footer-wrap
{
	margin: auto;
	width: 960px;
	padding: 0 0 0 3em;
}

#footer h4
{
	/*	float: left;*/
	padding-bottom: 0.8em;
	margin: 0 0 0.8em 0;
	border-bottom: 1px solid #b6b6b6;
}

#footer ul
{
	float: left;
	margin: 0 5em 0 0;
	padding: 0;
	list-style: none;
}

#footer ul ul
{
	list-style: disc;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

#footer ul li
{
	margin: 0 0 0 1.2em;
}



#footer ul a
{
	color: #000;
	text-decoration: none;
}

#footer ul a:hover
{
	text-decoration: underline;
}

#footer-logos
{
	background-color: #ececec;
	padding: 1em 1.5em 1em 1em;
	text-align: right;
	margin: 0;
}

#footer-logos .textics
{
	float: left;
}

#footer-logos img
{
	border: none;
	margin: 0 0 0 1em;
	vertical-align: bottom;
}


/*** Buttons ***/

/** save changes button **/

.save-button
{
	float: left;
	font-size: 1em;
	margin-left: 11.5em;
	margin-bottom: 2em;
}

.save-button a
{
	color: #FFF;
	padding: 0.5em 2em;
	float: left;
	text-decoration: none;
	background: #4bab3b;
	border-top: 2px #b5dcae solid;
	border-right: 2px #327227 solid;
	border-bottom: 2px #26561e solid;
	border-left: 2px #62b654 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.save-button a:hover
{
	background: #3f9530;
	border-top: 2px #b1d4ab solid;
	border-right: 2px #2a6320 solid;
	border-bottom: 2px #204b18 solid;
	border-left: 2px #59a44c solid;
}

.save-button label
{
	color: #FFF;
	padding: 0.5em 2em;
	float: left;
	text-decoration: none;
	background: #7b7b7b;
	border-top: 2px #656565 solid;
	border-right: 2px #8c8c8c solid;
	border-bottom: 2px #929292 solid;
	border-left: 2px #595959 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 1em;
}

/** Tab Header **/
.tab-button
{
	float: left;
	font-size: 1em;
	margin-left: 11.5em;
	margin-bottom: 2em;
}

.tab-button a
{
	color: #FFF;
	padding: 0.5em 2em;
	float: left;
	text-decoration: none;
	background: #7b7b7b;
	border-top: 2px #656565 solid;
	border-right: 2px #8c8c8c solid;
	border-bottom: 2px #929292 solid;
	border-left: 2px #595959 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tab-button a:hover
{
	background: #3f9530;
	border-top: 2px #b1d4ab solid;
	border-right: 2px #2a6320 solid;
	border-bottom: 2px #204b18 solid;
	border-left: 2px #59a44c solid;
}

.tab-button label
{
	color: #FFF;
	padding: 0.5em 2em;
	float: left;
	text-decoration: none;
	background: #4bab3b;
	border-top: 2px #b5dcae solid;
	border-right: 2px #327227 solid;
	border-bottom: 2px #26561e solid;
	border-left: 2px #62b654 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 1em;
}
/** End of Tab Header **/

/** home changes button **/

.home-button
{
	float: left;
	font-size: 1em;
	margin-bottom: 2em;
}

.home-button a
{
	color: #FFF;
	padding: 0.5em 2em;
	float: left;
	text-decoration: none;
	background: #eb6e1f;
	border-top: 2px #f7c3a3 solid;
	border-right: 2px #9d4915 solid;
	border-bottom: 2px #a44d16 solid;
	border-left: 2px #ee823e solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.home-button a:hover
{
	background: #e1691e;
	border-top: 2px #fae5d9 solid;
	border-right: 2px #b65518 solid;
	border-bottom: 2px #71350f solid;
	border-left: 2px #e57e3d solid;
}

/** Basket buttons **/

.basket-button
{
	float: left;
	font-size: 1em;
	margin: 0;
}

.basket-button a
{
	color: #FFF;
	padding: 0.5em 0.75em;
	float: left;
	text-decoration: none;
	background: #cd59d1;
	border-top: 2px #eabbec solid;
	border-right: 2px #893b8b solid;
	border-bottom: 2px #672d69 solid;
	border-left: 2px #d470d7 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.basket-button a:hover
{
	background: #ba51be;
	border-top: 2px #e3b7e4 solid;
	border-right: 2px #7c367f solid;
	border-bottom: 2px #823985 solid;
	border-left: 2px #c369c7 solid;
}

.basket-button a img
{
	border: 0;
	vertical-align: middle;
}

.basket-button.left
{
	float: left;
}

.basket-button.right
{
	float: right;
}

.basket-button.left a img
{
	margin-right: 10px;
}

.basket-button.right a img
{
	margin-left: 10px;
}

/** Basket table buttons **/

.basket-table-button
{
	float: left;
	font-size: 1em;
}

.basket-table-button a
{
	/*color: #FFF;
	padding: 0.2em 0.5em;*/
	float: left;
	text-decoration:underline;
	/*background: #cd59d1;
	border-top: 2px #eabbec solid;
	border-right: 2px #893b8b solid;
	border-bottom: 2px #672d69 solid;
	border-left: 2px #d470d7 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

.basket-table-button a:hover
{
	/*background: #ba51be;
	border-top: 2px #e3b7e4 solid;
	border-right: 2px #7c367f solid;
	border-bottom: 2px #823985 solid;
	border-left: 2px #c369c7 solid;*/
}

/** Catalogue buttons **/

.cat-button
{
	font-size: 1.3em;
}

.cat-button.normal
{
	font-size: 1em;
	padding-top: 0.5em;
	clear: both;
}

.cat-button a
{
	color: #FFF;
	padding: 0.5em;
	float: left;
	text-decoration: none;
	background: #cd59d1;
	border-top: 2px #eabbec solid;
	border-right: 2px #893b8b solid;
	border-bottom: 2px #672d69 solid;
	border-left: 2px #d470d7 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.cat-button a:hover
{
	background: #ba51be;
	border-top: 2px #e3b7e4 solid;
	border-right: 2px #7c367f solid;
	border-bottom: 2px #823985 solid;
	border-left: 2px #c369c7 solid;
}

/** Added for 1.6 **/
.cat-button a img
{
	border: 0;
	vertical-align: top;
	margin-right: 0.5em;
}


/** Added for 1.6 **/

/************** Basket *****************/

div#PA
{
	float: right;
	clear: right;
	min-width: 6.5em;
	width: 6.5em;
	margin: 0.25em 0 0 0;
	padding: 0.3em 0.3em 0.3em 2em;
	background-color: #e5e5e5; /* Needs changing for Themes */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
}

div#PA-icon
{
	position: absolute;
	background: url(images/Core/PA-icon.png) no-repeat;
	width: 32px;
	height: 31px;
	left: -8px;
	top: -5px !important;
	top: 0px;
}

div#PA p
{
	padding: 0;
	margin: 0;
}
div#PA p a
{
	padding: 0;
	margin: 0;
}


table.account tr.header-alt
{
	font-weight: bold;
	background-color: #f8f8f8;
}

/************************ Validation Messages style *************************************/
/* VLU: style for validation messages */
.validation-message
{
	vertical-align: top;
	font-size: 12px; /* MAH add for normalize validation message*/
	color: #FF0000;
}
/************************ End Validation Messages style *********************************/

/************************ Submit Button style *************************************/
/* VLU: style for buttons, that are not hyperlinks */
.submitbutton
{
	font-size: 1em;
	margin-bottom: 2em;
}

.submitbutton input
{
	color: #FFF;
	padding: 0.5em 2em;
	text-decoration: none;
	background: #eb6e1f;
	border-top: 2px #f7c3a3 solid;
	border-right: 2px #9d4915 solid;
	border-bottom: 2px #a44d16 solid;
	border-left: 2px #ee823e solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	width: 13em; /* AOM: For fixing of defect E-PRO00003585 */
	height: 2.5em; /* AOM: For fixing of defect E-PRO00003585 */
}

.submitbutton input:hover
{
	background: #e1691e;
	border-top: 2px #fae5d9 solid;
	border-right: 2px #b65518 solid;
	border-bottom: 2px #71350f solid;
	border-left: 2px #e57e3d solid;
}
/************************ End Submit Button style *************************************/

/************************ Error Control style *************************************/
/* VLU: style for Error control */
h3.error
{
	color: #FF0000;
	padding: 1em;
	border: 1px solid #adadad;
	margin-top: 0;
}
/************************ End Error Control style *************************************/


/************************ Inbox Messages Details page styles *************************************/
/* VLU: styles added because there was no design for history of message */
hr.table2
{
	border-color: #ccc;
	border-style: dotted;
	border-width: 1px 0 0;
	clear: both;
	margin: 0px 0 0px;
	height: 0;
}
/************************ End Inbox Messages Details page styles *************************************/

/* VLU: Added for managing width of SearchCategory */
.search_category_dropdown
{
	/*Comment this property for common mechanisms support of size*/
	width: 200px; /*Comment this property for common mechanisms support of size*/ /*    height: 20px; DST: remove for fox bug#E-PRO00003246 */
	margin-top: 0;
}
/* NLA: Category drop down fix */
select.expand {
    width: auto;
    overflow:hidden;
}
.search_button
{
	position: relative;
	display: block; 
	left:590px;
	top:-44px;
}
/* NLA: End of Category drop down fix */

/* DST added for error pages */
/**********Error style ***************/
div.error
{
	padding: 20px 50px 10px 35%;
	background: url(images/error.png) no-repeat 0 2em;
	margin-bottom: 5em;
}
div.error-help
{
	background-color: #f6f6f6;
	padding: 10px;
}

div.error-help li
{
	margin-bottom: 1em;
}

/**********Error ends ***************/

/* VLU: styles for PrintFundingStatement.aspx taken from 1.4 styles. used only in Text1Contrast1 */
/********** PrintFundingStatement styles ***************/

/* common column settings */
.colright, .colmid, .colleft
{
	float: left;
	width: 100%; /* width of page */
	position: relative;
}

.col1, .col2, .col3
{
	float: left;
	position: relative;
	padding: 0 0 1em 0; /* no left and right padding on columns, we just make them narrower instead only padding top and bottom is included here, make it whatever value you need */
	overflow: hidden;
}

.label-content
{
	border: 1px solid #cfcfcf;
	padding: 20px;
	width: 90%;
	margin: 0 0 10px 0;
	float: left;
	clear: both;
}

.label-content a img
{
	border: 0;
}

.label-content ul ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.label-content ul ul li img
{
	padding: 0 10px 5px 10px;
}

.label-content h2 img
{
	margin: 0 0.75em 0 0;
}

/* Expand Button style */
.expand-button
{
	margin: 10px 0px 5px;
	padding: 0 10px 5px 10px;
}

div.table-holder-funding-statement
{
	margin: 0 20px 10px 30px;
	padding: 20px;
	background-color: #f2f2f2;
}

table.table-2
{
	margin-bottom: 0px; /*** Added by Wil to accommodate the table footer ***/
	padding: 0;
	border: 1px #adadad solid;
	width: 100%;
}

td.table-row-2-header
{
	padding: 1em;
	background-color: #e6e6e6;
}

td.table-row-2-header a img
{
	float: left;
	width: 14px;
	height: 16px;
}

td.table-row-2
{
	padding: 0.75em 1em 0.75em 1em;
	border-top: dotted 1px #adadad;
}

.funding-balance
{
	padding: 2px 40% 10px 10px;
	background-color: #fee9e9;
}

.small-print
{
	font-size: 0.9em;
	color: #666666;
	list-style: none;
}
/**********PrintFundingStatement ends ***************/

/* VLU: style is for correct color on calendar for Contrast#2 (AboutMe, ServiceRequest, Registration)
For other contrasts this style should be empty */
table.calendar tr td table tr td
{
}

/* VLU: style is for correct color on calendar for Contrast#2 (UsernameRetrieval)
For other contrasts this style should be empty */
li.calendar table tr td
{
}

/* VLU: style for common form to fix defect E-PRO00003305 Incorrect imagery of background page */
form.common-form
{
	margin-bottom: -18px;
}

/* Styles for 'Report this page' link*/
a#reportThisPage
{
	padding: 0.25em;
	background-color: #df2d2d; /* Needs changing for Themes */
	color: #FFF;
	text-decoration: none;
	border-top: #e97171 2px solid; /* Needs changing for Themes */
	border-right: #be2626 2px solid; /* Needs changing for Themes */
	border-bottom: #971f1f 2px solid; /* Needs changing for Themes */
	border-left: #cd2929 2px solid; /* Needs changing for Themes */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-left: 0.5em;
	float: left;
}

a:hover#reportThisPage
{
	background-color: #cc2929; /* Needs changing for Themes */
}

/*  Alphabet seacrh styles*/
ul#sort-alphabet {
	list-style: none;
	padding: 0 0 2em 0;
	margin: 0.8em;
}

ul#sort-alphabet li {
	float: left;
	margin: 0.2em;
}

/*******************/

/* Added for 1.7.1
----------------------------------------------------------------------*/
ol	{ font-size: 0.8em; }
ol li	{ margin-bottom: 5px; }

