body {

}
h1,h2,h3,h4,h5,h6 {
	color: #333;
}
h4 {
	background: #fafdfd;
	/*color: #E79942;*/ 
	color: #0b4579; 
}
ul li {
	/*list-style-image: url(/images/listMarkerAml.gif);*/
	list-style: square;
}
ol li {
	padding: 0 0 10px 0;
}
hr {
	margin: 1em 10px;
	color: #e5e5e5;
}

.reqd /* used in a variety of files (7 at the last count , excluding those in admin area) */
{
	background-color:white;
}

.BUTTON_aml{
	background: #EC7F06;
	margin-bottom: 20px;
	text-align: center;
	padding: 6px 15px 6px 15px;
	cursor: pointer;
	color: black;
	font-weight: 400;
	font-size:16px;
	text-decoration:none;
}

.BUTTON_aml:hover{
	background:#D47102;
	text-decoration:none;
	color:black;
}

.buyButton{
	background:#EC7F06;
}
.buyButton:active, .buyButton:hover{
	background:#D47102;
}

#content
{
	color: #333;
}
#sidebar
{
	color: #333;
}
#overview h3{
	color: black;
}
#overview em
{
	color: #aa5616;
}
table.form .descr, table.cool .descr, table.list .descr
{
	text-align:right;
	padding-right:.5em;
	font-weight: bold;
}
table.form tbody th
{
    border: none;
    border-top: 5px solid #e5e5e5;
    background-color: #0b4579;
    color: #fff;
    padding: 5px 7px;
}
table.form tbody td
{
	vertical-align: top;
	padding: 5px;
}
table.cool, table.form, table.list
{
	width:656px;
	border-collapse:collapse;
	margin: 0 10px 10px 10px;
}

table.cool tbody td
{
	vertical-align:middle;
	border-top: solid 1px #FFF;
    /*background-color: #ffe5d9;*/
    background-color: #ebf2f8;
}
table.cool tbody th
{
	border-top: solid 1px #FFF;
    /*background-color: #ffe5d9;*/
    background-color: #aecae1;
    text-align:left;
	font-size:smaller;
}
table.cool tbody tr.odd
{
	background-color:#ffe5d9;
}
table.cool tbody tr.even
{
	background-color:#ffdccc;
}
table.cool tbody tr.registration
{
	border-bottom:5px solid #aa5616;
}
table.cool tbody tr.registration td:last-child
{
	border-bottom:none;
	background-color: #fff;
}
table.cool tbody.sectionHeading td
{
	background-color:#fff;
	padding-top: 16px;
	font-size: 16px;
}
table.cool tbody.sectionFooter td
{
	background-color:#ebf2f8;
	color: #333;
	font-weight: bold;
	padding:5px;
	margin: 5px 0;
}
table.cool .colDivider
{
	border-right: solid black 1px;
}
table.cool thead tr
{
	border-top: 5px solid #e5e5e5;
}
table.cool thead th 
{
/*	background-color:#aa5616;
	color: #fff;*/
	background-color:#0b4579;
	color: white;
	padding:5px;
	margin: 5px 0;
	border: none;
}

table.cool tfoot th{
	background-color:#ebf2f8;
	border-color:#fff;
	color: #333;
	padding:5px;
	margin: 5px 0;
	border: none;
    
}
table.cool thead th a
{
	color: #FFF;
}

table.cool th span a
{
	color: #FFF;
}

table.cool th, table.cool td
{
    padding:5px;
}
table.cool th a
{
    color: #333;
}
table.cool tr.pager td
{
	border:none;
}
table.cool tr.pager td
{
	text-align:center;
}

/* only used in /secure/user/aml/checkResult.php */
table.sml
{
	width:438px;
	border-collapse:collapse;
	margin: 0 10px 10px 10px;
}

/* only used once in /secure/user/aml/equifax_tnc.php */
table.tnc td
{
	 vertical-align:top;
	 padding:0 0 10px 10px;
}
/* checks and checkHeading classes used in table at top of login menu (left side of page)
	similar style settings are in xbrl.css, but with different colours. */
table.checks
{
	display: block;
	width: 240px;
	overflow: hidden;
	color: black;
	margin:10px 10px 10px 0;
}
table.checks td
{
	color: #333;
	font-weight: bold;
}
table.checks th.checkHeading
{
	color: black;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #95bcdb;
	margin: 10px;
}

/* secure/user/aml/snvUsage.php */
table.cool tbody tr.total
{
	border-top: solid 4px #FFF;
}
/* used in aml/snvUsage.php only */
.number {
	text-align:right !important;
}
.numberRemain
{
	text-align:right;
	font-weight:bold;
}

#amlMenu{
	background: #cbe2f5;
	color: #111;
	width: 240px;
	margin-top: 12px;
}
#amlMenu p {
	font-size: 14px;
	padding: 10px;
	margin: 0;
}
#amlMenu h2{
	background: #0d518e;
	color: white;
	padding:10px 10px;
	font-size:18px;
	text-align:center;
	margin:0;
}
.amlButton {
	background-color: #2190d9;
	background-image: none !important;
	border-top:1px solid #FFF;
	text-align:left;
	font-size:14px;
	color: white;
	padding: 10px 10px 10px 10px;
}
.amlButton:hover {
	background-color: #0c67a3;
	color: white;
	text-decoration: none;
}
.amlButton:visited {
	color: white;
}
.right_info li {
list-style-image: url(/images/tickFeaturesAml.png);
}
#minimumSpec li{
	list-style-image: url(/images/squareBulletAML.gif);
}

@media print {
	.noPrint, #nav, #sidebar, #clearheader {
		display: none;
	}
	#centrecontent, #content {
		width:auto;
		float:none;
	}
	#wrapper {
		position:static;
		width:auto;
	}
	body {
		background:none;
	}
	#header {
		position:static;
		width:auto;
		height:auto;
	}
}
table.list tbody th
{
	border-top: solid 1px #FFF;
	background-color:#ebf2f8;;
	color: black;
	padding:5px;
}
table.list tbody td
{
	vertical-align: top;
	background-color:#ebf2f8;
	border-top: solid 1px #FFF;
}
table.list tbody td h3
{
	background-color:#0b4579;
	color: white;
	text-transform: uppercase;
	margin-left: 0px;
	font-weight: bold;
	padding: 5px;
	border-top: 5px solid #e5e5e5;

}

h3.list
{
	background-color:#0b4579;
	color: white;
	text-transform: uppercase;
	margin: 5px 10px 0px 10px;
	padding: 5px;
	width: 645px;
	font-weight: bold;
	border-top: 5px solid #e5e5e5;

}

span.list
{
	margin: 5px 10px 0px 10px;
	padding: 5px;

}

table.sublist
{
	color: black;
	padding: 5px;
	width: 100%
}
