.wikipage {
	font-family: Tahoma, Arial, Sans-serif;
	line-height: 150%;
	font-weight: normal;
	width: 100%;
}

.wikipage * {
	font-size: 12px;
}

P {
	margin: 12px 0px 12px 0px;
}

/* in comments */
.frm-cb p {
	margin: 9px 0px 9px 0px;
}

.frm-cb p:first-child {
	margin: 4px 0px 9px 0px;
}

/* in chat */
.frm-ChatView p {
	margin: 8px 0px 8px 0px;
}



/******************************
	Wiki text area
******************************/
.wikiTextArea {

}

.wikiTextArea-disabled {
	background-color: #F5F5F5;
}

/******************************
	Headings
******************************/
.wikipage h1, .wikipage h2, .wikipage h3, .wikipage h4, .wikipage h5, .wikipage h6 {
	line-height: normal;
	font-weight: bold;
	padding: 2px;
}

.wikipage h1, .wikipage h1 * {
	font-size: 24px;
}

.wikipage h2, .wikipage h2 * {
	font-size: 20px;
}

.wikipage h3, .wikipage h3 * {
	font-size: 18px;
}

.wikipage h4, .wikipage h4 * {
	font-size: 16px;
}

.wikipage h5, .wikipage h5 * {
	font-size: 14px;
}

.wikipage h6, .wikipage h6 * {
	font-size: 12px;
}

.wikipage h1 {
	margin: 10px 0px 4px 0px;
	border-bottom: 2px solid #E0E8EF;
	color: #576175;
}

.wikipage h2 {
	border-bottom: 2px solid #E0E8EF;
	color: #576175;
	margin: 10px 0px 2px 0px;
}

.wikipage h3 {
	color: #444D61;
	margin: 8px 0px 2px 0px;
}

.wikipage h4 {
	color: #313a4d;
	margin: 6px 0px 2px 0px;
}

.wikipage h5 {
	margin: 8px 0px 2px 0px;
	color: #313a4d;
}

.wikipage h6 {
	margin: 4px 0px 2px 0px;
	color: #313a4d;
}


/******************************
	Tables
******************************/

.wikipage td, th {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 100%;
	line-height: 150%;
}

.wikipage table {
	border-collapse: collapse;
}

.wikipage .tblmacro {
    margin-top: 2px;
    margin-bottom: 2px;
    border-collapse:collapse;
    empty-cells:show
}

.wikipage .tblmacro td
{
}

.wikipage .tblmacro th
{
    background-color: #f0f0f0;
    font-weight: bold;
}

.wikipage .simpletable
{
    margin-top: 2px;
    margin-bottom: 2px;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
}

.wikipage .section
{
	width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    border: none;
    border-collapse: collapse;
}

.wikipage .simpletable td
{
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding: 4px;
    text-align: left;
    vertical-align: top;
}

.wikipage td.wiki_td_noborder
{
    border: 0;
    padding: 4px;
    text-align: left;
}

.wikipage .simpletable th
{
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding: 4px;
    text-align: left;
    background-color: #f0f0f0;
}

.wikisection {

}

.wikipage td.wikicolumn {
    border: 1px solid #CCCCCC;
    padding: 4px;
    vertical-align: top;
    text-align: left;
}

/******************************
	Dataset scrolling
******************************/

.wiki_scroll_enabled
{
	color: #0044cc;
	cursor: hand;
	cursor: pointer;
	margin-right: 16px;
	text-decoration:underline;
}

.wiki_scroll_disabled
{
	color: #cccccc;
	margin-right: 16px;
	cursor: default;
}


/******************************
	Dataset search
******************************/

.wiki_found_0
{
	background-color: #CCFFFF;
}

.wiki_found_1
{
	background-color: #CCCCFF;
}

.wiki_found_2
{
	background-color: #FF99FF;
}

.wiki_found_3
{
	background-color: #FF6699;
}

.wiki_found_4
{
	background-color: #66FF99;
}

.wiki_found_5
{
	background-color: #66FFFF;
}

.wiki_found_6
{
	background-color: #FFFFCC;
}

.wiki_found_7
{
	background-color: #99CCFF;
}

.wiki_found_8
{
	background-color: #00CCCC;
}

.wiki_found_9
{
	background-color: #CCFF66;
}


/******************************
	Wiki reference
******************************/

.wikipage a
{
	color: #0044cc;
	cursor: pointer;
	cursor: hand;
	text-decoration:underline;
	font-size: 100%;
}

.wiki_ref_unactive {
	cursor: default;
	text-decoration: none;
	color: #999999;
	font-size: 100%;
}

/******************************
	Wiki code
******************************/

.wiki_code {
	background-color: white !important;
}

.wiki_code pre {
	overflow: auto;
	white-space: pre-wrap;
	font-size:1.1em !important;
	font-family:"Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
	color:black !important;
	font-weight:normal !important;
	font-style:normal !important;
	line-height:1.1em !important;
	padding-left: 11px;
	border-left: 3px solid #6CE26C !important;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 0;
	margin-left: 1em;
}

/******************************
	Wiki escaped
******************************/
.wiki_escaped {

}

/******************************
	Wiki quote
******************************/

BLOCKQUOTE {
	margin: 4px 0px 4px 1em;
	background-color: #F4F4FA;
	border-left: 3px solid #9999FF;
	padding: 4px 0 4px 12px;
}

.bqheader {
	font-weight: bold;
}

.bqbody {
}


.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

.signature {
	color: #999999;
}

.wiki_quote_header {
	width: 100%;
	padding-left: 8px;
	font-weight: bold;
}

.wiki_quote_body {
	width: 100%;
	padding-left: 4px;
	background-color: #f2f2f8;
	border-left: 1px solid #6666cc;
}

/******************************
	Wiki cloak
******************************/
.wiki_cloak_header {
	color:#555555;
	cursor:pointer;
	white-space:nowrap;
	text-align:left !important;
	font-size: 118%; !important;
	border:0 !important;
	padding:0 !important;
}

.wiki_cloak_icon_expanded {
	background-image: url(ui/expanded.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 12px !important;
	height: 12px !important;
	border: 0 !important;
	padding: 0 !important;
	cursor:pointer;
}

.wiki_cloak_icon_collapsed {
	background-image: url(ui/collapsed.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 12px !important;
	height: 12px !important;
	border: 0 !important;
	padding: 0 !important;
	cursor:pointer;
}

.cloak_block {
	background-color: #f3f3f3;
}

.cloak_block_collapsed {
	display: none;
}

.wikipage iframe {
	border: 1px solid #999999;
}

hr.bold-line {
	height: 4px;
	border: none;
	color: #333333;
	background-color: #333333;
}
