
/*********************************************************************
 *
 * ARTICLES
 *
 * note: some of these styles are "duplicates" of those found in ehb.css
 *       and the reason for that is that this style-sheet is used by
 *       by the Java editor and it really makes things easier to keep
 *       it's css configuration in a separate sheet, such as this one.
 *       also, since the editor is somewhat quirky and does not fully
 *       implement the css standard, some things need repeating..
 *
 *********************************************************************/

.article-body a, .article-body a:link, .article-body a:visited {
	text-decoration: none;
	color: #722F2B;
	font-weight: bold;
}

.article-body a:hover {
	text-decoration: underline;
}

/****************************
 * PARA
 ****************************/

.article-body h1 {
	margin-top: 0.5em;
	margin-bottom: 0.1em;

	font-family: 'microsoft sans serif', tahoma, verdana, sans-serif;
	font-size: 1.4em;

	background-image: url(images/hr-horz.png);
	background-position: 0 100%;
	background-repeat: repeat-x;
}

.article-body h2 {
	margin-top: 1.2em;
	margin-bottom: 0.6em;

	font-family: 'microsoft sans serif', tahoma, verdana, sans-serif;
	font-size: 1.3em;

	background-image: url(images/hr-horz.png);
	background-position: 0 100%;
	background-repeat: repeat-x;
}

.article-body h3 {
	margin-top: 0.7em;

	font-family: 'microsoft sans serif', tahoma, verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

.article-body p {
	margin-bottom: 0.4em;

	font-family: 'microsoft sans serif', tahoma, verdana, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}

p.article-toc {
	margin-top: 8pt;

	font-family: 'microsoft sans serif', tahoma, verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

p.article-info {
	margin-bottom: 0.4em;

	font-family: 'microsoft sans serif', tahoma, verdana, sans-serif;
	font-size: 0.9em;
}

p.article-more-info {
	font-family: 'microsoft sans serif', tahoma, verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

p.article-src-text, .article-body blockquote {
	min-height: 40px;

	padding-left: 65px;
	padding-right: 40px;
	
	font-family: 'microsoft sans serif', tahoma, verdana, sans-serif;
	font-size: 1.2em;
	font-style: italic;

	background-image: url(images/article-quote.png);
	background-repeat: no-repeat;
	background-position: 20px 0;
}

* html p.article-src-text, * html .article-body blockquote { /* for IE6 */
	height: 40px;
}

p.article-src-ref-text {
	padding-left: 65px;
	padding-right: 40px;

	font-family: 'microsoft sans serif', tahoma, verdana, sans-serif;
	font-size: 0.8em;
}

p.article-not-done {
	color: #FF0000;
	text-transform: uppercase;
}

/****************************
 * CHAR
 ****************************/

.article-body strong {
	color: #722F2B;
	font-weight: bold;
}

.article-body em {
	font-style: italic;
}

/****************************
 * LIST
 ****************************/

.article-body ul {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 40px;

	list-style-image: url(images/bullet.png);
}

.article-body ol {
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 50px;

	list-style-type: decimal;
}

/****************************
 * IMAGE
 ****************************/

p.article-img, p.article-img-left, p.article-img-right {
	margin: 4px;
	padding: 5px;

	font-family: 'microsoft sans-serif', arial, verdana, sans-serif;
	font-size: 0.9em;
	color: #1F497D;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;

	background-color: #EAF1DD;
}

p.article-img {
	display: table;
	clear: both;

	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

p.article-img-left {
	display: table;
	clear: left;
	float: left;
}

p.article-img-right {
	display: table;
	clear: right;
	float: right;
}

/****************************
 * TABLE
 ****************************/

.article-body table {
	width: auto;

	margin-left: 10px;
	margin-top: 10px;
	margin-right: 20px;

	border: 1px solid #B1AFA8;

	text-align: left;
}

.article-body td, .article-body th {
	padding-top: 2px;
	padding-right: 6px;
	padding-left: 2px;
	padding-bottom: 6px;
	
	vertical-align: top;

	border: 1px solid #B1AFA8;
}

.article-body th {
	font-size: 1em;
	font-weight: bold;

	background-color: #DDDBD7;
}
