@import url(af_errors.css);
@import url(af_debug.css);
@import url(af_pageMsg.css);

BODY, TD {
	/*
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:  0.8em;
	*/
}

DIV.code {
	background-color: #F5F5F5;
	padding: 10px;
	padding-top: 8px;
	margin-left: 40px;
	font-family: courier;
	font-size: 1.1em;
}
IFRAME.code {
	background-color: #F5F5F5;
	margin-left: 40px;
	border: 1px lightgrey solid;
	border-top: 0px;
	width: 100%;
	height: 200px;
}


/* makes content collapsible (can be shown/hidden by clicking preceeding element) */
.hideable {
	display: none;													/* avoid content displaying then disappearing */
	behavior: url(/af/scripts/htc/af_hideable.htc);
}
.hideableIndicator {
	color: gray;
	font-weight: normal;
	font-family: Arial;
}
.indicatorHover {
	color: blue;
}


ABBR, ACRONYM, .tooltip {
	cursor: help;
}
ABBR, ACRONYM {
	border-bottom: 1px dotted #333;
}
