/* 1. PRIMARY BRAND classes */

/* The colour references */

/* ASA RED = #B50000 */
/* CAP BLUE = #008AA3  */
/* GREY MID = #AEA9A3  */
/* GREY DARK = #323A2F  */
/* TOP NAV = #8D857E  */
/* SITE TEXT = #323A2F  */

/* 1. This section contains the PRIMARY BRAND classes for the ASA site */

.asaSiteHeader {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 760px;
	background:url("http://www.mng.org.uk/gh/media/ASA_ruling/AdjudicationDetails.aspx_files/ASAAppBase/asaAssets/asa_graphics/asaLogo.gif") no-repeat left top
}
.asaPageEnd {
	height: auto;
	width: 400px;
}
.asaSiteFooter {
	height: 50px;
	width: 760px;
}
.h1 {
	color: #B50000;
	font-size: 21px;
	line-height: normal;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	padding: 0px;
	border-bottom: 8px solid #FFFFFF;
	height: auto;
	width: 600px;
}
.h2 {
	color: #323A2F;
	font-size: 16px;
	line-height: normal;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	padding: 3px 0px;
	height: auto;
	width: 400px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 2px solid #FFFFFF;
	border-left: 0px none;
	text-indent: 4px;
	background: #E7DDCF;
}

/* 2. This section contains the PANEL classes for the ASA site */

.panelAsaRed {
	background: #BE1C1C;
	height: auto;
	width: 180px;
	margin: 0px;
	padding: 2px 4px 4px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 10px solid #FFFFFF;
	border-left: 0px none;
}
.panelAsa1 {
	background: #C6AC8C;
	height: auto;
	width: 180px;
	margin: 0px;
	padding: 2px 4px 4px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 10px solid #FFFFFF;
	border-left: 0px none;
}
.panelAsa2 {
	background: #D9C7B0;
	height: auto;
	width: 180px;
	margin: 0px;
	padding: 2px 4px 4px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 10px solid #FFFFFF;
	border-left: 0px none;
}
.panelAsa3 {
	background: #E7DDCF;
	height: auto;
	width: 180px;
	margin: 0px;
	padding: 2px 4px 4px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 10px solid #FFFFFF;
	border-left: 0px none;
}

.twoColBoxAsa 
{
	padding-bottom: 5px;
	border-bottom: 1px solid #E7DDCF;
	width: 400px;
	margin-bottom: 2px;
}

.threeColBoxAsa {
	padding-bottom: 5px;
	border-bottom: 1px solid #E7DDCF;
	width: 600px;
	margin-bottom: 2px;
	height: auto;
}