/**
 * CSS in this file is used by *all* skins (that have any CSS at all).  Be
 * careful what you put in here, since what looks good in one skin may not in
 * another, but don't ignore the poor non-Monobook users either.
 */

@import "/wiki/extensions/SVNIntegration/SVNIntegration.css";

/* Custis patches */
div.printonly { display: none; }

div#editpage-copywarn { display: none; }

div.cis-note { font-size: small; font-family: cursive; margin: 10px; padding: 10px; width: 80%; border: 1px dashed #8cacbb; }

.tagcloud { width: 98%; text-align: center; #background-color: #FDFDFD; border: 1px solid #EEEEEE; padding: 15px 10px 15px 10px; }

div#content p { text-align: justify; }
div#content center p { text-align: center; }

.createboxInput { font-size: 13px; }

h3 { border-bottom: 1px solid #aaa; font-size: 140%; font-weight: bold; }
h4 { font-size: 132%; }
h5 { font-size: 116%; }
h6 { font-size: 100%; text-transform: uppercase; }

dd { margin-left: 20px; }

.tableborder1black { border-collapse: collapse; }
.tableborder1black td, .tableborder1black th { border: 1px solid black; }
.tableborder1black th { background-color: #D0D0D0; }

.simpletable { border-collapse: collapse; }
.simpletable td, .simpletable th { border: 1px solid black; }
.simpletable th { background-color: #D0D0D0; text-align: left; white-space: nowrap; }

#userSummaryButtonsA a { margin-right: 0.5em; }

blockquote { border: 1px dashed #ffc000; padding: 0.5em; }
