/* ********************************** */
/* © 2008 Farnell Packaging ********* */
/* Style Sheet for Content Formatting */
/* ********************************** */
/*
This style sheet for content formatting is separate from the style sheet for the site layout.
Contribute users, having access to just this style sheet, are able to
freely format content without 'breaking' the site or straying too far from
the intended formatting design.
*/
/* block elements */
h1							{font-size: 24px;}
h2							{font-size: small; border-bottom: 1px solid #999999; margin-top: 18px; padding-bottom: 2px;}
h3							{color: #999999; font-size: 11px;}
table						{width: 700px;}
	thead th				{background-color: black; color: white; padding: 6px;}
	tbody th				{background-color: #3399ff; color: white;}
	td						{border: 1px solid silver;}
	tfoot					{color: white; background-color: #999999;}
	tfoot td				{border: 0px;}
ul							{}
ul.doc						{list-style-image:  url(../images/icons/file-type-doc.gif)}
ul.pdf						{list-style-image:  url(../images/icons/file-type-pdf.gif)}
ul.xls						{list-style-image:  url(../images/icons/file-type-xls.gif)}
ul.xml						{list-style-image:  url(../images/icons/file-type-xml.gif)}
/* inline elements */
.highlight					{background-color: yellow;}
.productionnote				{background-color: teal;}
.disclaimer					{color: gray; font-style: italic; font-size: xx-small;}