/*

Ordered by

body
headings
copy
images
links
forms
footer
forms

*/

body {
	color: #46474c;
	font: 12px Arial, Helvetica, sans-serif;
}


/* Headings */

html#inner h1 {
    height: 58px;
    margin: 0;
    line-height: 1em;
}

h1 {
	font-size: 16px;
	color: #000;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	font-family: Helvetica, Arial, sans-serif;
}

	html#inner #facebox h1 {
		padding: 10px 0 20px 0;
		height: auto;
	}
	
h2 {
	color: #2c5498;
	margin: 0 0 8px 0;
	font-size: 18px;
	line-height: 1.25em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
}

    #column-left h2 {
      font-family: Georgia, "Times New Roman", serif;
      color: #fff;
      font-size: 18px;
      line-height: 18px;
      margin: 0 0 25px 20px;
    }
    
        
        #column-left h2.sub-nav-header strong {
          display: block;
          padding: 10px 0 0 15px;
          font-size: 18px;
          font-weight: normal;
        }
    
    #column-mid h2.heading {
      font-family: Georgia, "Times New Roman", serif;
      font-size: 18px;
      line-height: 1em;
      margin: 3px 0 20px 0;
    }
    
    #column-right h2 {
      line-height: 24px;
      margin: 0 0 17px 3px;
    }
    
    #column-left form.member-login fieldset h2 {
    color: #2c5498;
    padding: 0 0 0 0;
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 1em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
}
    

h3 {
	color: #000;
	margin: 20px 0 6px 0;
	font-size: 14px;
	line-height: 1.25em;
	font-family: Helvetica, Arial, sans-serif;
}

    h3.widget-title {
		background: url(../images/bg_related-links-header.png) top left repeat-x;
		margin: 0;
		padding: 12px 20px 0;
		height: 30px;
		line-height: 18px;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 18px;
		color: #fff;
    }
    
		h3.widget-title strong {
			display: block;
			padding: 10px 0 0 15px;
			font-size: 18px;
			font-weight: normal;
		}

	h3.check-type {
		border-top: 1px solid #ccc;
		margin: 20px 0 10px 0;
		padding: 10px 0 0 0;
	}

h4 {
	color: #000;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 8px 0;
	line-height: 1.4em;
}

/* Copy */

p {
	line-height: 1.4em;
	margin: 0 0 9px 0;
	font-size: 12px;
}

	div.breadcrumb p {
	}
	
	p.steps {
	line-height: 1em;
	height: 34px;
	padding: 0 0 0 0;
	margin: 0 0 9px 0;
	background: url(../images/bg_how_step.png) center left no-repeat
	}
	
	   p.steps strong {
	   display: block;
	   padding: 10px 0 0 30px;
	   color: #14509b;
	   }
	
	p.enquire {
		background: url('../images/btn_enquire.gif') no-repeat top left;
		height: 36px;

	}

	
	#logo form fieldset p {
	margin: 0 0 5px 0;
	}
	
	#footer p {
	text-align: right;
	padding: 0 10px 0 0;
	}
	
	p.forgot-link {
	font-size: 11px;
	}
	
	p.security {
	padding: 2px 0 2px 20px;
	margin: 25px 0;
	line-height: 1em;
	background: url(../images/lock.png) center left no-repeat;
	}

	#column-left p {
		margin: 0px 16px 10px 16px;
	}
	
	#column-left div.widget-RelatedLinks p {
		margin: 10px 16px 10px 16px;
	}
	
	#column-left div.widget-CreditsRemaining p {
		margin: 10px 16px 10px 40px;
	}

strong {
   font-weight: bold;
}

em {
   font-style: italic;
}

hr {
   display: none;
}
   
ul {
   list-style-type: square;
   padding: 0 0 0 0;
   margin: 0 0 1em 2em;
}

ol {
   list-style-type: decimal;
   padding: 0 0 0 0;
   margin: 0 0 1em 2em;
}

	li {
	   margin: 0 0 .75em 0;
		line-height: 1.4em;
	}
 
		ul ul,
		ol ul {
				margin: .5em 0 .75em 3em;
			}
	   
		ol ol,
		ul ol {
				list-style-type: lower-alpha;
				margin: .5em 0 .75em 3em;
			}
   
/* images */

#logo img {
	display: block;
	border: 0;
	margin: 0 0 0 49px;
	padding: 15px 0 0 0;
}

.clear {
	clear: both;
	display: block;
}
  
img.left {
	float: left;
	margin: 0 10px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 10px;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#column-left img.alerts {
    margin: 0 0 15px 15px;
}

/* links */

a:link,
a:visited {
   color: #0059c8;
   text-decoration: underline;
}

a:hover,
a:focus,
a:active {
   color: #0059c8;
   text-decoration: none;
}

    #footer p a:link,
    #footer p a:visited {
        color: #4c5664;
        text-decoration: underline;
        }

    #footer p a:hover,
    #footer p a:focus,
    #footer p a:active {
        color: #4c5664;
        text-decoration: none;
        }

  #logo img a {
    outline: none;
  }

	#footer a:link,
	#footer a:visited {
	   color: #f00;
	   text-decoration: none;
	}

	#footer a:hover,
	#footer a:focus,
	#footer a:active {
	   color: #f00;
	   text-decoration: underline;
	}
	
	p.steps a:link,
	p.steps a:visited {
		display: block;
		text-decoration: none;
	}
	
	p.steps a:hover,
	p.steps a:focus,
	p.steps a:active {
		text-decoration: underline;
	}
	
	p.enquire a:link,
	p.enquire a:visited {
		color: #FFFFFF;
		display: block;
		height: 34px;
		padding: 10px 0 0 31px;
		text-decoration: none;
		text-shadow: 1px 1px 1px #2e599e;
		font-size: 14px;
	}
	
	p.enquire a:hover,
	p.enquire a:focus,
	p.active a:active {
		text-shadow: 1px 1px 1px #110d37;
	}
	

/*  forms  */

form {
	margin: 0;
	padding: 0;
}

legend {
    display: none;
}

input.text {
	font-size: 11px;
	color: #666;
	border: 1px solid #879ab6;
	background: url(../images/bg_text_input.png) #fff bottom left repeat-x;
	margin: 0;
	padding: 0;
}

label {
   display: block;
}

input {
	margin: 0;
	padding: 0;
}

	input.check-type {
		margin-top: 20px;
		
	}



select {
	font-size: 11px;
	width: 160px;
	color: #666;
	margin: 0;
	padding: 0;
}


/* Member login box */
.member-login {
	width: 238px;
	height: 150px;
	margin: 0 0 20px 0;
}
	.member-login fieldset {
   		padding: 15px 20px 0 20px;
    }
	.member-login__field-wrap {
		padding: 4px 0 0 0;
	}
	.member-login__label {
		display: inline-block;
		width: 74px;
	}
	.member-login__field {
		display: inline-block;
		width: 112px;
		padding: 3px !important;
	}
    .member-login__button-wrap {
        text-align: right;
        padding: 5px 0 0 0;
    }
    .member-login__forgot-link {
		float: left;
		margin-top: 7px;
	}

	html#inner .member-login {
		background: url(../images/bg_inner_login.png) transparent top left no-repeat;
	}


/* Multiedits */
div.multiedit-item input, div.multiedit-item select {
	width: 160px;
}

div.multiedit-item p span.field-error {
	background: #FDD;
	color: #900;
	padding: 0;
	margin: 2px 0 10px 0;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.multiedit-add {
	margin-bottom: 15px;
}

/* Home big buttons */
a.home-btn {
	background: url(../images/btn_big.png) no-repeat 0 -96px transparent;
	height: 96px;
	width: 295px;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
}
	
	a.home-btn div {
		padding: 8px 12px;
	}
	
	a.home-btn h2 {
		margin: 0 0 5px 0;
		color: #FFF;
	}
	
	a.home-btn p {
		margin: 0;
		color: #FFF;
		font-size: 11px;
		line-height: 1.15em;
	}
	
	a.home-btn p.link {
		text-decoration: underline;
		text-align: right;
	}
	
	a.home-btn:hover {
		background-position: 0 0;
		text-decoration: none;
	}
	
		a.home-btn:hover h2 {
		color: #0059C8;
		}
		
		a.home-btn:hover p {
			margin: 0;
			color: #0059C8;
		}


/* Success stories */
#success-stories {
	margin-right: 20px;
}

	#success-stories p.quote {
		font-size: 13.6px;
	}

	#success-stories p.author {
		font-style: italic;
		text-align: right;
	}



/* table styling */

table {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
}

  table td,
  table th {
    padding: 6px 8px;
    vertical-align: top;
    border: 1px solid #a9bbcd;
  }
  
  table th {
    background-color: #3a75bf;
    color: #fff;
  	font-weight: bold;
  }
  
  table tr.alt td {
    background-color: #cedff0;
  }

	table.nextprev {
		width: 100%;
	}

	table.nextprev td.next {
	background-color: #eee;
	font-weight: bold;
	}

	table.nextprev td.prev {
	background-color: #eee;
	font-weight: bold;
	}
	
	div.action-bar input {
		float: right;
	}
	
	input.button {
		padding: 3px 6px;
	}

.checkbox-list .check {
	text-align: center;
	width: 40px;
}


/* basic form field style */
.textbox,
select {
	padding: 3px 5px;
	box-sizing: border-box;
}


.submit-bar,
.action-bar {
	text-align: right;
	margin: 15px 0 0 0;
	padding: 15px 20px;
	border-top: 1px #8597C1 solid;
	background: #F2F7FF;
}
	.submit-bar a,
	.action-bar a {
		margin: 0 12px 0 0;
	}
	
	.submit-bar a.left,
	.action-bar a.left {
		margin: 10px 0 0 0;
		float: left;
	}

	.submit-bar input,
	.action-bar input {
		padding: 4px 10px;
	}
	
	.action-bar:after {
		content: " ";
		display: block;
		clear: both;
	}


/* Sidenav (two levels) */
div.widget-CreditsRemaining {
	background: url(../images/bg_related_links.png) top left repeat-x;
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
}

	.widget-RelatedLinks {
		background: url(../images/bg_related_links.png) top left repeat-x;
		margin: 0 0 10px 0;
		padding: 0 0 20px 0;
	}
	
	.widget-RelatedLinks ul {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	   .widget-RelatedLinks ul.depth1 {
	       padding: 10px 0 0 15px;
	   }
	
		.widget-RelatedLinks ul li.on ul {
			margin: 0 0 0 20px;
			border: 0px solid #f00;
			padding: 0;
			background-image: none;
		}

		.widget-RelatedLinks ul li {
		list-style-type: none;
		margin: 0 0;
    	padding: 0 0 0 0;
    	font-size: 12px;
    	line-height: 12px;
		width: 200px;
    	display: block;
    	vertical-align: bottom;
	  	}
	  	
	  	.widget-RelatedLinks ul li ul li {
		width: 180px;
	  	}
	  	
	  		.widget-RelatedLinks ul li ul li ul li {
			width: 160px;
	  		}

		.widget-RelatedLinks ul li a:link,
	   .widget-RelatedLinks ul li a:visited {
      	text-decoration: none;
      	padding: 6px 0 6px 25px;
		margin: 0;
      	color: #0059c8;
      	display: block;
		vertical-align: bottom;
      	background: url(../images/deco_sub-nav.gif) transparent left no-repeat;
	    }

	    .widget-RelatedLinks ul li a:hover {
      	padding: 6px 0 6px 25px;
      	text-decoration: none;
		margin: 0;
      	color: #2c5498;
		vertical-align: bottom;
      	background: url(../images/deco_sub-nav.gif) transparent left no-repeat;
	    }
	    

		.widget-RelatedLinks li.on a:link,
		.widget-RelatedLinks li.on a:visited,
		.widget-RelatedLinks li.on a:hover {
		text-decoration: none;
		color: #2c5498;
		background: url(../images/deco_sub-nav.gif) transparent left no-repeat;

	     }
	     
	   	.widget-RelatedLinks li.on ul li a:link,
		.widget-RelatedLinks li.on ul li a:visited {
			color: #0059c8;
			padding: 6px 0 6px 25px;
			background: url(../images/deco_sub-nav.gif) transparent left no-repeat;
	     }
	     
	     	.widget-RelatedLinks li.on ul li a:hover {
			color: #2c5498;
			background: url(../images/deco_sub-nav.gif) transparent left no-repeat;
	     }
	     
	   	.widget-RelatedLinks li.on ul li.on a:link,
		.widget-RelatedLinks li.on ul li.on a:visited,
		.widget-RelatedLinks li.on ul li.on a:hover {
			color: #2c5498;
			background: url(../images/deco_sub-nav.gif) transparent left no-repeat;
	     }
	     
	   	.widget-RelatedLinks li.on ul li.on ul li a:link,
		.widget-RelatedLinks li.on ul li.on ul li a:visited {
			color: #0059c8;
			background-image: none;
	     }
	     
	     	.widget-RelatedLinks li.on ul li.on ul li a:hover {
			color: #2c5498;
			background-image: none;
	     }
	     
	   	.widget-RelatedLinks li.on ul li.on ul li.on a:link,
		.widget-RelatedLinks li.on ul li.on ul li.on a:visited,
		.widget-RelatedLinks li.on ul li.on ul li.on a:hover {
			color: #2c5498;
			background-image: none;
	     }


              
    
        .widget-RelatedLinks li.on ul li ul li a:link,
    	.widget-RelatedLinks li.on ul li ul li a:visited,
   		.widget-RelatedLinks li.on ul li ul li a:hover{
          padding: 6px 0 6px 65px;
          background-image: none;
    }
    
    
     		.widget-RelatedLinks li.on ul li ul li ul li a:link,
    		.widget-RelatedLinks li.on ul li ul li ul li a:visited,
   			.widget-RelatedLinks li.on ul li ul li ul li a:hover{
          padding: 6px 0 6px 85px;
          background-image: none;
    }
    
/* over-riding admin styles */

div.refine-bar {
    background-color: #eee;
    border: 1px solid #A9BBCD;
    padding: 0px;
    margin: 0 0 10px 0;
}

div.refine-bar input[type="submit"] {
    clear: both;
    margin: 10px 0;
}

div.refine-bar div.refine-submit {
  float: right;
  padding: 0 10px;
  text-align: right;
  width: 200px;
}


ul.messages {
	margin: 20px 0 30px 0;
	border: 2px solid #193477;
	background: #ECF4FB;
	padding: 13px 5px;
}

div.info {
	padding: 1em 1.5em;
	margin: 1.5em 0;
	background: #E0E8F1;
}
	div.info.notice {
		background: #F2E0B3;
	}
	div.info h3 {
		margin: 5px 0;
	}


/* Toolbar on manage checks page */
.toolbar {
	margin: 1.5em 0;
	background: #f8f8f8;
	border: 1px #e2e2e2 solid;
}
	.toolbar:after {
		content: " ";
		display: block;
		clear: both;
		font-size: 0;
		height: 0;
		visibility: hidden;
	}
	.toolbar .tool {
		font-size: 14px;
		color: #222;
		display: block;
		float: left;
		padding: 10px 15px;
		border-right: 1px #e2e2e2 solid;
		vertical-align: middle;
	}
	.toolbar .tool:hover,
	.toolbar .tool-active {
		background: #f2f2f2;
		text-decoration: underline;
	}
	.toolbar .tool-right-select {
		float: right;
		border-right: none;
		padding: 4px;
	}
	

/* Lists of checks */
.main-list {
	width: 100%;
	margin: 15px 0;
	border-collapse: collapse;
	border: 1px solid #A9BBCD;
}
	.main-list th {
		border: none;
		border-bottom: 1px solid #A9BBCD;
		padding: 7px 10px;
	}
	.main-list td {
		border: 1px dotted #E0E7EE;
		padding: 7px 10px;
	}
	.main-list tbody tr:hover td {
		background-color: #E1ECFC;
	}


.pagination-bar {
	padding: 10px 15px;
	background: #f3f3f3;
}
	.pagination-bar--prev {
		float: left;
		width: 100px;
	}
	.pagination-bar--info {
		text-align: center;
	}
	.pagination-bar--next {
		float: right;
		width: 100px;
		text-align: right;
	}
	.pagination-bar--prev:after,
	.pagination-bar--next:after {
		content: '.';
		visibility: hidden;
	}


/* Style for the tabs */
.ui-tabs {
	padding: 0;
	margin: 25px 0;
}
	.ui-tabs .ui-tabs-nav {
		padding: 0 0 0 0;
		height: 32px;
		margin: 0 0 0 0;
	}
	.ui-tabs .ui-tabs-nav li {
		background-color: #f5f5f5;
		padding: 0;
		margin: 0 5px 0 0;
		float: left;
		height: 32px;
	}
	.ui-tabs .ui-tabs-panel {
		background-color: #e7eef2;
		border: none;
	}
	.ui-tabs .ui-tabs-nav li a {
		height: 32px;
		padding: 9px 22px 0;
		margin: 0px;
		display: block;
		text-decoration: none;
		font-weight: bold;
		text-transform: uppercase;
		color: #7192B7;
	}
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
		padding-bottom: 0px;
		background-color: #E7EEF2;
	}
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
		color: #123A67;
	}


/* debugging */
div.debug-info {
	background: url(../images/debug.png) #A9CB9A 12px 12px no-repeat;
	padding: 12px 40px;
	margin: 10px 0;
	border: 2px #678D57 solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	color: #334E28;
}


/* table style for refine bar */
.refine-bar-table {
	background: #E7EEF2;
	border: 1px solid #a9bbcd;
}
	.refine-bar-table__group-header {
		padding: 0 15px;
		margin: 10px 0;
		font-weight: bold;
	}
	.refine-bar-table__group {
		margin: 0 0 20px 0;
	}
	.refine-bar-table__item {
		padding: 0 15px;
		margin: 10px 0;
	}
	.refine-bar-table__label {
		width: 150px;
		display: inline-block;
		vertical-align: middle;
	}
	.refine-bar-table__field {
		display: inline-block;
		vertical-align: middle;
	}
		.refine-bar-table__sub-item {
			margin-top: 3px;
		}
		.refine-bar-table__sub-label {
			display: inline-block;
			vertical-align: middle;
			width: 50px;
		}
		.refine-bar-table__sub-field {
			display: inline-block;
			vertical-align: middle;
		}
	.refine-bar-table__submit {
		padding: 10px;
		text-align: right;
		background: #D7E2E8;
	}


.form-section .checkbox-list {
	margin: 0;
}
.form-section .checkbox-list td {
	border-style: none;
}
label.multiedit-checkbox span {
	vertical-align: middle;
}
label.multiedit-checkbox input {
	width: 30px;
	vertical-align: middle;
}


.col {
	float: left;
}
.col--one-half {
	width: 48.148148148148%;
	margin-left: 3.561253561254%;
}
.col--one-half:first-child,
.col--one-half:first-of-type {
	margin-left: 0;
}


.field-element {
	margin-top: 0;
	line-height: inherit;
	margin-bottom: 5px;
	font-size: inherit;
	padding-top: 5px;
	color: #000;
}
.field-element input,
.field-element select {
	width: 100%;
}
legend.field-label,
h2.field-label,
h3.field-label,h4.field-label {
	display: block;
	margin-bottom: 5px;
}
.field-label__required {
	text-indent: -9999px;
	line-height: 0;
	display: inline-block;
}
.field-label__required:after {
	content: "*";
	text-indent: 0;
	display: block;
	line-height: inherit;
}

span.field-error {
	background: none;
	color: #900;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}


/* ---- Clearfix, for when views are shared with consumer site ---- */
.-clearfix:before,
.-clearfix:after {
	content: " ";
	display: table;
}
.-clearfix:after {
	clear: both;
}


/* ---- Credit card brand (visa, mastercard) logos on payment form ---- */
.js--card-type-logos {
	margin: 0 0 10px 0;
}
.cc-brand-logo {
	float: left;
	padding: 5px 8px;
	border: 2px #eee solid;
	border-radius: 3px;
	margin: 0 15px 0 0;
}
.cc-brand-logo--active {
	border: 2px #3EA321 solid;
}
.cc-brand-logo__image {
	height: 30px;
}


/* ---- Various payment form tweaks ---- */
.payment-form .field-label {
	font-weight: bold;
	margin: 0 0 5px 0;
}


#facebox ul {
	margin-left: 20px;
	list-style: square;
}

#check-pagination { background-color: #3A75BF; }
#check-pagination a { font-weight: bold; font-size: 90%; color: #FFF; }
#check-pagination .prev { text-align: left; }
#check-pagination .next { text-align: right; }
