body {
	background-color: #FFFFFF;
	color: #000000;
}

h1 {
	font-size: 145%
}

li {
	list-style: none;
}

ul {
	margin-left: 0;
	padding-left: 1.5em;
	border-left: 1px dashed lightgray;
}

table {
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
    /*border: 1px solid black;*/
}

th {
    padding-left: 0.25em;
    padding-right: 0.25em;
    border: 1px solid black;
    empty-cells: show;
}

th.entity {
    font-size: x-large;
    font-weight: bolder;
    empty-cells: show;
    background-color: #4444FF;
}

td {
    padding-left: 0.25em;
    padding-right: 0.25em;
    border: 1px solid black;
    empty-cells: show;
}

.deprecated {
	text-decoration:line-through;
}

/* Table colors */
.TableHeadingColor {
	background: #CCCCFF;
	color: #000000;
    white-space: nowrap;
    /*border: 1px solid black;*/
}

.nobreak {
    white-space: nowrap;
}

/* Dark mauve */
.TableSubHeadingColor {
	background: #EEEEFF;
	color: #000000;
    /*border: 1px solid black;*/
    white-space: nowrap;
}

