body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

/* for the diff */
ins {
    background-color: MediumSpringGreen;
}
del {
    background-color: LightCoral;
}


.wikiHeader {
/*    border-bottom: 1px solid black;*/
}
.wikiPageName  {
	display: none;
    font-size: 1.8em;
    padding:0px; 
    margin: 0px;    
}
.wikiControls {
	border: 1px solid black;
	/*background-color: #FFE49F;*/
    float: right;
    margin: 3px;
    padding: 3px;
/*    border-bottom: 1px solid black;     */
/*    margin-top: -1.4em;*/
	position: relative;
	top: -30px;
	/*clip: rect(30px,auto,auto,auto);*/
}
.wikiLanguageMismatch, .wikiNotes {
    border:  1px solid orange;
    background-color: #FFFACD;
    padding: 5px;
    margin:  0px;
}
.wikiNotes {
    border-width: 0 0 1px 0;
    font-size:0.9em;
    margin:0 0 3px 0;
    padding: 2px 0 3px 3px; 

}
#wikiPreviewSwitcherWidget button {
    cursor: pointer; 
    margin:0px; 
    padding:0px; 
    border:0px; 
    background-color: #FFFACD; 
    color: blue; 
    text-decoration: underline; 
    font-size:90%;
}

/*
blockquote:before {
    content: "quote/tip:";
    font-style:italic;
    font-size: small;
}
*/
blockquote {
    border: 1px solid orange;
    background: #fff7d9;
    margin: 0px;
    padding: 5px;
}
blockquote p{
    margin:0px;
    padding:0px;
    display: inline;
}

a:link, a:active, a:visited {
    color: blue;
    text-decoration: underline;
/*    border-bottom: 1px solid blue;*/
}

a:hover {
    color: blue;
    text-decoration: underline;
    /*border-bottom: 1px dotted blue;*/
}
a.wikiAddLink {
    color: #ee0000;
}        

/*
a img, a:hover img {} 
*/
pre {
    border: 1px dashed #036;
    background: #eee;
    padding: 6pt;
    font-family:  "Andale Mono", ProFont, Monaco, Courier, monotype;
    font-size: 9pt;
}

#toc {
    padding:5px;
    margin: 1.5em 0.1px 0.1em 0.7em;
    border:  1px solid orange;
    background-color: #FFFACD;
    /* float: right; */
}
#toc strong {
    border-bottom:1px solid black;
    margin-bottom:1em;
    display:block;
}

dt {
    font-weight:bold;
    margin: 1em 0em 0.1em 0em;
}
dd {
    margin-left: 2.5em;
}

.wikiTable { 
    border-collapse: collapse;
}
.wikiTableCell, .wikiTableHeaderCell { /*<td> tags */
    padding: 0.2em;
    border: 1px solid black;
}
.wikiTableHeaderCell { /*<th> tags*/
    background-color: #eee;
    text-align: left;
}


hr {
	border:dotted;
	border-bottom-width:2px;
	border-bottom-color:#FF9900;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	margin-top:3px;
	margin-bottom:20px;
}

table.qt_editor {
    width:100%;
}

.qt_editor_button {
    font-size:0.8em;
    padding:0em;
    margin:0px;
    border:1px outset black;
    background-color: #eee;
}

textarea.mainTextarea {
    width:99%;
}

