/*body {
    font-family: Helvetica,Verdana,sans-serif;
    font-size: 10px;
}*/
/* quincy added the below */

body {
    font-family: Helvetica,Verdana,sans-serif;
    font-size: 12px;
}
p {
    font-family: Helvetica,Verdana,sans-serif;
    font-size: 12px;
    margin-top:0px;
    margin-bottom:10px;
    padding-top:0px;
}

ul {
    font-family: Helvetica,Verdana,sans-serif;
    font-size: 12px;
    margin-top:0px;
    padding-top:0px;
    margin-left:15px;
    /*list-style-type:disc;*/
    list-style-type: square;    
    margin-bottom:10px;
}

h1 {
    font-family: Helvetica,Verdana,sans-serif;
    font-size: 24px;
    margin-bottom:0px;
    padding-bottom:0px;
}
h2 {
    font-family: Helvetica,Verdana,sans-serif;
    font-size: 20px;
    margin-bottom:0px;
    padding-bottom:0px;
}
h3 {
    font-family: Helvetica,Verdana,sans-serif;
    font-size: 16px;
    margin-top:15px;
    margin-bottom:0px;
    padding-bottom:0px;
}

/* quincy added the above */

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


.wikiHeader {
    border-bottom: 1px solid black;
}
.wikiPageName  {
    font-size: 1.8em;
    padding:0px; 
    margin: 0px;
}
.wikiControls {
    float: right;
    margin: 0px;
    padding: 0px;
    margin-top: -1.4em;
}
.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: none;
    border-bottom: 1px solid blue;
}

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

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:3px;
}

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%;
}
a.link {
   text-decoration:none;
   color:#f9f3f3;
   border-width:0px;
}


