.CommonMessageNeutral
{
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #EEEEEE;
}

.CommonContentArea .CommonTitle
{
	color: #447744;
	padding-left: 0px;
}

.CommonContentArea H1
{
	color: #447744;
	font-size: 180%;
	font-weight: bold;
}

.CommonContentArea H2
{
	color: #447744;
	font-size: 160%;
	font-weight: bold;
	border-bottom: double #CCC 3px;
}

.CommonContentArea H3
{
	color: #447744;
	font-size: 140%;
	font-weight: bold;
	border-bottom: solid #CCC 1px;
}

.CommonContentArea H4
{
	color: #447744;
	font-size: 130%;
	font-weight: bold;
}

.CommonContentArea H5
{
	color: #447744;
	font-size: 120%;
	font-weight: bold;
}

.CommonContentArea H6
{
	color: #447744;
	font-size: 100%;
	font-weight: bold;
}

A IMG
{
	border: none;
}

A.wikiLink{}

A.notExist{
	text-decoration: none;
	border-bottom: dashed 1px #447744;
}

SUP.notExist{
	font-style: italic;
	font-size: 8pt;
	color: #999999;
}

SUP.newTopic{
	font-style: italic;
	color: #994444;
	font-size: 8pt;
}

SUP.changedTopic{
	font-style: italic;
	color: #447744;
	font-size: 8pt;
}

.breadCrumbArea
{
	font-size: 80%;
	margin: -5px -15px 10px -15px;
	padding: 0px 0px 0px 20px;
	background-color: #f4f4f4;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-color: #cccccc;
}

.breadCrumbStaticArea{
	background-color: #f4f4f4;
}

.breadCrumbDynamicArea{
	background-color: #f4f4f4;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}

.breadCrumbStaticItem
{
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	color: #666666;
	background-color: #f4f4f4;
	border: solid 1px transparent;
}

.breadCrumbDynamicItem{
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	color: #666666;
	background-color: #f4f4f4;
}

.breadCrumbStaticItem:hover
{
	color: #333333;
}

.breadCrumbDynamicItem:hover
{
	color: #333333;
	background: #ffffff;
}


.AttachmentInfo
{
	border: #CCCCCC 1px solid;
	background-color: #F4F4F4;
	padding: 0.5em;
	color: #666666;
	display: block;
	white-space: nowrap;
/*	-moz-display: table;*/
}

/*DIV.AttachmentInfo DIV
{
	display: table-cell;
}*/

.AttachmentInfo A
{
	text-decoration: none;
}

.AttachmentInfo A:hover
{
	text-decoration: underline;
}

.AttachmentInfo .AttachmentIcon
{
	float: left;
	margin-right: .5em;
}

.AttachmentInfo .AttachmentFileName
{
	font-weight: bold;
	font-size: 115%;
}

.AttachmentInfo .AttachmentFileSize, .AttachmentFileDetailsLink
{
	font-size: 85%;
}

.FormattedSourceCode
{
	line-height: 1.2em;
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;
	margin-bottom: 1.5em;
	clear: both;
}

.FormattedSourceCode .fscCode
{
	overflow: auto;
	font-family: Consolas, Lucida Console, Courier, Monospace;
	max-height: 350px;
	border-top: 1px solid #CCCCCC;
	margin: 0px;
}

.FormattedSourceCode PRE
{
	font-family: Consolas, Lucida Console, Courier, Monospace;
	margin: .5em;
}

.FormattedSourceCode .fscHeader
{
	background-color: #FAFAFA;
	margin-bottom: 0px;
	vertical-align: middle;
	/*height: 18px;*/
	padding: 0.2em 0.5em 0.2em 0.5em;
}

.FormattedSourceCode .fscFileName
{
	font-weight: bold;
	font-size: 80%;
}

.FormattedSourceCode .fscDownload
{
	float: right;
	margin-left: 0.5em;
}

.FormattedSourceCode .fscCopyToClipboard
{
	float: right;
	margin-left: 0.5em;
}

.FormattedSourceCode A
{
	text-decoration: none;
}

.FormattedSourceCode A:hover
{
	text-decoration: underline;
}

#TOC
{
/*	float: right;
	clear: right;
	margin-left: 20px;*/
	width: 300px;
	padding: .5em;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
}

#TOCinner
{
	text-align:left;
	padding-right: 4em;
}

.TOCtitle
{
	font-weight: bold;
}

.TOCcontents
{
	font-size: 85%;
	margin-top: 0.5em;
}

.TOCcontents UL
{
	padding-left: 1em;
	margin: 0px;
}

.TOCcontents UL LI
{
	list-style-type: none;
}

.TOCcontents A
{
	text-decoration: none;
}

.TOCcontents A:hover
{
	text-decoration: underline;
}

CODE 
{
	font-family: Consolas, Lucida Console, Courier, monospace;
	color: #558855;
}

.childTopicList p
{
	margin-bottom: 0.5em;
}

.wikiTopicComments
{
	margin-top: 3.0em;
	background-color: #f4f4f4;
	border-top: solid 1px #cccccc;
}