a.interwiki { background: transparent url(/vlhc/lib/images/interwiki.png) 0px 1px no-repeat; padding-left: 16px;}a.iw_wp {  background-image: url(/vlhc/lib/images/interwiki/wp.gif)}a.iw_wpde {  background-image: url(/vlhc/lib/images/interwiki/wpde.gif)}a.iw_wpmeta {  background-image: url(/vlhc/lib/images/interwiki/wpmeta.gif)}a.iw_doku {  background-image: url(/vlhc/lib/images/interwiki/doku.gif)}a.iw_sb {  background-image: url(/vlhc/lib/images/interwiki/sb.gif)}a.iw_amazon {  background-image: url(/vlhc/lib/images/interwiki/amazon.gif)}a.iw_amazon_de {  background-image: url(/vlhc/lib/images/interwiki/amazon.de.gif)}a.iw_amazon_uk {  background-image: url(/vlhc/lib/images/interwiki/amazon.uk.gif)}a.iw_phpfn {  background-image: url(/vlhc/lib/images/interwiki/phpfn.gif)}a.iw_dokubug {  background-image: url(/vlhc/lib/images/interwiki/dokubug.gif)}a.iw_coral {  background-image: url(/vlhc/lib/images/interwiki/coral.gif)}a.iw_google {  background-image: url(/vlhc/lib/images/interwiki/google.gif)}a.iw_meatball {  background-image: url(/vlhc/lib/images/interwiki/meatball.gif)}a.iw_wiki {  background-image: url(/vlhc/lib/images/interwiki/wiki.gif)}a.mediafile { background: transparent url(/vlhc/lib/images/fileicons/file.png) 0px 1px no-repeat; padding-left: 18px; padding-bottom: 1px;}a.mf_jpg {  background-image: url(/vlhc/lib/images/fileicons/jpg.png)}a.mf_jpeg {  background-image: url(/vlhc/lib/images/fileicons/jpeg.png)}a.mf_gif {  background-image: url(/vlhc/lib/images/fileicons/gif.png)}a.mf_png {  background-image: url(/vlhc/lib/images/fileicons/png.png)}a.mf_tgz {  background-image: url(/vlhc/lib/images/fileicons/tgz.png)}a.mf_tar {  background-image: url(/vlhc/lib/images/fileicons/tar.png)}a.mf_gz {  background-image: url(/vlhc/lib/images/fileicons/gz.png)}a.mf_bz2 {  background-image: url(/vlhc/lib/images/fileicons/bz2.png)}a.mf_zip {  background-image: url(/vlhc/lib/images/fileicons/zip.png)}a.mf_rar {  background-image: url(/vlhc/lib/images/fileicons/rar.png)}a.mf_pdf {  background-image: url(/vlhc/lib/images/fileicons/pdf.png)}a.mf_ps {  background-image: url(/vlhc/lib/images/fileicons/ps.png)}a.mf_doc {  background-image: url(/vlhc/lib/images/fileicons/doc.png)}a.mf_xls {  background-image: url(/vlhc/lib/images/fileicons/xls.png)}a.mf_ppt {  background-image: url(/vlhc/lib/images/fileicons/ppt.png)}a.mf_rtf {  background-image: url(/vlhc/lib/images/fileicons/rtf.png)}a.mf_swf {  background-image: url(/vlhc/lib/images/fileicons/swf.png)}a.mf_rpm {  background-image: url(/vlhc/lib/images/fileicons/rpm.png)}a.mf_deb {  background-image: url(/vlhc/lib/images/fileicons/deb.png)}a.mf_sxw {  background-image: url(/vlhc/lib/images/fileicons/sxw.png)}a.mf_sxc {  background-image: url(/vlhc/lib/images/fileicons/sxc.png)}a.mf_sxi {  background-image: url(/vlhc/lib/images/fileicons/sxi.png)}a.mf_sxd {  background-image: url(/vlhc/lib/images/fileicons/sxd.png)}a.mf_odc {  background-image: url(/vlhc/lib/images/fileicons/odc.png)}a.mf_odf {  background-image: url(/vlhc/lib/images/fileicons/odf.png)}a.mf_odg {  background-image: url(/vlhc/lib/images/fileicons/odg.png)}a.mf_odi {  background-image: url(/vlhc/lib/images/fileicons/odi.png)}a.mf_odp {  background-image: url(/vlhc/lib/images/fileicons/odp.png)}a.mf_ods {  background-image: url(/vlhc/lib/images/fileicons/ods.png)}a.mf_odt {  background-image: url(/vlhc/lib/images/fileicons/odt.png)}/**
 * Basic styles. These styles are needed for basic DokuWiki functions
 * regardless of the used template. Templates can override them of course
 */

div.clearer {
  clear: both;
  line-height: 0px;
  height: 0;
  overflow:hidden;
}

div.no {
  display: inline;
  margin: 0;
  padding: 0;
}

.hidden {
  display: none;
}

div.error {
  background: #fcc url(/vlhc/lib/styles/../images/error.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #faa;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
  overflow: hidden;
}

div.info {
  background: #ccf url(/vlhc/lib/styles/../images/info.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #aaf;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
  overflow: hidden;
}

div.success {
  background: #cfc url(/vlhc/lib/styles/../images/success.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #afa;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
  overflow: hidden;
}

div.notify {
  background: #ffc url(/vlhc/lib/styles/../images/notify.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #ffa;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
  overflow: hidden;
}


/* image alignment */
.medialeft {
  float: left;
}
.mediaright {
  float: right;
}
.mediacenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.leftalign {text-align: left;}
.centeralign {text-align: center;}
.rightalign {text-align: right;}

em.u {
  font-style: normal;
  text-decoration: underline;
}
em em.u {
  font-style: italic;
}


/* syntax highlighting code */
.code .br0  { color: #66cc66; }
.code .co1  { color: #808080; font-style: italic; }
.code .co2  { color: #808080; font-style: italic; }
.code .co3  { color: #808080; }
.code .coMULTI  { color: #808080; font-style: italic; }
.code .es0  { color: #000099; font-weight: bold; }
.code .kw1  { color: #b1b100; }
.code .kw2  { color: #000000; font-weight: bold; }
.code .kw3  { color: #000066; }
.code .kw4  { color: #993333; }
.code .kw5  { color: #0000ff; }
.code .me1  { color: #006600; }
.code .me2  { color: #006600; }
.code .nu0  { color: #cc66cc; }
.code .re0  { color: #0000ff; }
.code .re1  { color: #0000ff; }
.code .re2  { color: #0000ff; }
.code .re3  { color:#ff3333; font-weight:bold; }
.code .re4  { color: #009999; }
.code .st0  { color: #ff0000; }
.code .sy0  { color: #66cc66; }

div.dokuwiki div.include div.secedit {
  float: right;
  margin-left: 1em;
  margin-top: -18px;
}

div.dokuwiki div.inclmeta {
  border-top: 1px dotted #000;
  padding-top: 0.2em;
  color: #000;
  font-size: 80%;
  line-height: 1.25;
  margin-top: 0.5em;
  margin-bottom: 2em;
}

div.dokuwiki div.inclmeta a.permalink {
  background: transparent url(/vlhc/lib/plugins/include/images/link.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}

div.dokuwiki div.inclmeta abbr.published {
  background: transparent url(/vlhc/lib/plugins/include/images/date.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
  border-bottom: 0;
}

div.dokuwiki div.inclmeta span.author {
  background: transparent url(/vlhc/lib/plugins/include/images/user.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}

div.dokuwiki div.inclmeta span.comment {
  background: transparent url(/vlhc/lib/plugins/include/images/comment.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}

div.dokuwiki div.inclmeta div.tags {
  border-top: 0;
  font-size: 100%;
  float: right;
  clear: none;
}div.dokuwiki a.feed {
  background: transparent url(/vlhc/lib/plugins/feed/images/rss_icon.png) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}
#dw__search {
	display:block;
	float: right;
	margin: 20px 20px 0px 20px;
}

#dw__search * {
	padding: 0px;
	margin: 0px;
}

form#dw__search div.frootySearch input.edit {
	background: url(/vlhc/lib/plugins/frootysearch/images/searchfield_repeat.png) repeat-x scroll center top;
	background-color: #fff;
	behavior: none;
	position: relative;
	top: 0px;
	left: 0px;
	border: none;
	height: 18px;
	line-height: 19px;
	margin: 0pt;
	padding: 0px;
	float: left;
	padding-top: 1px;
	margin-left:20px;
	width:113px;
}

form#dw__search div.frootySearch {
	position:relative;
	width: 150px;
	padding: 0px;
	margin: 0px;
}

form#dw__search div.frootySearch .left {
	background:transparent url(/vlhc/lib/plugins/frootysearch/images/searchfield_caps.png) no-repeat scroll left top;
	display: block;
	height: 19px;
	width: 150px;
	padding: 0px;
}

/* IE 6 hack*/
* html form#dw__search div.frootySearch .left {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/lib/plugins/frootysearch/images/searchfield_caps.png,sizingMethod='crop');
	background: none;
}

form#dw__search div.frootySearch .right {
	background:transparent url(/vlhc/lib/plugins/frootysearch/images/searchfield_caps.png) no-repeat scroll 100% top;
	display:block;
	height:19px;
	width:17px;
	padding: 0px;
	float: right;
}

/* IE 6 hack*/
* html form#dw__search div.frootySearch .right {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/lib/plugins/frootysearch/images/searchfield_caps_close.png,sizingMethod='crop');
	background: none;
}

form#dw__search div.frootySearch.empty.blurred input {
	color:#7E7E7E;
}

form#dw__search div.frootySearch .reset {
	background:transparent url(/vlhc/lib/plugins/frootysearch/images/close.gif) no-repeat scroll 0%;
	cursor:pointer;
	display:block;
	height: 16px;
	right:4px;
	top:2px;
	width:11px;
	z-index: 1000;
	margin-top: 0px;
	position: absolute;
	clear: both;
}

form#dw__search div.frootySearch.empty .reset {
	display:none;
}

form#dw__search span.prettyplaceholder {
	display: none;
	color: #fff;
}

form#dw__search input[type=submit] {
/*	display: none;*/
	margin: 0px 10px;
}

/* ********************************************************
	Search bar adjust
******************************************************** */
* html form#dw__search div.frootySearch .left, * html div.frootySearch .right {
	margin-top: 1px;
} /* plugin:box */
div.box {
  width: 50%;
  margin: 1em auto;
  border: 1px solid;
  padding: 4px;
  overflow: hidden;
}

/* rounded corners styles from Stu Nicholls snazzy borders, http://www.cssplay.co.uk/boxes/snazzy.html */
.xtop, .xbottom {background:transparent; font-size:0; line-height: 1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden; border-style: solid;}
.xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {border-width:0 1px;}
.xb1 {height: 0; margin:0 5px; border-width:1px 0 0 0;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

div.box .xtop, div.box .xbottom {display: none;}
div.box.round > .xtop, div.box.round > .xbottom {display: block;}

div.box.round { border: none; padding: 0;}
div.box.round > .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }

div.box p.box_title, div.box p.box_caption {
  font-size: 90%;
  margin: 0;
  padding: 2px 6px;
  line-height: 1.2;
}

div.box p.box_title { margin-bottom: 4px;}
div.box p.box_caption { margin-top: 4px;}

div.box .box_content {
  margin: 0;
  padding: 0 6px;
  border-width: 1px;
  border-style: dashed;
  line-height: 1.2;
}

/* floating alignment */

div.box.left {
  float: left;
  margin-right: 1em;
}
 
div.box.right {
  float: right;
  margin-left: 1em;
}

/* colours */
/* default */
div.box, div.box .box_content, div.box .xbox, div.box .xb1, div.box .xb2, div.box .xb3, div.box .xb4 {
  border-color:  __dark__;
}

div.box, div.box .xbox, div.box .xb1, div.box .xb2, div.box .xb3, div.box .xb4 {
  background: __light__;
}

div.box p.box_title, div.box p.box_caption { background: __medium__;}
div.box .box_content { background: __lighter__;}

/* blue */
div.box.blue, div.box.blue > * > .box_content, div.box.blue > .xbox, 
div.box.blue > * > .xb1, div.box.blue > * > .xb2, div.box.blue > * > .xb3, div.box.blue > * > .xb4 {
  border-color:  #bbbbdd;
}

div.box.blue, div.box.blue > .xbox, 
div.box.blue > * > .xb1, div.box.blue > * > .xb2, div.box.blue > * > .xb3, div.box.blue > * > .xb4 {
  background: #e4ecf8;
}

div.box.blue > * > p.box_title, div.box.blue > * > p.box_caption {background: #cad0ee;}
div.box.blue > * > .box_content {background: #f4f8fd;}

/* red */
div.box.red, div.box.red > * > .box_content, div.box.red > .xbox, 
div.box.red > * > .xb1, div.box.red > * > .xb2, div.box.red > * > .xb3, div.box.red > * > .xb4 {
  border-color:  #ddbbbb;
}

div.box.red, div.box.red > .xbox, 
div.box.red > * > .xb1, div.box.red > * > .xb2, div.box.red > * > .xb3, div.box.red > * > .xb4 {
  background: #f8ece4;
}

div.box.red > * > p.box_title, div.box.red > * > p.box_caption {background: #eed0ca;}
div.box.red > * > .box_content {background: #fdf4ec;}

/* green */
div.box.green, div.box.green > * > .box_content, div.box.green > .xbox, 
div.box.green > * > .xb1, div.box.green > * > .xb2, div.box.green > * > .xb3, div.box.green > * > .xb4 {
  border-color:  #bbddbb;
}

div.box.green, div.box.green > .xbox, 
div.box.green > * > .xb1, div.box.green > * > .xb2, div.box.green > * > .xb3, div.box.green > * > .xb4 {
  background: #e4f8f2;
}

div.box.green > * > p.box_title, div.box.green > * > p.box_caption {background: #c4e4d4;}
div.box.green > * > .box_content {background: #ecfaf6;}

/* orange */
div.box.orange, div.box.orange > * > .box_content, div.box.orange > .xbox, 
div.box.orange > * > .xb1, div.box.orange > * > .xb2, div.box.orange > * > .xb3, div.box.orange > * > .xb4 {
  border-color:  #da3;
}

div.box.orange, div.box.orange > .xbox, 
div.box.orange > * > .xb1, div.box.orange > * > .xb2, div.box.orange > * > .xb3, div.box.orange > * > .xb4 {
  background: #f4e8ca;
}

div.box.orange > * > p.box_title, div.box.orange > * > p.box_caption {background: #f0d499;}
div.box.orange > * > .box_content {background: #f8f0da;}

/* must come last to override coloured background when using rounded corners */

div.box.round {
  background: transparent !important;
}

/* IE fixes for unsupported child selector \*/

* html div.box div.box, * html div.box div.box .box_content, * html div.box div.box .xbox, 
* html div.box div.box .xb1, * html div.box div.box .xb2, 
* html div.box div.box .xb3, * html div.box div.box .xb4 {
  border-color:  __dark__;
}

* html div.box div.box, * html div.box div.box .xbox, 
* html div.box div.box .xb1, * html div.box div.box .xb2, 
* html div.box div.box .xb3, * html div.box div.box .xb4 {
  background: __light__;
}

* html div.box div.box p.box_title, * html div.box div.box p.box_caption { background: __medium__;}
* html div.box div.box .box_content { background: __lighter__;}

* html div.box.round .xtop, * html div.box.round .xbottom {display: block;}
* html div.box.round .xbox {display:block; border-width:0 1px; border-style: solid; padding: 0 4px; }

/* blue */
* html div.box.blue .box_content, * html div.box.blue .xbox, 
* html div.box.blue .xb1, * html div.box.blue .xb2, * html div.box.blue .xb3, * html div.box.blue .xb4 {
  border-color:  #bbbbdd;
}

* html div.box.blue .xbox, 
* html div.box.blue .xb1, * html div.box.blue .xb2, * html div.box.blue .xb3, * html div.box.blue .xb4 {
  background: #e4ecf8;
}

* html div.box.blue p.box_title, * html div.box.blue p.box_caption {background: #cad0ee;}
* html div.box.blue .box_content {background: #f4f8fd;}

/* nested blue */
* html div.box div.box.blue .box_content, * html div.box div.box.blue .xbox, 
* html div.box div.box.blue .xb1, * html div.box div.box.blue .xb2, 
* html div.box div.box.blue .xb3, * html div.box div.box.blue .xb4 {
  border-color:  #bbbbdd;
}

* html div.box div.box.blue .xbox, 
* html div.box div.box.blue .xb1, * html div.box div.box.blue .xb2, 
* html div.box div.box.blue .xb3, * html div.box div.box.blue .xb4 {
  background: #e4ecf8;
}

* html div.box div.box.blue p.box_title, 
* html div.box div.box.blue p.box_caption {background: #cad0ee;}
* html div.box div.box.blue .box_content {background: #f4f8fd;}

/* red */
* html div.box.red .box_content, * html div.box.red .xbox, 
* html div.box.red .xb1, * html div.box.red .xb2, * html div.box.red .xb3, * html div.box.red .xb4 {
  border-color:  #ddbbbb;
}

* html div.box.red .xbox, 
* html div.box.red .xb1, * html div.box.red .xb2, * html div.box.red .xb3, * html div.box.red .xb4 {
  background: #f8ece4;
}

* html div.box.red p.box_title, * html div.box.red p.box_caption {background: #eed0ca;}
* html div.box.red .box_content {background: #fdf4ec;}

/* nested red */
* html div.box div.box.red .box_content, * html div.box div.box.red .xbox, 
* html div.box div.box.red .xb1, * html div.box div.box.red .xb2, 
* html div.box div.box.red .xb3, * html div.box div.box.red .xb4 {
  border-color:  #ddbbbb;
}

* html div.box div.box.red .xbox, 
* html div.box div.box.red .xb1, * html div.box div.box.red .xb2, 
* html div.box div.box.red .xb3, * html div.box div.box.red .xb4 {
  background: #f8ece4;
}

* html div.box div.box.red p.box_title, * html div.box div.box.red p.box_caption {background: #eed0ca;}
* html div.box div.box.red .box_content {background: #fdf4ec;}

/* green */
* html div.box.green .box_content, * html div.box.green .xbox, 
* html div.box.green .xb1, * html div.box.green .xb2, * html div.box.green .xb3, * html div.box.green .xb4 {
  border-color:  #bbddbb;
}

* html div.box.green .xbox, 
* html div.box.green .xb1, * html div.box.green .xb2, * html div.box.green .xb3, * html div.box.green .xb4 {
  background: #e4f8f2;
}

* html div.box.green p.box_title, * html div.box.green p.box_caption {background: #c4e4d4;}
* html div.box.green .box_content {background: #ecfaf6;}

/* nested green */
* html div.box div.box.green .box_content, * html div.box div.box.green .xbox, 
* html div.box div.box.green .xb1, * html div.box div.box.green .xb2, 
* html div.box div.box.green .xb3, * html div.box div.box.green .xb4 {
  border-color:  #bbddbb;
}

* html div.box div.box.green .xbox, 
* html div.box div.box.green .xb1, * html div.box div.box.green .xb2, 
* html div.box div.box.green .xb3, * html div.box div.box.green .xb4 {
  background: #e4f8f2;
}

* html div.box div.box.green p.box_title, * html div.box div.box.green p.box_caption {background: #c4e4d4;}
* html div.box div.box.green .box_content {background: #ecfaf6;}

/* orange */
* html div.box.orange .box_content, * html div.box.orange .xbox, 
* html div.box.orange .xb1, * html div.box.orange .xb2, * html div.box.orange .xb3, * html div.box.orange .xb4 {
  border-color:  #da3;
}

* html div.box.orange .xbox, 
* html div.box.orange .xb1, * html div.box.orange .xb2, * html div.box.orange .xb3, * html div.box.orange .xb4 {
  background: #f4e8ca;
}

* html div.box.orange p.box_title, * html div.box.orange p.box_caption {background: #f0d499;}
* html div.box.orange .box_content {background: #f8f0da;}

/* nestedorange */
* html div.box div.box.orange .box_content, * html div.box div.box.orange .xbox, 
* html div.box div.box.orange .xb1, * html div.box div.box.orange .xb2, 
* html div.box div.box.orange .xb3, * html div.box div.box.orange .xb4 {
  border-color:  #da3;
}

* html div.box div.box.orange .xbox, 
* html div.box div.box.orange .xb1, * html div.box div.box.orange .xb2, 
* html div.box div.box.orange .xb3, * html div.box div.box.orange .xb4 {
  background: #f4e8ca;
}

* html div.box div.box.orange p.box_title, * html div.box div.box.orange p.box_caption {background: #f0d499;}
* html div.box div.box.orange .box_content {background: #f8f0da;}

/* end plugin:box *//* Turn off list triangles */
div.dokuwiki ul.aqtree3clickable li, #aqNav li { list-style: none; }
ul.aqtree3clickable li.bullet a {background: url(/vlhc/lib/plugins/fullindex/images/bullet.gif) center left no-repeat; padding-left: 10px;}
ul.aqtree3clickable a.cat img{cursor:pointer}
.aqtree3clickable .open, .aqtree3clickable .closed {background-image:none}

div.dokuwiki ul.aqtree3clickable ul{margin-bottom:0}

/* This controls the indent for each sublist */
ul.aqtree3clickable ul {padding-left: 1em;}

ul.aqtree3clickable li{padding-top: .2em}
ul.aqtree3clickable ul li{position:relative;border-left:1px solid #666;}

/* Provide space for our own "bullet" inside the link */
ul.aqtree3clickable li a, ul.aqtree3clickable li span { padding-left: 1px; }

/* Actually show and hide sublists */
ul.aqtree3clickable li.open ul { display: block; }
ul.aqtree3clickable li.closed ul { display: none; }

/*navigation*/
#aqNav {display:inline}
#aqNav li{display:inline;padding-left:.3em}
#aqNav li a{text-decoration:none}
#aqNav li.on a{color:#000;font-weight:bold;cursor: text}div.dokuwiki table.pagelist,
div.dokuwiki table.ul {
  border: 0;
  padding: 0;
  border-spacing: 0;
  margin-bottom: 1em;
  border-collapse: collapse;
}

div.dokuwiki table.pagelist tr {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

div.dokuwiki table.pagelist th,
div.dokuwiki table.pagelist td {
  padding: 1px 1em 1px 0;
}

div.dokuwiki table.ul th,
div.dokuwiki table.ul td {
  padding: 0 1em 0 0;
}

div.dokuwiki table.ul ul {
  margin: 0 0 0 1.5em;
}

div.dokuwiki table.pagelist th,
div.dokuwiki table.ul th {
  background-color: #ffffff;
}

div.dokuwiki th.page,
div.dokuwiki th.date,
div.dokuwiki th.user,
div.dokuwiki th.desc,
div.dokuwiki th.comments,
div.dokuwiki th.linkbacks,
div.dokuwiki th.tags,
div.dokuwiki td.date,
div.dokuwiki td.user,
div.dokuwiki td.desc,
div.dokuwiki td.comments,
div.dokuwiki td.linkbacks,
div.dokuwiki td.tags {
  color: #000;
  font-size: 80%;
}

div.dokuwiki td.date {
  text-align: right;
}.folder {
    padding-left: 2px;
    padding-right: 9px;
    background: url(/vlhc/lib/plugins/folded/closed.gif) no-repeat right center;
}

.folder.open {
    background: url(/vlhc/lib/plugins/folded/open.gif) no-repeat right center;
}

div.folded {
    padding: 0.5em;
    border: 1px dotted __medium__;
}

span.folded {
    border: 1px dotted __medium__;
}

span.indicator {
    visibility: hidden;
}

/* below style rules are created by javascript
.folded.hidden { display: none; }
.folder span.indicator { visibility: visible; }
*/
/* User Manager specific styles */
#user__manager tr.disabled {
  color: #6f6f6f;
  background: #e4e4e4;
}
#user__manager tr.user_info {
  vertical-align: top;
}
#user__manager div.edit_user {
  width: 46%;
  float: left;
}
#user__manager table {
  margin-bottom: 1em;
}
#user__manager input.button[disabled] {
  color: #ccc!important;
  border-color: #ccc!important;
}
/* IE won't understand but doesn't require it */
/*
 * source plugin extension - style additions
 *
 * @author  Christopher Smith  chris@jalakai.co.uk
 * @link    http://wiki.jalakai.co.uk/dokuwiki/doku.php/tutorials/codeplugin
 */
/* source plugin extensions */

/* layout */
div.source {
  width: 92%;
  margin: 1em auto;
  border: 1px solid;
  padding: 4px;
}

div.source p {
  font-size: 90%;
  margin: 0;
  padding: 2px;
}

div.source p span {
  font-weight: normal;
}

div.source pre.code {
  margin: 4px 0 0 0;
}

/* colours */
div.source {
  border-color:  #bdb;
  background: #e4f8f2;
}

div.source p {
  background: #c4e4d4;
}

div.source pre.code {
  border: 1px dashed #9c9;
  background: #ecfaf6;
}
div.dokuwiki div.bureaucracy__plugin {
    width: 50%;
    text-align: center;
    font-size: 120%;
    padding: 2em;
}

div.dokuwiki form#bureaucracy__plugin {
    width: 100%;
    text-align: center;
}

div.dokuwiki form#bureaucracy__plugin p {
    font-size: 90%;
    text-align: left;
}

div.dokuwiki form#bureaucracy__plugin fieldset {
    width: 80%;
}

div.dokuwiki form#bureaucracy__plugin label {
    display: block;
    overflow: auto;
    margin: 5px;
}

div.dokuwiki form#bureaucracy__plugin label span {
    width: 48%;
    text-align: right;
    display: block;
    float: left;
}

div.dokuwiki form#bureaucracy__plugin label input {
    float: left;
    margin-left: 5px;
}

div.dokuwiki form#bureaucracy__plugin label textarea.edit,
div.dokuwiki form#bureaucracy__plugin label input.edit {
    width: 48%;
    display: block;
    float: left;
    margin-left: 5px;
}

div.dokuwiki form#bureaucracy__plugin label select {
    display: block;
    float: left;
    margin-left: 5px;
}


div.dokuwiki form#bureaucracy__plugin label.bureaucracy_error span {
    color: #f00;
}
.piContainer {
	border:solid 1px __dark__;
	margin-bottom:15px;
}

.piHeader {
	background:__medium__;
	padding:5px;
	height:1.6em;
}

/* The !important Rules are necessary because the Template-CSS is included after 
   the plugin-CSS
 */
.piHeader h2 {
	float:left;
	font-weight:bold;
	text-decoration:none;
	margin:0 !important;
	border:none;
	padding-top:0 !important;
	font-size:130%;
	border:none !important;
}

.piHeader span.piTogglers {
	float:right;
}

.piUsers {
	border-bottom:solid 1px __dark__;
	margin-bottom:5px;
}

.piUsers div {
	width:150px;
	float:left;
	padding:1px 0 3px 5px;
}

.piUsers a.special{
	font-weight:bold !important;
}

.piPermissions p {
	margin-left:5px;
}


.piPermissions table {
	width:100%;
	border-collapse:collapse;
}

.piPermissions th {
	padding:3px 3px 3px 5px;
	border-bottom:dotted 1px __medium__;
}

.piPermissions td {
	padding:3px 3px 3px 5px;
}
.piPermissions .piItemNS, .piPermissions .piItemPage {
	width:50%;
}

.piPermissions .piItemPage {
	font-style:italic;
}

.piPermissions .piAllowed {
	font-weight:bold;
}

.piPermissions tr.even td {
	background:__light__;
}

.piPermissions tr.even {
	background:__light__;
}

.piPermissions td.explicitUserPermission {
	color:__missing__;
}

.piToOverview {
	margin-bottom:10px;
}
/* plugin:configmanager */
#config__manager div.success,
#config__manager div.error,
#config__manager div.info {
  background-position: 0.5em;
  padding: 0.5em;
  text-align:center;
}

#config__manager fieldset {
  margin: 1em;
  width: auto;
  margin-bottom: 2em;
  background-color: #ffffff;
  color: #000;
  padding: 0 1em;
}
#config__manager legend {
    font-size: 1.25em;
}

#config__manager form { }
#config__manager table {
    margin: 1em 0;
    width: 100%;
}

#config__manager fieldset td {
    text-align: left;
}
#config__manager fieldset td.value {
    /* fixed data column width */
    width: 30em;
}

#config__manager td.label {
    padding: 0.8em 0 0.6em 1em;
    vertical-align: top;
}

#config__manager td.label label {
    clear: both;
    display: block;
}

#config__manager td.label span.outkey {
    font-size: 70%;
    margin-top: -1.7em;
    margin-left: -1em;
    display: block;
    background-color: #ffffff;
    color: #000;
    float: left;
    padding: 0 0.1em;
    position: relative;
    z-index: 1;
}

#config__manager td input.edit {
    width: 30em;
}
#config__manager td select.edit { }
#config__manager td textarea.edit {
    width: 27.5em;
    height: 4em;
}

#config__manager tr .input,
#config__manager tr input,
#config__manager tr textarea,
#config__manager tr select {
  background-color: #fff;
  color: #000;
}

#config__manager tr.default .input,
#config__manager tr.default input,
#config__manager tr.default textarea,
#config__manager tr.default select,
#config__manager .selectiondefault {
  background-color: #ccddff;
  color: #000;
}

#config__manager tr.protected .input,
#config__manager tr.protected input,
#config__manager tr.protected textarea,
#config__manager tr.protected select,
#config__manager tr.protected .selection {
  background-color: #ffcccc!important;
  color: #000 !important;
}

#config__manager td.error  { background-color: red; color: #000;}

#config__manager .selection {
  width: 14.8em;
  float: left;
  margin: 0 0.3em 2px 0;
}

#config__manager .selection label {
  float: right;
  width: 14em;
  font-size: 90%;
}


/* IE6 correction */
* html #config__manager .selection label {
  padding-top: 2px;
}

#config__manager .selection input.checkbox {
  padding-left: 0.7em;
}

#config__manager .other {
  clear: both;
  padding-top: 0.5em;
}

#config__manager .other label {
  padding-left: 2px;
  font-size: 90%;
}

/* end plugin:configmanager */
/* User Manager specific styles */
#user__manager tr.disabled {
  color: #6f6f6f;
  background: #e4e4e4;
}
#user__manager tr.user_info {
  vertical-align: top;
}
#user__manager div.edit_user {
  width: 46%;
  float: left;
}
#user__manager table {
  margin-bottom: 1em;
}
#user__manager input.button[disabled] {
  color: #ccc!important;
  border-color: #ccc!important;
}
/* IE won't understand but doesn't require it */
#pl_si_throbber {
    visibility: hidden;
}

.pl_si_out {
    margin: 1em auto 1em auto;
    vertical-align: middle;
    width: 80%;
    text-align: left;
}

// Setup VIM: ex: et ts=4 enc=utf-8 :
/*	Cascading Style Sheet for 'code' syntax plugin  -  2008-07-22
	Copyright (C) 2005, 2008  M.Watermann, D-10247 Berlin, FRG  -  <support@mwat.de>
*/
div.dokuwiki pre.code,pre.code,div.dokuwiki pre.console,pre.console{border:thin dotted #ccc;margin:1ex 0;line-height:1.33;overflow:auto;text-indent:0;max-height:40em;max-width:99%;}
div.dokuwiki pre.code,pre.code{background:#fcfdfe none;color:#000;padding:0.4ex;}
.code .diff_addedline{background:#cfc none;color:#000;}
.code .diff_blockheader{background:#ccf none;color:#000;}
.code .diff_deletedline{background:#fcc none;color:#000;}
.code .br0{background:inherit;color:#369;}
.code .co1,.code .co2,.code .coMULTI,.code .kw2,.code .lno{font-style:italic;}
.code .br0,.code .co2,.code .es0,.code .kw1,.code .kw2,.code .kw3,.code .lno{font-weight:600;}
.code .co1,.code .co2,.code .coMULTI{background:inherit;color:#666;}
.code .es0{background:inherit;color:#c09;}
.code .imp{background:inherit;color:#909;}
.code .kw1{background:inherit;color:#903;}
.code .kw2{background:inherit;color:#036;}
.code .kw3{background:inherit;color:#309;}
.code .kw4{background:inherit;color:#933;}
.code .kw5{background:inherit;color:#00f;}
.code .lno{background:inherit;color:#999;font-size:smaller;}
.code .me0{background:inherit;color:#060;}
.code .nu0{background:inherit;color:#939;}
.code .re0{background:inherit;color:#606;}
.code .re1{background:inherit;color:#660;}
.code .re2{background:inherit;color:#063;}
.code .re3{background:inherit;color:#963;font-style:italic;font-weight:400;}
.code .re4{background:inherit;color:#099;}
.code .sc0{background:inherit;color:#069;}
.code .sc1{background:inherit;color:#960;}
.code .sc2{background:inherit;color:#090;}
.code .st0{background:inherit;color:#900;}
.code .sy0{background:inherit;color:#6c6;}
pre.code a{border:none;}
div.dokuwiki pre.console,pre.console{background:#333 none;color:#fff;font-weight:900;padding:0.4ex 0.3ex 0.6ex 0.6ex;}
div.dokuwiki pre.console .lno,pre.console .lno{background:inherit;color:#cff;font-size:smaller;font-style:italic;}
div.code{margin:0.4ex 0;padding:0.4ex 0;}
div.code pre.code{margin:0;}
div.code p.codehead,div.code p.codefoot{color:#030;background:inherit;line-height:1.33;text-align:left;padding:0 0 0 1ex;}
div.code p.codehead{margin:0.6ex 0 0 0;text-decoration:underline;}
div.code p.codefoot{margin:0 0 0.6ex 0;text-decoration:underline;}
div.code p.codeHidden{background-image:url(/vlhc/lib/plugins/code/img/plus-11x11.gif);}
div.code p.codeShown{background-image:url(/vlhc/lib/plugins/code/img/minus-11x11.gif);}
div.code p.codeHidden,div.code p.codeShown{padding-left:13px;background-repeat:no-repeat;background-position:0 50%;cursor:pointer;}
div.code p.codeHidden:hover,div.code p.codeShown:hover{background-color:#ddffdd;color:#030;text-decoration:none;}
div.code pre.codeHidden{display:none;}
div.code pre.codeShown{display:block;}
.noteclassic, .noteimportant, .notewarning, .notetip {
  margin: 2em;
  margin-left: auto;
  margin-right: auto;
  width: 70% !important;
  min-height: 40px;
  clear: both;
  text-align: justify;
  vertical-align: middle;
  border-collapse: collapse;
  padding: 15px 20px 15px 80px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  -moz-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}
 
.noteclassic {
  /*border: 1px solid #99D;*/
  background-color: #eef;
  background-image: url(/vlhc/lib/plugins/note/images/note.png);
}
 
.noteimportant {
  /*border: 1px solid #ff0;*/
  background-color: #ffc;
  background-image: url(/vlhc/lib/plugins/note/images/important.png);
}
 
.notewarning {
  /*border: 1px solid #d99;*/
  background-color: #fdd;
  background-image: url(/vlhc/lib/plugins/note/images/warning.png);
}
 
.notetip {
  /*border: 1px solid #9d9;*/
  background-color: #dfd;
  background-image: url(/vlhc/lib/plugins/note/images/tip.png);
}
div.dokuwiki div.newentry_form {
  clear: both;
  text-align: center;
  margin-bottom: 1em;
}

div.dokuwiki #blog__newentry_form input.edit {
  width: 95%;
}

div.dokuwiki tr.draft,
div.dokuwiki div.draft {
  opacity: 0.5;
}/* plugin: googlemaps */
.googlemap {
  width: 400px;
	height: 300px;
	border: 1px solid #333;
}
/* end plugin: googlemaps */

/*
 * WARNING:
 * This file was automatically created by the gCalendar-plugin.
 * Do NOT edit this file, because your changes will be overwritten !
 */

/* ############################ copied from file 'inc/standard.css' ############################ */

/*
 * standard.css is the main style-sheet for the dokuwiki-plugin gCalendar
 *
 * you should not edit this file. modify this files:
 *
 *   /user/background.css   --> to set background-pictures for specific events
 *   /user/events.css       --> to set event-Pictures and text-styles for your events
 *   /user/other.css        --> to optionally overwrite the styles in the standard.css file 
 */
 
 
/* main-table definition ----------------------------------------------------------------------- */
 
.gCal_table {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #000;
	padding: 0px;
	margin: 0px;
 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.25em;
}
 
/* current-date in table-header ---------------------------------------------------------------- */
 
.gCal_currentDate {
	padding:5px;
	font-size:0.8em;
	color : #000;
}
 
/* navi-table (header of main-table) ----------------------------------------------------------- */
 
.gCal_naviTable {
	width: 100%;
	border-collapse: collapse;
	background-color: __background_other__;
	padding: 0px;
	margin: 0px;
 
	font-size: 2em;
	line-height: 1em;
 
	border-bottom: 1px solid #000;
}
 
.gCal_link_prev {text-align: left}
.gCal_link_next {text-align: right} 
 
 
/* column-header ------------------------------------------------------------------------------- */
 
.gCal_columnHead {
	background-color: __background_other__;
}
 
.gCal_header a,
.gCal_header a:visited,
.gCal_columnHead a,
.gCal_columnHead a:visited {color: blue}
 
 
/* definition of event to page links ----------------------------------------------------------- */
 
.gCal_pagelink a,
.gCal_pagelink a:visited {
	color: #888;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	border-top : 1px solid #000;
	border-bottom : 1px solid #000;
}
 
.gCal_pagelink a:hover {
  background: Blue;
  color: white;
  text-decoration: none;
}
 
 
/* hide some elements on printout -------------------------------------------------------------- */
 
@media print {  
	.gCal_currentDate,
	.gCal_link_prev,
	.gCal_link_next,
	.gCal_pagelink a		{display:none}
}
 
 
/* style of date and weekday in month-view */
 
.gCal_mv_day     {
	font-size: 1.2em; 
	font-weight: bold;
}
 
.gCal_mv_weekday {
	font-size: 0.8em; 
	font-weight: bold;
}
 
/* Weekdays  0=sunday ... 6=saturday */
 
td.gCal_wd {
	border: 1px solid #000;
	padding: 3px;
}
 
td.gCal_wd_datecell {text-align: center}
 
.gCal_wd {
	background-color: none;
	font-size: 1em #000;
}
 
.gCal_wd_6 { /* saturday */
	background-color: #ffffff;
	color: #000;
}
 
.gCal_wd_0 { /* sunday */
	background-color: #ffffff;
	color: #000;
}
 
td.gCal_wd_0 { /* sunday */
	border-bottom: 2px solid #000;
}
 
td.gCal_wd_6 { /* saturday */
	border-top: 2px solid #000;
}
 
@media screen {
  td.gCal_today {
	background-color: __extern__;
	border-top: 3px solid __existing__;
	border-bottom: 3px solid __existing__;
	color: __missing__;
  }
 
  td.gCal_todayFrame {
    border-top: 3px solid __existing__;
    border-bottom: 3px solid __existing__;
  }
}
 
 
/* category-styles for date entries. The category has to be capitalized ! ---------------------- */
 
.gCal_event {  /* Standard definition of an event entry */
	display: block;
	font-size: 0.9em;
	color:#000;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(/vlhc/lib/plugins/gcalendar/images/date.gif) no-repeat center left;
}


/* ########################## copied from file 'user/background.css' ########################### */


/* This is the place to define background-styles like for holidays etc.    */

.gCal_cell_cat_VACATION,
.gCal_cell_cat_VACATIONS,
.gCal_cell_cat_HOLIDAY,
.gCal_cell_cat_HOLIDAYS,
.gCal_cell_cat_FERIEN,
.gCal_cell_cat_URLAUB
{
	background-image: url(/vlhc/lib/plugins/gcalendar/images/holiday2.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: scroll;
}


.gCal_cell_cat_RED   {background-color: #FAA   }
.gCal_cell_cat_GREEN {background-color: #90EE90; }
.gCal_cell_cat_BLUE  {
	background-color: #ADD8E6;
}

/* ############################ copied from file 'user/events.css' ############################# */


/* category-styles for date entries. ----------------------------------------------------------- */

.gCal_cat_CLASS,
.gCal_cat_LECTURE
{
	color: red;
	font-weight: bold;
	padding-bottom: 10px;
	background-image: url(/vlhc/lib/plugins/gcalendar/images/doc.gif);
}

.gCal_cat_DOCTOR,
.gCal_cat_ARZTTERMINE
{
	color: red;
	font-weight: bold;
	padding-bottom: 10px;
	background-image: url(/vlhc/lib/plugins/gcalendar/images/doc.gif);
}

.gCal_cat_DENTIST,
.gCal_cat_ZAHNARZT
{
	color: Red;
	font-weight: bold;
	background-image: url(/vlhc/lib/plugins/gcalendar/images/dentist.png);
}

.gCal_cat_PARTY,
.gCal_cat_FEIERN
{
	color: Green;
	font-weight: bold;
	padding-left: 45px;
	padding-bottom: 10px;
	background-image: url(/vlhc/lib/plugins/gcalendar/images/party.gif);
}

.gCal_cat_BIRTHDAY,
.gCal_cat_BIRTHDAYS,
.gCal_cat_GEBURTSTAGSLISTE,
.gCal_cat_GEBURTSTAG,
.gCal_cat_GEBURTSTAGE
{
	color: Green;
	font-weight: bold;
	padding-left: 35px;
	background-image: url(/vlhc/lib/plugins/gcalendar/images/birthday.gif);
}

.gCal_cat_WERKSTATT,
.gCal_cat_REPAIR
{
	color: Green;
	font-weight: bold;
	padding-left: 35px;
	background-image: url(/vlhc/lib/plugins/gcalendar/images/car-repair.gif);
}

.gCal_cat_SPIELPLAN,
.gCal_cat_SPIELFESTE,
.gCal_cat_PUNKTSPIELE,
.gCal_cat_FUSSBALL,
.gCal_cat_SOCCER,
.gCal_cat_SPORT
{
	color: Green;
	font-weight: bold;
	background-image: url(/vlhc/lib/plugins/gcalendar/images/ball.gif);
}

.gCal_cat_POKALSPIELE
{
	color: Green;
	font-weight: bold;
	background-image: url(/vlhc/lib/plugins/gcalendar/images/pokal.gif);
}

.gCal_cat_BILL,
.gCal_cat_ABRECHNUNG,
.gCal_cat_GELD,
.gCal_cat_MONEY
{
	color: Green;
	font-weight: bold;
	background-image: url(/vlhc/lib/plugins/gcalendar/images/money.gif);
}

.gCal_cat_MUSIK,
.gCal_cat_MUSIC
{
	color: Green;
	font-weight: bold;
	background-image: url(/vlhc/lib/plugins/gcalendar/images/musicnote.gif);
}

.gCal_cat_CALLCENTER
{
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url(/vlhc/lib/plugins/gcalendar/images/callcenter.gif);
}

/* ############################# copied from file 'user/other.css' ############################# */

.hilited {
    background-color: #ff0;
}/**
 * @file   divalign2/style.css
 * @brief  Base stylesheet for divalign2 plugin
 * @author Luis Machuca B.
 */


div.divalign-left {
  text-align: left;
  }

div.divalign-center {
  text-align: center;
  }

div.divalign-right {
  text-align: right;
  }

div.divalign-justify {
  text-align: justify;
  }

/* end of file */
/* plugin: definitionlist */
 
dl, dt, dd {margin: 0; padding: 0}

dl {
  font-size: 90%;
  padding-top: 1px;
}

html>body dl {
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #e0e0e0;
}

dl:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

dt {
  clear: left;
  margin-top: 0.5em;
}

dt+dt {
  margin-top: 0;
}

dd+dt {
  border-top: 1px dashed #e0e0e0;
  padding-top: 0.5em;
}

dt span.term {
  float: left;
  width: 10em;
}

dd {
  margin-left: 10.3em;
  padding-left: 0.8em;
  background: url(/vlhc/lib/plugins/definitionlist/images/bullet.gif) no-repeat 0 0.4em;
}
 
dd p {
  margin: 0;
  padding: 0;
}

* html dl { height: 1px; }

/* reset above style to prevent messing up plugin manager */
#plugin_manager dd { background-image: none;}


/* end plugin: definitionlist */
div.dokuwiki div.amazon {
    height: 70px;
}

div.dokuwiki div.amazon img {
    float: left;
    margin-right: 4px;
    padding: 2px;
    border: 1px solid #333;
    background-color: #efefef;
}

div.dokuwiki div.amazon_isbn{
    font-size: 90%;
}

div.dokuwiki div.amazon_price{
    font-size: 85%;
    color: #6f0000
}

/*
 * admin plugin extension - style additions
 *
 * @author  Christopher Smith  chris@jalakai.co.uk
 * @link    http://wiki.jalakai.co.uk/dokuwiki/doku.php/tutorials/adminplugin
 */

/* overall containing div */
#plugin__manager {}

#plugin__manager h2 { margin-left: 0;}
#plugin__manager form { display: block; margin: 0; padding: 0;}
#plugin__manager legend { display: none;}
#plugin__manager fieldset { width: auto;}
#plugin__manager .button { margin: 0;}
#plugin__manager p, #plugin__manager label { text-align: left;}
#plugin__manager .hidden { display: none;}
#plugin__manager .new { background: #dee7ec;}
#plugin__manager input[disabled] { color: #ccc; border-color: #ccc;}  /* IE won't understand but doesn't require it */

#plugin__manager .pm_menu, #plugin__manager .pm_info { margin-left: 0; text-align: left; }
#plugin__manager .pm_menu { float: left; width: 48%; }
#plugin__manager .pm_info { float: right; width: 50%; }

#plugin__manager .common { }
#plugin__manager .common form { }
#plugin__manager .common fieldset { margin: 0; padding: 0 0 1.0em 0; text-align: left; border: none;}
#plugin__manager .common label { padding: 0 0 0.5em 0;}
#plugin__manager .common input {  }
#plugin__manager .common input.edit { width: 24em; margin: 0.5em;}
#plugin__manager .common .button { }

#plugin__manager form.plugins { }
#plugin__manager .plugins fieldset { color: #000; background: #fff; text-align: right; border-top: none; border-right: none; border-left: none;}
#plugin__manager .plugins fieldset.protected { background: #fdd; color: #000; }
#plugin__manager .plugins fieldset.disabled { background: #e0e0e0; color: #a8a8a8; }

#plugin__manager .plugins .legend { color: #000; background: inherit; display: block; margin: 0; padding: 0; font-size: 1em; line-height: 1.4em; font-weight: normal; text-align: left; float: left; padding: 0; clear: none;}
#plugin__manager .plugins .button { font-size: 95%;}

#plugin__manager .plugins fieldset.buttons { border: none;}
#plugin__manager .plugins fieldset.buttons .button { float: left; }

#plugin__manager .pm_info h3 { margin-left: 0; }
#plugin__manager .pm_info dl { margin: 1em 0; padding: 0;}
#plugin__manager .pm_info dt { width: 6em; float: left; clear: left; margin:0; padding: 0;}
#plugin__manager .pm_info dd { margin:0 0 0 7em; padding: 0; background: none;}

#plugin__manager .plugins .enable { float: left; width: auto; margin-right: 0.5em;}

/* end admin plugin styles */

div#acl_manager div#acl__tree {
    font-size: 90%;
    width: 25%;
    height: 300px;
    float: left;
    overflow: auto;
    border: 1px solid #000;
    text-align: left;
}

div#acl_manager div#acl__tree a.cur {
    background-color: __highlight__;
    font-weight: bold;
}

div#acl_manager div#acl__tree ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div#acl_manager div#acl__tree li {
    padding-left: 1em;
}

div#acl_manager div#acl__tree ul img {
    margin-right: 0.25em;
    cursor: pointer;
}

div#acl_manager div#acl__detail {
    width: 73%;
    height: 300px;
    float: right;
    overflow: auto;
}

div#acl_manager div#acl__detail fieldset {
    width: 90%;
}

div#acl_manager div#acl__detail div#acl__user {
    border: 1px solid #000;
    padding: 0.5em;
    margin-bottom: 0.6em;
}

div#acl_manager table.inline {
    width: 100%;
    margin: 0;
}

div#acl_manager .aclgroup {
    background: transparent url(/vlhc/lib/plugins/acl/pix/group.png) 0px 1px no-repeat;
    padding: 1px 0px 1px 18px;
}

div#acl_manager .acluser {
    background: transparent url(/vlhc/lib/plugins/acl/pix/user.png) 0px 1px no-repeat;
    padding: 1px 0px 1px 18px;
}

div#acl_manager .aclpage {
    background: transparent url(/vlhc/lib/plugins/acl/pix/page.png) 0px 1px no-repeat;
    padding: 1px 0px 1px 18px;
}

div#acl_manager .aclns {
    background: transparent url(/vlhc/lib/plugins/acl/pix/ns.png) 0px 1px no-repeat;
    padding: 1px 0px 1px 18px;
}

div#acl_manager label.disabled {
  color: #000!important;
}

#acl_manager label {
  text-align: left;
  font-weight: normal;
  display: inline;
}

#acl_manager table {
  margin-left: 10%;
  width: 80%;
}

#acl_manager table tr {
    background-color: inherit;
}

#acl_manager table tr:hover {
    background-color: #ffffff;
}

