

.wikiContent
{
	font-size: 10pt;
	font-family: Lucida Sans Unicode;
	background-color: #fff; 
	color: #000;
}

.wikiContent blockquote
{
	margin-left: 0px;
	font-style: italic;
}

.wikiContent cite
{
	font-size: 13px;
	font-weight: bold;
	margin-left: 300px;
}

.wikiContent code
{
	color: #00f;
}

/*
.wikiContent div.warning
{
	margin: 10px 0px 10px 0px;
	border: solid 1px black;
	padding: 2px 10px 5px 10px;
	background-color: #fcc;
}
*/

.wikiContent div.example
{
	margin: 10px 0px 10px 0px;
	border: solid 1px black;
	padding: 2px 10px 5px 10px;
	background-color: #ccf;
}

.wikiContent .amountCost
{
	color: #990000;
	font-weight: bold;
}

.wikiContent .amountProfit
{
	color: #009900;
	font-weight: bold;
}

.wikiContent .amountCostEstimate
{
	color: #990000;
	font-weight: bold;
}

.wikiContent .amountProfitEstimate
{
	color: #009900;
	font-weight: bold;
}

.wikiContent .pro
{
	color: #009900;
}

.wikiContent .con
{
	color: #ff0000;
}

.wikiContent dl
{
	margin-top: 12px;
	margin-bottom: 0px;
}

.wikiContent dt
{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0px;
	color: Maroon;
}

.wikiContent dd
{
	font-size: 10pt;
	margin-left: 20px;
	margin-bottom: 0px;
	color: Maroon;
}

/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
#bodyContent a.external,
#bodyContent a[href ^="gopher://"] {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}
#bodyContent a[href ^="https://"],
.link-https {
	background: url(lock_icon.gif) center right no-repeat;
	padding-right: 16px;
}
#bodyContent a[href ^="mailto:"],
.link-mailto {
	background: url(mail_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="news://"] {
	background: url(news_icon.png) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="ftp://"],
.link-ftp {
	background: url(file_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="irc://"],
.link-irc {
	background: url(discussionitem_icon.gif) center right no-repeat;
	padding-right: 18px;
}
*/

.wikiContent .Exception
{
	color: Red;
}

.wikiContent .Code
{
	color: #00f;
	font-family: Courier New;
}

.wikiContent .ExceptionDetail
{
	color: Red;
}

.wikiContent a:link, 
.wikiContent a:visited, 
.wikiContent a:active 
{
	color: #003673; 
}

.wikiContent a.external
{
	background: url(http://files.wiki.sygnal.com/skin/default/external.png) center right no-repeat;
	padding-right: 13px;
}

.wikiContent p
{
	font-size: 10pt;
	color: #333;
}

.wikiContent p.note
{
	font-size: 10pt;
	color: #333;
	font-style: italic;
}

.wikiContent h1
{
	color: #55f;
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 4px;
	border-bottom: solid 1px #333;
	width: 80%;
}

.wikiContent h2
{
	color: #55f;
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 0px;
}

.wikiContent h3
{
	color: #55f;
	font-size: 11pt;
	font-style: italic; 
	font-weight: normal;
	margin-bottom: 5px;
}

.wikiContent OL
{
	margin-left: 12px;
	padding-left: 10px;
	list-style-type: decimal;
}

.wikiContent UL
{
	margin-left: 12px;
	padding-left: 10px;
}

.wikiContent LI
{
	margin-left: 0px;
	padding-left: 0px; 
	font-size: 10pt;
	color: Maroon;
}





.wikiContent table.Data
{
	border: solid 1px black;
	border-collapse: collapse;
}

.wikiContent table.Data tr td,
.wikiContent table.Data tr th
{
	border: solid 1px black;
	font-size: 8pt;
	padding-right: 8px;
	text-align: left;
}

.wikiContent TR.DataHeader
{
	/*
	display: none;
	*/
}

.wikiContent TH.Data
{
	font-size: 8pt;
	padding-right: 8px;
	text-align: left;
	background-color: #000;
	color: #fff;
}

.wikiContent TD.Data
{
	font-size: 8pt;
	padding-right: 8px;
}

.wikiContent TR.DataGridItemStyle,
.wikiContent TR.Item
{
	font-size: 8pt;
	padding-right: 8px;
	background-color: #fff;
}

.wikiContent TD.DataGridItemStyle,
.wikiContent TD.Item
{
	padding-right: 8px;
}



.wikiContent TR.DataGridAlternatingItemStyle,
.wikiContent TR.AlternatingItem
{
	background-color: #ddd;
	font-size: 8pt;
	padding-right: 8px;
}

.wikiContent TR.DataGridHeaderStyle,
.wikiContent TR.Header
{
	font-weight: bold;
	font-size: 8pt;
	padding-right: 8px;
	background-color: #000;
	color: #fff;
}



.wikiContent table.Ledger tr td
{
	text-align: right;
}

.wikiContent table.Ledger tr.AlternatingItem
{
	background-color: Green;
}




.wikiSidebarContent
{
	background-color: #eee;
	padding: 10px;
}

.wikiSidebarContent a:link, 
.wikiSidebarContent a:visited, 
.wikiSidebarContent a:active 
{
	color: #003673; 
}

.wikiSidebarContent P
{
	font-size: 10pt;
	color: #333;
}

.wikiSidebarContent H1
{
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: solid 1px #333;
	border-top: solid 1px #333;
	width: 100%;
}

.wikiSidebarContent H2
{
	color: #333;
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 0px;
}

.wikiSidebarContent H3
{
	color: #333;
	font-size: 11pt;
	font-style: italic; 
	font-weight: normal;
	margin-bottom: 5px;
}

/*
FILES
*/

.wikiFileContent table.file { display: inline; width: 350px; height: 150px; background-color: #ddd }
.wikiFileContent table.file tr { background-color: #ddd }
.wikiFileContent table.file tr td { background-color: #ddd }
.wikiFileContent .Thumb { width: 150px; height: 150px }
.wikiFileContent .Thumb a { text-decoration: none }
.wikiFileContent .Info { padding-left: 10px; font-size: 10pt; width: 200px; height: 150px }


/*
SOURCE CODE
*/

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.csharpcode .lnum { color: #606060; }
