ul {
	list-style-type: square;
}

ul ul { 
	list-style-type: disc;
}

ul ul ul {
	list-style-type: circle;
}

th a:link, th a:visited {
	text-decoration: none;
}

div.previewImage {
	float: right;
	font-size: 90%;
	margin: 0.25em 0 0.25em 1em;
	padding: 0.25em;
}

hr.footnote {
	clear: both;
	border: 0;
	border-bottom: 1px solid #333;
	width: 5em;
	height: 1px;
	margin: 0 auto 0 0;
}

ol.footnote {
	font-size: 90%;
}

a.externalLink {
	border-bottom: 1px solid #ddf;
}

.hilightHide {
	color: #888;
}

.hilightCommand {
	color: #900;
}

.hilightLink {
	color: #048;
}

.hilightSelector {
	color: #c80;
}

tr.oddRow {
	background-color: #fff;
}

tr.evenRow {
	background-color: #ddd;
}

table.browser {
	border-top: 1px solid #888;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	border-left: 1px solid #888;
}

table.browser th {
	color: white;
	background-color: black;
	font-weight: normal;
}

table.browser th a:link,
table.browser th a:visited {
	display: block;
	color: white;
}

table.browser th a:hover {
	display: block;
	color: black;
	background-color: white;
}

table.browser td {
	padding: 0.05em 1em 0.05em 0.05em;
}

table.browser td a:link,
table.browser td a:visited {
	display: block;
}

table.browser td a:hover.itemLink {
	display: block;
	background-color: #048;
	color: white;
	text-decoration: none;
}

table.record {
	background-color: #eee;
	border-bottom: solid #ddd 1px;
	border-right: solid #ddd 1px;
	border-left: solid #aaa 1px;
	border-top: solid #999 1px;
}

table.record td {
	padding: 0.1em 1em 0.1em 0.25em;
}

.warning {
	color: #900;
}

.metaInfo {
	color: #888;
	font-size: 80%;
	margin-bottom: 2em;
}

.centered {
	text-align: center;
	vertical-align: middle;
}

.pageHeader {
	border-bottom: #aaa solid 1px;
}

.pageFooter {
	font-size: 6pt;
	color: #444;
}

div.alertContainer {
	width: 25em;
	background-color: #ddd;
	margin: 2em auto;
	padding: 1em 1em;
	border-top: solid #444 1px;
	border-right: solid #888 1px;
	border-bottom: solid #aaa 1px;
	border-left: solid #666 1px;
	display: block;
	clear: both;
}

div.alertError {
	display: block;
	color: #900;
	background: #ffe url(../img/bg/lace.png) repeat;
	clear: both;
	padding: 1em;
	border-bottom: solid #eee 1px;
	border-right: solid #eee 1px;
	border-left: solid #aaa 1px;
	border-top: solid #999 1px;
}

div.alertNotice {
	display: block;
	background: #ffe url(../img/bg/lace.png) repeat;
	clear: both;
	padding: 1em;
	border-bottom: solid #eee 1px;
	border-right: solid #eee 1px;
	border-left: solid #aaa 1px;
	border-top: solid #999 1px;

}

div.alertButtonContainer {
	display: block;
	clear: both;
	margin: 1em 0 1em 0;
	min-height: 1em;
}

.alertButtonLeft {
	display: inline;
	float: left;
	text-align: left;
	clear: none;
}

.alertButtonRight {
	display: inline;
	float: right;
	text-align: right;
	clear: none;
}

.alertButtonCenter {
	margin: 1em 0 0 0;
	clear: both;
	text-align: center;
	min-height: 1em;
}

div.output {
	color: black;
	background-color: #eee;
	padding: 0.5em;
	border-bottom: solid #ddd 1px;
	border-right: solid #ddd 1px;
	border-left: solid #aaa 1px;
	border-top: solid #999 1px;
}

