/***********************************************************************
** Based on pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/* Overall frame */
body { margin:0px; color:black; background-color:#CCCCCC; 
 font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10.5pt; }
 

/* Fixed-width text */
textarea, pre, code { font-size:0.9em; }
pre, code { font-family: Verdana, Helvetica, Arial, Sans-Serif;; }
pre { line-height:125%; }
pre code, code code, pre pre { font-size:100%; }

/* Links */
a.nav:link {color: white; text-decoration: none; font-size: 12px; font-weight: bold; }
a.nav:visited {color: white; text-decoration: none; font-size: 12px; font-weight: bold; }
a.nav:hover {color: #0099FF; text-decoration: none; font-size: 12px; font-weight: bold; }

a, a:visited{
	color: #417bc9;
	text-decoration: none;
	border: none; 
	}
	
a:hover{
	color: #000;
	border: none;
	text-decoration: underline;
	}
/* From Wordpress */
#container { 
	width: 900px; 
	background: #fff;
	text-align: left; 
	margin: 0px auto; 
	border: 0px solid #fff;
	}
	
#header { 
	background: #CCCCCC;
        width: 900px; 
	height: 175px;
	padding: 15px 0px 0px 0px;
	}
a.nav:link {color: white; text-decoration: none; font-size: 12px; font-weight: bold; }
a.nav:visited {color: white; text-decoration: none; font-size: 12px; font-weight: bold; }
a.nav:hover {color: #0099FF; text-decoration: none; font-size: 12px; font-weight: bold; }

#footer {
	background: #6f8db3;
	width: 900px;
	overflow: hidden;
	font-size: 8pt;
	margin: 0px auto 0px;
	padding:  9px 0px 7px 0px;
	text-align: center;
	line-height: 17px;
	clear: both;
	}
	
#footer p {
	color: #fff;
	padding: 0px;
	margin: 0px;	
	}
	
#footer a, #footer a:visited {
	color: #EAEAEA;
	text-decoration: none;
	border: none;
	border-bottom: 1px dotted #eaeaea;
	}
	
#footer a:hover {
	text-decoration: none;
	border: none;
	}
/* Headings */
h1, h2 { margin-top:0.67em; margin-bottom:0.33em; }
h3, h4, h5, h6 { margin-top:1em; margin-bottom:0.5em; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.62em; font-weight:500; }
h2 { font-size:1.44em; font-weight:500; }
h2 a { font-weight:normal; }
h3 { font-size:1.17em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; font-weight:normal; }

/* Page Header */
#wikihead { border-bottom:0px solid #cccccc; width:900px; }
#wikihead td { font-family: Verdana, Helvetica, Arial, Sans-Serif;;
 white-space:nowrap; }
#homelink { padding:5px 4px 1px 10px; font-size:16pt; width:155px; }
#homelink a { text-decoration:none; color:black; }
#homelink a:hover { text-decoration:underline; color:blue; }
#location { padding:0px 2px 2px 11px; font-size:11pt; vertical-align:bottom; float:right; border-bottom:1px; }
.pagegroup a { text-decoration:none; color:black; }
.pagegroup a:hover { text-decoration:underline; color:#417bc9; font-size:100%; }
h1.pagetitle { display:inline; }
.pagetitle { margin:0px; font-size:14pt; font-weight:normal; }
#wikicmds { text-align:right; white-space:nowrap; padding: 4px 7px 0px 12px;
 font-family:Verdana,sans-serif; font-size:9pt; vertical-align:bottom; border-bottom:1px solid #cccccc; }
#wikicmds ul { list-style:none; margin:0px; }
#wikicmds li { display:inline; margin:0px 3px 0px 3px; padding:1px 2px 1px 3px; 
 border-left:1px solid #cccccc; border-top:1px solid #cccccc; 
 border-right:1px solid #cccccc; }
#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:#417bc9; }

/* Main Content Table */
#wikimid { width:900px; }

/* SideBar */
#wikileft { width:179px; padding:0px; border-right:0px #cccccc solid; background-image:url(bgside.jpeg);
 line-height:1.33em; font-size:9.4pt; font-family:Verdana,sans-serif; float:left; margin-bottom:5; }
 
#wikileft .inputbox { font-size:9pt; margin:0px 0px 0px 0px; width:115px;
 color:black; background-color:#f7f7f7; }
 
#wikileft .inputbutton { font-size:9pt; font-weight:normal; padding:0px; }


#wikileft form { margin:0px; padding:2px; white-space:nowrap; }
/* No longer needed
#wikileft a { text-decoration:none; color:black; }
#wikileft a:hover { text-decoration:underline; color:blue; }
#wikileft ul { list-style:none; padding:0px; margin:0px; }
#wikileft li { margin:0px; padding-left: 6px; white-space:nowrap; }
#wikileft h1, #wikileft h5, .sidehead { margin:0px; padding:4px 2px 2px 2px;

 font-size:10.5pt; font-weight:bold; font-style:normal; }
 */
#wikileft h1 a, #wikileft h5 a, .sidehead a { color:#505050; font-weight:bold;
 font-style:normal; }
/* Left from Wordpress */

#wikileft p  {
	color: #CCCCCC;
	background: #6f8db3;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	list-style: none;
	padding: 6px;
	margin: 0px;
	margin-bottom: 0px;
	border-bottom: 0px solid #fff;
	border-top: 0px;
	}


#wikileft ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#wikileft li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#wikileft ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#wikileft ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 12pt;
	}

#wikileft ul li a:hover {
	color: #000000;
	background: #fff;
	}


/* Main Content Area */
#wikibody { padding:8px 10px 10px 10px; background-color:white;
 font-size:10.5pt; }
#wikibody a { font-weight:normal; text-decoration:none; }
#wikibody a:hover { text-decoration:underline; }
.wikiaction { margin-top:0px; margin-bottom:2px; }
#wikitext { width:688px; }
#wikitext table { font-size:100%; } /* For MSIE 5.5 */

/* Edit Form */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:3px; margin-bottom:3px; font-style:italic;
 color:black; background-color:#ffffcc; padding:2px; }
.ebutton input { font-size:10pt; font-weight:normal; margin-bottom:2px; }
.eguibuttons { vertical-align:middle; }
.eformtext input { margin:1px; }

.searchbox { margin-right:2px; }
.searchbox input {
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	text-align: right;
	color: #67717E;
	border: 1px solid #ddd;
	width: 150px;
	margin-bottom: 0px;
	}
/* The Bottom Line */
#wikifoot { margin-top:3px; border-top:1px #cccccc solid; width:770px; 
 font-family:Verdana,sans-serif; font-size:9pt; color:#999999; }
#wikifoot td { padding:3px; }
.footnav { text-align:right; }
.footnav a, .footnav a:visited { text-decoration:none; color:black; border:none; }
.footnav a:hover { text-decoration:underline; color:#417bc9; }

/* Don't print Sidebar and action links. */
@media print {
 body { width:auto; margin:0px; padding:0.5em; }
 #wikileft, #wikicmds, .footnav { display:none; }
 #wikifoot { padding:2px; } 
}
