* { /* set even playing field for all browsers */
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
	/* decimal fontsize fixing font resizing bug in IE5/6 */
	font-size: 100%;
	padding: 0;
}

div {
	zoom: 1;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: #660033;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

blockquote {
	margin-left: 20px;
}

/*  blockquote with styling applied directly  */
blockquote.listWithParentheses {
	margin-left: 50px;
	text-indent:-30px;
}
/*  blockquote with styling applied to a child element  */
blockquote .listWithParentheses {
	margin-left: 25px;
	text-indent:-25px;
}
/*  blockquote with styling applied twice  */
.listWithParentheses .listWithParentheses {
	margin-left:0;
	text-indent:0;
}


/* defaulters */

table {
	width: 100%;
}

table, tr, td, th {
	margin: 0;
	padding: 0;
	font-size:100%;
}

h1,h2,h3,h4,h5,h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
}

p {
	margin: 0 0 1em 0;
}

ol, ul {
	margin: 0 0 1em 2em;
	padding-left: 10px;
}

table {
	border-collapse: collapse;
	border: 0;
	margin: 0 0 1em 0;
}

input, select, textarea {
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
}

hr {
	border: none;
	height: 1px;
	margin-bottom: 20px;
	background-color: #D1CFCA;
}

/* Headers */

h1 {
	color: #333 !important;
	font-size: 1.4em !important;
	font-weight: normal !important;
}

h2 {
	color: #333 !important;
	font-size: 1.2em !important;
	font-weight: bold !important;
}

h3 {
	color: #333 !important;
	font-size: 1em !important;
	font-weight: bold !important;
}

h4 {
	color: #59424C !important;
	font-size: 1em !important;
	font-weight: bold !important;
}

h5 {
	color: #666 !important;
	font-size: 0.9em !important;
	font-weight: bold !important;
}

/* make editor look the same as frontend */

.mceContentBody {
	font-size: 80%;
}

.mceContentBody h1 {
	font-size: 22.4px;
}

.mceContentBody h2 {
	font-size: 16px;
}

.mceContentBody h3 {
	font-size: 16px;
}

.mceContentBody h4 {
	font-size: 12.8px;
}

.mceContentBody a {
	color: #660033 !important;
	text-decoration: underline;
}

.mceContentBody a:hover {
	text-decoration: none;
}
li.bulletPointPadding {
	padding-bottom:12px;
}

#breadcrumbs {
	color:#666666;
}
#breadcrumbs a {
	color:#660033;
}
#breadcrumbs a:hover {
	text-decoration: none;
}
.breadcrumb {
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;	
}
.breadcrumb li {
	list-style-type: none;
	display: inline;
	margin: 0 5px 0 0;	
}

/* Main body */

a.top {
	color: #333;
	text-decoration: none !important;
}

/* Right col */

#cim_right-col h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #333;
}

#cim_right-col ul {
	list-style-type: none;
	margin: 0;
	padding: 0 5px 0 0;
}

#cim_right-col ul li {
	list-style-type: none;
	margin: 0;
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #E9E9E9;
	width: 100%;
}

#cim_right-col ul li.lastItem {
	border-bottom: none;
}

#cim_right-col ul li a {
	text-decoration: none;
	color: #660033;
}

#cim_right-col ul li a:hover,
#cim_right-col ul li a:focus {
	text-decoration: underline;
}

/* Publications styling */
table.publication tr td {
	background:#fefefe;
	border-right:1px solid #e3e2de;
	border-top:1px solid #e3e2de;
	border-bottom:1px solid #e3e2de;
	border-left:1px solid #e3e2de;
	padding:6px;
	color:#2e2e2e;
}
table.publication tr td.tablesection {
	background:#dfdbcf;
	color:#660033;
	padding:10px;
	border-bottom:1px solid #b6b6ae;
	font-weight:bold;
}
table.publication tr td.tablelabel {
	color: #6a0434;
	border-right: 1px solid #e3e2de;
	border-top: 1px solid #e3e2de;
	padding:6px;
	background-color: #F6F5F1;
}


/* Generic content table styling */
table.contentTable {
	width: 100%;
	border: 1px solid #DFDBCF;
}
table.contentTable th,
table.contentTable td {
	padding: 6px;
}
table.contentTable th {
	background:#DFDBCF;
	font-weight:bold;
}
table.contentTable td a {
	color: #660033;
}

/* Styles used on case studies */
table.caseTable {
	width: 100%;
	border: 1px solid #6D5D67;
}
table.caseTable th {
	padding: 6px;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #6D5D67;
	background-color: #6D5D67;
}
table.caseTable td {
	padding: 6px;
	border: 1px solid #6D5D67;
	background-color: #E3DFD1;
}
table.caseTable td a {	
	color: #660033;
}

/* Investigations reports styling */
table.investigationReport {
	width: 100%;
	border: 1px solid #DFDBCF;
}

table.investigationReport th,
table.investigationReport td {
	padding: 6px;
}
table.investigationReport th {
	background:#DFDBCF;
	font-weight:bold;
}
table.investigationReport td.linkarea {
	padding: 6px;
	width: 28%;
	vertical-align: middle;
	background-color: #F6F5F1;
}
table.investigationReport td.title {
	color: #660033;
	padding: 10px;
	font-weight: bold;
	background-color: #DFDBCF;
}
table.investigationReport td.colordot div.transcripts {	
	background-color: #FFF;
	color: #FFF;
	border: 1px solid #000;
}

table.investigationReport td.colordot {	
	border-right: 1px solid #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #DFDBCF;
}

table.investigationReport td a {	
	color: #660033;
}