<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************************************************************************************

	CSS for microsite areas
	Title: D&amp;amp;B
	Author: thisisbeyond.co.uk
	Date: October 2009 

***********************************************************************************************/


/* Microsites
-----------------------------------------------------------------------------------------------*/	


#content .secondary-content {
	width: 160px;
	float: right;
}

#content .secondary-content .panelnav {
	background-image: url(../images/panelnav_bg.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	border-top: 4px solid #383878;
	border-left: 1px solid #c6c6d2;
	border-right: 1px solid #c6c6d2;
	border-bottom: 1px solid #c6c6d2;
	
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-bottom: 12px;
}

#content .secondary-content .panelnav h5 {
	font-size: 10px;
	color: #383878;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 10px;
}

#content .secondary-content .panelnav h5 a {
	color: #383878;
	text-decoration: none;
}

#content .secondary-content .panelnav h5 a:hover {
	color: #383878;
	text-decoration: underline;
}

#content .secondary-content .panelnav h5 a.selected {
	text-decoration: underline;
}

#content .secondary-content .panelnav ul li {
	margin: 0px;
	padding: 7px 0px 7px 0px;
	border-top: 1px solid #c6c6d2;
}

#content .secondary-content .panelnav ul li.solo {
	margin: 0px;
	padding: 4px 0px 7px 0px;
	border-top: 0px solid #c6c6d2;
}

#content .secondary-content .panelnav ul li a {
	color: #333;
}

#content .secondary-content .panelnav ul li a.selected {
	text-decoration: underline;
}

#content .primary-content .emphasis {
	font-weight: bold;
}

table.table_incontent th {
	font-size: 80%;
	line-height: 1.1em;
	padding-bottom: 10px;
}

table.table_incontent tr {
	border-bottom: 1px solid #ccc;
}

table.table_incontent tr.bottomrow {
	border-bottom: 0px;
}

table.table_incontent tr td {
	padding: 6px 0px 6px 0px;
}

table.table_incontent tr td.leftside {
	width: 150px;
	padding-right: 10px;
}

table.table_incontent tr td.middle {
	padding-right: 50px;
}

table.table_incontent tr td.rightside {
	width: 100px;
	padding: 0px 0px 0px 0px;
}












</pre></body></html>