body {
    font-family: sans-serif;
}
iframe {
    border-width: 0px;
}
#nav {
    position: absolute;
	top: 60px;
	left: 10px;
	width: 220px;
	border-right: 1px solid #ccc;
}
#nav h2:first-child {
	margin-top: 0px;
}
#content {
    margin-left: 240px;
}
.datatable,
.datatable th,
.datatable td {
    border-collapse: collapse;
	border: 1px solid #999;
}
.datatable th {
    background-color: #eee;
	padding: 3px 5px;
}
.datatable td {
    padding: 2px 3px;
}
.datatable .norecordsfound td {
    height: 80px;
	text-align: center;
	vertical-align: middle;
}
.datatable .alt0 td {
    background-color: #ffd;
}
.datatable .highlight td {
    background-color: #fdd !important;
}