/* Default CSS Stylesheet for a new Web Application project */

BODY {
	/* BACKGROUND-COLOR: white; */
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 80%;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	margin-top: 0px;
	/* margin-left:8px; */
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT {
	COLOR: #003366;
}

H1 {
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2 {
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: #6331A5;
	/* background-color: #FFFFFF; */
}

H3 {
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 1.58em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H4 {
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT {
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6 {
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 0.8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD {
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	/* font-family: Arial, Helvetica, sans-serif; */
}

TH {
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	/* font-family: Arial, Helvetica, sans-serif; */
}

SMALL {
	font-size: 0.7em;
}

BIG {
	font-size: 1.17em;
}

BLOCKQUOTE, PRE {
	font-family: "Courier New", monospace;
}


UL LI {
	list-style-type: square;
}

	UL LI LI {
		list-style-type: disc;
	}

		UL LI LI LI {
			list-style-type: circle;
		}

OL LI {
	list-style-type: decimal;
}

OL OL LI {
	list-style-type: lower-alpha;
}

OL OL OL LI {
	list-style-type: lower-roman;
}

/*
IMG 	{
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 5px;
	}
*/

.MENUTEXTABOUT {
	font-weight: lighter;
	font-size: 0.9em;
	text-transform: none;
	color: #42088c;
	font-style: normal;
	/* font-family: Tahoma; */
	/* background-color: white; */
	font-variant: normal;
}

.DATA {
	font-weight: lighter;
	font-size: 1em;
	text-transform: none;
	color: black;
	font-style: normal;
	/* font-family: Tahoma; */
	font-variant: normal;
}

.DATAHILITE {
	font-size: 0.9em;
	text-transform: none;
	color: black;
	font-style: normal;
	/* font-family: Tahoma; */
	background-color: #d3d3d3;
	font-variant: normal;
}

.DATAHEADER, .DATAHEADER TH {
	font-weight: lighter;
	font-size: 0.9em;
	text-transform: none;
	color: white;
	font-style: normal;
	/* font-family: Tahoma; */
	background-color: #4b5559;
	font-variant: normal;
}

.DATAHEADERFIXED, .DATAHEADERFIXED TH {
	/* POSITION: relative; Removed to try and stop the table header overwriting the details*/
	font-weight: lighter;
	font-size: 0.9em;
	text-transform: none;
	color: white;
	font-style: normal;
	/* font-family: Tahoma; */
	background-color: #4b5559;
	font-variant: normal;
	/*	TOP: expression(this.offsetParent.scrollTop); */
}

.ERRORMSG {
	font-weight: bolder;
	font-size: 0.9em;
	text-transform: none;
	color: red;
	font-style: normal;
	/* font-family: Tahoma; */
	font-variant: normal;
	/*PTC*/
	Width: 100%;
}

.HEADER {
	font-weight: lighter;
	font-size: 1em;
	text-transform: none;
	color: white;
	font-style: normal;
	/* font-family: Tahoma; */
	background-color: #4b5559;
	font-variant: normal;
	margin-top: 0%;
}

.MENUTEXT {
	font-weight: lighter;
	font-size: 1em;
	text-transform: none;
	color: #42088c;
	font-style: normal;
	/* font-family: Tahoma; */
	background-color: white;
	font-variant: normal;
}


.MENUTEXTHILITE {
	font-size: 1em;
	background-image: none;
	text-transform: none;
	color: #ffffff;
	font-style: normal;
	/* font-family: Tahoma; */
	background-color: #bfa2e7;
	font-variant: normal;
	text-decoration: underline;
}

.MENUHEADER {
	font-weight: lighter;
	font-size: 1em;
	text-transform: none;
	color: white;
	font-style: normal;
	/* font-family: Tahoma; */
	background-color: #6331a5;
	font-variant: normal;
}





.NORMAL {
	font-weight: lighter;
	font-size: 1em;
	text-transform: none;
	color: black;
	font-style: normal;
	/* font-family: Tahoma; */
	font-variant: normal;
}



.NORMALENTRY {
	font-weight: lighter;
	font-size: 1em;
	text-transform: none;
	color: black;
	font-style: normal;
	/* font-family: Tahoma; */
	font-variant: normal;
}

.NORMALENTRYRIGHT {
	text-align: right;
	font-weight: lighter;
	font-size: 1em;
	text-transform: none;
	color: black;
	font-style: normal;
	/* font-family: Tahoma; */
	font-variant: normal;
}

.normalentryright {
	text-align: right;
	background-color: green;
}

.NORMALENTRYERR {
	font-weight: lighter;
	font-size: 1em;
	text-transform: none;
	color: blue;
	font-style: normal;
	/* font-family: Tahoma; */
	background-color: #CCFFFF;
	font-variant: normal;
}

.NORMALENTRYERRRIGHT {
	text-align: right;
	font-weight: lighter;
	font-size: 1em;
	text-transform: none;
	color: blue;
	font-style: normal;
	/* font-family: Tahoma; */
	background-color: #CCFFFF;
	font-variant: normal;
}


.NORMALBOLD {
	font-weight: bolder;
	font-size: 1em;
	text-transform: none;
	color: black;
	font-style: normal;
	/* font-family: Tahoma; */
	font-variant: normal;
}



.NORMALBOLDRIGHT {
	text-align: right;
	font-weight: bolder;
	font-size: 1em;
	text-transform: none;
	color: black;
	font-style: normal;
	/* font-family: Tahoma; */
	font-variant: normal;
}

.NORMALSMALL {
	font-weight: lighter;
	font-size: 0.8em;
	text-transform: none;
	color: black;
	font-style: normal;
	/* font-family: Tahoma; */
	font-variant: normal;
}


.HEADING {
	font-weight: lighter;
	font-size: 1.5em;
	text-transform: none;
	color: blue;
	font-style: italic;
	/* font-family: Tahoma; */
	font-variant: normal;
}

.ERROR {
	font-weight: lighter;
	font-size: 1em;
	text-transform: none;
	color: red;
	font-style: normal;
	/* font-family: Tahoma; */
	font-variant: normal;
}

.DATAALT {
	font-weight: lighter;
	font-size: 1em;
	text-transform: none;
	color: black;
	font-style: normal;
	/* font-family: Tahoma; */
	background-color: #dcdcdc;
	font-variant: normal;
}

.DATASMALL {
	font-weight: lighter;
	font-size: 0.9em;
	text-transform: none;
	color: black;
	font-style: normal;
	/* font-family: Tahoma; */
	/* background-color: white; */
	font-variant: normal;
}

.DATASMALLHEADERFIXED, .DATASMALLHEADERFIXED TH {
	/*	POSITION: relative; */
	font-weight: lighter;
	font-size: 0.9em;
	text-transform: none;
	color: white;
	font-style: normal;
	/* font-family: Tahoma; */
	background-color: #4b5559;
	font-variant: normal;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	/*	TOP: expression(this.offsetParent.scrollTop -2); */
}

.DATASMALLHILITE {
	font-weight: lighter;
	font-size: 1em;
	text-transform: none;
	color: black;
	font-style: normal;
	/* font-family: Tahoma; */
	background-color: #d3d3d3;
	font-variant: normal;
}

.FIXEDWIDTHDATA {
	font-weight: lighter;
	font-size: 1em;
	text-transform: none;
	color: black;
	font-style: normal;
	/* font-family: Monospace; */
	font-variant: normal;
}









.MENUBUTTON {
	background-color: #C1002B;
	color: White;
	/* Rounded Corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #C1002B;
}


.DISABLEDMENUBUTTON {
	background-color: #808080;
	color: White;
	/* Rounded Corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #808080;
}

	.MENUBUTTON:hover {
		background-color: White;
		color: #C1002B;
		border: solid 1px #C1002B;
	}

.DISABLEDMENUBUTTON {
    background-color: #6331A5;
    color: gray;
    /* Rounded Corners */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #6331A5;
   
}

.CONFIRMBUTTON {
	background-color: #C1002B;
	color: White;
	/* Rounded Corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #C1002B;
}

	.CONFIRMBUTTON:hover {
		background-color: white;
		color: #C1002B;
		border: solid 1px #C1002B;
	}

#BACKTOTOP {
	text-decoration: none;    
}


#divASPbuttons {
	float: left;
}


.MENUBUTTON_BACKTOTOP {

    text-decoration: none;
    background-color: #C1002B !important;
    border-bottom-color: #C1002B !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
    border-left-color: #C1002B !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
    border-right-color: #C1002B !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-top-color: #C1002B !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;

    border-top-style: solid !important;
    border-top-width: 1px !important;
    color: white !important;
    font-family: sans-serif !important;
    font-size: 13.33px !important;
    font-weight: 400 !important;

    padding: 1px 0px 0px 0px !important;

}

.MENUBUTTON_BACKTOTOP:hover{
    text-decoration: none;
    background-color: white !important;
    border-bottom-color: #C1002B !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-left-color: #C1002B !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
    border-right-color: #C1002B !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-top-color: #C1002B !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
    color: #C1002B !important;
    font-family: sans-serif !important;
    font-size: 13.33px !important;
    font-weight: 400 !important;
    padding: 1px 0px 0px 0px !important;
	cursor: pointer;

}
.MENUBUTTON_BACKTOTOP:visited {

    text-decoration: none;
    background-color: rgb(99, 49, 165) !important;
    border-bottom-color: rgb(99, 49, 165) !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
    border-left-color: rgb(99, 49, 165) !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
    border-right-color: rgb(99, 49, 165) !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-top-color: rgb(99, 49, 165) !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
    color: rgb(255, 255, 255) !important;
    font-family:  sans-serif !important;
    font-size: 13.33px !important;
    font-weight: 400 !important;
  padding:1px 2px 0px 0px !important;
    
}
.MENUBUTTON_BACKTOTOP:visited:hover {
    text-decoration: none;
    background-color: rgb(255, 255, 255) !important;
    border-bottom-color: rgb(99, 49, 165) !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-left-color: rgb(99, 49, 165) !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
    border-right-color: rgb(99, 49, 165) !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-top-color: rgb(99, 49, 165) !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
    color: rgb(99, 49, 165) !important;
    font-family:  sans-serif !important;
    font-size: 13.33px !important;
    font-weight: 400 !important;
    padding:1px 2px 0px 0px !important;
}

#divBackToTop {
    color: White; 
    float: left;
    margin: 1px 0px 0px 0px;
}
/*
#divBackToTop:hover {
	background-color: White;
	color: #6331A5;
	border: solid 1px #6331A5;
 
}*/



.paymentlistgrid {
	float: right;
}



.BACKTOTOP {
	text-decoration: none;
}



.MENUBUTTONHILITE {
	font-size: 1em;
	background-image: none;
	text-transform: none;
	width: 146px;
	color: #ffffff;
	font-style: normal;
	/* font-family: Tahoma; */
	height: 25px;
	background-color: #bfa2e7;
	font-variant: normal;
	text-align: left;
}

.MENUOPTION {
	/* Used for StandardPaymentList */
	background-color: #D1CEE1;
	color: #000000;
	border-style: none;
	width: 1em;
}

.SectionHeadings {
	/* Used for StandardPaymentList */
	/* background:#FFFFFF; */
	color: black;
	font-weight: bold;
	font-size: 1em;
}



.MAINMENUOPTION {
	/* Used by AddMenuOption() to format buttons on Main Menu on default screen */
	/*PTC*/
	padding-left: 0px;
	background: #FFFFFF; /* Set backgorund to white - otherwise it defaults to buttonface for input element */
	color: #000000;
	border-style: none;
	border-width: thin;
	width: 100%;
	text-align: left;
	/*height:20;*/
	/* font-family: Tahoma; */
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	cursor: pointer;
}

	.MAINMENUOPTION:hover {
		text-decoration: underline;
	}


.MAINMENUTEXTHILITE {
	padding-left: 0px;
	font-size: 1em;
	background-image: none;
	text-transform: none;
	color: #000000;
	font-style: normal;
	/* font-family: Tahoma; */
	background-color: #D1CEE1;
	font-variant: normal;
	width: 100%;
	text-align: left;
	vertical-align: top;
	border-style: none;
	cursor: pointer;
	text-decoration: underline;
}


.MAINMENUHEADER {
	/* Used for Default */
	font-weight: lighter;
	font-size: 1em;
	text-transform: none;
	color: white;
	font-style: normal;
	/* font-family: Tahoma; */
	background-color: #4b5559;
	font-variant: normal;
	width: 100%;
	vertical-align: top;
	border: none;
	margin-bottom: 0%;
	margin-top: 0%;
}

.HIDEMAINMENUHEADER {
	visibility: hidden;
}

.DATATAGGING:link {
	text-decoration: none;
	color: red;
}

.DATATAGGING:visited {
	text-decoration: none;
	color: red;
}

.DATATAGGING:active {
	text-decoration: none;
	color: red;
}

.DATATAGGING:hover {
	text-decoration: underline;
	color: red;
}

.DATATAGGING {
	font-weight: lighter;
	font-size: 0.9em;
	text-transform: none;
	color: red;
	font-style: normal;
	/* font-family: Tahoma; */
	font-variant: normal;
}

.DATATAGGING2 {
	font-weight: lighter;
	font-size: 0.9em;
	text-transform: none;
	color: orange;
	font-style: normal;
	/* font-family: Tahoma; */
	font-variant: normal;
}

.ShortCuts {
	color: black;
	font-size: 0.9em;
	margin-bottom: 0%;
}

.MainHeader {
	color: black;
	margin-bottom: 5px;
}

.NORMALENTRYDropDown {
	/* use this style where problems occur in IE7 with "clipping" of items in combos */
	font-size: 0.85em;
	font-weight: lighter;
	text-transform: none;
	color: black;
	font-style: normal;
	/* font-family: Tahoma; */
	font-variant: normal;
}

A.MENUTEXTABOUT:link {
	text-decoration: none;
	color: black;
}

A.MENUTEXTABOUT:visited {
	text-decoration: none;
	color: black;
}

A.MENUTEXTABOUT:active {
	text-decoration: none;
	color: black;
}

A.MENUTEXTABOUT:hover {
	text-decoration: underline;
	color: #C1002B;
}

A.errormessage:link {
	text-decoration: none;
	color: #ff0000;
	font-size: 90%;
}

A.errormessage:visited {
	text-decoration: none;
	color: #ff0000;
	font-size: 0.9em;
}

A.errormessage:hover {
	text-decoration: underline;
	color: #ff0000;
	font-size: 0.9em;
}

A.errormessage:active {
	text-decoration: none;
	color: #ff0000;
	font-size: 0.9em;
}

A.skip:link {
	text-decoration: none;
	color: black;
	font-size: 0.9em;
}

A.skip:visited {
	text-decoration: none;
	color: black;
	font-size: 0.9em;
}

A.skip:hover {
	text-decoration: underline;
	color: #C1002B;
	font-size: 0.9em;
}

A.skip:active {
	text-decoration: none;
	color: black;
	font-size: 0.9em;
}

.DividerAccessible {
	background-color: #4b5559;
}

.FieldLabelAccessibleErr {
	COLOR: #000080;
}

.HalfWidthGrid {
	color: black;
}

.FullWidthGrid {
	color: black;
	border:none;
}

.CopyReceiptPanel {
	border-color: blue;
	background-color: #f5f5f5;
}

.AuthMessageHeading {
	/* background:#FFFFFF; */
	color: #6331A5;
}

.AboutPagePayLink {
	Border-Color: #483d8b;
}

div.mainForm {
	width: 100%;
	float: left;
}


div.mainbody {
	height: 800px;
}

.TopSpace {
	padding-top: 2em;
}

.hiddenControl {
	visibility: hidden;
}

.TextBlock {
	float: left;
	width: 600px;
}

/*secondar colour*/
.SecColor {
	color: blue;
}

.Right {
	text-align: right;
}

.Grid {
	border-style: solid;
	border-width: 1px;
	border-color: Black;
}

.CashupPanel {
	float: left;
	padding-right: 2em;
}

.TrackerColumn1 {
	PADDING-TOP: 1%;
	PADDING-BOTTOM: 1%;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 15%;
}

.TrackerColumn2 {
	PADDING-TOP: 1%;
	PADDING-BOTTOM: 1%;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 30%;
}

.TrackerColumn3 {
	PADDING-TOP: 1%;
	PADDING-BOTTOM: 1%;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 15%;
}

.TrackerColumn4 {
	PADDING-TOP: 1%;
	PADDING-BOTTOM: 1%;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 20%;
}

.TrackerColumn5 {
	FLOAT: left;
	OVERFLOW: hidden;
	width: 15%;
}

.TrackerColumn4and5 {
	PADDING-TOP: 1%;
	PADDING-BOTTOM: 1%;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 35%;
}

.TrackerColumn2and3and4and5 {
	PADDING-TOP: 1%;
	PADDING-BOTTOM: 1%;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 85%;
}

.TrackerColumn3and4and5 {
	PADDING-TOP: 1%;
	PADDING-BOTTOM: 1%;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 55%;
}

.TrackerColumn1and2and3and4and5 {
	PADDING-TOP: 1%;
	PADDING-BOTTOM: 1%;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 95%;
}

.TrackerLessPaddingColumn1 {
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 8px;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 15%;
}

.TrackerLessPaddingColumn2 {
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 8px;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 30%;
}

.TrackerLessPaddingColumn3 {
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 8px;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 15%;
}

.TrackerLessPaddingColumn4 {
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 8px;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 20%;
}

.TrackerLessPaddingColumn5 {
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 8px;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 15%;
}

.TrackerLessPaddingColumn4and5 {
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 8px;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 35%;
}

.TrackerLessPaddingColumn2and3and4and5 {
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 8px;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 85%;
}

.TrackerLessPaddingColumn3and4and5 {
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 8px;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 55%;
}

.TrackerLessPaddingColumn1and2and3and4and5 {
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 8px;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 95%;
}

.TrackerLessPaddingFullSceen {
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 8px;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 100%;
}

.TrackerLessPaddingColumn1and2 {
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 8px;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 45%;
}

.TrackerLessPaddingColumn3and4 {
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 8px;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 40%;
}

.Tracker3WidthColumnTitle1 {
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 8px;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 35%;
}

.Tracker3WidthColumnTitle2 {
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 8px;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 35%;
}

.Tracker3WidthColumn1 {
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 8px;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 15%;
}

.Tracker3WidthColumn2 {
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 8px;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 20%;
	border-color: red;
}

.Tracker3WidthColumn3 {
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 8px;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 15%;
}

.Tracker3WidthColumn4 {
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 8px;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 20%;
}

.Tracker3WidthColumn5 {
	PADDING-TOP: 8px;
	PADDING-BOTTOM: 8px;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 20%;
}



.VerifyColumn1 {
	FLOAT: left;
	OVERFLOW: hidden;
	width: 15%;
}

.VerifyColumn2 {
	FLOAT: left;
	OVERFLOW: hidden;
	width: 30%;
}

.VerifyColumn3 {
	FLOAT: left;
	OVERFLOW: hidden;
	width: 15%;
}

.VerifyColumn4 {
	FLOAT: left;
	OVERFLOW: hidden;
	width: 20%;
}

.VerifyColumn5 {
	FLOAT: right;
	OVERFLOW: hidden;
	width: 15%;
}

.VerifyColumn4and5 {
	FLOAT: right;
	OVERFLOW: hidden;
	width: 35%;
}

.VerifyColumn1and2 {
	FLOAT: left;
	OVERFLOW: hidden;
	width: 35%;
}


.VerifyColumn1and2and3and4 {
	FLOAT: left;
	OVERFLOW: hidden;
	width: 80%;
	display: block;
}

.VerifyColumn2and3and4and5 {
	FLOAT: right;
	OVERFLOW: hidden;
	width: 85%;
}

.VerifyColumn3and4and5 {
	FLOAT: right;
	OVERFLOW: hidden;
	width: 55%;
	background-color: aquamarine;
}

.VerifyColumn3and4 {
	FLOAT: left;
	OVERFLOW: hidden;
	width: 35%;
}

.VerifyColumn1and2and3and4and5 {
	FLOAT: left;
	OVERFLOW: hidden;
	width: 95%;
}

.LabelControlGroupSuspense {
	PADDING-BOTTOM: 1px;
	padding-top: 1px;
	PADDING-LEFT: 1%;
	FLOAT: left;
	WIDTH: 100%;
	MARGIN-RIGHT: 2%;
}

.SuspenseRulePreHeader {
	clear: both;
	PADDING-BOTTOM: 0px;
	padding-top: 0px;
	PADDING-RIGHT: 0%;
	FLOAT: left;
	WIDTH: 100.0%;
	background-color:#6331a5;
	color:white;
}

.TrackerDropDown {
	width: 93%;
}

.TrackerMediumDropDown {
	width: 61%;
}

.TrackerLargeDropDown {
	width: 91%;
}


.TrackerLargeField {
	width: 90%;
}

.TrackerMediumField {
	width: 60%;
}

.TrackerSmallField {
	width: 50%;
}

.EnquiryColumn1 {
	PADDING-TOP: 1%;
	PADDING-BOTTOM: 1%;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 20%;
}

.EnquiryColumn2 {
	PADDING-TOP: 1%;
	PADDING-BOTTOM: 1%;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 30%;
}

.EnquiryColumn3 {
	PADDING-TOP: 1%;
	PADDING-BOTTOM: 1%;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 20%;
}

.EnquiryColumn4 {
	PADDING-TOP: 1%;
	PADDING-BOTTOM: 1%;
	FLOAT: left;
	OVERFLOW: hidden;
	width: 30%;
}

.BankingEnqColumn1, .BankingEnqColumn2, .BankingEnqColumn4, .BankingEnqColumn5 {
	FLOAT: left;
	OVERFLOW: hidden;
	width: 12%;
}

.BankingEnqColumn3 {
	FLOAT: left;
	OVERFLOW: hidden;
	width: 5%;
}

.AccountDetailsColumn {
	float: left;
	overflow: hidden;
	width: 20%;
}

.ButtonFloat {
	float: left;
	overflow: hidden;
}

.DivMenuDetailWrapper {
	padding-top: 10px;
}

#iconcontent {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 20px;
}

#lblErrorLabelHeader {
}

#batch_menu {
	width: 20%;
	float: left;
}

#batch_holder {
	float: left;
	width: 70%;
	margin-left: 2%;
}

#batch_div_menu-2 {
	font-weight: bold;
}

#batch_entry .form-input {
	float: none;
}

.returns-entry-readonly {
	border: none;
	background-color: white;
	color: black;
}

.returns-entry-error {
	border-color: red;
}

#hiddenJournalToSuggestion {
	padding-bottom: 80px;
}

.mandate-expiry-date-textbox {
	width: 30px;
}

.mandate-house-number-textbox {
	width: 40px;
}

.mandate-house-name-textbox {
	width: 140px;
}

.mandate-house-name-number-or {
	float: left;
	width: 100%;
	padding-left: 20px;
}

.mandate-frequency-sub-container {
	margin-top: 5px;
	background-color: rgb(204, 204, 204);
	width: 300px;
}

.mandate-frequency-sub-select-container {
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.mandate-frequency-sub-label {
	width: 150px;
	display: inline-block;
}

.mandate-frequency-sub-select-container > select {
	vertical-align: top;
}

#tableBankingHeader {
	width: 100%;
}

	#tableBankingHeader td {
		width: 25%;
		float: none;
	}

#dgAvailableCashups td {
	width: 25%;
	float: none;
	white-space: nowrap;
}

#BankingSummary {
	width: 100%;
}

	#BankingSummary td {
		width: 20%;
		float: none;
		white-space: nowrap;
	}

#BankingHeaderDetails {
	width: 100%;
}

.HiddenKioskCheque * {
	visibility: hidden;
}

.ExtraHeaderLeft {
	FLOAT: left;
	text-align: center;
	font-weight: bold;
	width: 14%;
}

.ExtraHeaderMiddle {
	FLOAT: left;
	text-align: center;
	font-weight: bold;
	width: 49%;
}

.ExtraHeaderRight {
	FLOAT: left;
	text-align: center;
	font-weight: bold;
	 width: 21%;
}

#div_WEBPAY_JPAYSUS_FromDetails {
	padding-bottom: 200px;
}

.clear {
	clear: both;
}

.sortcode-textbox {
    width: 42px !important;
}

.medium-textbox {
    width: 300px !important;
}

.housing-textbox {
    width: 200px !important;
}

.housing-large-textbox {
    width: 60% !important;
}

#integratedPCIFrame {
    border: 0;
    height: 450px;
    margin: auto;
    width: 335px;
    overflow: hidden;
}


/* Greenwich Specific*/

#gw_header
{
	height: 80px;
	background-color: white;
	/*border-bottom: solid 2px black;*/
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	min-width: 1024px;
}

#gw_logo
{
	background-image: url("images/Customers/greenwich.png");
	float: left;
	height: 80px;
	width: 180px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#gw_logo:hover
{
	background-image: url("images/Customers/greenwichHover.png");
	float: left;
	height: 80px;
	width: 180px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#gw_text
{
    float: right;
    padding-top: 20px;
    padding-right: 20px;
    font-size: x-large;
    color: Black;
}

.CivicaFooter
{
    margin-bottom: 10px;
    color: black;
    background: white;
    padding-left: 10px;
    min-width: 1024px;
}

.photolink
{
    font-size: 0.9em;
    text-decoration: none;
}

.photolink A:link
{
    text-decoration: underline;
}

.photolink A:visited
{
    text-decoration: underline;
}

.photolink A:active
{
    text-decoration: underline;
}

.photolink A:hover
{
    text-decoration: underline;
    text-align: left;
	color: #C1002B;
}

.sys_footer_row2_break
{
    padding: 5px, 0px, 5px, 0px;
    clear: left;
    margin: 0;
    border-top: 1px dotted #00472f;
    font-weight: bold;
    text-align: center;
    height: 5px;
    min-width: 1024px;
}

.sys_footer_row2_Bold
{
    font-weight: bold;
    background-color: Transparent;
}

A:link
{
    text-decoration: none;
    color: black;
}

A:visited
{
    text-decoration: none;
    color: black;
}

A:active
{
    text-decoration: none;
    color: black;
}

A:hover
{
    /*text-decoration: underline;
    text-align: left;*/
}

.list--footer-nav li.list__item:hover
{
    text-decoration: underline;
}

.footer-skyline
{
    background-image: url("images/Customers/skyline-grey.svg");
    background-position: bottom center;
    background-repeat: repeat no-repeat;
    height: 125px;
    background-size: contain;
    min-width: 1024px;
}

.site-footer {
    background-color: #4b5559;
    color: #fff;
    padding: 2.5rem 0 3rem;
    text-align: center;
    min-width: 1024px;
}

.list--footer-nav .list__item {

    display: inline-block;
    padding-right: 1.125rem;
}

.site-footer__links ul.list.list--footer-nav
{
    margin-left: -40px;
}

.list__link
{
    color: White !important;
}

.site-footer__rights
{
    font-size: 1.375rem;
    margin-bottom: 0;
}

.site-footer__information
{
    padding-top: 20px;
}

.site-footer__address {

    font-size: 1rem;
    font-weight: 300;
    margin: .125rem 0 .375rem;
    padding-top: 5px;
}

.site-footer__copyright-links
{
    width: 535px;
    margin: 0 auto;
    text-align: left;
}

.socialLinks
{
    float: right;
    width: 220px;
    margin-top: 20px;
}

.socialLinks a
{
    float: left;
    padding-right: 20px;
}

.facebookA, twitterA, instagramA
{
    height: 50px;
    /*width: 50px;*/
}

.facebookIcon
{
    background: url("images/Customers/facebook.png");
    height: 50px;
    width: 50px;
    background-size: cover;
}

.facebookIcon:hover
{
     background: url("images/Customers/facebookHover.png");
     height: 50px;
     width: 50px;
     background-size: cover;
}

.twitterIcon
{
    background: url("images/Customers/twitter.png");
    height: 50px;
    width: 50px;
    background-size: cover;
}

.twitterIcon:hover
{
     background: url("images/Customers/twitterHover.png");
     height: 50px;
     width: 50px;
     background-size: cover;
}

.instagramIcon
{
    background: url("images/Customers/instagram.png");
    height: 50px;
    width: 50px;
    background-size: cover;
}

.instagramIcon:hover
{
     background: url("images/Customers/instagramHover.png");
     height: 50px;
     width: 50px;
     background-size: cover;
}

.container
{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
}

.headerBar
{
    background-color: #4b5559;
    padding: 3rem 9;
    height: 60px;
    min-width: 1024px;
}

.headerSearch
{
    float: right;
    margin-right: 50px;
}

.button--primary
{
    height: 48px;
    width: 50px;
    /*background-color: #c1002b;*/
    background: url("images/Customers/magglass.png");
    background-size: cover;
    background-position: -10px 0px;
    background-repeat: no-repeat;
    color: White;
    border-radius: .375rem;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato",sans-serif;
    margin-top: 6px !important;
    margin: 0;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease;
    vertical-align: top;
    border: 0;
    border-left: 1px solid #c1002b;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.button--primary:hover
{
    height: 48px;
    width: 50px;
    /*background-color: #c1002b;*/
    background: url("images/Customers/magglassHover.png");
    background-size: cover;
    background-position: -8px 0px;
    background-repeat: no-repeat;
    color: White;
    border-radius: .375rem;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato",sans-serif;
    margin-top: 6px !important;
    margin: 0;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease;
    vertical-align: top;
    border: 0;
    border-left: 1px solid white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.form__field
{
    width: 400px;
    margin-top: 6px;
    border: 0;
    border-radius: .375rem;
    font-size: 1.125rem;
    font-weight: 400;
    padding: .75rem 4.5rem .75rem .75rem;

}

.site-footer__logo {
    margin-bottom: 0;
    width: 16.66667%;
}

.icon-logo-white
{
    background-image: url("images/Customers/greenwichFooter.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    width: 200px;
    float: left;
}

.site-search__form {
    background-color: transparent;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

#cludo-search-form-input
{
    height: 46px;
}

#custom-header-inner
{
    width: 100% !important;
}

#footer-wrapper-inner
{
    width: 100% !important;
}

#footer-wrapper-outer
{
    background: white !important;
    padding-top: 0px !important;
}

/*Menu Section within Header*/

.nav__group--right
{
    justify-content: flex;
    margin-left: auto;
    order: 3;
    transition: all .2s ease;
}

.nav__link-heading 
{
    background-position: 0 -.125rem;
    color: #000;
    margin-right: .75rem;
    vertical-align: middle;
}

.icon 
{
    background-size: contain;
    height: 1.25rem;
    vertical-align: middle;
    width: 1.25rem;
}

.nav__link 
{
    background: none;
    border: 0;
    padding: 0 .75rem;
    text-align: right;
    float: right;
    padding-top: 20px;
	cursor: pointer;
}

.nav__link:hover > *
{
    text-decoration: underline;
}

.icon-menu
{
    background: url("images/Customers/menu1.png");
    /* background-repeat: no-repeat; */
	height: 26px;
	width: 30px;
}

.menulines
{
	float: right;
	background: url("images/Customers/menu1.png");
	background-size: cover;
	height: 15px;
	width: 15px;
}

.menucross
{
	float: right;
	background: url("images/Customers/menuCross.png");
	background-size: cover;
	height: 15px;
	width: 15px;
}

/*Sidebar Menu*/

.service__heading
{
    background-color: transparent;
    border: 0;
    display: block;
    font-size: 1.125rem;
    padding: .75rem 4.5rem;
    position: relative;
    text-align: left;
    transition: background-color .2s;
    width: 100%;
}

.js-services-menu
{
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
    overflow-y: auto;
    height: 100%;
    visibility: hidden;
}

.js-service-link-primary:hover
{
    background-color: #c1002b;
    color: White;
}

.js-service-link-primary:hover > *
{
    color: White;
}

#hideShowMenu
{
    background-color: White;
    top: 170px;
    max-height: 73%;
    width: 45%;
	overflow-x: hidden;
}

.chevron
{
    color: #C1002B;
}

.menu-initially-hidden
{
	visibility: hidden;
}

.menu-initially-shown
{
	-webkit-transition: width 2s;
	transition: width 2s;
	width: 40%;
}

#hideShowMenu.services-menu.js-services-menu ul.list.list--services-menu li.list__item.service
{
	list-style-type: none !important;
}

#iconheader, #iconfooter
{
	margin-right: -8px;
	margin-left: -10px;
}