﻿div#right .article-wrapper, div#left .article-wrapper
{
	color: Black;
}

div#right .article-wrapper h1
{
	line-height: normal;
}

div#right .article-wrapper p, div#right .article-wrapper ul, div#right .article-wrapper li,
div#left .article-wrapper p, div#left .article-wrapper ul, div#left .article-wrapper li
{
	line-height: normal;
	font-style: normal;
	font-size: 13px;
}

div#right td
{
  padding: 3px;
}

div#right .article-wrapper li
{
  margin-bottom: 10px;
}

div#left .article-wrapper p
{
	font-size: 12px;
	color: #595a5a;
}

div#right .article-wrapper p, div#left .article-wrapper p
{
	margin-bottom: 10px;
}

/* Begin Styles for Article content */
.TextQuote
{
	font-size: 1em;
	background-color: #eeeeee;
	padding: 0 2px 0 2px;
	margin: 0;
}

.TextQuote ul, .TextQuote li
{
	background-color: #eeeeee;
}

.CodeBorder
{
	border: 1px solid #c2c2c2;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.2em;
}

.CodeForeground, .TextQuote, .CodeForegroundAndBorder
{
	font-family: "Courier New", Courier, mono;
	font-size: 0.9em;
	background-color: #eeeeee;
	padding: 0 2px 0 2px;
	margin: 0;
}

.CodeForegroundAndBorder
{
  border: 1px solid #c2c2c2;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 98%;
  line-height: 1.4em;
}
.CodeBackground
{
	font-family: "Courier New", Courier, mono;
	font-size: 0.9em;
	background-color: #fff;
	padding: 0 2px 0 2px;
	margin: 0;
}

.CodeForeground strong, .CodeForeground b, .CodeBackground strong, .CodeBackground b 
{
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	color: #0085f5;
}

.CodeForeground em, .CodeForeground i, .CodeBackground em, .CodeBackground i 
{
	font-family: "Courier New", Courier, mono;
	font-style: italic;
}

.CodeInText, .FileName, .DatabaseName
{
	font-family: "Courier New", Courier, mono;
	font-size: 0.9em;
}

.ScreenText
{
	font-family: Helvetica, sans-serif;
	font-size: 	1.0em;
}

.Keys
{
	font-style: italic;
}
/* End Styles for Content Articles */

/* Start Borders */

.TableHeading
{
	background-color: #e9eef0;
	font-weight: bold;
}

.TableHeading td
{
	border-bottom: 1px solid #000;
}

.TabularData
{
	border: 1px solid #000;
	font-size: 0.9em;
}

/* Start Borders */

.bbr
{
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.bb
{
	border-bottom: 1px solid #cccccc;
}

.br
{
	border-right: 1px solid #cccccc;
}

.FullBorder
{
	border: 1px solid #000;
}
/* End Borders */

.Label, label
{
	font-weight: bold;
}

.SmallLabel
{
	font-weight: bold;
	font-size: 7pt;
}

.Small, .Small a
{
	font-size: 7pt;
}

.FigureNote
{
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 14px;
	display: block;
	padding-top: 5px;

}
