/* 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: #AB5F84;
	/* 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: #AB5F84;
	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: #AB5F84;
	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: #AB5F84;
	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: #AB5F84;
	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: #AB5F84;
	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: #4C4C4C;
	color: #FFF;
	/* Rounded Corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #4C4C4C;
}


.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: #4C4C4C;
		border: solid 1px #4C4C4C;
	}

.DISABLEDMENUBUTTON {
    background-color: White;
    color: #4C4C4C;
    /* Rounded Corners */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #4C4C4C;
   
}

.CONFIRMBUTTON {
	background-color: #4C4C4C;
	color: #FFF;
	/* Rounded Corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #4C4C4C;
}

	.CONFIRMBUTTON:hover {
		background-color: White;
		color: #4C4C4C;
		border: solid 1px #4C4C4C;
	}

#BACKTOTOP {
	text-decoration: none;    
}


#divASPbuttons {
	float: left;
}


.MENUBUTTON_BACKTOTOP {

    text-decoration: none;
    background-color: rgb(76, 76, 76) !important;
    border-bottom-color: rgb(76, 76, 76) !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(76, 76, 76) !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
    border-right-color: rgb(76, 76, 76) !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-top-color: rgb(76, 76, 76) !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:hover{
    text-decoration: none;
    background-color: rgb(255, 255, 255) !important;
    border-bottom-color: rgb(76, 76, 76) !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(76, 76, 76) !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
    border-right-color: rgb(76, 76, 76) !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-top-color: rgb(76, 76, 76) !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(76, 76, 76) !important;
    font-family: sans-serif !important;
    font-size: 13.33px !important;
    font-weight: 400 !important;
    padding:1px 2px 0px 0px !important;

}
.MENUBUTTON_BACKTOTOP:visited {

    text-decoration: none;
    background-color: rgb(76, 76, 76) !important;
    border-bottom-color: rgb(76, 76, 76) !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(76, 76, 76) !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
    border-right-color: rgb(76, 76, 76) !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-top-color: rgb(76, 76, 76) !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(171, 95, 132) !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(76, 76, 76) !important;
    border-bottom-color: rgb(76, 76, 76) !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(76, 76, 76) !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
    border-right-color: rgb(76, 76, 76) !important;
    border-right-style: solid !important;
    border-right-width: 1px !important;
    border-top-color: rgb(76, 76, 76) !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(171, 95, 132) !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:2px 0px 0px 0px;
}
/*
#divBackToTop:hover {
	background-color: White;
	color: #AB5F84;
	border: solid 1px #AB5F84;
 
}*/



.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: #AB5F84;
	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 */
        background: transparent url("images/customers/bg-col-cat-repeat.jpg") repeat-y scroll right top;
	color: #FFF;
	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;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 2px;
}

	.MAINMENUOPTION:hover {
		text-decoration: underline;
	}


.MAINMENUTEXTHILITE {
	padding-left: 0px;
	font-size: 1em;
	/*background-image: none;*/
	background: #D1CEE1 url("images/customers/bg-col-cat-repeat.jpg") repeat-y scroll right top;
	font-weight: bold;
	text-transform: none;
	color: #FFF;
	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: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 2px;
}


.MAINMENUHEADER {
	/* Used for Default */
	font-weight: lighter;
	font-size: 1em;
	text-transform: none;
	color: white;
	font-style: normal;
	/* font-family: Tahoma; */
	background-color: #AB5F84;
	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: #000;
}

A.MENUTEXTABOUT:visited {
	text-decoration: none;
	color: #333399;
}

A.MENUTEXTABOUT:active {
	text-decoration: none;
	color: #333399;
}

A.MENUTEXTABOUT:hover {
	text-decoration: underline;
	color: #3333cc;
}

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: #AB5F84;
	font-size: 0.9em;
}

A.skip:visited {
	text-decoration: none;
	color: #AB5F84;
	font-size: 0.9em;
}

A.skip:hover {
	text-decoration: underline;
	color: #AB5F84;
	font-size: 0.9em;
}

A.skip:active {
	text-decoration: none;
	color: #AB5F84;
	font-size: 0.9em;
}

.DividerAccessible {
	background-color: #AB5F84;
}

.FieldLabelAccessibleErr {
	COLOR: #000080;
}

.HalfWidthGrid {
	color: black;
}

.FullWidthGrid {
	color: black;
	border:none;
}

.CopyReceiptPanel {
	border-color: blue;
	background-color: #f5f5f5;
}

.AuthMessageHeading {
	/* background:#FFFFFF; */
	color: #AB5F84;
}

.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:#AB5F84;
	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;
}

#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;
}

.CrashTrackerColumn1 {
    padding-right:15%;
    FLOAT: left;
    OVERFLOW: hidden;
    width: 15%;
}

.CrashTrackerLessPaddingColumn3and4and5 {
    FLOAT: left;
    OVERFLOW: hidden;
    width: 55%;
}

/* Scots Borders specific */

input.field,
input.xfields						{ border: 1px solid #999; font-family: verdana, helvetica, arial, san-serif; font-size: 1em; margin-left: 15px; padding: 5px; width: 53%; }



html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, 
h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td 		{ margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
ul, ol 								{ margin: 0 0 20px 15px; }


.clear 								{ clear: both; display: block; }
.hidden 							{ left: -200000px; position: absolute; }

#mobile_name 						{ display: none; }

a 									{ color: #333; text-decoration:  none; }
a:visited 							{ text-decoration: none; }
a:hover 							{ text-decoration: underline; }
a:active 							{ text-decoration: underline; }

address 							{ font-style: normal;}
strong 								{ font-weight: bold; }

.centre 							{ text-align: center; }

/* ############################################################## */

body 								{ font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333; padding:0; margin:0; line-height: 1.4; background: #7c8184; border-top: 5px solid #fff;}

#wrapper 							{ margin: 0 auto; min-width: 1025px; padding: 0; width: 100%; }

#page_wrap_outer 					{ background: #fff; overflow: hidden; width: 100%; }
#page_wrap 							{ margin: 0 auto; width: 982px; }
#page 								{ float:left; width:100%; }

/* ############################################################## */

#mast 								{ background: #6F1A43 url(images/customers/bg-header.jpg) no-repeat center top; clear: both; padding:0; position: relative; width: 100%; z-index: 1;}
#mastInner 							{ margin: 0 auto; min-height: 105px; padding: 0 21px 40px 22px; position: relative; width: 982px; z-index: 1;}

#mast a.skip						{ left: -20000px; position: absolute; } 
#mast a:hover.skip,
#mast a:focus.skip					{ background: #fff; display: inline-block; left: 0; padding: 3px; position: absolute; top: 0; z-index: 1000; } 

#mast .pseudoH1 					{ clear: left; float: left; height: 80px; margin:0 0 0 10px; padding: 0; width: 175px; }
#mast .pseudoH1 a, 
#mast .pseudoH1 a:link, 
#mast .pseudoH1 a:visited, 
#mast .pseudoH1 a:hover, 
#mast .pseudoH1 a:active 			{ display: block; height: 80px; padding: 0; width: 175px; }

#mast p.mast_links 					{ color: #fff; float: right; font-size: 1em; margin-top: 0; padding: 6px 4px 4px 0; text-align: right; width: 790px; }
#mast .mast_links a 				{ border-left: 1px solid #fff; color: #fff; font-weight:normal; padding: 0 19px; }
#mast .mast_links a.first 			{ border-left: none; }
#mast .mast_links a:hover 			{ font-weight: normal; text-decoration: underline; }

#mast form 							{ -moz-border-radius: 5px; border-radius: 5px; background: #f5f5f5 url(images/customers/mast-form-bg-repeat.jpg) repeat-x bottom; clear: right; float: right; margin: 20px 0 0 0; min-height: 24px; padding: 15px; text-align:right; width: 32em; }
#mast form input.field 				{ background: #efefef; border:1px solid #bcbcbc; float: left; font-size:1.1em; line-height: 1em; margin: 0; padding: 3px; width: 200px; }
#mast form input.button 			{ -moz-border-radius: 15px; border-radius: 15px; background: #ab5f84 url(images/customers/btn-bg-search.jpg) repeat-x bottom; border: 1px solid #833f60; color: #fff; font-size:1.1em; float: left; height: 25px; line-height: 1em; margin: 0 0 0 -10px; padding: 2px 10px; }
#mast form a 						{ display: block; float: right; font-size: 0.9em; padding: 3px 0 0 0; text-align: right; text-decoration: underline; }
#mast form a:hover 					{ text-decoration: none; }

#mast .welcome						{ color: #fff; float: left; font-size: 1.2em; padding: 40px 0 10px; text-align: right; width: 345px;  }
#mast .welcome a:link,
#mast .welcome a:visited			{ color: #fff; text-decoration: underline; }
#mast .welcome a:hover,
#mast .welcome a:active				{ color: #fff; text-decoration: none; }

/* ############################################################## */

#mastNav 							{ background: #766f76 url(images/customers/bg-header-nav.gif) repeat-x bottom; overflow: visible; position: relative; width: 100%; z-index: 5; }
#mastNavInner 						{ background: url(images/customers/bg-az.gif) no-repeat bottom; margin: 0 auto; overflow: visible; padding: 31px 21px 20px 22px; position: relative; width: 982px; z-index: 5;}

#mastNav ul 						{ float: left; margin: 0; }

#mastNav #mainNav 					{ left: 22px; position: absolute; top: -20px; width: 982px;}
#mastNav .open #mainNav		  		{ background: url(images/customers/transations-selected.png) no-repeat 230px bottom; padding-bottom: 10px; }
#mastNav #mainNav li 				{ display: block; float: left; margin: 0 0 0 5px; }
#mastNav #mainNav li a 				{ background: url(images/customers/btn-top.png) no-repeat 0 0; color: #6b1a41; display: block; font-family: Trebuchet, verdana, arial, san-serif; font-size: 1.1em; height: 31px; padding-top: 10px; text-align: center; width: 184px; }
#mastNav #mainNav li a:hover 		{ background: url(images/customers/btn-top.png) no-repeat 0 -41px; color: #fff; text-decoration: none; }
#mastNav #mainNav li a span 		{ padding: 0 0 0 15px; }

#mastNav #mainNav li.btnInfo 		{ margin: 0 4px 0 0; }
#mastNav #mainNav li.btnInfo a 		{ background: url(images/customers/tabs-info-on.png) no-repeat 0 -40px; font-size: 1.2em; display: block; height: 31px; margin: 0; width: 201px; padding: 9px 20px 0 0;}
#mastNav #mainNav li.btnInfo a:hover{ background: url(images/customers/tabs-info-on.png) no-repeat; color: #fff;}

#mastNav #mainNav li.selected 		{ background: url(images/customers/bg-tab-selected.jpg) repeat-x bottom; padding: 0 0 11px;}
#mastNav #mainNav li.selected a, 
#mastNav #mainNav li.selected a:hover		{ background: url(images/customers/tabs-info-on.png) no-repeat; color: #fff;}

#mastNav #mainNav li.tabPayment a span 		{ background: url(images/customers/btn-top-icons.gif) no-repeat 0 2px; }
#mastNav #mainNav li.tabPayment a:hover span { background: url(images/customers/btn-top-icons.gif) no-repeat 0 -17px; }
#mastNav #mainNav li.tabReport a span 		{ background: url(images/customers/btn-top-icons.gif) no-repeat 0 -36px; }
#mastNav #mainNav li.tabReport a:hover span { background: url(images/customers/btn-top-icons.gif) no-repeat 0 -55px; }
#mastNav #mainNav li.tabRequest a span 		{ background: url(images/customers/btn-top-icons.gif) no-repeat 0 -74px; }
#mastNav #mainNav li.tabRequest a:hover span { background: url(images/customers/btn-top-icons.gif) no-repeat 0 -93px; }
#mastNav #mainNav li.tabSay a span 			{ background: url(images/customers/btn-top-icons.gif) no-repeat 0 -112px; }
#mastNav #mainNav li.tabSay a:hover span 	{ background: url(images/customers/btn-top-icons.gif) no-repeat 0 -131px; }

#mastNav .mastNavSub 				{ background: #fff; display: none; clear: both; overflow: hidden; padding: 20px 20px 20px 10px; -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-top-left-radius: 0px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
#mastNav .mastNavSub ul 			{ background: url(images/customers/img-main-nav-border.jpg) no-repeat right center; overflow: hidden; width: 25%; }
#mastNav .mastNavSub ul.last 		{ background: none; }
#mastNav .mastNavSub li 			{ background: url(images/customers/bullet-red.gif) no-repeat 10px 6px; clear: both; color: #6b1b42; list-style-type: none; overflow: hidden; padding: 0 0 5px 20px; }
#mastNav .mastNavSub li a 			{ color: #6b1b42; clear: both; display: block; font-weight: bold; }
#mastNav .mastNavSub li ul 			{ background: none; clear: both; font-size: 0.9em; padding: 0 0 5px; width: auto; }
#mastNav .mastNavSub li ul li 		{ background: none; clear: none; display: inline; padding: 0 3px 0 0; }
#mastNav .mastNavSub li ul li a 	{ clear: none; color: #333; display: inline; font-weight: normal; }

#mastNav .tabNavSub 				{ background: #fff; clear: both; margin: 0 0 0 230px; overflow: hidden; padding: 0 0 10px 0; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; width: 750px; }
#mastNav .tabNavSub ul 				{ background: url(images/customers/img-main-nav-border.jpg) no-repeat right center; margin: 0; padding: 0 10px; overflow: hidden; width: 168px; }
#mastNav .tabNavSub ul.last 		{ background: none; width: 166px; }
#mastNav .tabNavSub li 				{ background: url(images/customers/bullet-red.gif) no-repeat 10px 6px; clear: both; color: #6b1b42; list-style-type: none; overflow: hidden; padding: 0 0 5px 20px; }
#mastNav .tabNavSub li a 			{ color: #6b1b42; clear: both; display: block; font-weight: bold; }
#mastNav .tabNavSub li.more			{ background: none; }
#mastNav .tabNavSub li.more a 		{ color: #333; font-weight: normal; }

#mastNav #azListLinks 				{ clear: both; color: #fff; display: block; font-size: 1em; margin: 15px 10px 0; overflow: hidden; }
#mastNav #azListLinks a.linkAZ 		{ background: #8E888E url(images/customers/btn-az-arrow.gif) no-repeat 165px center; margin-right: 5px; padding-left: 20px; text-align: left; width: 190px; }
#mastNav #azListLinks a, 
#mastNav #azListLinks #az_index span{ -moz-border-radius: 13px; border-radius: 13px; background: #8e888e; color: #fff; float: left; display: block; height: 16px; line-height: 1.2; overflow: hidden; padding: 5px; text-align: center; text-transform: uppercase; width: 16px; }
#mastNav #azListLinks #az_index span{ color: #ffffff; background: none;}
#mastNav #azListLinks a:hover 		{ background: #e7e6e7 url(images/customers/btn-az-arrow-hover.gif) no-repeat 165px center; color: #666; text-decoration: none; }
#mastNav #azListLinks #az_index 	{ float: left; }
#mastNav #azListLinks li 			{ display: block; float: left; list-style-type: none; margin-left: 2px; text-transform: uppercase;}

/* ############################################################## */

#wrapper .rightSupplements 			{ float: right; margin: 0 0 0 15px; width: 195px; }

#wrapper .supplement 				{ -moz-border-radius: 10px; border-radius: 10px; background: #e9e9e9; margin: 0 0 20px; padding: 10px 15px; }
#wrapper .supplement h2 			{ color: #6D1E44; font-size: 1.3em; padding: 0 0 5px; }
#wrapper .supplement p 				{ padding: 0 0 5px; }
#wrapper .supplement a 				{ text-decoration: underline; }
#wrapper .supplement a:hover 		{ text-decoration: none; }
#wrapper .supplement img 			{ background: #fff; border: 1px solid #ccc; margin: 0 0 5px; padding: 5px; width: 95%; }

#wrapper .supAdvert 				{ text-align: center; }

#wrapper #content .supplement 		{ overflow: hidden; width: 450px; }
#wrapper #content .rightSupplements .supplement { width: auto; }

#wrapper .supNav li 				{ color: #A6768D; margin-bottom: 5px; }

#wrapper .supImg 					{ background: none; padding: 0 15px; }

#wrapper #column_nav .supplement 	{ padding-left: 27px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 10px; border-top-left-radius: 10px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 10px; }
#wrapper #column_nav .supNav 		{ padding: 0 0 0 35px; }

/* ############################################################## */

#content 							{ margin: 0; min-height: 300px; overflow: hidden; padding: 10px 15px; width: 952px; }
#content.withWidth 					{ background: url(images/customers/bg-content-fold.jpg) no-repeat top left; margin: 0 0 0 223px; overflow: hidden; padding: 10px 35px; width: 690px; }
#content p	 						{ padding: 0 0 20px; } 

#content #breadcrumb 				{ color: #666; font-size: 0.9em; padding: 0 0 28px;}
#content #breadcrumb ul 			{ list-style: none; margin: 0; padding: 0; }
#content #breadcrumb ul li 			{ display: inline; margin: 0; padding: 0 2px 0 0; }
#content #breadcrumb ul li a:link, 
#content #breadcrumb ul li a:visited, 
#content #breadcrumb ul li a:active { color: #333; padding: 0 3px 0 0; text-decoration: underline; }
#content #breadcrumb ul li a:hover 	{ text-decoration: none; }
#content #breadcrumb ul li span 		{ color: #333; }

#boxWidget 							{ background: #e5e4e4 url(images/customers/bg-widget-bot.jpg) repeat-x top; overflow: hidden; width: 100%; }
#boxWidgetInner 					{ margin: 0 auto; padding: 20px 0 0; width: 950px; }

#content .widgetStdInner,
#boxWidget .widgetStdInner 			{ -moz-border-radius: 5px; border-radius: 5px; background: #8b8f90 url(images/customers/widget-bg-grad-gray.jpg) repeat-x bottom; display: block; overflow: hidden; padding: 3px; }
#content .widgetStd h2,
#boxWidget .widgetStd h2 			{ color: #fff; padding: 10px 0 10px 15px; }
#content .widgetStd .content,
#boxWidget .widgetStd .content 		{ background: #fff; border-top: 5px solid #a2a3a5; border-bottom: 5px solid #a2a3a5; min-height: 90px; overflow: hidden; padding: 5px; }
#content .widgetStd a.linkMore, 
#boxWidget .widgetStd a.linkMore 	{ background: url(images/customers/icon-arrow-white.gif) no-repeat bottom right; color: #fff; display: block; margin-right: 31px; padding: 2px 0 2px 15px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7); }

#boxWidget .widgetYourCouncil 		{ background: url(images/customers/widgetCouncil-notch.png) no-repeat right bottom; padding: 0 0 15px; }
#boxWidget .widgetYourCouncil .widgetStdInner	{ background: #6287b2 url(images/customers/bg-your-council.png) repeat-x bottom; }
#boxWidget .widgetYourCouncil .content 			{ border-color: #6677a9; min-height: 95px;}
#boxWidget .widgetYourCouncil img	{ float: left; height: 93px; margin: 0 10px 0 0; width: 144px; }
#boxWidget .widgetYourCouncil ul	{ margin: 0 0 0 154px; list-style: none; }
#boxWidget .widgetYourCouncil ul li { background: url(images/customers/council-bullet.gif) no-repeat left center; padding: 2px 0 3px 10px; }
	
#contnet .widgetEvents,
#boxWidget .widgetEvents 			{ background: url(images/customers/widgetEvents-notch.png) no-repeat right bottom; padding: 0 0 15px; }
#content .widgetEvents .widgetStdInner,
#boxWidget .widgetEvents .widgetStdInner	{ background: #4aacb3 url(images/customers/bg-events.png) repeat-x bottom; }
#content .widgetEvents .content,
#boxWidget .widgetEvents .content 	{ border-color: #5aa2a9; min-height: 95px;}
#content .widgetEvents img,
#boxWidget .widgetEvents img		{ float: left; height: 93px; margin: 0 10px 0 0; width: 144px; }

#boxWidget .widgetNews 				{ background: url(images/customers/widgetNews-notch.png) no-repeat right bottom; padding: 0 0 15px; }
#content .widgetNews .widgetStdInner,
#boxWidget .widgetNews .widgetStdInner		{ background: #7fb377 url(images/customers/bg-news.png) repeat-x bottom; }
#content .widgetNews .content, 
#boxWidget .widgetNews .content 	{ border-color: #76ae6e; min-height: 95px;}
#content .widgetNews img,
#boxWidget .widgetNews img			{ float: left; height: 93px; margin: 0 10px 0 0; width: 144px; }

#boxWidget .widgetContact 			{ background: url(images/customers/widget-notch-gray.jpg) no-repeat right bottom; display: block; float: left; overflow: hidden; padding: 0 0 15px; width: 303px; }
#boxWidget .widgetContact h2 		{ padding: 5px 0 5px 15px; }
#boxWidget .widgetContact .content 	{ padding-left: 15px; }
#boxWidget .widgetContact .content strong 	{ color: #6B1B42; font-weight: bold; }
#boxWidget .widgetContact .content p, 
#boxWidget .widgetContact .content address 	{ padding: 0; }

#boxWidget .widgetFindMyNearest 	{ background: url(images/customers/widget-shadow-fyn.jpg) no-repeat right bottom; display: block; float: right; overflow: hidden; padding: 0 0 15px; width: 637px; }
#boxWidget .widgetFindMyNearest .widgetStdInner	{ padding-bottom: 25px; }
#boxWidget .widgetFindMyNearest .content img 	{ float: left; }
#boxWidget .widgetFindMyNearest .content .desc 	{ float: right; padding: 7px 0 0; width: 48%; }
#boxWidget .widgetFindMyNearest .content .desc 	label { font-weight: bold; padding: 3px 0 0; display: block; float: left; width: 70px;}
#boxWidget .widgetFindMyNearest .content .desc 	div { padding-bottom: 12px;}
#boxWidget .widgetFindMyNearest .content .desc 	input.field { font-size: 1em; width: 100px; float: left;}
#boxWidget .widgetFindMyNearest .content .desc 	select {margin: 0; width: 208px; border: 1px solid #BCBCBC; background: #EFEFEF; padding-left: 0;}
#boxWidget .widgetFindMyNearest h2	{ padding: 5px 0 5px 15px; }
#boxWidget .widgetFindMyNearest p 	{ padding: 0 0 5px; }
#boxWidget .widgetFindMyNearest .content input.field 	{ background: #efefef; border:1px solid #bcbcbc; float: left; font-size:1.1em; height: 20px; line-height: 1em; margin:0; padding: 3px 3px 4px; width: 200px; }
#boxWidget .widgetFindMyNearest .content input.button 	{ background: url(images/customers/btn-find-nearest.gif) no-repeat top; border: none; color: #fff; cursor: pointer; float: right; font-size:1.1em; height: 29px; line-height: 1em; margin: 0 20px 0 0; padding: 0 5px 4px 20px; text-align: left; width: 82px; }

/* ############################################################## */
/* ############################################################## */

#footer 							{ background: #6e6f71; clear: both; color: #333; font-size: 0.9em; text-align: left; width: 100%; }
#footer p 							{ margin-bottom: 5px; }

#footer .top 						{ background: url(images/customers/bg-footer.jpg) no-repeat top; margin: 0 auto; padding: 0 32px 0 33px; width: 960px; }
#footer .top h3 					{ clear: both; color: #fff; display: block; font-size: 1.3em; height: 41px; padding: 35px 0 0; }
#footer .top .linkList 				{ clear: both; display: block; overflow: hidden; padding: 10px 0; }
#footer .top .linkList ul	 		{ float: left; margin: 0; padding: 10px 0 0 15px; width: 177px; }
#footer .top .linkList li 			{ color: #fff; list-style-type: disc; padding: 0; }
#footer .top .linkList li a 		{ color: #fff; }
#footer .top .linkList .googleTrans { background: #fff; float: right; width: 190px; }
#footer .top .linkList .googleTrans h3 	{ background: #a7a9aa; color: #333; font-size: 1.1em; height: auto; padding: 5px 10px; }
#footer .top .linkList .googleTrans #google_translate_element 	{ padding: 5px; }
#footer .top .linkList .googleTrans #google_translate_element select 	{ border: none; width: 100%; }

#footer .bottom 					{ background: #7c8184; width: 100%; }
#footer .bottom .bottomInner 		{ display: block; margin: 0 auto; overflow: hidden; padding: 10px 0; width: 960px; }
#footer .bottom p 					{ color: #fff; }
#footer .bottom p a 				{ color: #fff; }
#footer .bottom p.addNav 			{ float: left; }
#footer .bottom p.copyRight 		{ float: right; }
#footer .bottom p.copyRight a 		{ text-decoration: underline; }

#SBC_text
{
    float: right;
    padding-right: 20px;
    font-size: x-large;
    color: White;
}

.CivicaFooter
{
    margin-bottom: 10px;
    color: black;
    background: white;
}

.photolink
{
    font-size: 0.9em;
    text-decoration: none;
}

.photolink A:link
{
    text-decoration: none;
}

.photolink A:visited
{
    text-decoration: none;
}

.photolink A:active
{
    text-decoration: none;
}

.photolink A:hover
{
    text-decoration: underline;
    text-align: left;
}

.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;
}

.sys_footer_row2_Bold
{
    font-weight: bold;
    background-color: Transparent;
}

A:link
{
    text-decoration: none;
}

A:visited
{
    text-decoration: none;
    color: #AB5F84;
}

A:active
{
    text-decoration: none;
    color: #AB5F84;
}

A:hover
{
    text-decoration: underline;
    text-align: left;
}
