﻿@charset "utf-8";
/* CSS Document */
/* Reset my css mang!
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #D9E4ED;
  border-bottom: 1px solid #ffffff;
}

/* AND THE REAL STYLING START HERE! */


body {
	background-color: #FFF;	
	background-image: url(../images/body_bg.png);
	background-position: 0px 0px;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
}

body.adminBg {	
}

::selection {
	background: #F68428;
	color: #ffffff;
	}
::-moz-selection {
	background: #F68428;
	color: #ffffff;
}

/**********FONT**********/
@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('../font/texgyreadventor-regular-webfont.eot');
    src: url('../font/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../font/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../font/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorItalic';
    src: url('../font/texgyreadventor-italic-webfont.eot');
    src: url('../font/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/texgyreadventor-italic-webfont.woff') format('woff'),
         url('../font/texgyreadventor-italic-webfont.ttf') format('truetype'),
         url('../font/texgyreadventor-italic-webfont.svg#TeXGyreAdventorItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorBold';
    src: url('../font/texgyreadventor-bold-webfont.eot');
    src: url('../font/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/texgyreadventor-bold-webfont.woff') format('woff'),
         url('../font/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('../font/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorBoldItalic';
    src: url('../font/texgyreadventor-bolditalic-webfont.eot');
    src: url('../font/texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/texgyreadventor-bolditalic-webfont.woff') format('woff'),
         url('../font/texgyreadventor-bolditalic-webfont.ttf') format('truetype'),
         url('../font/texgyreadventor-bolditalic-webfont.svg#TeXGyreAdventorBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1, h2, h4, h5, h6 {
	font-family: 'TeXGyreAdventorBold';	
}

h1 {
	font-size: 20px;
	color:#f68428;
	margin-bottom: 20px;
}

h2 {
	color: #1B9BDD;	
}

h1 span {
	font-weight:normal;	
	font-family: 'TeXGyreAdventorRegular';	
}

h1 small {
	font-size: 16px;
	font-weight:normal;	
	font-family: 'TeXGyreAdventorRegular';
	line-height:24px;	
}

h1.bigHeading {
	font-family: 'TeXGyreAdventorBold';
	color: #f4852c;
	font-size:35px;
	display:block;
	margin-bottom: 25px;	
}

h2 span {
	font-weight:normal;	
	font-family: 'TeXGyreAdventorRegular';
}

h3 {
	font-weight:normal;	
	font-family: 'TeXGyreAdventorRegular';
	font-size:14px;	
	color:#1B9BDD;
	margin-bottom: 7px;
    margin-top: 15px;
}

small, .small {
	font-size:10px;	
}

big, .big {
	font-size: 16px;	
}

em {
	font-style:italic;	
}

strong {
	font-weight:bold;	
}

/*************************/

/* ****** PRESETS ************* */

a 					{color: #0092db; text-decoration:none; cursor:pointer;}
a:active			{color: #0092db; text-decoration:none;}
a:visited			{color: #0092db; text-decoration:none;}
a:hover, a:focus	{color: #0092db; text-decoration:underline;}

p {
	color: #333333;
	font-size:12px;
	line-height:20px;
	margin-bottom:10px;	
}

p.intro {
	margin-bottom:0px;	
}

table {
  color: #333333;	
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
}

.table th,
.table td {
  padding: 10px 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #D9E4ED;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}

table.summaryTable {
	border-top:0px;	
}

table.summaryTable tr:first-child > td {
	border-top: 0px;	
}


/* ****** UITILITY CLASSES HERE ************* */

.left {
	float:left!important;	
}

.right {
	float:right!important;	
}

.append{
	margin-right: 15px;	
}

.prepend{
	margin-left:15px;
}

.appendBlock {
	margin-right:20px;	
}

.prependBlock {
	margin-left: 20px;	
}

.hide, .hiddencol {
	display:none;	
}

.highlight {
	color: #5B7182;
    line-height: 14px;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 1);
    vertical-align: baseline;
    white-space: nowrap;	
	background: #DBE6EE;
	padding: 4px 9px;
	border-radius: 3px;
	font-style: normal;
	font-size: 15px;
}

p .highlight {
	float:left;
	margin-bottom:10px;
}

.clear {
	clear:both;		
}

/*****************************************************/
/** FORM AND REGISTARTION STYLING **/

fieldset {
	border-bottom: 1px solid #d9e4ed;	
	margin-bottom:20px;
	padding-bottom:10px;
	padding-top:10px;
}

fieldset.lastIteration, fieldset:last-child {
	border-bottom: 0px;	
	margin-bottom: 0px;
}

span.callout {
 	background-image: url("../images/common_sprite.png");
    background-position:0px 0px;
    background-repeat: no-repeat;
    width:20px;
	height:20px;
	cursor:pointer;
	margin-left:5px;
	overflow:hidden;
	text-indent: 3000px;
	display:inline-block;
	vertical-align:top;
}

.formControl label span.callout {
	/*margin-top:5px;*/	
}

div.calloutBubble {
	position:absolute;
	z-index: 20;
	border: 3px solid #a5a3a3;
	background: #000000;
	width:180px;
	min-width:180px;
	padding:10px;
	color:#fff;
	border-radius: 5px;
	font-size:11px;
	line-height:16px;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */	
}

div.calloutBubble img{
	opacity:1;
	filter:alpha(opacity=100);
}

div.resized {
	width:450px	
	
}

div.calloutBubble big {
	font-family: 'TeXGyreAdventorRegular';
	color: #fff;
	font-size:24px;
	display:block;
	margin-bottom:5px;
}

/* PAYMENT STEPS */

div.regStepDirectDebit {
	height:71px;
	margin-bottom:16px;
	background-image: url('../images/payments_sprite.gif');
	float:none;
	overflow:hidden;
	background-position: 0px -221px;
	text-align:center;
	position:relative;
}
div.regStepDirectDebit div{
	background-image: url('../images/payments_sprite.gif');	
	background-repeat:no-repeat;
	height:71px;
	width:250px;
	position:absolute;
	overflow:hidden;
	text-indent: -500px;
}
div.regStepDirectDebit div.step1 {
	left:0px;
	width: 325px;
	background-position: 0px 0px;
}
div.regStepDirectDebit div.step1.complete {
 background-position: 0px -72px;
}
div.regStepDirectDebit div.step2 {
	left:50%;
	width:245px;
	margin-left: -122.5px;
	background-position: -345px 0px;
}
div.regStepDirectDebit div.step2.active {
	background-position: -342px -72px;
}
div.regStepDirectDebit div.step2.complete {
	background-position: -342px -144px;
}
div.regStepDirectDebit div.step3 {
	right:0px;
	width:300px;
	background-position: -620px 0px;
}
div.regStepDirectDebit div.step3.active {
	background-position: -620px -144px;
}

/*REG STEPS*/

div.regStep {
	height:71px;
	margin-bottom:16px;
	background-image: url('../images/registration_sprite.gif');
	float:none;
	overflow:hidden;
	background-repeat:no-repeat;
}

div.step1 {
	background-position: 0px 0px;	
}

div.step2 {
	background-position: 0px -72px;	
}

div.step3 {
	background-position: 0px -144px;	
}

div.step4 {
	background-position: 0px -216px;	
}


legend {
	font-size:14px;
	font-weight:bold;
	color: #333333;	
	line-height:16px;
	display:block;
	width: 100%;
	margin-bottom:5px
}

div.formRow {
	float:none;
	margin-bottom:10px;
	position: relative;	
	clear:both;
}

label.radio,  div.formRow label.radio{
	 min-height: 18px;
    padding-left: 18px;
	width:auto;
	text-align:left;
}
label.radio input,  div.formRow label.radio input{
	margin-left:-18px;
}

div.formRow label{
	float:left;	
	width:220px;
	color: #333333;	
	text-align:right;
	display: block;
	margin-bottom: 5px;
	padding-top:5px;
	line-height:22px;
	clear:both;
}

div.formRow div.formControl {
	margin-left:230px;
	line-height: 18px;
	float:none;		
}

div.formRow div.formControl label.inline{
	clear:none;	
}


input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 22px;
  padding: 4px 6px;
  /*margin-bottom: 9px;*/
  font-size: 14px;
  line-height: 18px;
  color: #373737;
  background-color: #f9f9f9;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input,
label textarea,
label select {
  display: block;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  background-color: transparent;
  border: 0 \9;
  /* IE9 and down */

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  background-color: #ffffff;
  background-color: initial;
  border: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 32px;
  padding: 6px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
input[type="file"] {
  line-height: 18px \9;
}
select {
  width: 224px;
  background-color: #f9f9f9;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}

input.error {
	border-color: #ed2d23;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  margin-right:5px;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.input-micro {
	width: 47px;	
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
/*
button.gotoStep {
  background-image: url("../images/registration_sprite.gif");
    background-position: 0 -327px;
    background-repeat: no-repeat;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "TeXGyreAdventorRegular";
    font-size: 16px;
    height: 26px;
    margin-right: 5px;
    text-shadow: 1px 1px 0 #FD830D;
    width: 113px;
}

button.gotoStep:hover {
	background-position: 0px -299px;
}
*/
button.lastStep, .lastStep {
	margin-left:230px;	
}
/*
button.lastStep:hover {
	background-position: -125px -299px;
}
*/
span.inline-error {
    background-image: url("../images/common_sprite.png");
    background-position: 0px -22px;
    background-repeat: no-repeat;
    color: #ED2D23;
    line-height: 13px;
    padding: 3px 0px 3px 26px;
	margin-left:3px;
	margin-top:5px;
	font-size:11px;
	vertical-align:top;
	display:inline-block;
}

div.error, .dnnFormValidationSummary {
	float:none;
	overflow:hidden;
	padding:10px;
 	background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #990000;
	margin-bottom:10px;
	border-radius: 4px 4px 4px 4px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	clear:both;
	line-height:14px;
}

div.error > strong:first-child {
	display:block;
	margin-bottom: 3px;	
}

div.success, .dnnFormSuccess {
	float:none;
	overflow:hidden;
	padding:10px;
 	background-color:#d6fdd8;
    border-color: #56d05b;
    color: #0c8d0c;
	margin-bottom:10px;
	border-radius: 4px 4px 4px 4px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	clear:both;
	line-height:14px;
}

div.success > strong:first-child {
	display:block;
	margin-bottom: 3px;	
}

/* ********** CSS STRUCTURE ************* */

div.bodyHolder {
	margin: auto auto;
	width: 920px;
	padding: 0px 20px;
	/*background: #fff;*/
}

div.bodyHolderAdmin {
	float:none;
	margin: auto auto;
	padding: 0px 20px;
	min-width:920px;
	max-width: 1170px;
	clear:both;
}

div.headerBlock {
	float:none;
	width: 100%;
	height: 210px;
	position:relative;
	z-index: 10;	
}

div.adminHeader {
	height: 210px;	
}

div.headerBlock div.headerLogo {
	width:195px;
	height: 181px;
	background-image: url(../images/logo_large.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent: -200px;
	margin-top:14px;
	margin-left:28px;
	position:relative;
}

div.headerBlock div.headerLogo a{
	display:block;
	width: 195px;
	height: 181px;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	text-indent: -300px;
	text-decoration:none;	
}

div.headerLogo {
	float:left;	
}

div.bodyHolderAdmin div.headerBlock div.headerLogo {
	/*background-image: url(../images/logo_vert.png);
	background-position: 0px 5px;
	height:120px;
	margin-top:0px;
	padding-top:8px;
	*/
}

div.headerBlock div.siteUtility {
	height: 35px;	
	color:#363636;
	line-height:20px;
	margin-top:15px;
	position:absolute;
	top:0px;
	right:0px;
	font-size:13px;
	font-family: "TeXGyreAdventorBold";
}

div.headerBlock div.siteUtility a {
	text-decoration:none;
	font-size: 13px;
	color: #0093db;
	font-family: "TeXGyreAdventorRegular";	
}

div.headerBlock div.siteUtility a:hover {
	color: #096CA0;	
}

div.headerBlock div.siteUtility a.printScreen {
	padding-left:20px;
	background-image: url(../images/icons_sprite.gif);
	background-position: 2px 5px;
	background-repeat:no-repeat;	
}

div.headerBlock div.siteUtility a.logoutLink {
	color: #f68428;
	font-weight:bold;	
}

div.headerBlock div.siteUtility span {
	margin: 0px 10px 0px 6px;
	color:#bfbfbf;
	border-right:1px solid #bfbfbf;
	font-size:16px;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}

div.headerBlock div.menuBar {
 	/*background: none repeat scroll 0 0 #0092DB;
    float: right;
    height: 42px;
    margin-top: 167px;
    width: 690px;*/
	float:left;
	margin-top:167px;
}

div.adminHeader div.menuBar {
	margin-top:3px;	
	margin-top:159px;	
}

div.subMenuBar {
	clear: both;
	float:none;
	overflow:hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url("../images/activeMenu.png")repeat-x bottom left;
}

div.subMenuBar ul li{
	display:block;
	float:left;
	margin-right:10px
}

div.subMenuBar ul li a{
	color: #333333;
	text-decoration:none;
	display:block;
	font-family: 'TeXGyreAdventorBold';
	background: #f1f1f1;
	height:33px;
	line-height:33px;
	border-radius: 7px;
	
}

div.subMenuBar ul li a:hover{
	background: #CCC;
	color: #000;	
}

div.subMenuBar ul li a.active{
	*display:inline-block;
	background: #0092db;
}

div.subMenuBar ul li a.active span{
	color: #fff;
}

div.subMenuBar ul li a span{
	padding: 0px 12px;
	font-size:14px;
}

div.headerBlock div.menuBarAdmin {
	height: 50px;
}

div.headerBlock div.menuBar div.welcomeMessage {
	height:34px;
	float:left;
	font-family: 'TeXGyreAdventorBold';
	line-height: 34px;
	font-size:16px;
	color:#fff;
	text-shadow: 1px 1px 0px #1175a9;
}

div.headerBlock div.menuBar div.loginMenu{
	height:34px;
	line-height:34px;
}

div.headerBlock div.menuBar div.adminMenu {
	height:35px;
	line-height:35px;
	margin-left:25px;
}

div.headerBlock div.menuBar div.loginMenu a, div.headerBlock div.menuBar div.adminMenu ul li {
	float:left;	
}

div.headerBlock div.menuBar div.loginMenu a {
	padding: 0px 15px;
	color: #000;
	text-decoration:none;
	font-family: "TeXGyreAdventorRegular";
}

div.headerBlock div.menuBar div.loginMenu a:last-child {
	border-right: 0px;
}

div.headerBlock div.menuBar div.adminMenu ul li a {
	padding: 17px 18px;
	color: #252525;
	text-decoration:none;
	font-size:16px;
	font-family: "TeXGyreAdventorBold";
	text-transform: lowercase;
}

/**** Dropdown menu styles ****/
div.headerBlock div.menuBar div.adminMenu ul.nav {
	float:left;
	
}

div.headerBlock div.menuBar div.adminMenu ul.nav li{
	position:relative;	
	padding:0px;
	list-style: none;
	border-right: 1px solid #bcbcbc;
	height:34px;
}

div.headerBlock div.menuBar div.adminMenu ul.nav li:last-child{
	border-right:0px;	
}

div.headerBlock div.menuBar div.adminMenu ul.nav li ul {
	display:none;
	position:absolute;
	top:50px;
	left:0px;	
	background:#f0f0f0;
	width: 180px;
	border:1px solid #d8d8d8;
	border-bottom: 0px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .2); 
	border-radius: 0px 0px 3px 3px; 
}

div.headerBlock div.menuBar div.adminMenu ul.nav li ul li, div.headerBlock div.menuBar div.adminMenu ul.nav li ul li a {
	display:block;	
	clear:both;
	border-right: 0px;
	height:auto;
}

div.headerBlock div.menuBar div.adminMenu ul.nav li ul li a {
	border-right:0px;
	width:150px;
	border-left:0px;
	border-bottom: 1px solid #d8d8d8;
	line-height:20px;
	padding: 9px 15px;
}

/**** end Dropdown menu styles****/

div.headerBlock div.menuBar div.adminMenu a:hover{
	color: #0092DB;
}

div.headerBlock div.menuBar div.loginMenu a.active{
 	background: #54b7e9;
	border-left:1px solid #73c1e9;
}

div.headerBlock div.menuBar div.adminMenu ul.nav a.active, div.headerBlock div.menuBar div.adminMenu ul.nav a.active:hover{
	color:#0092db;
	background-position: center 32px;
	background-repeat: no-repeat;
}

div.contentBody {
	float:none;
	overflow:hidden;
	margin-top:20px;
	clear:both;
	position:relative;
	z-index: 9;
}

div.contentBody div.contentLeft {
	float:left;
	width:610px;
}

div.contentBody div.contentRight {
	float:right;
	width:290px;
	margin-left:20px;
}

div.contentBody div.contentFull {
	float:none;
	overflow:hidden;
	border: 1px solid #d9e4ed;
	border-radius: 7px;
	margin-bottom:20px;	
	padding:15px;	
}

div.contentFull h1{
	font-size: 26px;
	margin: 0px 0px 0px 0px;
	font-weight:bold;
}

div.contentFull h1 + p{
	margin-top: 10px;
}

div.contentFull h1.resized {
	font-size: 18px;
	font-weight:normal;
}

div.contentFull h2{
	font-size: 20px;
	margin: 0px 0px 10px 0px;
	line-height:30px;
}

div.contentFull h2.alt{color: #f68428;}

div.contentLogin div.sectionBox{
		width: 50%;
		float:left;
		border: 0px;
		margin-bottom:0px;
		border-radius: 0px;
}

div.contentLogin div.loginWrapper div.sectionBox{
	width:100%;	
}

div.contentLogin div.sectionBox div.loginContentRight{
	border-left: 1px solid #bebebe;
	float:none;
	overflow:hidden;
	padding-left:20px;
}

div.LoginPanel {
	width:auto;	
}

div.contentBody div.contentLogin {
	border-color:#0092db;
	border-radius: 0px 7px 7px 7px;	
}

span.emailIcon {
	display:block;
	float:left;
	line-height:16px;
	width:16px;
	background-image: url(../images/icons_sprite.gif);
	background-position: -4px -48px;
	overflow:hidden;
	text-indent: -100px;	
	margin-bottom:-3px;
	margin-right:5px;
}

div.contentColumn {
	float:left;
	width: 33%;	
}

div.contentColumn h3 {
	margin-top:0px;		
}

div.middleColumn {
 	margin-left:20px;
	padding-left:20px;
	border-left:1px solid #cccccc;
	width:45%;	
}
div.middleColumn ul li {
	float:left;
	width:160px;	
}

div.contentBody ul li{
	line-height:17px;
	color: #333333;
	margin-bottom:5px;
	padding-left: 20px;
	background-image: url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 4px 4px;
	list-style:none;	
}	

div.contentBody ul.ticks li{
	background-image: url(../images/tickbullet.gif);
	background-position: 0px 0px;
	padding-left: 28px;
	line-height:20px;
	margin-bottom:10px;
}

div.contentBody ul.ticksInverse li{
	background-image: url(../images/tickbulletinverse.gif);
	background-position: 0px 0px;
	padding-left: 28px;
	line-height:15px;
}

div.contentBody ul.ticksInverse li.none {
	background-image: none;	
}

div.contentBody ol li{
	line-height:17px;
	color: #333333;
	margin-bottom:5px;
	margin-left: 20px;
	list-style:decimal;
}

ol.large, ul.large {
	font-size: 14px;
	line-height: 16px;	
}


div.contentSidebarRight {
	width: 300px;
	float:right;
	margin-left:20px;	
}

div.subpageLeft {
	float:left;
	width: 568px;	
}

div.subpageSidebarRight {
	width:300px;	
	float:right;
}

img.subpageAd {
	margin-bottom:20px;	
}

a.registerBtn, div.loginContentRight a.registerBtn{
	padding-right: 13px;
	border: 1px solid #89bd3e;
	background: #99c75a; /* Old browsers */
	background: -moz-linear-gradient(top,  #99c75a 0%, #89bd3e 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0092db), color-stop(99%,#89bd3e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #99c75a 0%,#89bd3e 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #99c75a 0%,#89bd3e 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #99c75a 0%,#89bd3e 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #99c75a 0%,#89bd3e 99%); /* W3C */
	margin-bottom:10px;
}

a.registerBtn span {
	display:block;
	width:34px;
	height:26px;
	float:right;
	background-image: url(../images/login_sprite.png);
	background-position: 0px -90px;	
	margin-top:4px;
	margin-left: 10px;
}

a.registerBtn:hover, div.loginContentRight a.registerBtn:hover {
	background:#81b339;
}

#bannerRotator a.registerBtn {
	position:absolute;
	bottom: 15px;
	left:15px;
}

div.sectionBox{
	width: 288px;
	min-height:223px;
	border: 1px solid #d9e4ed;
	border-radius: 7px;
	margin-bottom:20px;	
}

div.resetPwd {
	border: 1px solid #f89331;	
}

div.resetPwd h2 {
	color:#f89331;	
}

div.contentLeft div.sectionBox {
	width: 293px;	
}

div.sectionBox img {
	margin: 15px 0px 0px 15px;	
}

a.registerAction {
	display:block;
	width:300px;
	height:101px;
	margin-bottom:23px;
	background-image: url(../images/common_sprite.png);
	background-position: -1px -258px;
	overflow:hidden;
	text-indent: -200px;
	text-decoration:none;	
}

a.registerAction:hover {
	background-position: -1px -359px;	
}

a.whatisAction {
	display:block;
	width:300px;
	height:101px;
	margin-bottom:20px;
	background-image: url(../images/common_sprite.png);
	background-position: -1px -460px;
	overflow:hidden;
	text-indent: -200px;
	text-decoration:none;
}

a.whatisAction:hover {
	background-position: -1px -561px;	
}

div.bottomContentBlock {
	float:none;
	overflow:hidden;
	border-top:1px solid #e5e5e5;
	padding-top:20px;
	margin-bottom:10px;	
}

div.bottomContentBlock div.bottomContentInner {
	width: 920px;
	padding: 0px 20px;
	margin: auto auto;
}

div.contentInnerCol {
	width: 50%	
}


div.footerBlock {
	clear:both;
	float:none;
	overflow:hidden;
	height:55px;
	width:100%;
	z-index: 8;
	background: url(../images/footer_bg.png) repeat-x bottom left;
}

div.footerBlock div.footerContent {
	margin: auto auto;
	height:55px;
	width: 940px;
	position:relative;
	clear:both;
}

div.footerBlock div.footerContentAdmin {
	margin: auto auto;
	padding: 0px 10px;
	height:55px;
	float:none;
	overflow:hidden;
	position:relative;
	min-width:940px;
	max-width: 1170px;
	clear:both;
}

div.footerBlock div.footerLinks {
	width:100%;
	text-align:center;
	color:#353535;
	float:left;
	font-size:13px;
	font-family: "TeXGyreAdventorRegular";
	margin-top:22px;
}

div.footerBlock div.footerLinks a {
	color:#353535;
	text-decoration:none;
}
div.footerBlock div.footerLinks a:hover {
	color:#000;
	text-decoration:none;
}


div.footerBlock div.footerLinks span {
	margin: 0px 10px;	
}

div.footerBlock div.footerLogo {
	position:absolute;
	right:20px;
	top:22px;
	background-image: url(../images/common_sprite.png);
	background-position: -384px -81px;
	width: 110px;
	height:36px;
	overflow:hidden;
	text-indent: -200px;	
}

h2.loginTitle {
	color:#242424;	
}

h2.loginTitle, h2.loginTitleError  {
	display:block;
	overflow: hidden;
	font-size: 18px;
	clear:both;
	line-height:25px;
}

h2.loginTitle span, h2.loginTitleError span {
	font-size: 18px;	
}

div.loginError h2.loginTitle {
	color:#990000
}

div.loginFormHolder {
	/*width:258px;
	margin-left:15px;
	margin-right:15px;*/
	position:relative;
	padding-bottom:70px;	
}

div.resetPwd div.loginFormHolder {
	float:left;	
}

div.loginFormHolder input.loginField, div.loginFormHolder input[type="text"]{
	width: 278px;
	margin-bottom:10px;
	float:left;
	clear:both;
}

div.loginError div.loginFormHolder input[type="text"]{
	color: #900;	
}

div.loginFormHolder input.passwordField {
	width: 188px;
}

div.loginFormHolder input#password {
	display:none;	
}

div.loginError div.loginFormHolder input.passwordField {
	background-position: -182px 0px;
	color: #900;
}

div.loginFormHolder div.loginFormFooter {
	clear: both;
    color: #a0a0a0;
    float: none;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    padding-top: 0;
    text-align: left;
}

div.loginFormHolder div.loginFormFooter a{
	text-decoration:none;	
	color:#0092db;
}
div.loginFormHolder div.loginFormFooter a:hover{
	color: #09F;
}

div.loginFormHolder div.loginFormFooter label{
	line-height: 20px;
	font-size: 12px;
	color: #363636;	
	display:block;
	text-align: left;
	position:absolute;
	left: 0px;
	bottom: 50px;
	padding-left:1px;
}

div.loginFormHolder div.loginFormFooter label input {
	margin-right:5px;	
	margin-top:0px;
	display:inline;
	vertical-align: middle;
}

.loginSubmit, .formSubmit, button.gotoStep, input.gotoStep {
	height:33px;
	padding: 0px 20px;
	border:1px solid #0092db;
	cursor:pointer;	
	margin-top:3px;
	background: #0092db;
	color:#fff;
	border-radius: 6px;
	font-size:18px;
	font-family: "TeXGyreAdventorBold";
	background: #26a2e0; /* Old browsers */
	background: -moz-linear-gradient(top,  #26a2e0 0%, #0092db 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26a2e0), color-stop(99%,#0092db)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #26a2e0 0%,#0092db 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #26a2e0 0%,#0092db 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #26a2e0 0%,#0092db 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #26a2e0 0%,#0092db 99%); /* W3C */
	text-transform: lowercase;
	line-height:29px;
}

button.loginSubmit, button.formSubmit, button.gotoStep, input.gotoStep, input.formSubmit {
	height:auto;
	line-height: 28px;
    padding-bottom: 3px;
}

.loginSubmit:hover, .formSubmit:hover, .gotoStep:hover {
	background: #0075af;
}

.loginSubmit, input.loginSubmit {
	position:absolute;
	line-height:30px;
	bottom:0px;
	left:0px;
	padding-bottom:3px;
}

.secondaryAction {
	border:1px solid #666666;
	background: #666666;
	margin-left:10px;
}

.secondaryAction:hover {
	background: #333;
}

a.formSubmit, a.formSubmit:hover {
	text-decoration:none;
	padding:0px 20px;
	color: #fff;
	display:inline-block;
	line-height:29px;
}


/******************* FULL WIDTH ADMIN SPECIFIC *************************/

div.userBox {
	clear:right;
	color:#333333;
	margin-top:10px;
	text-align:right;	
	line-height:15px;
	position:absolute;
	right: 0px;
	top:50px;
}
div.userBox span {
	font-size:14px;
	font-family:"TeXGyreAdventorRegular";
	margin-bottom:5px;
}

div.userBox span.userLine {
	font-size:14px;
	font-family:"TeXGyreAdventorRegular";
	margin-bottom:5px;
}

div.userBox span.userLine {
	padding-left:13px;
	background-image: url(../images/icons_sprite.gif);
	background-position: 1px -13px;
	background-repeat:no-repeat;
	display:block;	
}

div.userBox a {
	text-decoration:none;
	color: #f68428;	
}

div.userBox a:hover {
	text-decoration:underline;	
}

div.userBox small {
	font-size: 11px;	
}

.adminSidebar {
	width:260px;
	margin-bottom:20px;
	clear:both;	
}

.adminContent {
	margin-bottom:20px;
}

div.homeTabs {
	margin-top:20px;
}

div.tabBar {
	float:none;
	overflow:hidden;
	margin-bottom:-2px;
	z-index: 10;
	position:relative;	
}

div.tabBar a {
	display:block;
	float:left;
	padding: 17px 20px 12px 55px;
}

div.tabBar a.tabActive {
	background-color:#eaeaea;
	border: 1px solid #dbdcdd;
	border-bottom: 0px;
	color: #333333;
	text-decoration:none;
	border-bottom: 1px solid #eaeaea;
	border-radius: 3px 3px 0px 0px;
	-webkit-box-shadow:  inset 0px 1px 0px 0px #ffffff;
    box-shadow:  inset 0px 1px 0px 0px #ffffff;
	text-shadow: 1px 1px 0 #ffffff;
}

div.tabBar a.accounts {
	background-image: url(../images/icons_sprite.gif);
	background-position: 14px -485px;	
	background-repeat: no-repeat;
}

div.tabBar a.accounts.tabActive {
	background-position: 14px -447px;
}

div.tabBar a.alerts {
	background-image: url(../images/icons_sprite.gif);
	background-position: 14px -560px;	
	background-repeat: no-repeat;	
}

div.tabBar a.alerts.tabActive {
	background-position: 14px -522px;	
}

div.tableHolder {
	margin:10px;
	border: 1px solid #dbdcdd;
	border-radius: 7px 7px 7px 7px;
	background: #fff;
	-webkit-box-shadow:  0px 1px 0px 0px #ffffff;
    box-shadow:  0px 1px 0px 0px #ffffff;	
}

div.tableBlock {
	background-color: #eaeaea;
	border: 1px solid #d4d4d4;
	border-radius: 7px 7px 7px 7px;
	margin-bottom:20px;	
    -webkit-box-shadow:  inset 0px 1px 0px 0px #ffffff;
    box-shadow:  inset 0px 1px 0px 0px #ffffff;
	z-index: 0;
}

div.adminSection {
	border: 1px solid #D9E4ED;
    border-radius: 7px 7px 7px 7px;
    margin-bottom: 20px;
    float:none;
	/*overflow:hidden;*/
	z-index: 1;
}

div.myAlerts, div.contentAction {
	border: 1px solid #ffd356;	
	background:#fff7de;
	border-bottom:0px;
}

div.contentAction {
	background:#ffeaad;
	border: 1px solid #ffd356;
	padding:10px;	
}

div.contentAction h2 {
	color:#f68428;	
}

div.summaryHolder div.contentAction {
	padding: 0px;	
}

span.cross {
	font-size: 20px;
	font-weight:bold;
	margin-right: 5px;
	line-height:16px;	
	float:left;
}

div.contentAction div.ddDay label {
	width:100px;
	text-align: left;
}

div.ddDay div.formControl{ 
	margin-left:100px;
}

div.contentAction div.ddDay, div.contentAction div.ddDay div.formControl{
	padding: 0px;	
}

div.contentAction div.formInset {
	padding-top:0px;
	margin-top:-10px;	
}

div.lineNote {
	padding: 10px;
	float:none;
	overflow:hidden;
	margin-bottom:20px;	
	background: #efefef;
	border-radius: 7px;
	border: 1px solid #e3e3e3;
}


div.contentAction div {
	padding: 10px;	
	float:none;
	overflow:hidden;
}

div.contentAction div label {
	display:block;
	clear:both;	
}

div.contentAction.adminSection div.sectionContent {
	border-bottom: 1px solid #FFD356;
	padding-bottom: 0px;
}

div.adminSection div.sectionHeader {
	height:34px;
	border-bottom:1px solid #D9E4ED;
	line-height:35px;
	float:none;
	overflow:hidden;
	padding-left:10px;
}

div.myAlerts div.sectionHeader {
	border-bottom: 1px solid #ffd356;
	background:#ffeaad;
	margin-bottom:0px;	
}

div.adminSection div.sectionHeader h2, h2 {
	font-size: 18px;
	margin:0px;
	color: #242424;	
	font-weight:normal;
	margin-bottom:10px;
}

div.adminSection div.sectionHeader h2.alt, h2.alt, h3.alt {
	color: #f68428;	
}

div.myAlerts div.sectionHeader h2 {
	color:#f9a634;	
}

div.adminSection div.sectionContent,  div.sectionContent{
	float:none;
	overflow:hidden;
	padding:10px;
	z-index:1;
}

div.paymentControl {
	border-top: 1px solid #D9E4ED;
}

div.paymentControl a {
	display:block;
	line-height:20px;
	clear:right;
}

div.paymentControl a img {
	margin-bottom: -3px;
	margin-right:3px;	
}

div.pagination {
  height: 36px;
   border-top: 1px solid #D9E4ED;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
}

div.tableFilter {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);	
  line-height:27px;
}

div.tableFilter label {
	float:left;
	margin-right: 5px;	
	line-height:27px;		
}

div.tableFilter select {
	margin-bottom:0px;
	
}

div.pagination ul li {
  display: inline;
  list-style:none;
  background-image:none;
}

.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 36px;
  text-decoration: none;
  border-right: 1px solid #ddd;
  border-left-width: 0;
}

.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}

.pagination .active a {
  color: #999999;
  cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination li:first-child a {
  border-left-width: 1px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

div.adminSection div.accountSection {
	border-bottom: 1px solid #D9E4ED;
	padding-bottom:0px;	
	z-index:1;
}

div.adminSection div.accountTotal {
	padding-bottom:55px;
	border-bottom:0px;
	position:relative;
	padding:0px;	
}

div.adminSection div.accountTotal p{
	margin:10px 10px;	
}

div.sectionContent strong {
	font-weight:bold;	
}

div.myAlerts div.sectionContent {
	border-bottom: 1px solid #ffd356;
	padding: 10px 10px 10px 0px;
	color: #333333;	
}

div.myAlerts div.sectionContent span {
	color: #f9a634;
	font-weight:bold;
	display:block;
	margin-left:55px	
}

div.myAlerts div.sectionContent a{
	background: #f9a634;
	color:#fff;	
	padding:0px 2px;
	border-radius: 2px;
	text-decoration:none;
}

div.myAlerts div.sectionContent a:hover{
	background:#d7810c;
}

div.myAlerts div.sectionContent p{
	margin: 5px 0px 0px 55px;	
}


div.accountIcon {
	width:25px;
	height:25px;
	float:left;	
}

div.sectionHeader div.accountIcon {
	margin-top:4px;	
}

div.accountTitle {
	margin-left:30px;
	 min-width: 80px;	
}

div.accountInfo {
	font-size: 10px;
	line-height: 11px;	
	margin-top:5px;
}

div.accountTitle a{
	text-decoration:none;
	font-size:10px;	
}

div.accountTitle a.accountLink {
	display:block;
	text-decoartion:none;
	font-size:12px;
	line-height:12px;
}

div.accountTitle a.usageLink {
	padding-left:15px;
	background-image: url(../images/icons_sprite.gif);
	background-position: 0px -31px;
	background-repeat:no-repeat;
	height: 12px;
	overflow:hidden;
}

div.accountTitle span {
	margin: 0px 3px;	
}

span.smallMessage {
	color:#999;
	font-size:10px;
	display:block;
	line-height:12px;
	font-weight:normal;
	clear: both;
	margin-bottom:5px;
}

div.formControl span.smallMessage {
	font-size: 11px;
	color: #666;
	font-weight:bold;
	margin-top:1px;	
}

img.ui-datepicker-trigger {
	margin-bottom:-2px;
	*margin-bottom: 0px;
	padding-left:5px;
	cursor: pointer;
	display: inline;
}

span.dateMessage {
	color:#2e8727;
	font-size:11px;
	display:block;
	line-height:8px;
	font-weight:bold;
	clear:both;
}

.overdue, .overdue span {
	color:#ed2d23;	
}

.directdebit, .directdebit span {
	color:#333333;	
}

td.accountsLinks, th.accountsLinks {
	text-align:right;
	width:150px;
}

th .titleIcon {
	min-width: 65px;
	height:30px;
	overflow:hidden;
	text-indent: -100px;
	margin-left:5px;
	margin-bottom:5px;
}


th.directDebitHeader, th.onlineBillingHeader {
	padding: 0px;	
}

th.directDebitHeader .titleIcon{
	background-image: url(../images/icons_sprite.gif);
	background-repeat:no-repeat;
	background-position: center -604px;
}

th.onlineBillingHeader .titleIcon{
	background-image: url(../images/icons_sprite.gif);
	background-repeat:no-repeat;
	background-position: center -640px;	
}

a.tooltip {
	display:inline-block;
	*display:block;
	width:33px;
	height:25px;
	overflow:hidden;
	text-indent: -300px;
	text-decoration:none;
}

div.tooltipHolder {
  max-width: 240px;
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px 0px;
  font-size: 11px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip-inner {
  padding: 3px 8px;
  line-height:20px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tooltip-inner span {
	display:block;
	font-weight:bold;
	font-size: 13px;	
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}

a.directDebitStatus {
	background-image: url(../images/icons_sprite.gif);
	background-repeat:no-repeat;
	background-position: 0px -734px;	
}

a.directDebitStatus.inactive {
	background-position: 0px -677px;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

a.onlineBillingStatus {
	background-image: url(../images/icons_sprite.gif);
	background-repeat:no-repeat;
	background-position: 0px -761px;	
}

a.onlineBillingStatus.inactive {
	background-position: 0px -705px;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

td.iconCol {
	text-align:center;	
}

div.meterRead {
	background: #fff4ad;
	float:none;
	overflow:hidden;
	padding:5px;
	border: 1px solid #fddf76;
	border-radius:7px;
	color:#a97309;
	font-size:11px;	
	max-width: 130px;
	text-align:left;
	line-height:14px;
	margin-bottom:10px
}

div.meterRead strong {
	font-size:12px;
	line-height:20px;
}

td.accountsLinks a {
	display:block;
	text-align: center;
	background: #f9a634;
	border: 1px solid #f89331;
	text-decoration:none;
	color:#fff;
	border-radius:3px;
	width:60px;
	clear:both;
	float:right;
	text-shadow: 1px 1px 0px #fd830d;
	line-height:18px;
	margin-bottom:5px;
	position:relative;
}

td.accountsLinks a.passive, a.passive {
	background: #b1b8bd;
	border: 1px solid #8a8c8e;
	text-shadow: 1px 1px 0px #8a8c8e;
}

td.accountsLinks a.passive:hover, a.passive:hover {
	background: #8a8c8e;	
}

td.accountsLinks a.wide{
	width:auto;
	padding: 0px 10px;	
}

td.accountsLinks a.loudAction, a.loudAction {
	background: #99C75A;
	border: 1px solid #89BD3E;
	text-shadow: 1px 1px 0px #89BD3E;
}

td.accountsLinks a.loudAction:hover, a.loudAction:hover {
	background: #89BD3E
}

a.priceHint {
	text-decoration:none;
	background:#f68428;	
	color:#fff;
	font-size:11px;
	padding: 0px 3px;
	border-radius:6px 6px 6px 6px;
	font-weight:normal;
	margin-left:3px;
	display:inline-block;
	height:12px;
	width:6px;
	line-height:12px;
}


td.accountsLinks a.moreActionsLink,  td.accountsLinks a.moreActionsLink:hover{
	display:inline;
	background: none;
	border:0px;
	color:#fd830d;
	width: auto;	
	margin-bottom:0px;
	text-shadow: none;
	filter:none;
	font-size:11px;
}

td.accountsLinks div {
	float:right;
}

div.actionsMenu {
	position:absolute;
	z-index:31;
	background:#fff;
	width: 90px;
	border: 1px solid #cccccc;
    -webkit-box-shadow:  0px 0px 5px 0px #CCCCCC;
    box-shadow:  0px 0px 5px 0px #CCCCCC;
    border-radius: 3px; 
	text-align: left;
	padding:5px 10px;   
	font-size:11px;
}

div.actionsMenu a{
	background: none;
	border:0px;
	color:#fd830d;
	width: auto;	
	margin-bottom:0px;
	text-shadow: none;
	filter:none;
	font-size:11px;	
	float:none;
	text-align:left;
	z-index: 0;
	display:block;
	text-decoration:none;
	line-height:16px;
	
}

div.actionsMenu a:hover{
	color:#CC6600;	
}

td.accountsLinks a:hover {
	background:#fd830d;	
}

td.amount, th.amount {
	text-align:right;	
}

td.amount {
	color:#000;
	font-weight:bold;	
}

div.minorAmount {
	font-size:11px;
	font-weight:normal;	
	line-height:12px;
	margin-bottom:10px
}

div.majorAmount {
	line-height: 12px;
	font-size:14px;	
}

div.majorAmount big {
	font-size:16px;	
}

td.totalAmount {
	font-size:11px;	
}

tr.electricityRow td.accountTitleCell div.accountTitle a {
	color: #f68428	
}

.alertIcon {
	width:50px;
	height:35px;
	float:left;
	background-image: url(../images/icons_sprite.gif);
	background-position: 8px -137px;
	background-repeat:no-repeat;	
}

.importantAlert {
	background-position: 8px -171px;	
}

.accountIconElec {
	background-image: url(../images/icons_sprite.gif);
	background-position: -5px -211px;
	background-repeat:no-repeat;
}

.accountIconGas{
	background-image: url(../images/icons_sprite.gif);
	background-position: -5px -247px;
	background-repeat:no-repeat;
}

/*********** SUBPAGE SIDEBAR ADVERTISEMENTS ***********/
a.advertisement{
	width:260px;
	height: 79px;
	display:block;
	background-image:url(../images/cta_buttons_sprite.gif);
	background-repeat:no-repeat;
	margin-bottom:20px;
	overflow:hidden;
	text-indent: -900px;
	text-decoration:none;
}

a.advertisement:hover {
	display:block;	
}

a.directdebit1 {
	background-position: 0px 0px;
}

a.directdebit1:hover {
	background-position: 0px -79px;
	display:block;
}

a.directdebit2 {
	background-position: 0px -316px;
}

a.directdebit2:hover {
	background-position: 0px -395px;
	display:block;
}

a.onlinebills {
	background-position: 0px -158px;
}

a.onlinebills:hover {
	background-position: 0px -237px;
	display:block;
}

a.anewplan {
	background-position: 0px -474px;
}

a.anewplan:hover {
	background-position: 0px -553px;
	display:block;
}

/*****************************************************/
.showCross {
	min-height:28px;
	background-image: url(../images/icons_sprite.gif);
	background-repeat:no-repeat;
	background-position: 2px -284px;
	padding-left: 40px;
}

.showTick {
	min-height:28px;
	background-image: url(../images/icons_sprite.gif);
	background-repeat:no-repeat;
	background-position: 2px -326px;
	padding-left:40px;	
}

div.detailTitle {
	float:none;
	overflow:hidden;
	padding-left: 10px;
    padding-right: 10px;
}

a.helpLink {
	display:inline-block;
	padding: 4px 10px 4px;
	line-height: 18px;
	border-radius: 4px;
	background-color: #f5f5f5;
	color: #333333;
	text-align: center;
	text-decoration:none;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
	font-size:11px;
	background: #fff; /* Old browsers */
}

a.helpLink:hover {
	background: #e6e6e6;
	background-position: 0 -20px;
}

a.feedbackLink {
	display:inline-block;
	padding: 4px 10px 4px;
	margin-left:10px;
	line-height: 18px;
	border-radius: 4px;
	background-color: #FEC74F;
	color: #fff;
	text-align: center;
	text-decoration:none;
	border-color: #fec74f #fec74f #aa7818;
	border-bottom-color: #aa7818;
	border-width: 1px;
	border-style: solid;
	font-size:11px;
	background: #F9A634; 
	text-shadow: 1px 1px 0px #fd830d;
}

a.feedbackLink:hover {
	background: #f78e2e;
	background-position: 0 -20px;
}

div.summaryRow {
	float:none;
	overflow:hidden;
}

div.summaryHolderFixed {
	width: 540px;
	float:left;
}

div.summaryHolder {
	margin-left: 560px;
}

div.graphHolder {
	float:none;
	overflow:hidden;
	padding:10px;
	/*border-bottom: 1px solid #D9E4ED;*/	
}

div.loadmore {
	text-align:right;
	background: #d9e4ed;	
}

div.adminSectionRight {
	margin-left:20px;	
}

td.subHead {
	text-align: right;
	font-weight:bold;
	background: #f0f4f8;		
}

table.summaryTable tbody tr:first-child td.subHead {
	border-radius: 7px 0px 0px 0px;	
}

table.summaryTable tbody tr:last-child td.subHead {
	border-radius: 0px 0px 0px 7px;	
}

td.subTotalLabel, .table tbody tr:hover td.subTotalLabel {
	background: #f59f5a;
	color: #fff;
    text-shadow: 1px 1px 0px #ae7240;
	border-radius: 0px 0px 0px 3px;
}

td.subTotalValue, .table tbody tr:hover td.subTotalValue {
	font-size:14px;
	font-weight:bold;
	background: #f2ccae;
	color:#000000;
	border-radius: 0px 0px 3px 0px;
}

a.docIcon {
	background-image: url(../images/icons_sprite.gif);
	background-position: 0px -428px;
	background-repeat:no-repeat;
	width:19px;
	height:23px;
	display:block;
	text-decoration:none;	
}

a.wordDoc {
	background-position: 0px -403px;
}

a.pdfDoc {
	background-position: 0px -377px;	
}

/* ------------- USAGE CHART --------------- */
div.usageChart{

height: 300px;
float:none;
overflow:hidden;
}

/**********************************************************************/

/* new styles for homepage tabs */
div.homepageTabs {
	height:35px;
	float:none;
	overflow:hidden;	
}

div.homepageTabs a.login {
	display:block;
	float:left;
	height:35px;
	padding: 0px 45px 0px 41px;
	border:1px solid #0092db;
	border-right: 1px solid #0074af;
	margin-right:1px;
	cursor:pointer;	
	background: #0092db;
	color:#fff;
	border-radius: 7px 0px 0px 0px;
	font-size:16px;
	font-family: "TeXGyreAdventorBold";
	background: #26a2e0; /* Old browsers */
	background: -moz-linear-gradient(top,  #26a2e0 0%, #0092db 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26a2e0), color-stop(99%,#0092db)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #26a2e0 0%,#0092db 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #26a2e0 0%,#0092db 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #26a2e0 0%,#0092db 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #26a2e0 0%,#0092db 99%); /* W3C */
	text-transform: lowercase;	
	line-height:30px;
}

div.homepageTabs a.login:hover {
	text-decoration:none;	
}

div.homepageTabs a.login span{
	display:block;
	float:left;
	width:14px;
	height:18px;
	background-image: url(../images/login_sprite.png);
	background-position: 0px -47px;
	margin-right:14px;
	margin-top:7px;
}

div.homepageTabs a.register {
	border: 1px solid #e1e1e1;
	display:block;
	float:left;
	height:35px;
	padding: 0px 35px;	
	background: #e1e1e1;
	color: #969696;
	font-size:16px;
	font-family: "TeXGyreAdventorBold";
	border-radius: 0px 7px 0px 0px;
	text-transform: lowercase;	
	line-height:30px;
}

div.homepageTabs a.register span {
	display:block;
	float:left;
	width:19px;
	height:21px;
	background-image: url(../images/login_sprite.png);
	background-position: 0px -65px;
	margin-right:14px;
	margin-top:7px;
}

div.homepageTabs a.register:hover {
	text-decoration:none;
	background:#efefef;
	
}

a.homeLink {
	display:block;
	width:24px;
	height:22px;	
	background-image: url(../images/login_sprite.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	overflow:hidden;
	text-indent: -100px;
	margin-left:25px
}

a.homeLink:hover {
	background-position:0px -23px;	
}

/**************************/
body.shrink {
	background-position: 0 -49px;	
}

body.shrink div.headerBlock div.headerLogo {
	width:135px;
	background-image: url(../images/logo_small.png);
	background-position: bottom left;
	height:127px;
}

body.shrink div.adminHeader div.menuBar {
	margin-top:110px;	
}

body.shrink div.adminHeader {
	height:161px;	
}

.modal {
    
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, 0 ) url('../images/Double Ring.gif') 50% 50% no-repeat;
}

table.acc_service {
    border-collapse: collapse;
}

table.acc_service td {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 250px;
    border: none;
    vertical-align: top;
}

table.acc_service td.outer_left {
    border-left: 0 none;
    border-bottom: 0 none;
}

table.acc_service td.outer_right {
    border-right: 0 none;
    border-bottom: 0 none;
}

table.acc_service td.mid_bottom {
    border-bottom: 0 none;
}

