/* ================================== */
/*             Body
/* ================================== */

body {
/*		font-family: trebuchet MS, Arial, sans-serif; */

}

table.title{
	width:100%;
	margin-top:10;
	border-collapse:collapse;
}
th.title{
	background-color:#333333;
	color:white;
	width:30%
}
table.link{
	width:100%;
	border:1px solid gray;
	border-collapse:collapse;
}

div.iconexp{
	text-align:right;
}

h3.moduletitle{
	border-bottom:double 10px blue;
}
table.detail{
	width:100%;
}

th.detail{
	text-align:left;
	width:30;
}

div.numbericon{
	position: relative;
	left:10;
	top:24;
	size:1.5em;
}

th.detailtitle{
	text-align:left;
}
td.detailcontents{
	font:0.9em;
	margin:10%;
}