/****** Auto Suggest ************************/
/* 
================================================
autosuggest, inquisitor style
================================================
*/

div.autosuggest
{
	position: absolute;
	padding: 0px 0 0 0;
	border: 1px solid #7f9db9;
	z-index: 100;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 0px;
	padding: 0 0px;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 1px;
}
div.autosuggest div.as_footer div.as_corner
{
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 0px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
}

div.autosuggest ul li
{
	color: #000;
	padding: 0;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #000;
	display: block;
	text-decoration: none;
	background-color: transparent;
	/* text-shadow: #000 0px 0px 5px; */
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #fff;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #3366cc;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 0px 2px;
	font-weight: normal;
}

div.autosuggest ul li .postcodeState
{
	font-weight: normal;
	color: #000;
	position: absolute;
	top: 0px;
	padding: 0;
	margin: 0;
	right: 4px;
}

div.autosuggest ul li.as_highlight .postcodeState
{
	font-weight: normal;
	color: #fff;
}

div.autosuggest ul li .suburbState
{
	font-weight: normal;
	color: #000;
	position: absolute;
	top: 0px;
	padding: 0;
	margin: 0;
	left: 180px;
}

div.autosuggest ul li.as_highlight .suburbState
{
	font-weight: normal;
	color: #fff;
}

div.autosuggest ul li .smallline
{
	font-weight: normal;
	color: #666;
	padding: 0px 2px;
	margin: 0;
	font-size: 0.75em;
}

div.autosuggest ul li.as_highlight .smallline
{
	font-weight: normal;
	color: #fff;
}

div.autosuggest ul li .customerCode
{
	font-weight: normal;
	color: #000;
	position: absolute;
	top: 0px;
	padding: 0;
	margin: 0;
	right: 4px;
}

div.autosuggest ul li.as_highlight .customerCode
{
	font-weight: normal;
	color: #fff;
}


div.autosuggest ul li .result
{
	width: 165px;
	overflow: hidden;
	white-space: nowrap;
}

div.autosuggest ul li .postcodeSuburb
{
	font-weight: normal;
	color: #000;
	position: absolute;
	top: 0px;
	padding: 0;
	margin: 0;
	left: 60px;
}

div.autosuggest ul li.as_highlight .postcodeSuburb
{
	font-weight: normal;
	color: #fff;
}

div.autosuggest ul li .suburbPostcode
{
	font-weight: normal;
	color: #000;
	position: absolute;
	top: 0px;
	padding: 0;
	margin: 0;
	right: 4px;
}

div.autosuggest ul li.as_highlight .suburbPostcode
{
	font-weight: normal;
	color: #fff;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #3366cc;
}

div.autosuggest ul li.as_highlight a span
{
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 1px;
	height: 1px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
}

/****** Menu ************************/
h6 {
	margin: 0;
	padding: 0;
	color: #0000ff;
	font-weight: bolder;
	font-style: italic;
	font-size: 30px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 10px;
	}
	
.menu {
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	margin:0;
	padding:0;
	border:0;
	height:30px;                                  /* the menu's overall height */
	width:100%;         /* we always want our menu to fill the available space */
	/* background:#616161; */
	/* background-repeat: repeat-x; */
	background-color: #00007f;
	color:#d2d2d2;
	font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:11px;         /* this (and also below) sets the menu's font size */
	border-bottom:1px solid #ccc;        /* give us a black border underneath */
}

.menu img {
	vertical-align: top;      /* prevent images from being pushed down by text */
}

.menu ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.5em;           /* globally set the menu's item spacing. note */
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.menu > ul > li{
	padding-right:6px;
}
.menu > ul > li{
	padding-left: 10px;
}
.menu > ul > li > ul > li > a{
	padding-left:2px !important;
}

.menu li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0;
}

.menu ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	m\argin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	font-size:13px;        /* this sets the base font size for our entire menu */
}

.drop {
	display:block;
	padding:0px 0.33em;	       /* this sets the l/r margins for our menu item */
	margin:0;
	text-align:right;   /* this right alignment goes with the float:left below */
	cursor:pointer;      /* IE tries to switch back to an I-beam, don't let it */
/*	cursor:hand;           /* IE5 only knows about "hand", so set it both ways */
}

.drop span {        /* this simultaneously left and right aligns the text and */
	float:left;       /* the >> in the drop-down menus which link to sub-menus */
}

.rightmenu {
	position:relative;  /* establish a local positioning context for YAH label */
	float:right;                  /* and right-align it at the top of our page */
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy  MYKEL */
	padding:2px;                               /* this is our box border width */
}

.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
	color: #ffffff;
	display:block;
	float:left;
	text-decoration:none;
	padding-top: 4px !important;
	padding-top: 2px;
	height:30px;
}

.menu ul li:hover a,
.menu ul li a:hover {                        /* selected top-level menu items */
	color: #6bbc44;
/*	border-top:1px solid #000;*/    /* these 2 lines create the push-in illusion */
	height:30px;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:25px;              /* place us just up underneath the top-level images */
	left:-1px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	width:13.5em;
	color:black;                        /* this sets the unselected-text color */

	background-color: #00007f;
	z-index: 200;
	z-index: 200 !important;
}

.menu ul li:hover ul.leftbutton,
.menu ul li a:hover ul.leftbutton {/* our first dropdown should not be skewed */
	left:0px;
}

.menu ul li:hover ul.skinny,
.menu ul li a:hover ul.skinny {             /* 2nd level skinny drop-down box */
	width:8.08333em;   /* with a 12px default font, this is 97px width (97/12) */
}

.menu ul.rightmenu li:hover ul,
.menu ul.rightmenu li a:hover ul {    /* 2nd level neighborhood drop-down box */
	left:auto;
	right:0;         /* nudge the right menu right to line up under the border */
}

* html .menu ul.rightmenu li a:hover ul {         /* IE5/6 needs a tweak here */
	right:-1px;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:1.8em;
	/* height: 23px; */

	border: 0px solid #ffc010;
	border-bottom: 1px solid #007f7f;

	background-color: #00007f;
	color: #d2d2d2;

	width:13.5em;
	z-index: 200;
	z-index: 200 !important;
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
/*	background-image: url(../images/submenuSelectBack.gif);
	background-repeat: repeat-x; */

	color: #007f7f;
	background-color: #d2d2d2;

	z-index: 200;
	z-index: 200 !important;
}

.menu ul li:hover ul.skinny li a,
.menu ul li a:hover ul.skinny li a,
.menu ul li:hover ul.skinny li a:hover,
.menu ul li a:hover ul.skinny li a:hover {     /* 2nd level un+selected items */
	width:8.08333em;
}

/*======================== 3RD LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {             /* hide inactive 3rd-level menus */
	visibility:hidden;
}
     
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {             /* 3rd level drop-down box */
	visibility:visible;
	position:absolute;
	margin-top:-1px;	      /* bring the top edge of the 3rd level menu up one */
	top:0;
	/* left:8.08333em; */
	left: 13.5em;
	width:14em;
}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {     /* 3rd level unselected items */
	width:14em;

	background-color: #00007f;
	color: #d2d2d2;

}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {    /* level3 selected items */
	width:14em;

/*	background-image: url(../images/submenuSelectBack.gif);
	background-repeat: repeat-x; */

	color: #007f7f;
	background-color: #d2d2d2;
}

/*======================== 4TH LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul li:hover ul li ul,
.menu ul li:hover ul li:hover ul li a ul,
.menu ul li a:hover ul li a:hover ul li ul,
.menu ul li a:hover ul li a:hover ul li a ul{             /* hide inactive 4th-level menus */
	visibility:hidden;
}
     
.menu ul li:hover ul li:hover ul li:hover ul,
.menu ul li:hover ul li:hover ul li a:hover ul,
.menu ul li a:hover ul li a:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul li a:hover ul {             /* 4th level drop-down box */
	visibility:visible;
	position:absolute;
	margin-top:-1px;	      /* bring the top edge of the 3rd level menu up one */
	top:0;
	/* left:8.08333em; */
	left: 13.5em;
	width:14em;
}

/****** General Purpose ************************/

.clearing {
	clear: both;
	line-height: 0px;
	height: 0px;
	background: red;
	font-size: 0px;
	}

hr, .hide {
	display: none;
	}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	color: #00ffff;
	color: #a8433a;
	color: #0000ff;
	font-weight: normal;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	}

h1 {
	font-size: 24px;
}
h2 {
	float: left;
	clear: both;
	font-size: 18px;
}

h3 {
	font-size: 18px;
	margin-top: 20px;
	}

h4 {
	margin-top: 20px;
	font-size: 12px;
	}

p {
	margin: 0 0 10px;
	padding: 0;
	line-height: 18px;
	color: #004159;
	color: #591200;
	color: #0000ff;
	font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

form {
	margin: 0;
	padding: 0;
	}

#content ul {
	color: #555555;
	}

#content li {
	margin-bottom: 10px;
	}

#content ul.checklist li {
	margin-bottom: 0px;
	vertical-align: middle;
}

#content a {
	color: #a77b7c;
	color: #0000ff;
	text-decoration: none;
	border-bottom: 1px dotted #80bce8;
	}

#content a:hover {
	border-bottom: 1px solid #7c9ba7;
	background: #591200;
	background: #0000ff;
	color: #fff;
	color: #ffffff;
	background-color: #5c659f;
	}

/*
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	*/


/********************************************************************/
/* Main Structural***************************************************/
/********************************************************************/

* html,
* html body,
* html #wrapper
{
	height: 100%;
	}

html {
	min-height: 100%;
	}

body {
	font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	min-height: 100%;
}

/********************************************************************/
/* Wrappers and other main sections**********************************/
/********************************************************************/

#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	}



#header {
/*	height: 100px; */
	background: #fff;
	border-bottom: 1px solid #FFF;
	}

#header a {
	border: none;
	}

#header a:hover {
	border: none;
	}

#content {
	z-index: 3;
}

#content_wrapper {
	/* position: relative; */
	margin: 0 10px 0 10px;
	text-align: left;
	z-index: 2;
	padding: 20px 20px 80px 20px;
	/* width: 620px; */
	}

* html #content_wrapper {
	height: 1px;
	}

#footer_wrapper {
	padding: 0;
	padding-top: 25px;
	/* position: absolute; */
	width: 770px;
	left: 0;
	bottom: 10px;
	float: right;
	clear: both;
	}


/* Header ***********************************************************/

#header_tagline {
	position: absolute;
	top: 0px;
	left: 500px;
	}


/* Content Padder ***********************************************************/

#content {
	}

/*** Links list ***/
.links {
	margin: 40px 0;
	padding: 0;
	list-style: none;
	width: 500px;
	}

.links li {
	font-size: 11px;
	margin: 3px 0!important;
	padding: 0;
	}

#content .links a {
	display: block;
	background: #fff ;
	border: none;
	border-left: 5px solid #00ffff;
	line-height: 2.2em;
	padding-left: 15px;
	color: #004159;
	}

#content .links a:hover {
	background-color: #ddd;
	border-bottom: none;
	}

* html .links a {
	height: 1px;
	}


/********************************************************************/
/* Footer ***********************************************************/
/********************************************************************/

#footer {
	/* position: relative; */
	margin: 0 20px 20px 20px;
	font-size: 10px;
	padding: 10px 10px 0;
	color: #0000ff;
	border-top: 1px solid #0000ff;
	height: 20px;
	text-align: right;
	}

#footer_images {
	width: 100px;
	position: absolute;
	bottom: 30px;
	right: -135px;
	}

#footer_images img {
	margin-bottom:1px;
	}


.dataEntry {
	border: 2px solid #ddd;
	border-top: 2px solid #ccc;
	display: block;
	margin: 50px 0;
	background: #fff;
	}

.dataEntry h3, .dataEntry h4 {
	margin: 15px 10px 0 !important;
	border: none !important;
	background: none !important;
	}

.dataEntry h4 {
	margin: 40px 10px 10px!important;
	}

.dataEntry p {
	color: #999;
	margin: 0 10px 10px !important;
	}

.field {
	border: 1px solid #bbb;
	padding: 4px;
	font-size: 12px;
	color: #333;
	}

.field_checkbox {
	margin: 0;
	padding: 0;
	height: 14px;
	}

.req_field {
	color: #cc0000;
	font-size: 10px;
	padding-left: 5px;
	position: relative;
	top: 0px;
	}

.field_note {
	color: #999;
	font-size: 10px;
	top: 0px;
	position: relative;
	display: block;
	margin: 5px 0;
	}

.field_val {
	padding-top: 7px;
	}

.bold_val {
	padding-top: 7px;
	font-weight: bold;
	}

select.field {
	padding:0;
	height: 20px;
	}
select {
	z-index: 0;
}

#content input,
#content select,
#content textarea {
	font-size: 11px;
	vertical-align: top;
}

#content input.notaswide,
#content select.notaswide,
#content textarea.notaswide {
	width: 200px;
}

#content input.wide,
#content select.wide,
#content textarea.wide {
	width: 250px;
}

#content input.suburbState {
	width: 170px;
}

#content input.suburbPostcode {
	width: 70px;
	text-align: right;
}

#content input.postcodeSuburb {
	width: 70px;
}

#content input.postcodeState {
	width: 280px;
}

#content input.narrow,
#content textarea.narrow {
	width: 95px;
}

#content input.seminarrow,
#content textarea.seminarrow {
	width: 120px;
}

#content input.notsonarrow,
#content textarea.notsonarrow {
	width: 145px;
}

#content input.semiwide,
#content textarea.semiwide {
	width: 195px;
}

#content input.tiny {
	width: 35px;
}

#content input.small {
	width: 50px;
}

#content input.value {
	width: 50px;
	text-align: right;
}

#content input.money {
	width: 50px;
	text-align: right;
}

#content input.percent {
	width: 50px;
	text-align: right;
}

#content input.cube {
	width: 50px;
	text-align: right;
}

#content input.tinier {
	width: 30px;
}

#content input.tiniest {
	width: 20px;
}

#content select, #content select option {
	font-size: 11px;
}

#content input.button,
input.button {
	color: #d2d2d2;
	background-color: #00007f;

	background-repeat: repeat-x;
	font-weight: bold;
	font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;

	padding: 3px 8px 3px 8px;
	width: 150px;

	border: 2px solid #d2d2d2;
}

#content input.button:hover,
input.button:hover {
	color: #00007f;
	background-color: #d2d2d2;
}

#content div.button,
div.button {
	color: #d2d2d2;
	background-color: #00007f;

	background-repeat: repeat-x;
	font-weight: bold;
	font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 2px solid #d2d2d2;
	padding: 2px 4px 2px 4px;
	float: left;
}

#content .button:hover,
.button:hover {
	color: #ffffff;
	background-color: #5c659f;
}

#content div.button2,
div.button2 {
	color: #d2d2d2;
	background-color: #00007f;

	background-repeat: repeat-x;
	font-weight: bold;
	font-family: 'Lato', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 2px outset #d2d2d2;
}

#content .button2:hover,
.button2:hover {
	color: #ffffff;
	background-color: #5c659f;
}



#consignmentdetails table, form table {
	background: #f3f3f9;
	width: 100%;
	border-top: 2px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
	}

form table.plain {
	border-top: none;
	border-bottom: none;
}

#cppledilist table {
	border: 0px;
}


form table caption {
	display: none;}

#consignmentdetails td, #consignmentdetails th, form td, form th {
	padding: 2px 7px 5px 7px;
	border-bottom: 1px solid #ddd;
	}

#consignmentdetails th, form th {
	font-weight: normal;
	width: 150px;
	text-align: right;
	color: #999;
	padding-top: 7px;
	}

form .form_products th {
	width: auto;
	}


.form_product_description {
	color: #666;
	padding: 7px 10px 15px;
	width: 220px;
	}

.strip th{
	border: none;
	padding: 15px 10px;
	text-align: right;
	width: auto;
	background: #fff;
	}

.strip label {
	margin-right: 20px;
	line-height: 0px;
	}

.form_section_title {
	background: #f3f3f9;
	border-top: 2px solid #ccc;
	padding-top: 20px;
	text-align: left;
	color: #333;
	}

/* Special Cases */


#consignmentdetails {
	padding: 20px 20px 20px 20px;
	background: #f3f3f9;
}

#consignmentdetails th {
	background: #aaa;
	color: #fff;
	text-align: right;
	vertical-align: top;
}

#consignmentdetails td {
	background: #f3f3f9;
}

#coupon {
	padding: 10px 0px 10px 0px;
	background: #fff;
}

#coupon table {
	background: #f3f3f9;
	width: 100%;
	border-top: 2px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
}
#coupon th {
	font-size: 16px;
	text-align: center;
	background: #ddd;
}

#coupon td {
	vertical-align: top;
}

#coupon .date {
	font-size: 11px;
	width: 80px;
}
#coupon .time {
	font-size: 11px;
	text-align: right;
	width: 80px;
}
#coupon .contractor {
	font-size: 11px;
	text-align: right;
	width: 60px;
}
#coupon .contractorName {
	font-size: 10px;
	text-align: left;
	width: 140px;
}

#coupon tr:nth-child(odd) {
	background-color:#ddd;
}

#cppledilist,
#content .tableGroup,
#maintenancelist {
}

#cppledilist tr:hover,
#content .tableGroup tr:hover,
#maintenancelist tr:hover {
	background: #ccc;
}

#cppledilist table,
#content .tableGroup table,
#maintenancelist table {
	background: #f3f3f9;
	width: 100%;
	font-size: 11px;
}

#cppledilist td,
#content .tableGroup td,
#maintenancelist td {
	vertical-align: top;
	padding: 0;
	border: 0;
	height: 26px;
}

#cppledilist tr:nth-child(even),
#content .tableGroup tr:nth-child(even),
#maintenancelist tr:nth-child(even) {
	background: #ffffff;
}


#cppledilist tr:nth-child(even):hover,
#content .tableGroup tr:nth-child(even):hover,
#maintenancelist tr:nth-child(even):hover {
	background: #cccccc;
}


#cppledilist .total,
#content .tableGroup .total,
#maintenancelist .total {
	background: #e9b2a0;
}

#cppledilist .strongtotal,
#content .tableGroup .strongtotal,
#maintenancelist .strongtotal {
	font-size: 12px;
	background: #893220;
	background: #f47e20;
	color: #fff;

	padding: 0;
	border: 0;
	font-weight: bold;
	width: auto;
}

#cppledilist .modify,
#content .tableGroup .modify,
#maintenancelist .modify {
	text-align: center;
	vertical-align: middle
}

#cppledilist .flist,
#content .tableGroup .flist,
#maintenancelist .flist {
	text-align: left;
}

#cppledilist .fleft,
#content .tableGroup .fleft,
#maintenancelist .fleft {
	text-align: left;
	vertical-align: middle;
	padding-left: 3px;
}

#cppledilist th.fright,
#content .tableGroup th.fright,
#maintenancelist th.fright,
#cppledilist th.fleft,
#content .tableGroup th.fleft,
#maintenancelist th.fleft {
	text-align: center;
}

#cppledilist th.forceright,
#content .tableGroup th.forceright,
#maintenancelist th.forceright {
	text-align: right !important;
}

#cppledilist th.forceleft,
#content .tableGroup th.forceleft,
#maintenancelist th.forceleft {
	text-align: left !important;
}

#cppledilist .fright,
#content .tableGroup .fright,
#maintenancelist .fright {
	text-align: right;
	vertical-align: middle;
	padding-right: 3px;
}

#cppledilist .fcenter,
#content .tableGroup .fcenter,
#maintenancelist .fcenter {
	text-align: center;
	vertical-align: middle;
}

#cppledilist .nodata,
#content .tableGroup .nodata,
#maintenancelist .nodata {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 13px;
}

#cppledilist th,
#content .tableGroup th,
#maintenancelist th {
	text-align: center;
	font-size: 12px;
	background: #00007f;
	color: #fff;

	padding: 4px 0px;
	border: 0;
	font-weight: bold;
	width: auto;
}

#cppledilist .strip {
	border: none;
	padding: 15px 10px;
	text-align: right;
	width: auto;
	background: #fff;
}


#cppledilist th a,
#content .tableGroup th a,
#maintenancelist th a {
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
}

ul.checklist {
	border: 1px solid #ccc;
	list-style: none;
	height: 8em;
	overflow: auto;
	min-width: 250px;
}

.checklist, { margin: 0; padding: 0px 0px 0px 0px; }
.checklist li { margin: 0; padding: 0px 3px 0px 3px; }

.checklist input {
	vertical-align: middle;
}

#theForm .checklist label,
.checklist label {
	display: block;
	padding-left: 25px;
	text-indent: -25px;
}

.checklist label:hover { background: #777; color: #fff; }

.level0 {
	background: #893220;
	background: #f47e20;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.level1 {
	background: #dddddd;
	font-size: 12px;
	font-weight: bold;
}

.level2 {
	font-size: 10px;
	font-weight: normal;
}

.level0error {
	background: #a91200;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.level1error {
	background: #ffcccc;
	font-size: 12px;
	font-weight: bold;
}
.level2error {
	font-size: 10px;
	font-weight: normal;
	background: #ffdddd;
}

.depot {
	padding: 0px 0px 0px 20px;
}

#podentry th {
	font-weight: normal;
	width: 150px;
	text-align: right;
	color: #666;
	background: #f3f3f9;
}

#podentry td {
	font-weight: normal;
	text-align: left;
	color: #333;
	background: #f3f3f9;
}


.tabStop, a.tabStop, #content a.tabStop {
	font-family: 'Lato', Verdana, sans serf;
	padding-top: 4px;
	font-size: 10px;
	display: block;
	width: 140px;
	height: 18px;
	color: #666666;
	border: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #f3f3f3;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.tabStop:hover, a.tabStop:hover, #content a.tabStop:hover, .tabStop a:hover, #cotent .tabStop a:hover {
	font-weight: bold;
	text-decoration: none;
}

#agedBalances th {
	font-weight: normal;
	width: 75px;
	text-align: right;
	color: #999;
	padding-top: 1px;
}

#agedBalances td {
	font-weight: normal;
	width: 85px;
	text-align: right;
	padding-top: 1px;
}

.formsection {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #a8433a;
	background-color: #0000ff;
	color: #fff;
	font-size: 16px;
	padding-left: 180px;
}

.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}

.suggest_link_over {
	background-color: #3366CC;
	padding: 2px 6px 2px 6px;
}

#search_suggest {
	position: absolute;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #000000;
}

.labelClass {
	padding: 0;
	margin: 0px 10px 0px 10px;
	color: #555;
	font-weight: bold;
}

.warningClass {
	color: #555;
	font-size: 0.9em;
}

.smallLabelDivClass {
	padding: 0;
	clear: both;
	float: left;
	width: 80px;
	text-align: right;
	margin: 0px 10px 0px 0px;
	color: #555;
	font-weight: bold;
	min-height: 20px;
}

.inlineSmallLabelDivClass {
	padding: 0;
	float: left;
	text-align: right;
	margin: 0px 10px 0px 0px;
	color: #555;
	font-weight: bold;
	min-height: 20px;
}

.labelDivClass {
	padding: 0;
	clear: both;
	float: left;
	width: 150px;
	text-align: right;
	margin: 0px 10px 0px 0px;
	color: #555;
	font-weight: bold;
	min-height: 20px;
}

.displayDivClass {
	padding: 0;
	float: left;
	width: 270px;
	text-align: left;
	margin: 0px 0px 0px 10px;
	color: #555;
	font-weight: normal;
	min-height: 20px;
}

.dataDivClass {
	min-height: 20px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	float: left;
}

.inlineDataDivClass {
	float: left;
	min-height: 20px;
	width: 78px;
	text-align: center;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

.warningDivClass {
	clear: right;
	color: #555;
	font-size: 0.9em;
}

.messageDivClass {
	width: 250px;
	float: left;
	clear: right;
	font-size: 0.9em;
}

.fieldDivClass {
	clear: both;
}

.inlineFieldDivClass {
	float: left;
	width: 70px;
}

.inlineMediumFieldDivClass {
	float: left;
	width: 80px;
}

.inlineLargeFieldDivClass {
	float: left;
	width: 220px;
}


.inlineHeader {
	float: left;
	width: 65px;
	color: #d2d2d2;
	background-color: #00007f;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;

	margin: 0px 5px 3px 0px;
	padding: 3px 0px 3px 0px;
}

.inlineHeaderMedium {
	float: left;
	width: 75px;
	color: #d2d2d2;
	background-color: #00007f;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;

	margin: 0px 5px 3px 0px;
	padding: 3px 0px 3px 0px;
}

.inlineHeaderLong {
	float: left;
	width: 500px;
	color: #d2d2d2;
	background-color: #00007f;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-left: 2px
	margin-right: 2px
	padding-left: -2px
	padding-right: -2px
	margin-bottom: 5px;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

.emptyGroup {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

.listGroup {
	background-color: #f3f3f9;
	clear: both;
	float: left;
	padding: 0px;
	margin: 5px 5px 20px 5px;
}

.trackTableDate {
	width: 100px;
}

.trackBriefData {
	width: 320px;
}

.trackBriefLabel {
	width: 130px;
	text-align: right;
}

.trackTableTime {
	width: 100px;
}

.trackTableAgent {
	text-align: right;
	width: 60px;
}

.fieldGroup {
	background-color: #f3f3f9;
/*	clear: both; */
	float: left;
	padding: 5px;
	margin: 5px;
	width: 450px;
}

.inlineFieldGroup {
	background-color: #f3f3f9;
/*	clear: both; */
	float: left;
	padding: 2px;
	margin-left: 5px;
	margin-right: 5px;
	width: 450px;
}

#content .highlightGroup {
	background-color: #f3f3f9;
/*	clear: both; */
	float: left;
	padding: 5px;
	margin: 5px;
	width: 450px;

	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;

	background: #00007f;
	color: #f3f3f9;
}

#content .highlightGroup p,
#content .highlightGroup p a {
	background: #00007f;
	color: #f3f3f9;

	font-size: 15px;
	font-weight: bold;
}

.searchResults {
	background-color: #f3f3f9;
	clear: both;
	float: left;
	padding: 5px;
	margin: 5px;
	height: 360px;
	width: 930px;
	overflow: auto;
}

.searchGroup {
	background-color: #f3f3f9;
	float: right;
	padding: 5px;
	margin: 5px;
	height: 100px;
	width: 500px;
}

.searchExtras {
	background-color: #f3f3f9;
	float: right;
	padding: 5px;
	margin: 5px;
	height: 100px;
	width: 400px;
}

.groupScroller {
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 490px;
	height: 350px;
	overflow: auto;
}

.wideGroup {
	background-color: #f3f3f9;
	clear: both;
	float: left;
	padding: 5px;
	margin: 5px;
	width: 920px;
}

.groupGroup {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
}

#smallItemGroup {
	background-color: #f3f3f9;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#itemGroup {
	background-color: #f3f3f9;
	clear: both;
	padding: 5px;
	margin: 5px;
	width: 920px;
}

#accountInformation {
	min-height: 100px;
}
#courierSenderInformation {
	min-height: 220px;
	float: left;
}

#courierReceiverInformation {
	min-height: 220px;
	clear: none;
}

.addressButtons {
	float: right;
	margin-top: -16px;
}

.retailAddressButtons {
	float: right;
	margin-top: 4px;
	margin-right: 25px;
}

#senderInformation {
	min-height: 272px;
	float: left;
}

#receiverInformation {
	min-height: 272px;
	clear: none;
}

#connoteGroup {
	clear: none;
}

.idDimensions,
.idDimensionsSmall,
.idControl,
.idCount,
.idDescription {
	float: left;
}

.idTotal {
	font-weight: bold;
	font-size: 1.1em;
}

.idDimensions {
	width: 278px;
	text-align: right;
}

.idDimensionsSmall {
	width: 158px;
	text-align: right;
}

.idControl {
	width: 70px;
}

.idCount {
	width: 48px;
}

.idDescription {
	width: 346px;
}

.idHeading {
	background-color: #00007f;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 2px 0px 2px 0px;
	vertical-align: middle;
}

.fieldHeading {
	background-color: #ffc010;
	background-color: #72B33F;
	background-color: #00007f;

	color: #fff;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	font-size: 1.1em;
}

.gLine {
	float: none;
	clear: both;
}

.gHead, .gLargeHead {
	font-weight: bold;
}

.gEmpty, .gHead, .gData, .gSelect {
	width: 70px;
	text-align: center;
	float: left;
}

.gLargeEmpty, .gLargeHead, .gLargeData, .gLargeSelect {
	width: 110px;
	text-align: center;
	float: left;
}

.gLargeData input {
	width: 40px;
	text-align: right;
}

.gLargeData th {
	width: 45px;
	font-weight: normal;
	text-align: right;
	color: #999;
	padding-top: 7px;
}

.gB0 {
	background-color: #ccc;
}

.gB1 {
	background-color: #ddd;
}

.gB2 {
	background-color: #f3f3f9;
}

.gHeight {
	height: 20px;
}

.gLargeHeight {
	height: 50px;
	vertical-align: middle;
}

#hScroll {
	width: 700px;
	overflow: scroll;
	float: left;
}

.gHeading {
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

.gInfo {
	text-align: center;
}

.gInfo input {
	width: 40px;
	text-align: right;
}

.gInfo th {
	font-weight: normal;
	text-align: right;
	color: #999;
}

.quoteLabel, form td.quoteLabel {
	border: none;
	padding: 0px 20px 0px 5px;
}

.quoteValue, form td.quoteValue {
	border: none;
	text-align: right;
	padding: 0px 10px 0px 10px;
	width: 80px;
}

.quoteSubtotal, form td.quoteSubtotal {
	border-top: solid 2px black;
	padding-top: 2px;
}

.quoteTotal, form td.quoteTotal {
	border-top: solid 2px black;
	padding-top: 2px;
	border-bottom: solid 2px black;
	font-weight: bolder;
}

.quoteHeavy {
	font-weight: bold;
}

.quotePad {
	margin-left: 15px;
}

.quoteHeading {
	background-color: #ffc010;
	background-color: #72B33F;
	background-color: #00007f;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 2px 0px 2px 0px;
	vertical-align: middle;
}


#overlayDiv {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

#searchboxDiv {
	position: absolute;
	top: 160px;
	left: 25px;
	z-index: 95;
	width: 950px;
	height: 500px;
	border: 3px solid #72B33F;
	border: 3px solid #00007f;
	background-color: #fff;
}

#srDiv td, #srDiv th {
	padding: 0px 2px 0px 2px;
	border-bottom: 0px;
	white-space: nowrap;
	}

#srDiv th {
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	font-size: 12px;
	background-color: #72B33F;
	background-color: #00007f;
	color: #fff;
	}

#srDiv table {
	background: #fff;
	width: 100%;
	border-top: 0px;
	border-bottom: 0px;
	font-size: 10px;
}

#srDiv tr:hover {
	background: #ccc;
}

#headingGroup {
	background-color: #72B33F;
	background-color: #00007f;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

.srDate { width: 75px; }
.srConnote { width: 45px; }
.srService { width: 45px; }
.srCustomer { width: 125px; overflow: hidden; }
.srSuburb { width: 125px;  overflow: hidden; }

#content a.addButton,
#content a.editButton,
#content a.deleteButton {
	text-decoration: none;
	border-bottom: none;
}

#content a.addButton:hover,
#content a.editButton:hover,
#content a.deleteButton:hover {
	text-decoration: none;
	border-bottom: none;
	background: transparent;
}

.sidDimensions,
.sidDimensionsSmall,
.sidControl,
.sidCount,
.sidDescription {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.sidTotal {
	font-weight: bold;
	font-size: 1.1em;
}

.sidDimensions {
	width: 219px;
	text-align: right;
}

.sidDimensionsSmall {
	width: 128px;
	text-align: right;
}

.sidControl {
	width: 50px;
}

.sidCount {
	width: 45px;
}

.sidDescription {
	width: 100px;
}


.strongDisplay {
	font-weight: bold;
	color: #cc0000;
}

.flexRow {
	display: flex;
	clear: both;
}

.flexColumn {
	flex: 1;
}

.clearGroup {
	clear: both;
}

.fieldGroupHeading {
	background-color: #00007f;
	color: #ffffff;

	font-weight: normal;
	padding: 2px 5px 2px 5px;
	margin: 5px 5px -5px 5px;
	font-size: 14px;
	
	text-align: center;

	width: 450px;

	float: left;
/*	clear: both; */
}

.smallGroupHeading {
	background-color: #00007f;
	color: #ffffff;

	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 5px;
	font-size: 16px;
	
	text-align: center;
	
}

.groupHeading {
	background-color: #00007f;
	color: #ffffff;

	font-weight: normal;
	padding-top:15px;
	padding-bottom:15px;
	margin: 5px;
	font-size: 14px;
	
	text-align: center;
	
}

.trackLabelHeading {
	color: #666666;

	background: #f3f3f9;

	font-weight: normal;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:0px;
	margin-bottom:0px;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
	
	text-align: center;

	min-width: 450px;

}

.trackLabelHeading b {
	color: #00007f;

	background: #f3f3f9;

	font-weight: bold;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:0px;
	margin-bottom:0px;
	font-size: 20px;
	margin-left: 5px;
	margin-right: 5px;
	
	text-align: center;

}

.trackingGroup .trackLabel {
	color: #0000ff;

	background-color: #00007f;
	color: #ffffff;

	font-weight: normal;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:0px;
	margin-bottom:0px;
	font-size: 14px;
	
	text-align: center;
	
	min-width: 450px;
}

.trackingGroup .trackEmpty {
	text-align: center;
	font-size: 13px;
	padding: 10px;
}

.trackingGroup .trackLinkHeader {
	text-align: center;
	font-size: 12px;
}

.trackingGroup .trackLink {
	text-align: center;
	font-size: 12px;
	color: #0000ff;
}

.trackingGroup tr:nth-child(odd) {
	background: #ffffff;
}

.trackingGroup table {
	border: none;
}

.trackTable table {
	border: 0px;
	width: 100%;
	border-spacing: 0px;
}

.trackTable td,
.trackTable th {
	vertical-align: top;
	border: 0px;
	padding: 5px;
}

.actionbar {
	float: right;
	vertical-align: center;
}

.actionbar input[type="text"],
.actionbar select {
	vertical-align: center;
	margin-top: 5px;
}

#cppledilist th.header,
#content .tableGroup th.header,
#maintenancelist th.header{
	background: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==) no-repeat center right #00007f;
	padding-right: 8px;
}

#cppledilist th.headerSortUp,
#content .tableGroup th.headerSortUp,
#maintenancelist th.headerSortUp {
        /* background: url(/images/table/asc.gif) no-repeat center right #00007f; */
	background: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7) no-repeat center right #00007f;
}

#cppledilist th.headerSortDown,
#content .tableGroup th.headerSortDown,
#maintenancelist th.headerSortDown {
        /* background: url(/images/table/desc.gif) no-repeat center right #00007f; */
	background: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7) no-repeat center right #00007f;
}

.chargeClass {
	clear: both;
	width: 450px;
	float: left;
}

.chargeLabel {
	padding: 0;
	float: left;
	width: 260px;
	text-align: left;
	margin: 0px 0px 0px 10px;
	color: #555;
	font-weight: normal;
	min-height: 20px;
}

.chargeCheck {
	float: left;
	width: 20px;
	text-align: left;
	margin: 0px 0px 0px 10px;
	color: #555;
	font-weight: normal;
	min-height: 20px;
}

.chargeAD {
	float: left;
	width: 25px;
	text-align: right;
	margin: 0px 0px 0px 10px;
	color: #555;
	font-weight: normal;
	min-height: 20px;
}

.chargeValue {
	padding: 0;
	float: left;
	width: 100px;
	text-align: right;
	margin: 0px 0px 0px 10px;
	color: #555;
	font-weight: normal;
	min-height: 20px;
}

.chargeTotal,
.chargeGrandTotal {
	font-weight: bold;
}

.chargeValue.chargeTotal {
	border-top: 1px solid #555;
}

.chargeGrantTotal {
	padding-top: 4px;
}
.chargeValue.chargeGrandTotal {
	border-top: 1px solid #555;
	border-bottom: double #555;
}

input.chargeValueBox {
	width: 55px;
	text-align: right;
}

#notesAnchor textarea {
	clear: both;
	float: left;
	width: 450px;
	height: 40px;
}

#notesAnchor a {
	clear: both;
	float: right;
	margin-right: 10px;
}

#notesAnchor div.notesInfo {
	float: left;
	width: 120px;
}

#notesAnchor div.notesCreator {
	float: left;
	width: 270px;
}

div.notesAdd {
	float: right;
	padding-bottom: 5px;
}

.fieldRed {
	font-weight: bold;
	color: #cc3333;
}

.fieldBold {
	font-weight: bold;
}

table.itemtable {
	width: 100%;
	border: 1px solid #00007f;
	border: 0px solid #ffffff;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.itemtable tr {
}

table.itemtable th {
	text-align: center;
	background: #00007f;
	color: #ffffff;
	color: #00007f;
	background: #ffffff;
}
table.itemtable td {
	text-align: right;
}

.rateContainer {
	float: left;
	clear: both;
}

.rateWhichHeading {
	background-color: #00007f;
	color: #ffffff;

	font-weight: normal;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom: 5px;
	font-size: 14px;
	
	text-align: center;

	width: 290px;
	float: left;
	clear: both;
	
}

.rateWhatHeading {
	background-color: #00007f;
	color: #ffffff;

	font-weight: normal;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 14px;
	
	text-align: center;

	width: 290px;
	float: left;
	
}

.rateNameHeading {
	background-color: #00007f;
	color: #ffffff;

	font-weight: normal;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 14px;
	
	text-align: center;

	width: 290px;
	float: left;
}

.rateWhich {
	color: #555;
	font-weight: bold;
	float: left;
	clear: both;
	width: 290px;
	min-height: 20px;
	margin-left: 5px;
}

.rateWhat {
	color: #555;
	font-weight: bold;
	float: left;
	width: 290px;
	min-height: 20px;
	margin-left: 10px;
}

.rateName {
	color: #555;
	font-weight: bold;
	float: left;
	width: 290px;
	min-height: 20px;
	margin-left: 10px;
}

div.stepFrom,
div.stepTo,
div.stepValue {
	float: left;
	width: 80px;
	min-height: 20px;
	vertical-align: middle;
	margin-left: 5px;
	text-align: right;
}

div.stepFromHeader,
div.stepToHeader,
div.stepValueHeader {
	float: left;
	width: 80px;
	color: #d2d2d2;
	background-color: #00007f;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	vertical-align: middle;
	margin-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

input:read-only {
	background-color: #f9f9f9;
	border: 1px solid #d2d2d2;
}

div#hubModalDiv {
	background: white;
	border: 2px solid #00007f;
	overflow-y: scroll;
}

div.menu,
div.menu * {
	box-sizing: initial;
}

img.photoimage {
	max-width: 300px;
}

div.custRulesStyle,
div.custRulesVerb,
div.custRulesPrimary,
div.custRulesLink,
div.custRulesLink2,
div.custRulesSecondary,
div.custRulesSeverity {
        float: left;
}

div.custRulesButton {
        float: right;
}

div.custRulesStyle {
        width: 85px;
}

div.custRulesVerb {
        width: 90px;
}

div.custRulesPrimary {
        width: 180px;
}

div.custRulesLink {
        display: none;
}

div.custRulesSecondary {
        width: 180px;
}

div.custRulesDiv {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ddd;
        margin-bottom: 8px;
}


.numericColumn {
	text-align: right;
}
