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

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

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

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

ul	 {
li: 5px;
}

#main{
  margin-left: 210px;
  top: 5px;
  width: 800px;
  text-align: justify;
  color: #444;
  font-size: 12px;
  line-height: 16px;
}

.vspace { margin-top:1.125em; }

table {
	margin-left: 20px;
}

#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;
}
