/*
 * This file started out as the pmwiki default skin and was modified by 
 * Theron Parlin 
 * tparlin [at] gmail [dot] com
 * modified again and again and again by Angelo Beck
 * http://www.edv-beck.net
 */
body { 
	font-size: 11px;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #696969;
	background-image: url('images/bg_texture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
  	background-position: top left;
}

.bg_gradient
{
  background-image: url('images/bg_gradient.jpg');
  background-repeat: repeat-x;
  height: 315px;
}

.bg_glare
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;  
}

.bg_glare_image
{
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background:url('images/bg_glare.png') no-repeat center top;
  width: 100%;
  height: 400px;
  margin: 0 auto;  
}




html:first-child .bg_glare
{
  border: 1px solid transparent; /* Opera fix */
}

#main {
	position: absolute;
	width: 100%;
	left: 0pt;
  	top: 0pt;
}


#wikileft hr { 
	color:#B6B6B6; 
	}


#wikileft ul { 
	margin-left:0px; 
	padding-left:6px; 
	list-style-type:none; 
	}


#wikibody { 
	padding-bottom:1em; 
	padding-top:0.5em; 
	}


#wikititle { 
	padding-left:10px; 
	vertical-align:top; 
	}


#wikititle a {
	font-size:100%; 
	font-weight:bold; 
	}
	
#wikititle a:hover {
	color: #000000;
      	background-color:#6F6F6F; 
	}



#wikitext { padding-left:10px; margin-top:0.5em; }

#wikitext .pmfeeditem a {
	font-size:12px;
	font-weight:bold; 
}

#wikitext .pmfeedtitle a {
        font-size:12px;
	font-weight:bold;       
}


h1.wikiaction { font-size:150%; margin:0px; }

#wikiedit form { margin:0px; }

#wikiedit textarea { width:98%; }


a:link,a:visited,a:active {
       font-size:11px;
       color:#4E4E4E;
       font-weight:normal;
       text-decoration: none;
     }

        
a:hover {
       text-decoration: none;
       color: #000000;              
       }
      

#wikilogo a, a:hover, a:visited, a:active {	
	background-color:transparent;
	text-decoration: none;
	}


h1 {
	font-size:14pt;
}

#wikitext a.external {
   background: url(images/external.png) center left no-repeat;
   padding-left:13px;
   color:#95bad6;
   
}

#wikitext a.external:hover {
    color:#999999;
}

#wikitext a.external:visited {color: #4e4e4e;}



.search_box {
    width: 134px;
    vertical-align: baseline; 
    background: url(images/searchbar.png);
    font-size:small; 
    height:20px;
}

.search_box input { 
	font-size:smaller; 
	color:#6F6F6F;
	vertical-align: baseline;
	position: relative;
	top: 4px;
	left: 5px;
	}
	
.search_box #s {
    float: left;
    padding: 0;
    border: 0;
    width:100px;
    background: none;
    font-size:smaller; 
}

.search_box #go {
    float: right;
    position:relative;
    top:-1px;
    left:-1px;
}

	
#rss_item {
	}
	
.rss_title {
	font-size:12px;
	font-weight:bold; 
	}


.rss_date {
	font-size:11px;
	font-style:italic;
	}
	
.mini { padding:2px; border:1px solid #777777; background-color:#aaaaaa; }
.miniH, .miniF {display: block;}


/* begin Box, Sheet */
.Sheet
{  
  /*overflow: hidden;*/
  min-width:33px;
  min-height:33px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 900px;
}


.Sheet-body
{
  position: relative;
  z-index: 10;
  margin: 1px;
}

.Sheet-tl
{ 
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url('images/img-ball.png');
}

.Sheet-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
}

.Sheet-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -16px;
  width: 32px;
  height: 32px;
  background-image: url('images/img-ball.png');
}

.Sheet-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
}

.Sheet-bl div
{
  position: absolute;
  z-index: -1;
  top: -16px;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url('images/img-ball.png');
}

.Sheet-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
}

.Sheet-br div
{
  position: absolute;
  z-index: -1;
  top: -16px;
  left: -16px;
  width: 32px;
  height: 32px;
  background-image: url('images/img-ball.png');
}

.Sheet-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 16px;
  right: 16px;
  height: 16px;
}

.Sheet-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background-image: url('images/img-h.png');
}

.Sheet-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 16px;
}

.Sheet-bc div
{
  position: absolute;
  z-index: -1;
  top: -16px;
  left: 0;
  width: 100%;
  height: 32px;
  background-image: url('images/img-h.png');
}

.Sheet-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 16px;
  left: 0;
  width: 1px;
  bottom: 16px;
}

.Sheet-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: url('images/img-v.png');
}

.Sheet-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 16px;
  right: 0;
  width: 1px;
  bottom: 16px;
}

.Sheet-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0px;
  width: 1px;
  height: 100%;
  background-image: url('images/img-v.png');
}

.Sheet-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 16px;
  left: 1px;
  right: 1px;
  bottom: 16px;
  background-image: url('images/img-bg.png');
}


.Sheet
{
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
/* end Box, Sheet */



/* begin Header */
div.Header
{
  margin: 0 auto;
  position: relative;
  width: 898px;
  height: 225px;
  background-image: url('images/Header.png');
  background-repeat: no-repeat;
  background-position: left top;
}


div.Header  div.Header-c
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;  */
}
/* end Header */

/* begin Logo */
.logo
{
  display: block;
  position: absolute;
  left: 10px;
  top: 81px;
  width: 878px;
}

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
  display: block;
  text-align: center;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  padding:0;
  margin:0;
  color: #FFFFFF !important;
}

.logo-text, .logo-text a
{
  display: block;
  padding:0;
  margin:0;
  text-align: center;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  color: #E5E5E5 !important;
}


.Language
{
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  width: 890px;
  text-align: right;
}
/* end Logo */

.clear-float
{
  float:none;
  clear:both;
}


/* begin Menu */
/* menu structure */

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
  text-align:left;
  text-decoration:none;
  outline:none;
  letter-spacing:normal;
  word-spacing:normal;
}

.artmenu, .artmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.artmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background:none;
}

.artmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.artmenu li li
{
  float: none;
}

.artmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background:none;
}

.artmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.artmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.artmenu:after, .artmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.artmenu, .artmenu ul
{
  min-height: 0;
}

.artmenu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.artmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}

/* right */

.artmenu_right a, .artmenu_right a:link, .artmenu_right a:visited, .artmenu_right a:hover
{
  text-align:right;
  text-decoration:none;
  outline:none;
  letter-spacing:normal;
  word-spacing:normal;
}

.artmenu_right, .artmenu_right ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.artmenu_right li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background:none;
}

.artmenu_right li:hover
{
  z-index: 10000;
  white-space: normal;
}

.artmenu_right li li
{
  float: none;
}

.artmenu_right ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background:none;
}

.artmenu_right li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.artmenu_right li li:hover>ul
{
  top: 0;
  left: 100%;
}

.artmenu_right:after, .artmenu_right ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.artmenu_right, .artmenu_right ul
{
  min-height: 0;
}

.artmenu_right ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.artmenu_right ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}



/* menu structure */

.nav
{
  position: relative;
  margin: 0  auto;
  width: 898px;
  height: 26px;
  z-index: 100;
}

.artmenu
{
  float:left;
  padding: 0px 0px 0px 0px;
}

.artmenu_right
{
  position: relative;
  float:right;
  top: 0px;
  margin: 0 auto;
  height: 26px;
  z-index: 100;
  padding: 0px 0px 0px 0px;
}

.nav .l, .nav .r, .nav .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 26px;
}

.nav .l
{
  left: 0;
  right: 0px;
}


.nav .r
{
  right: 0;
  width: 0px;
}


.nav .r div
{
  width: 898px;
  right: 0;
}


.nav .l, .nav .r div
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/img-nav.png');
}

/* end Menu */

/* begin MenuItem */
.artmenu ul li
{
  clear: both;
}

.artmenu_right ul li
{
  clear: both;
}

.artmenu a , .artmenu a span, .artmenu span
{
  height: 26px;
  display: block;
}

.artmenu a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 0px;
  margin-left: 0px;

}

.artmenu_right a
{
  height: 26px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  margin-right: 0px;
  margin-left: 0px;

}

.artmenu_right form
{
  display: block;
  cursor: pointer;
  text-decoration: none;
  margin-right: 7px;
  margin-left: 0px;
  margin-top: 3px;

}

.artmenu a span span
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
  color: #FFFFFF;
  padding: 0 12px;
  margin: 0 0px;
  line-height: 26px;
  text-align: center;
  background-image: url('images/item-center.png');
  background-position: left top;
  background-repeat: repeat-x;

}

.artmenu_right a span span
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
  color: #FFFFFF;
  padding: 0 12px;
  margin: 0 0px;
  line-height: 26px;
  text-align: center;
  background-image: url('images/item-center.png');
  background-position: left top;
  background-repeat: repeat-x;

}


.artmenu_right a img
{
  padding: 0 5px;
  margin: 5px 0px 0px 0px; 
}


.artmenu a:hover span span
{
  color: #C70A14;
  background-position: left -26px;
}


.artmenu li:hover a span span
{
  color: #FCFCFC;
  background-position: left -26px;
}


.artmenu a.active span span
{
  color: #FCFCFC;
  background-position: left -52px;
}

/* end MenuItem */

/* begin MenuSubItem */
.artmenu ul a
{
  text-align: center;
  height: 21px;
  line-height: 21px;
  margin-right: auto;

  width: 176px;
  background-image: url('images/subitem-bg.png');
  background-position: left top;
  background-repeat: repeat-x;

  border-width: 0px;
  border-style: solid;
  border-color: #ABABAB;
}

.artmenu_right ul a
{
  text-align: center;
  height: 21px;
  line-height: 21px;
  margin-right: auto;

  width: 176px;
  background-image: url('images/subitem-bg.png');
  background-position: left top;
  background-repeat: repeat-x;

  border-width: 0px;
  border-style: solid;
  border-color: #ABABAB;
}

.nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;  
}

.artmenu ul a, .artmenu ul a:link, .artmenu ul a:visited, .artmenu ul a:hover, .artmenu ul a:active, .nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 21px;
  color: #F5F5F5;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

.artmenu ul ul a
{
  margin-left: auto;
}

.artmenu ul li a:hover
{
  color: #000000;
  border-color: #ABABAB;
  background-position: 0 -21px;
}

.artmenu ul li img
{
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
}

.artmenu ul li:hover>a
{
  color: #000000;
  border-color: #ABABAB;
  background-position: 0 -21px;
}

.nav .artmenu ul li a:hover span, .nav .artmenu ul li a:hover span span
{
  color: #000000;
}

.nav .artmenu ul li:hover>a span, .nav .artmenu ul li:hover>a span span
{
  color: #000000;
}


/* end MenuSubItem */


/* begin LayoutCell */
.contentLayout 
{
  position: relative;
  top: 0px;
  min-height: 500px;
  background-image: url('images/sidebar-bg.png');
  background-position: left top;
  background-repeat: no-repeat;  
}

.contentLayout .sidebar1
{
  position: relative;
  margin: 10px 0px 0px 5px;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 150px;    
}

.clear-float
{
  float:none;
  clear:both;
}

.clear-float-with-bg
{
  float:none;
  clear:both;  
}

/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .content
{
  position: relative;
  margin: 10px 5px 0px 3px;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 725px;  
}

.contentLayout .content .pagegroup
{
  position: relative;
  margin: 0px 0px 10px 10px;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 750px;
  font-size:12px;
  font-weight:bold;
}

.contentLayout .content .pagegroup a
{
  font-size:12px;
  font-weight:bold;
}

.clear-float
{
  float:none;
  clear:both;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .sidebar2
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 224px;
}

.clear-float
{
  float:none;
  clear:both;
}
/* end LayoutCell */

/* begin Footer */
.Footer
{
  position:relative;
  z-index:0;
  overflow:hidden;
  width: 898px;
  margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
  height:1%;
  position: relative;
  z-index: 0;
  padding: 8px;
  text-align: center;
}

.Footer .Footer-background
{
  position:absolute;
  z-index:-1;
  background-repeat:no-repeat;
  background-image: url('images/img-footer.png');
  width: 898px;
  height: 100px;
  bottom:0;
  left:0;
}



.rss-tag-icon
{
  position: relative;
  display: block;
  float:left;
  background-image: url('images/rssIcon.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  height: 30px;
  width: 30px;
}




.Footer .Footer-text p
{
  margin: 0;
}

.Footer .Footer-text
{
  display:inline-block;
  color:#F0F0F0;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}

.Footer .Footer-text a:link
{
  text-decoration: none;
  color: #FFFFFF;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}

.Footer .Footer-text a:visited
{
  text-decoration: none;
  color: #000000;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-decoration: none;
}

.Footer .Footer-text a:hover
{
  text-decoration: none;
  color: #FFFFFF;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-decoration: underline;
}
/* end Footer */



/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
  font-family:Arial;
  font-size:10px;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
  color:#000000;
}

.page-footer
{
  margin: 2px 5px 2px 5px;
  text-align:left;
  text-decoration:none;
  color:#000000;
}


.page-footer .left 
{
  float:left;
  padding: 0px 0px 0px 0px;
  position: relative;
  margin: 0  auto;
  z-index: 100;
}

.page-footer .right 
{   
    float:right;
    padding: 0px 0px 0px 0px;
    position: relative;
    top:0px;
    margin: 0 auto;    
}

.page-footer .footerbanner
{
  position: relative;
  margin: 0  auto;
  width: 898px;
  z-index: 100;
}

/* end PageFooter */



/* SPACER */

.spacer
{
  position: relative;
  margin: 0  auto;
  width: 898px;
  height: 10px;
  z-index: 100;
}

.spacer .l, .spacer .r, .spacer .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 10px;
}

.spacer .l
{
  left: 0;
  right: 0px;
}


.spacer .r
{
  right: 0;
  width: 0px;
}


.spacer .r div
{
  width: 898px;
  right: 0;
}


.spacer .l, .spacer .r div
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/spacer.png');
}

/* END SPACER */




/* begin Box, Box */
.Box
{
  overflow: hidden;
  min-width:29px;
  min-height:29px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.Box-body
{
  position: relative;
  z-index: 0;
  margin: 4px;
}

.Box-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url('images/img-box-s.png');
}

.Box-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}

.Box-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -20px;
  width: 40px;
  height: 40px;
  background-image: url('images/img-box-s.png');
}

.Box-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.Box-bl div
{
  position: absolute;
  z-index: -1;
  top: -20px;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url('images/img-box-s.png');
}

.Box-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
}

.Box-br div
{
  position: absolute;
  z-index: -1;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  background-image: url('images/img-box-s.png');
}

.Box-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 20px;
  right: 20px;
  height: 20px;
}

.Box-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url('images/img-box-h.png');
}

.Box-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 20px;
}

.Box-bc div
{
  position: absolute;
  z-index: -1;
  top: -20px;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url('images/img-box-h.png');
}

.Box-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 20px;
  left: 0;
  width: 20px;
  bottom: 20px;
}

.Box-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background-image: url('images/img-box-v.png');
}

.Box-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 20px;
  right: 0;
  width: 20px;
  bottom: 20px;
}

.Box-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -20px;
  width: 40px;
  height: 100%;
  background-image: url('images/img-box-v.png');
}

.Box-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-image: url('images/img-box-c.png');
}


.Box
{
  margin: 1px;
}

.Box table.table
{
  border-collapse: collapse;
  margin: 1px;
}

.Box table.table th, .Box table.table td
{
  padding: 1px;
}


.Box table.table td
{
  vertical-align: top;
}
/* end Box, Box */



/* begin BoxHeader */
.BoxHeader
{
  position: relative;
  overflow: hidden;
  height: 25px;
  z-index: 0;
  line-height: 30px;
  padding: 0 0px;
  margin-bottom: 0px;
}

.BoxHeader-text
{
  white-space : nowrap;
  color: #FFFFFF;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  line-height: 25px;
}


.BoxHeader .l, .BoxHeader .r, .BoxHeader .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 25px;
}

.BoxHeader .l
{
  left: 0;
  right: 11px;
}


.BoxHeader .r
{
  right: 0;
  width: 11px;
}


.BoxHeader .r div
{
  width: 898px;
  right: 0;
}


.BoxHeader .l, .BoxHeader .r div
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/BoxHeader.png');
}



.header-tag-icon
{
  display:inline-block;
  background-position:left top;
  background-image: url('images/BoxHeaderIcon.png');
  padding:0 0 0 15px;
  background-repeat: no-repeat;
  min-height: 18px;
  margin: 0 0 0 5px;
}

/* end BoxHeader */


/* begin Box, BoxContent */
.BoxContent
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.BoxContent-body
{
  position: relative;
  z-index: 0;
  margin: 0px 0px 2px 10px;
}


.BoxContent-body
{
  color:#D4D4D4;
/*  font-family: Arial, Helvetica, Sans-Serif;*/
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 110%;
}

.BoxContent-body a:link, a.external:link
{
  color: #95BAD6;
  /*font-family: Arial, Helvetica, Sans-Serif;*/
  text-decoration: none;
}

.BoxContent-body a:visited, .BoxContent-body a.external:visited
{
  color: #c2c2c2;
/*  font-family: Arial, Helvetica, Sans-Serif;*/
  text-decoration: none;
}

#wikitext .BoxContent-body a:visited, .BoxContent-body a.external:visited
{
  color: #c2c2c2;
  /*font-family: Arial, Helvetica, Sans-Serif*/
  text-decoration: none;
}


.BoxContent-body a:hover, a.external:hover
{
  color: #FFFFFF;
/*  font-family: Arial, Helvetica, Sans-Serif;*/
  text-decoration: none;
}


.BoxContent-body ul
{
  list-style-type: none;
  color: #E8E8E8;
  margin:0 0 0 0;
  padding:0;
}

.BoxContent-body ul ul
{
  list-style-type: none;
  color: #E8E8E8;
  margin:0 0 5px 0;
  padding:0;
}




.BoxContent-body .lastsubmenu ul
{
  list-style-type: none;
  color: #E8E8E8;
  margin:0 0 0px 0;
  padding:0;
}


.BoxContent-body li
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  text-decoration: none;
}

.BoxContent-body ul li
{
  padding:0px 0 0px 16px;
  background-image: url('images/BoxContentBullets.png');
  background-repeat:no-repeat;
  margin:0.2em 0 0.2em 0;
  line-height:1.2em;
}

.BoxContent-body ul ul li
{
  padding:0px 0 0px 12px;
  background-image: url('images/BoxContentBullets-S.png');
  background-repeat:no-repeat;
  margin:0.2em 0 0.2em 10px;
  line-height:1.2em;
}

/* end Box, BoxContent */



