/*
#CSS - http://www.iptuk.org/
#http://www.iptuk.org/
#Inline Styles from http://www.iptuk.org/
*/

ul, ol, pre, dl { margin-top: 0px; margin-bottom: 0px; }

code { white-space: nowrap; }

.vspace { margin-top: 1.33em; }

.indent { margin-left: 40px; }

.quote { margin-left: 40px; margin-right: 40px; font-style: italic; color: #00C;}

.outdent { margin-left: 40px; text-indent: -40px; }

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

a.createlink { border-bottom: medium none; text-decoration: none; position: relative; top: -0.5em; font-weight: bold; font-size: smaller; }

div.markup { border: 2px dotted rgb(204, 204, 255); margin-left: 30px; margin-right: 30px; padding-left: 10px; padding-right: 10px; }

div.markup pre { border-bottom: 1px solid rgb(204, 204, 255); padding-top: 10px; padding-bottom: 10px; }

p.question { font-weight: bold; }

p {margin-left: 0px; margin-right: 0px;}

.editconflict { color: green; font-style: italic; margin-top: 1.33em; margin-bottom: 1.33em; }

/*
#a.varlink { text-decoration: none; }
#
#Inline Styles from http://www.iptedinburgh.org/
#
#@import url(http://www.iptedinburgh.org/pub/skins/beeblebrox-gila2/gila.css);
#
#http://www.iptedinburgh.org/pub/skins/beeblebrox-gila2/gila.css
*/

/*
#===============================================================================
# gila.css
#===============================================================================
# Copyright (c) 2004 Thomas Weibel. All rights reserved.
#
# Defines the CSS for beeblebrox-gila.tmpl
#
# This file is part of the PmWiki beeblebrox gila skin; 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.
#===============================================================================
*/

/* 
#-------------------------------------------------------------------------------
# Common styles
#-------------------------------------------------------------------------------
*/
body {
  color: #036;
  background-color: rgb(255,255,255);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
  margin: 0px;
  padding: 0px;
}


	
#page_wrap1 {
	background-image: url('images/sidebar_back.gif');
	background-repeat: repeat-y;
	background-position: top left;
}

#page_wrap2 {
	border-right: 3px solid #036;
background-color: transparent;
	margin: 10px;
	padding: 0px;
}

acronym, abbr {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

hr {
  height: 1px;
  color: black;
}

#center {
  text-align: center;
}

code { 
  color: rgb(115,0,0); 
  font-size: 100%
}

dt { 
  color: rgb(155,63,11); 
}

pre {
  border: 2px dotted rgb(150,150,150); 
  background: rgb(248,248,248);
  padding: 10px;
}

div.markup { 
  border: 2px dotted rgb(150,150,150); 
  background: rgb(248,248,248);
  margin-left: 30px; 
  margin-right: 30px; 
  padding-left: 10px; 
  padding-right: 10px; 
}

div.markup pre { 
  border: none;
  border-bottom: 1px solid rgb(150,150,150); 
  background: none;
  padding: 0px;
  padding-top: 10px; 
  padding-bottom: 10px; 
}

p.right {
  text-align: right;
}

p.center {
  text-align: center;
}

td,th {
  font-size: 10pt
}


/* 
#-------------------------------------------------------------------------------
# Forms
#-------------------------------------------------------------------------------
*/
input, textarea {
  border: 1px solid rgb(216,210,195);
  background: rgb(244,244,244);
  margin: 3px;
  padding: 2px;
}

input:focus, textarea:focus {
  background: rgb(250,250,250);
}

form label.left {
  margin-right: .3em;
  vertical-align: middle;
  float: left;
  width: 7em;
  text-align: right;
  padding: .1em;
}

form div.right {
  margin-left: 7.4em;
}

form {
  line-height: 140%;
}

fieldset {
  border: 1px solid rgb(195,210,216);
  color: rgb(83,140,166);
  font-weight: bold;
  width: auto;
  border: none;
}

#wikiedit textarea { 
  width: 95%; 
}


/* 
#-------------------------------------------------------------------------------
# Wiki header
#-------------------------------------------------------------------------------
*/

#header_wrap {
background-color: transparent;
	background-image: url('images/header_back.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	margin: 0px;
	padding: 0px;
}

#header {
	background-image: url('images/right_back.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
  	background-color: transparent;
  	margin: 0px;
  	padding: 0px;
        border-bottom: solid 0px #036;
}

#header img{
  border: 0px;
  padding: 0;
  margin: 0;
  }
  

.headerTitle {
  margin: 0;
  padding: 0;
}

.headerTitle a {
  color: rgb(0,0,0);
  background-color: transparent;
  text-decoration: none;

  /* For MSIE */
  font-size: 110%;  
  font-weight: bold;
  font-style: italic;
}

/* For fully standards-compliant user agents */
.headerTitle > a {
  font-size: 138%;
}

.headerTitle span {
  color: rgb(255,255,255);
  background-color: transparent;
  font-weight: normal;
}

.headerTitle #tag {
  color: rgb(255,255,255);
  background-color: transparent;
  font-family: sans-serif;
  font-size: small;
  padding: 0.25em 4mm 0.25em 4mm;
}

#headerSearch {
  position: absolute;
  background-color: transparent;
  right: 10px;
  top: 45px;
}

#headerSearch .searchbox {
  background-color: transparent;
  font-family: "lucida console", "courier new", courier, monospace;
  font-size: 9px;
  width: 160px;
}

/* This rule only rendered by CSS2-fully compliant browsers */
#headerSearch [class~="text"] {  
  height: 2.5ex;
}

#headerSearch .searchbutton {
  font-size: 80%;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

#headerSearch .searchbutton2 {
  height: 20px;
  width: 50px;
  background-image: url('images/go.gif');
  background-repeat: repeat-x;
  background-position: bottom left;
  position: relative;
  cursor: pointer;
  border: 0px;
  padding: 0px;
}

#headerSearch label {
  font-weight: bold;
}


/* 
#-------------------------------------------------------------------------------
# Wiki navigation
#-------------------------------------------------------------------------------
*/
.wikileft {
  width: 170px;
  float: left;
  clear: left;
  border: solid 0px #F30;
  background-color: transparent;
}

.wikileft .sidebar {
  padding: 0;
}

.wikileft img{
  text-align: right;
}

.wikileft ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 0 0;
  padding-left: 3px;
  padding-right: 1px;
}

.wikileft li {
  background-color: #FFF;
  margin: 0 0 1px 0px;
  padding: 5px 5px 5px 7px;
}

/*
.wikileft a.selfreference {
  font-weight: bold;
}
*/

.wikileft a {
  color: #3366CC;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  font-size: 9pt; 
}

.wikileft a:hover {
  color: #3366CC;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
  font-size: 9pt; 
}


.wikileft h1 { 
  color: #69F;
  background-color: #036;
  font-size: 9pt; 
  line-height: 1.5em; 
  font-weight: bold;
  margin: 0;
  padding: 5px 10px;
}

.wikileft h1 a { 
  color: #69F;
  background-color: #036;
  font-size: 9pt; 
  line-height: 1.5em;
  font-weight: bold;
  margin: 0;
}

.wikileft h1 a:hover { 
  color: #69F;
  background-color: #036;
  font-size: 9pt; 
  line-height: 1.5em;
  font-weight: bold;
  text-decoration: underline;
  margin: 0;
  border: 0px;
}

.wikileft em strong {
  color: rgb(83,140,166);
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
  font-size: small;
  font-weight: normal;
  font-style: normal;
}

.wikileft strong, .wikileft p {
  margin-left: 0.8ex;
}

.wikileft em strong a {
  text-decoration: underline;
}

.wikileft em strong a:hover {
  text-decoration: none;
}

.wikileft hr { 
  color: rgb(207,223,230); 
  height: 1px;
}

.wikileft table {
  margin-left: 0.75ex;
}

.wikileft .wikisearch {
  display: inline;
}

.wikileft .wikisearchbox {
  font-size: 70%;
  width: 10em;
}

.wikileft .wikisearchbutton {
  /*display: none;*/
}


/* 
#-------------------------------------------------------------------------------
# Wiki body
#-------------------------------------------------------------------------------
*/
#wikibody {
  color: #036;
  background-color: transparent;
  line-height: 1.5em;
  margin: 0;
  margin-left: 170px;
  margin-right: 0px;
  padding-left: 15px; 
  padding-right: 15px; 
  padding-bottom: 15px;
  border: solid 0px #F30;
  font-family: arial, verdana, helvetica, sans-serif;
}

#wikibody #wikipage {
  margin: 0;
}

#wikibody #breadcrumbs {
  color: #F90;
  background-color: #F3F4F4;
  vertical-align:top;
  font-weight: bold;
  font-size: 9pt;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
  padding: 5px;
  padding-top: 2px;
  padding-left: 10px;
  border-top: 3px solid #036;
   font-family: verdana, helvetica, arial, sans-serif;
}

#wikibody #breadcrumbs a {  
  color: #3366CC;
  text-decoration: underline;
}

#wikibody #breadcrumbs a:hover {  
  color: #3366CC;
  text-decoration: none;
}


#wikibody #wikicmds {
  width: 190px;
  float: right;
  border-bottom: solid 1px rgb(221,221,221);
  border-left: solid 1px rgb(221,221,221);
  font-family: sans-serif;
  font-size: 85%;
  padding: 0.25em 0.5em 0.25em 0.5em;
  color: rgb(153,153,153);
}

#wikibody #wikicmds a {
  color: #3366CC; 
  text-decoration: underline;
}

#wikibody h1 {
  color: #3366CC;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  margin-top: 0;
}

#wikibody h2 {
  color: #036;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  margin-top: 0;
}

#wikibody h3 {
  color: #036;
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  margin-top: 0;
}

#wikibody a {
  color: #3366CC;
  background-color: transparent;
  text-decoration: underline;
}

#wikibody a:hover {
  text-decoration: none;
}

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

#wikibody a.createlink { 
  text-decoration: none; 
  position: relative; 
  top: -0.5em;
  font-weight: bold; 
  font-size: smaller; 
  border-bottom: none; 
}

#wikibody .wikitrail {
  text-align: center;
  font-weight: bold;
}

	.rightimage {
	background-color: transparent;
	margin: 0px;
	margin-left: 2px;
	padding: 0px;
	float: right;
	border: 0px solid #000;
	}

	.rightimage img {
	margin: 10px;
	padding: 0px;
	border: none;
	}

#wikibody ul {
padding-left: 10px;
padding-top: 5px;
margin: 0px;
 }
 
#wikibody li {
 list-style: none;
 background-image: url('images/bullet.gif');
 background-repeat: no-repeat;
 background-position: top left;
 margin: 0px;
 padding-left: 20px;
 padding-bottom: 5px;
 }

/* 
#-------------------------------------------------------------------------------
# Wiki footer
#-------------------------------------------------------------------------------
*/
#wikifoot {
  color: #69F;
  background-color: #036;
  font-size: 11px;
  text-align: center;
  margin: 0;
  padding: 0;
  clear: both;
}

#wikifoot div {
  margin: 0;
  padding: 5px;
}

#wikifoot a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#wikifoot a:hover {
  text-decoration: none;
}

#wikifoot .footnav {
  float: right;
}

#wikifoot .footnav a {
  color: #FC0;
  text-decoration: none;
}

#wikifoot .footnav a:hover {
  text-decoration: none;
}

#wikifoot .lastmod {
  float: left;
}

