div.sup-line { 
	position: relative; 
	width: 100%; 
	border-top: 1px solid #cccccc; 
	height: 5px; 
	margin-top: 5px; 
}

table.sup-table tr th { 
	padding: 3px 5px;
	text-align: left; 
	border: 1px solid #333333;
	vertical-align: top;
	font-size: 10px;
} 
 
table.sup-table tr td { 
	background-color: #ffffff;
	padding: 3px 5px;
	border: 1px solid #333333;
	vertical-align: top;
	font-size: 10px;
} 
 
table.sup-table { 
	margin-top: 10px;
	background-color: #f5f5ef; 
	width: 100%; 
	border-collapse: collapse; 
	border-spacing: 0px; 
}

/* Manuals cretaed from latex docs uses the ones below */
span.sup-textit {
	font-style: italic
}

span.sup-arabic { 
}

span.sup-textbf {
	font-weight: bold
}

span.sup-textsf {
	font-style: italic
}

img.sup-manuals {
	max-width: 670px;
	height: auto;
	border: 1px #000 solid;
	cursor: pointer;
}
/* End of stuff for the manuals */
