/*
 *(c) 2002-2009 David George / PisteHors.com
 */

@import url('http://pistehors.com/pistehors/pistehors.css');

/*--- Dotted line between menu items in sidebar ---*/

.menuSpacer {
  border-bottom: 1px #555 dotted;
 margin-bottom: 13px;
}

ul	 {
li: 5px;
}

#wikitext li {
  padding-left: .9em;
    background-image: url(http://pistehors.com/pistehors/frontpage/star.gif);
      background-repeat: no-repeat;
        background-position: 0 .5em;
	}

#wikitext li li {
	  background-image: url(http://pistehors.com/pistehors/frontpage/da.gif);
	  }



.vspace { margin-top:1.125em; }


#tdata {
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}


a.createlinktext {
  text-decoration:none;
  border-bottom:1px dotted gray;
}

a.createlink {
  text-decoration:none;
  position:relative;
  top: -5px;
  font-weight:bold;
  border-bottom:none;
  font-size: 80%;
}

#wikitext .wikitrail {
	text-align: center;
	background-color:#ddd;
	color: #444;
}

<!-- wiki{  }
#wikitext h1.wikiaction {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       #606060;
 margin-top: 2px;
 margin-bottom: 5px;
 font-weight: bold;
}

/*--  Default form field formatting. --*/
#wikiedit form { margin:0px; }
#wikiedit textarea {
	width:98%;
	border-top:         1px solid #999999;
	border-left:        1px solid #999999;
	background-color:   #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:          11px;
    margin-left:        10px;
}

/*--  Submit button formatting. --*/

#wikiedit button {
  background-color:   #fff;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size:          11px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}

.sectionedit{
  padding: 4px;
  margin-bottom: 4px;
  text-decoration: none;
  text-align: right;
  border-top: 1px #555 dotted;
  color: #303030;
  font-weight: bold;
  font-size: 8pt;
}
