/*****
*
*	Name:		isi.css
*	Author:		Robert Sherwood
*	Email:		rwslondon@yahoo.co.uk
*	Created:		2008-10-17
*
*****/

/*****
*	Content
*****/
#content span {
	color: #777;
	padding: 0px 10px 0px 0px;
}

#content li {
	font-size: .9em;
	list-style: none;
	margin: 0em 0em 2em 0em;
	padding: 0em 1em 0em 1em;
	border-left: 1px solid #7534aa;
}

/*****
*	Tables
*****/
#content table {
	clear: both;
	margin: 10px auto 0px auto;
	padding: 0px;
}

#content th {
	padding: 5px 10px 0px 0px;
	font-size: .8em;
	font-weight: 700;
	vertical-align: top;
}

#content td {
	padding: 5px 10px 0px 0px;
	line-height: 1em;
	font-size: .8em;
	font-weight: 400;
	vertical-align: top;
}

#content table#compliance {
	width: 500px;
}

#content table.indicators {
	width: 500px;
}