body {
	background-image: url(/images/landing/bgrd.gif);
	background-position: top right;
}
h4 {
	background: #fafdfd;
	color: #4ba7ac;
}
ul li {
	list-style-image: url(/images/listMarker.gif);
	margin:0 10px 5px 0;
}

/* The default background image can be intrusive within the content area
in comparison with the nbackground images for the various product areas
which are built to have a specific, pale area which overlaps the main content.
To stop this, it is necessary to specify a background with a high opacity. */
#centrecontent {
	background-color: #FFF;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}
/* As a result of the above, a drop-down menu from the ribbon area may
not be fully visible (if it requires more than one row), so just set
drop-down menus to have a higher Z index than the default. */
#primaryNav ul {
	z-index: 2;
}

#footer {
	background-color: #4ba7ac;
	background-image: url(/images/personal/footerBgrd.gif);
}

/* tabbed class only used in /support/[20nn/]hmrc_notes.php (3 files). */
div.tabbed {
	border: 1px solid #4ba7ac;
	margin: 2px 10px 10px 10px;
}
div.tabbed p, div.tabbed h3 {
	margin: 10px;
}
ul.tabbed {
	list-style-type: none;
	margin: 2em 0 0 .5em;
	clear:both;
}
ul.tabbed li {
	display:inline;
}
ul.tabbed a {
	border:1px solid #4ba7ac;
	padding:2px 5px;
	font-weight:bold;
	text-decoration:none;
	background-color: #ddd;
}
ul.tabbed a:hover {
	background-color: #eee;
}
ul.tabbed li.selected a {
	border-bottom-color:#e8e9df;
	background-color: transparent;
	color: #4ba7ac;
}

/* Used in eula and tnc web pages */
.lower-roman {
	list-style-type:lower-roman;
}
/* Case studies and Reviews and Press. */
.quote_img {
	float: left;
	border: 1px solid #e5e5e5;
	padding: 2px;
	margin: 0 10px 0 0;
}
.quote {
	font-weight: bold;
	color: #4ba7ac;
	/* text-align:right; */
}

/* used in account_history and my_products */
.items {
    width:650px;
	border-collapse:collapse;
	margin: 0 10px 10px 10px;
}
.items td, .items th {
    border: solid 1px #888;
    padding: 0.5em;
}
.items th {
    background-color:#eee;
}
.items td img {
	margin:0;
	padding:0;
}

/* used in my_products */
.center {
	text-align:center;
}

/* used in invoice, order and order_info */
.money {
	text-align:right !important;
}

/* used in invoice and order */
.negative {
    font-style:italic;
}

/* Style for list of sale items within order. Only used in /secure/user/order.php
	and order_info.php */
table.itemsReport {
	width:656px;
	border-collapse:collapse;
	margin: 0 10px 10px 10px;
}
table.itemsReport thead th{
	color:#fff;
	background:#4ba7ac;
}
table.itemsReport thead th, table.itemsReport td{
    border: solid 1px #1b3747;
}
table.itemsReport tfoot td.empty{
	border:none;
}
table.itemsReport th, table.itemsReport td{
    padding:0.5em;
}
table.itemsReport tbody th{
	text-align:left;
	font-size:smaller;
}
table.itemsReport tfoot th{
	text-align:right;
}

.orderNo { /* only used once to highlight cheque ID in /secure/user/payment_cheque.php */
	color: #4ba7ac;
	font-size: large;
}
.notify { /* only used in /secure/user/profile.php */
	color: #0b0;
}
.inactive { /* only used in /secure/user/my_products.php */
	color: #999;
	font-size:smaller;
}

/* infoBox style settings - used in status pages. Similar to infoButton. */
.infoBox {
	display:block;
	margin: 10px 10px 20px 10px;
	padding: 0px 0px 50px 0px;
	border: 1px solid #e5e5e5;
	background: #fafdfd;
}
.infoBox .end {
	clear:both;
}
.infoBox a {
	color: #4ba7ac;
}
.infoBox a.prettyBut {
	color: #fff;
	float:right;
}

