/* 	NAVY COLOUR #003A70
	LIGHT BLUE COLOUR #98B3C2
	ORANGE COLOUR #ED8B00
	GREY COLOUR #EFEEEA
	GREY BORDER COLOUR #C8C9C7;
*/
/* fonts */
@font-face {
	font-family: 'open_sansbold';
	src: url('../_fonts/opensans-bold-webfont.eot');
	src: url('../_fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../_fonts/opensans-bold-webfont.woff') format('woff'),
		url('../_fonts/opensans-bold-webfont.ttf') format('truetype'),
		url('../_fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansitalic';
	src: url('../_fonts/opensans-italic-webfont.eot');
	src: url('../_fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../_fonts/opensans-italic-webfont.woff') format('woff'),
		url('../_fonts/opensans-italic-webfont.ttf') format('truetype'),
		url('../_fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansregular';
	src: url('../_fonts/opensans-regular-webfont.eot');
	src: url('../_fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../_fonts/opensans-regular-webfont.woff') format('woff'),
		url('../_fonts/opensans-regular-webfont.ttf') format('truetype'),
		url('../_fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sans_semiboldregular';
	src: url('../_fonts/opensans-semibold-webfont.eot');
	src: url('../_fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../_fonts/opensans-semibold-webfont.woff') format('woff'),
		url('../_fonts/opensans-semibold-webfont.ttf') format('truetype'),
		url('../_fonts/opensans-semibold-webfont.svg#open_sans_semiboldregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

*{margin:0px; padding:0px} /* Reset margins - This enables my header to cover the entire top and sides of the screen */

html {
	height: 100%;
	overflow: auto;
}
body {
	min-width: 1024px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif; 
	color: #484848; 
	font-size: 11px; 
	line-height: 18px; /* Important to set the line height here to align FF, IE, CH, SA etc. */
	position: relative;
	min-height: 100%;
	height: 100%;
}
h1, h2 {
	margin: 10px;
}
h3 {
	width: 99%;
	/*background-color: #ED8B00; */
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	margin-bottom: 20px;
}
a {
	text-decoration: none;
}
th {
	text-align: left;
}
fieldset {
	background: #eee url("../_images/bg-box.gif") repeat-y;
	background-color: -moz-dialog;
	border: 0;
	padding-bottom: 10px;
}
fieldset.grey {
	background-color: #C8C9C7;
}
label {
	float: left;
	width: 100%;
}
img {
	border: 0;
}
.mainButton {
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	background-color: #003a70 !important;
	color: #FFFFFF !important;
	border: 0 !important;
	padding: 7px 7px !important;
	cursor: hand !important;
	cursor: pointer !important;
}
.mainButton:hover {
	background-color: #ED8B00;
}
fieldset.login {
	background: none !important; 
	padding: 0;
	margin: 0;
	width: 400px;
	line-height: 30px;
}
fieldset.login label{
	margin-right: 5px;
	text-align: right;
	width: 80px;
	color: #003966;
	padding:4px;
	font: 13px/19px 'open_sansregular', Arial, Helvetica, sans-serif;
}

fieldset.login .mainButton{
	margin: 10px 20px;
	float: right;
}
.login-button-container{
	display: inline-block;
	margin-top:12px;
}
.login-form-container{
	display: inline-block;
	float: left;
	width: 255px;"
}
span.white {
	color: #FFFFFF;
}
span.red{
	color: red;
}
span.green {
	color: green;
}
span.orange {
	color: #ED8B00;
	font: 12px/14px 'Arial', Helvetica, sans-serif;
	font-weight: bold;
}
span.lightBlue {
	color: #98B3C2;
}
span.navy{
	color: #003A70;
	font: 12px/14px 'Arial', Helvetica, sans-serif;
	font-weight: bold;
}
.icons-cont{
	display:inline-block;
	margin-top: 5px;
}
#graphs-summary-container{
	width: 102px;
	margin-left: 10px;
}
#credit-check-container{
	margin-left: 50px;
	width: 90px;
}
#search-debts-container{
	margin-left: 20px;
	width: 90px;
}
.icons-cont p {
	float: right;
	color: #003A70;
	font: 12px/14px 'Arial', Helvetica, sans-serif;
	font-weight: bold;
}
span.home-text {
	color: #003A70;
	font: 12px/14px 'open_sansregular', Arial, Helvetica, sans-serif;
	font-weight: bold;
}
span.grey {
	color: #484848;
	font: 14px/16px 'Arial', Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}
span.floatLeft {
	float: left;
}
span.floatRight {
	float: right;
}
table.dataTable tr.odd { 
	background-color: #f3f3f3;
}

table.dataTable tr.odd td.sorting_1, table.dataTable tr.odd td.sorting_2, table.dataTable tr.odd td.sorting_3 , table.dataTable tr.even td.sorting_1 , table.dataTable tr.even td.sorting_2, table.dataTable tr.even td.sorting_3  {
	background-color: #EFEEEA;
}

td.sorting_1{
	background-color: #eee !important;
}

#wrapper { 
	min-height:100%;
	width: 100%;
	position: relative;
	border-top: 3px solid #e77f19;
}
#title-bar{
	background:#003966 url("../_images/bg-nav.gif") repeat-x;
	width:100%;
	height:50px;
	display: block;
	color: #fff;
}
#title-bar h1{
	float: left;
	margin: 16px 0 0 40px;
}
#formWrapper {
	margin-top: 10px;
	padding: 10px;
	background: #eee url("../_images/bg-box.gif") repeat-y;
}
#quickSummary {
	position: relative;
	float: right;
	right: 0px;
	bottom: 10px;
	height: 79px;
	background: #eee url("../_images/bg-box.gif") repeat-y;
	padding: 8px;
	border-right: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
	width: 230px;
}
#dbIcons {
	max-height: 75px;
}
#dashboardForm {
	background-color: #FFFFFF;
	border: 1px solid #C8C9C7;
	padding: 2px;
	margin: 0 0px 20px 0px;
	display: none;
	float: left;
}
/* Lightbox background */
#lightBox {
 display: none;
 background: #000000;
 opacity: 0.7;
 /*filter:alpha(opacity=70);*/
 position: absolute;
 top: 0px;
 left: 0px;
 min-width: 100%;
 min-height: 100%;
 height: 100% !important;
 z-index: 1000;
}
/* Lightbox panel with some content */
#lightBoxPanel {
 display: none;
 position: fixed;
 top: 10%;
 margin-left: 4%;
 width: 84%;
 background: #FFFFFF;
 padding: 40px 40px 5px 40px;
 border: 2px solid #CCCCCC;
 min-height: 35%;
 max-height: 75%;
 overflow: auto;
 z-index: 1001;
}
#lightBoxPanel h3{
 background-color: #003966;
}
#section, #copyright {
	margin: 10px;
}
#copyright {
	color: #FFFFFF;
	float: left;
	display: block;
	margin-top: 30px;
	position: relative;
	clear: both;
}
#flashMessage {
	position: relative;
	max-width: 300px;
	color: red;
	font-weight: bold;
	margin: -10px 120px 0 0;
	float: right;
}
#graphWrapper {
	position: relative;
	width: 100%;
	height: 210px;
	top: 10px;
	border: 1px solid #C8C9C7;
	text-align: center;
	margin: 0 0 20px 0;
	float:left;
}
.graph-container{
	margin-left:auto;
	margin-right: auto;
	width: 200px;
	height: 200px;
	display:inline-block;
}
#addNoteForm {
	position: fixed;
	top: 7%;
	left: 31%;
	z-index: 1003;
	width: 30%;
	display: none;
	border: 1px solid #bbb;
}
#addNoteForm fieldset{
	padding: 10px 10px 10px 10px;
	background: #fff;
}
#content {
	overflow:auto;
	padding-bottom: 230px;    /* At least the height of the footer */
    width: 100%;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 2;
}

/* footer */
#footer{
	position: relative;
	margin-top: -210px; /* negative value of footer height */
	height: 210px;
	clear: both;
    width:100%;
	color:#5d5d5d;
	font-size:12px;
	line-height:15px;
	border-top:2px solid #e68015;
	background:#f4f4f4;
	z-index: 10;
}
#footer .col-holder{
	width:963px;
	position:relative;
	padding:28px 0 29px;
	margin:0 auto;
}
/* footer columns */
#footer .col{
	/*margin-left:64px;*/
}
#footer .col:first-child{
	margin:0;
}
#footer h2{
	margin:0 0 14px;
	color:#5d5d5d;
	font:19px/23px 'open_sansbold', Arial, Helvetica, sans-serif;
}

#footer h3{
	padding: 0px !important;
	color:#5d5d5d;
	margin:0 0 3px;
	font:13px/19px 'open_sansbold', Arial, Helvetica, sans-serif;
}
#footer .copy {
	font-size: 12px;
	word-spacing: -1px;
	line-height: 14px;
	display: block;
	padding: 8px 0 6px;
}
#footer .copy strong {
	font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
}

/* footer social networks */
#footer .social-networks{
	padding:0;
	float:none;
	margin:-5px 0 0;
	list-style:none;
	overflow:hidden;
}
#footer .social-networks li{
	background:none;
	margin:0 8px 0 0;
	padding:0;
}
#footer .social-networks a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:31px;
	height:31px;
	background:url(../_images/bg-social-networks2.png) no-repeat;
}
#footer .social-networks .youtube{
	background-position:-38px 0;
}
#footer .social-networks .linkedin{
	background-position:-75px 0;
}
#footer .social-networks .rss{
	background-position:-113px 0;
}
#footer .social-networks a:hover{
	background-image:url(../_images/bg-social-networks2-hover.png);
}

#footer ul li{
	float:left;
	padding:0 5px 0 8px;
	background:url(../_images/separator2.gif) no-repeat 0 4px;
}
#footer ul li:first-child{
	padding-left:0;
	background:none;
}

#footer ul{
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
}
#footer ul a{
	color:#6f6f6f;
}

.address-block dl a:hover {
	text-decoration:underline;
}

/* address block */
.address-block{
	padding:0 0 11px;
}
.address-block dl{
	overflow:hidden;
	margin:0;
}
.address-block dl dt{
	float:left;
	clear:left;
	margin:0 4px 0 0;
}
.address-block dl dd{
	display:block;
	margin:0 0 5px;
}
.address-block dl a{
	color:#5d5d5d;
}

.col-holder .col {
	float: left;
	width: 281px;
	margin-left: 60px;
}

.cream {
	position: absolute;
	bottom: 0;
	right: -37px;
	/*background: url(../../images/cream/bg-cream.gif) no-repeat;*/
	width: 57px;
	height: 47px;
	overflow: hidden;
	text-indent: -9999px;
}

textarea#notes {
	width: 96%;
	border: 1px solid #bbb;
	background: #fff;
	color: #888;
	font: italic 13px/17px Arial, Helvetica, sans-serif;
}
.clearRow {
	float: left;
	width: 100%;
	height: 20px;
}
.dashBoard input, .dashBoard select{
	min-width: 50%;
	margin-bottom: 5px;
	/*width:187px;*/
	border:1px solid #d5d5d5;
	background:#fff;
	padding:3px 3px;
	color:#000;
	font: 13px/17px Arial, Helvetica, sans-serif;
}
.dashBoard label{
	color: #484848;
	font-weight: bold;
}
.dashBoard input.mainButton {
	min-width: 0;
}
.dashboardGraph {
	position: relative;
	width: 260px;
	height: 260px;
	max-width: 24%;
	display: inline;
	float: left;
	clear: right;
	margin-left: 1%;
}
.formElement, .formElementWide {
	float: left;
	width: 30%;
	padding: 5px 0 0 8px;
	display: inline-block;
}
.formElementWide {
	width: 100%;
}

.multi_select {
	height: 100px;
	width: 100%;
	margin-bottom: 5px;
	/*width:187px;*/
	border:1px solid #d5d5d5;
	background:#fff;
	padding:3px 3px;
	color:#888;
	font: 13px/17px Arial, Helvetica, sans-serif;
}
.spinner {
	top: -80px;
	margin-left: 45%;
}
.dataTable a {
	text-decoration: underline;
	color: #003A70;
}
.closeLightBox {
	float: right;
	margin: 65px -170px 10px 0;
	z-index: 1002;
	display: none;
	font: 15px/17px Arial, Helvetica, sans-serif;
	color: #EB8E31;
}
.closeLightBox:hover{
	text-decoration:underline;
}
.addNote {
	float: left;
	z-index: 1002;
	display: none;
}
#submitNote{
	margin-left: 36%;
	margin-right: 10px;
	margin-top: 10px;
}
.addNote-link{
	float: left;
	margin: 40px 0 0 -170px;
}
.closeNote {
	font-size: 13px;
	z-index: 1004;
	display: none;
}
.hideForm {
	float: right;
	margin: 5px;
}
.hideGraphs {
	position: relative;
	top: 5%;
	left: 30px;
	z-index: 100;
}
.png12x12 {
	height: 12px;
	width: 12px;
}
.png20x20 {
	height: 20px;
	width: 20px;
}
.png25x25 {
	height: 25px;
	width: 25px;
}
.png40x40 {
	height: 40px;
	width: 40px;
}
.dataTables_wrapper {
	border: 1px solid #C8C9C7;
	padding: 5px;
	margin: 2px;
}
.dataTables_info, .dataTables_length label, .paginate_disabled_previous, .paginate_disabled_next, .paginate_enabled_previous, .paginate_enabled_next  {
	margin: 8px 20px 0 10px;
}
.dataTables_length {
	margin-bottom: 20px;
}
table.dataTable thead th {
	padding-top: 10px;
	color: white;
	background-color: #666;
}

.sgCallToAction {
	position: absolute;
	left: 78%;
	top: 5%;
	z-index: 100;
}
.w80 {
	width: 80px;
}
.mRight5 {
	margin-right: 5px;
}
.mBottom-3 {
	margin-bottom: -3px;
}
.mBottom3 {
	margin: 5px 0 15px 0;
}
.mLeft40 {
	margin-left: 30px;
}
.mLeft45per {
	margin-left: 40%;
	margin-right: 10px;
}
.mLeft200 {
	margin-left: 200px;
}
.mLeft300 {
	margin-left: 300px;
}
.mLeft500{
	margin-left: 500px;
}
.textCenter {
	text-align: center;
}
.title-notes{
	color: #484848;
	font: 14px/16px 'Arial', Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 40%;
}
.bad {
    background: url("../_images/bad.png") no-repeat scroll 10px center #E4BDBD;
    border: 2px solid #790000;
    color: #000000;
    font-size: 12px;
    margin: 10px 25px 15px 25px;
    padding: 10px 10px 10px 60px;
    height: 20px;
	clear: both;
}
.slider-wrapper {
	width: 512px;
	padding: 1%;
	border: 4px solid #EFEEEA;
	display: inline-block;
}
.slider-footer {
	background-color: #EFEEEA;
	width: 100%;
	height: 50px;
}
.nivoSlider {
    position:relative;
    background: url("../_images/loading.gif") no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}
.nivo-caption {
	opacity: none;
	background-color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	position: relative;
}
.jqplot-series-shadowCanvas {
	background-color: -moz-dialog;
}
#loader{
	width: 98%;
	display: block;
	float: left;
}
/* header */
#header{
    top:0px;
	left:0px;
	padding:35px 0 0px;
	width:100%;
}
.header-holder{
	margin:0 0 0 37px;
	padding:0 19px 5px 0;
	overflow:hidden;
}
/* logo */
.logo{
	float:left;
	margin: 0;
	overflow:hidden;
	text-indent:-9999px;
	background:url("../_images/logo.gif") no-repeat;
	width:292px;
	height:55px;
	min-height: 80px;
}
.logo a{
	display:block;
	height:100%;
	position:relative;
}
.contact-block dl{
	display: inline-block;
	float: left;
	overflow:hidden;
	margin:0;
	font:16px/18px 'open_sansitalic', Arial, Helvetica, sans-serif;
	color:#a5a5a5;
	min-height: 40px;
}
.contact-block dl dd{
	margin:0;
	display:block;
	color: #e77f19;
	font-weight: bold;
}
.contact-block dl dt {
	margin-right: 13px;
}
.contact-block dt {
	display: block;
}
/* contact block */
.contact-block{
	float: right;
	/* margin: 5px 0 0 0; */
}
.navbar a {
	color: #fff;
	display: block;
	padding: 5px 5px 7px;
}
.navbar li {
	float: left;
	display: inline;
	width: 106px;
	margin-right: 7px;
	background: url("../_images/bg-navbar.gif") repeat-x;
}
.navbar {
	float: left;
	display: inline-block;
	margin: 0 0 0 10px;
	padding-top: 2px;
	font: 16px/20px 'open_sans_semiboldregular', Arial, Helvetica, sans-serif;
	list-style: none;
	text-align: center;
}
.box-holder{
	display: inline-block;
	overflow:hidden;
	padding:0 0 8px;
	width:350px;
	float: right;
}
.box-holder .box {
	display: inline-block;
	vertical-align: top;
	margin: 0 28px 25px 0;
	font-size: 14px;
	width: 300px;
}
.box-calculator a {
display: block;
color: #fff;
line-height: 18px;
padding: 8px 9px 13px;
background: #052a53 url(../_images/bg-box-calculator.jpg) no-repeat;
}
.box-calculator a span.title {
margin: 0 0 8px;
}
.box .title strong, .box-alt .title strong {
font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
}
.box-alt a {
line-height: 14px;
padding: 12px 9px 23px;
background: #de6a15 url(../_images/bg-box-check.gif) repeat-x;
display: block;
color: #fff;
}
.box-calculator a:hover{
	text-decoration:none;
	background:#1e4065 url(../_images/bg-box-calculator-hover.jpg) no-repeat;
}
.box-alt a:hover{
	text-decoration:none;
	background:#e08724 url(../_images/bg-box-check-hover.gif) repeat-x;
}
.box a span.title, .box-alt a span.title {
display: block;
text-transform: uppercase;
font: 29px/33px 'open_sansregular', Arial, Helvetica, sans-serif;
margin: 0 0 7px -3px;
}
.login-content{
	vertical-align: middle;
	width: 900px;
	margin: 5% auto 2% auto;
}
.showForm{
	margin-left: 30px;
}
.dataTable tr:hover{
	background-color: #ddd !important;
}
a.DTTT_button {
	filter:none;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	background: #003a70 !important;
	color: #FFFFFF !important;
	border: 0 !important;
	padding: 7px 7px !important;
	cursor: hand !important;
	cursor: pointer !important;
	margin-left: 5px;
	padding: 5px 8px;
	float: left;
}

a.DTTT_button:hover{
	background-color: #ED8B00;
	cursor: pointer;
	filter:none;
}

.dataTables_filter{
	margin: 6px 10px 0 0;
}
.username-info-box{
	display: none;
}
.DTTT_print_info {
	z-index: 99999;
}

.numberNotes { position:relative;top: -5px;left: -10px;font-size: 10px; }
a.linkNoUnderline { text-decoration: none }