/* 310wikistyle.css */
/* last edited 2008.8.5 by ss */

/***
Various Wiki Styles
***/

#wikitext {
	font-family: Helvetica, Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin-top:8px;
}

/*** HEADINGS ***/
#wikitext h1, h2, h3, h4, h5 { color: #41403d; font-weight: bold;}
#wikitext h1 { font-size: 26px; color: #9d001b;}
#wikitext h2 { font-size: 18px; }
#wikitext h3 { font-size: 16px; }
#wikitext h4 { font-size: 12px; } 
#wikitext h5 { font-size: 12px; font-style: italic; }

/*** HORIZ. RULE ***/
#wikitext hr { 
    height: 3px;
    max-width: 599px;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	color: #9d001b;
    background-color: #9d001b;
}

/*** LINKS ***/
a {
	color: #62000d;
	text-decoration: underline;
}
a:hover {
	color: #b48739;
	text-decoration: none;
}

/*** TABLES ***/
table.markup { border:2px dotted #CCCCCC; width:90%; }
td.markup1, td.markup2 { padding-left:10px; padding-right:10px; }
table.vert td.markup1 { border-bottom:1px solid #CCCCCC; }
table.horiz td.markup1 { width:23em; border-right:1px solid #CCCCCC; }
table.markup caption { text-align:left; }

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { margin-top:4px; padding:6px; border-bottom:1px #cccccc solid; }

/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
  position:absolute; right:10px; top:10px; 
  font-family:Verdana,sans-serif; font-size:85%; 
}
#wikihead input { font-size:85%; } 

/* These affect the main content area. */
#wikibody { 
  padding:0px 10px 10px 10px; background-color:white; 
  font-size:11pt; 
}
#wikicmds { 
  float:right; white-space:nowrap; 
  font-family:Verdana,sans-serif; font-size:80%; 
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }
.pagegroup { margin-top:8px; margin-bottom:2px; }
.pagetitle { line-height:1em; margin:0px; font-size:1.6em; font-weight:normal; }
.wikiaction { margin-top:4px; margin-bottom:4px; }
#wikitext table { font-size:100%; line-height:1.33em; } /* For MSIE 5.5 */

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the lines at the very bottom. */
#wikifoot { 
  padding-left:178px; padding-bottom:4px; border-top:1px #cccccc solid;
  font-family:Verdana,sans-serif; font-size:80%; 
}

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}

/*** IMAGE FORMATTING ***/
.frame {
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 4px;
}

.lfloat{
	float: left;
	position: relative;
	margin: 4px;
}

.rfloat{
	float: right;
	position: relative;
	margin: 4px;
}

/*** MISCELLANY ***/
ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; }
code.escaped { white-space: nowrap; }
.vspace { margin-top:1.33em; }
.indent { margin-left:40px; }
.outdent { margin-left:40px; text-indent:-40px; }
a.createlinktext { text-decoration:none; border-bottom:1px dotted gray; }
a.createlink { text-decoration:none; position:relative; top:-0.5em; font-weight:bold; font-size:smaller; border-bottom:none; }
img { border:0px; }
.apprlink { font-size:smaller; }
.Pm { color:purple; font-style:italic; }
.note { color:green; font-style:italic; }
.editconflict { color:green; font-style:italic; margin-top:1.33em; margin-bottom:1.33em; }
