/* Article display stylesheet. */
img.noBorder { border: none; }
img.defaultBorder { border: 1px solid; }

table.article { width: 100%; }
td.section { padding-bottom: 10px; }
td.articleFooter {
	font-size: 10px;
	font-style: italic;
	text-align: right;
}

/* Paragraph section. */
table.aspPicture {
	margin-bottom: 10px;
}
div.aspColumnControls {
	background-color: #CCCCCC;
	border: 1px #999999 solid;
	padding: 3px 5px 2px 2px;
	text-align: right;
}
td.aspImageControls {
	padding: 0px 2px 3px 2px;
	text-align: right;
}
td.aspPictureText {
	padding: 3px 2px 5px 2px;
	text-align: left;
}

/* Header section. */
hr.ashLine {
	border-top-style: solid;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 100%;
}

/* Links section. */
table.aslLinkItem { 
	background-color: #CCCCCC;
	border: 1px #999999 solid;
	margin-top: 2px;
	width: 100%;
}
td.aslLinkRow { padding: 3px 5px 3px 5px; }

/* Table section. */
td.tspControlsHorizontal {
	background-color: #CCCCCC;
	border: 1px #999999 solid;
	padding: 3px 5px 2px 2px;
}
td.tspControlsVertical {
	background-color: #CCCCCC;
	border: 1px #999999 solid;
	padding: 2px 2px 2px 2px;
	width: 15px;
}

