/*
 ** MediaWiki 'Cavendish' style sheet for CSS2-capable browsers.
 ** Copyright Mozilla Foundation - http://www.mozilla.org/
 ** License: GPL (http://www.gnu.org/copyleft/gpl.html)
 **
 ** Loosely based on the monobook style by Gabriel Wicke
 */

/* mozilla.org Cavendish Content Styles
 * Design by SilverOrange
 * Markup Reference classes organized by fantasai
 */

/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/* TOC:
 Body
 Random HTML Styles
 Forms
 General Structure
 Navigation
 Quotations
 Comments and Other Asides
 Emphasis
 Computers - General
 Code
 Examples and Figures
 Q and A (FAQ)
 Tables
 Meta

 Body */

 
#column-content, #side {
    background: #fff;
    line-height: 1.7em;
    /* value other than 'normal' needed for WinIE */
    color: #000;
}
#column-content #content {
	margin-top: 0;
}

.deepLevel #column-content {
    line-height: 1.4em;
}


/* Random HTML Styles */
hr {
    height: 1px;
    background-color: #aaa;
    color: #aaa;
    margin: .2em 0 .2em 0;
    border: 1px solid #fff;
    border-top: 1px solid #ccc;
}
/* General Structure */
body {
    font-family: /*Gill Sans, Calibri,Helvetica,*/  Verdana, /*Arial,*/ sans-serif;
    //background: url("subsite_back.png") repeat-x;
    background-color: #fff;
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 20px;
    padding-top: 0;
    color: #000;
	font-size: 110%;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
    color: black;
    background: none;
    font-weight: normal;
    margin-top: 0.5em;
    margin-bottom: 0.8em;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: 1px solid #aaa;
/*    font-family: Verdana, sans-serif; */
}

h3,h4,h5,h6 {
    border-bottom: none;
    font-weight: bold;
}

h1 .editsection,h2 .editsection,h3 .editsection,h4 .editsection,h5 .editsection,h6 .editsection
    {
    font-size: 7pt;
    font-weight: normal;
}

h1 {
    font-size: 160%;
    font-weight: normal;

}

#firstHeading {
	margin-top: 0.1em;
	padding-top: 0.2em;
	
	
	/*text-shadow: 0.1em 0.1em 0.2em grey; */
}

h2 {
    font-size: 140%;
    font-weight: normal;
}

h3 {
    font-size: 120%;
    color: #226BBB;
}

h4 {
    font-size: 100%;
}

h5 {
    font-size: 90%;
}

h6 {
    font-size: 90%;
    border: 0;
}

caption {
	font-size: 1.3em;
	font-weight: bold;
}

/* Navigation */
:link, a {
    text-decoration: none;
    color: #039;
}

:visited {
    color: #5a3696;
    text-decoration: none;
}

:link :hover, :visited :hover, a:hover {
    color: #333;
    text-decoration: underline;
}
:link :focus, :visited :focus, a:focus {
    color: #333;
    text-decoration: underline;
}

:link :active, a:active {
    color: #faa700;
}

a.stub {
    color: #772233;
}

a.new,#p-personal a.new {
    color: #ba0000;
}

a.new:visited,#p-personal a.new:visited {
    color: #a55858;
}

/* Comments and other Asides */
.note {
    color: #666;
    font-style: normal;
}

.remark {
    color: #666;
}

.sidenote {
    border: #666;
}

.key-point:before {
    line-height: 0.1;
    font-size: 1px;
    background: transparent url("../../images/key-point_tr.gif") no-repeat
        top right;
    margin: -15px -15px 0 -15px;
    height: 15px;
    display: block;
    border: none;
    content: url("../../images/key-point_tl.gif");
}

.key-point {
    background: #e4ecec url("../../images/key-point_back.gif") right
        repeat-y;
    padding: 15px;
    margin-bottom: 1em;
}

.key-point:after {
    display: block;
    clear: both;
    padding-top: 15px;
    line-height: 0.1;
    font-size: 1px;
    content: url("../../images/key-point_bl.gif");
    margin: -15px;
    height: 8px;
    background: transparent url("../../images/key-point_br.gif") scroll
        no-repeat bottom right;
}

.key-point h2,.key-point h3,.key-point h4,.key-point h5 {
    border: none;
    margin-top: 0;
    color: #4C5C5C;
}

.news dt {
    font-weight: normal;
    color: #666;
}

.news dt a {
    font-weight: bold;
}

ul.compact {
    margin-left: 0;
    padding-left: 20px;
}
/* Emphasis */
/* Computers - General */
kbd {
    margin: 0.1em;
    padding: 0.1em;
    border: 1px #ccc;
}

kbd.command,code.command {
    color: #6B5839;
}
/* Code */
/*pre.code {
    background: #EEECF6;
}

code>em,code>strong,pre.code>em,pre.code>strong {
    font-style: normal;
}
*/
/* Examples and Figures */
div.example {
    border-color: #554FA0;
}

div.example:before {
    color: #666;
}
/* Q and A (FAQ) */
ol.faq li a {
    text-decoration: none;
    border-bottom: 1px dotted #6C98EE;
}

ol.faq li a:hover {
    border-color: #039;
}
/* Tables */
table {
    line-height: 1.4em;
}

#content table {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    }
    
table.data {
    border-collapse: collapse;
    margin: 0.5em auto;
    border: 1px solid;
}

table.data caption {
    margin: 1em auto 0.2em;
    font-size: small;
    font-style: italic;
    text-align: center;
}

table.data th,table.data td {
    padding: 0.2em;
    border: 1px solid #ccc;
    vertical-align: baseline;
}

table.data tbody th:first-child {
    text-align: right;
}

table.data thead th {
    background: #e4ecec;
    empty-cells: hide;
    vertical-align: bottom;
}

tr.odd {
    background: #F5F5F5;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../../extensions/hexonet/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}

.icon-white {
  background-image: url("../../extensions/hexonet/glyphicons-halflings.png");
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-download {
  background-position: -120px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-file {
  background-position: -24px -24px;
}



table.hexonet {
  max-width: 800px;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  width: 800px;
  margin-bottom: 0px;


}

table.hexonet th,
table.hexonet td {
  padding: 5px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #dddddd;



}

table.hexonet th {
  font-weight: bold;
  


}

table.hexonet thead th {
  vertical-align: bottom;
}

table.hexonet caption + thead tr:first-child th,
table.hexonet caption + thead tr:first-child td,
table.hexonet colgroup + thead tr:first-child th,
table.hexonet colgroup + thead tr:first-child td,
table.hexonet thead:first-child tr:first-child th,
table.hexonet thead:first-child tr:first-child td {
  border-top: 0px;
}

table.hexonet tbody + tbody {
  border-top: 2px solid #dddddd;

}

table.hexonetitem {
  max-width: 800px;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  width: 800px;
  margin: 0px;
  


}

table.hexonetitem th,
table.hexonetitem td {
  padding: 5px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
  color: #226BBB;



}

table.hexonetitem th {
  font-weight: bold;
  


}

table.hexonetitem thead th {
  vertical-align: bottom;
}

table.hexonetitem caption + thead tr:first-child th,
table.hexonetitem caption + thead tr:first-child td,
table.hexonetitem colgroup + thead tr:first-child th,
table.hexonetitem colgroup + thead tr:first-child td,
table.hexonetitem thead:first-child tr:first-child th,
table.hexonetitem thead:first-child tr:first-child td {
  border-top: 0px;
}

table.hexonetitem tbody + tbody {
  border-top: 2px solid #dddddd;

}


.mw-datatable {
 border-collapse: collapse;
}
.mw-datatable,
.mw-datatable td,
.mw-datatable th {
 border: 1px solid #aaaaaa;
 padding: 0 0.15em 0 0.15em;
}
.mw-datatable th {
 background-color: #226BBB;
}
.mw-datatable td {
background-color: #ffffff;
}
.mw-datatable tr:hover td {
background-color: #eeeeff;
}


table.wikitable {
	width: 10px;
    margin-top: 0;
    margin-bottom: 1em;
    background-color: #f9f9f9;
    border-collapse: collapse;
    empty-cells: show;
    border-width: 0px;
    border-style: solid;
    border-color: #AAA;
    padding: 0;
    line-height: 1.6em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

table.wikitable th {
    //background-color: #e0e9e9;

    border: 0px #aaa solid;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

table.sortable th {
    color:#FFFFFF;
    white-space: nowrap;
    border: 1px #aaa solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

table.wikitable td {
    border: 1px #aaa solid;
    
    padding: 0.2em;
}

table.wikitable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}

.NavFrame {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    }

/* Meta */
address {
    color: #666;
    text-align: right;
}

.author {
    margin-bottom: 1em;
    text-align: left;
}

#globalWrapper {
    margin: 0 auto;
    font-size: 9.5pt;
/*	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
}

#mBody {
    clear: both;
    padding: 0;
    font-size: 9pt;
}

#side {
    float: left;
    width: 15%;
    margin-bottom: 1em;
    font-size: 8.5pt;
}

#column-content {
    float: right;
    width: 83%;
    margin-bottom: 1em;
}

.nomenu #column-content {
    float: none;
    width: 100%;
}

.bodyleft {
    float: right !important;
    width: 75% !important;
}

#column-content.right {
    float: left;
    width: 62%;
    font-size: 9pt;
}

#side.right {
    float: right;
    width: 35%;
}

/* Sidebar */
#getcd {
    margin: 1em 0 0 45px;
}

/*accessibility tweaks*/
.skipLink {
    position: absolute;
    left: -999px;
    width: 990px;
}

hr.hide {
    display: none;
}

/* Header */
#header {
    margin-bottom: 1em;
    //background: #455372 url("header_bl.png") bottom left repeat-x;
	//background: #ffffff;
    position: relative;
    min-height: 39px;
    height: 5em;
    padding: 0;
    height: 3em;
    padding: 18px 0;
    border-bottom: 1px solid #cccccc;
}

#p-cactions {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0 15px 0 0;
	overflow: hidden;
	z-index: 3;
	//background: url(header_br.gif) no-repeat scroll right bottom transparent;
	white-space: nowrap;
}
#p-cactions h5 {
	display: none;
}
#p-cactions .pBody {
	padding: 0;
	background-color: transparent;
	border: none;
	font-size: 85%;
	font-weight: bold;
}
#p-cactions ul {
	list-style: none;
	line-height: 0.8em;
}
#p-cactions li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0 6px 0 0;
	overflow: visible;
	//background: url(header_tab.gif) no-repeat scroll 100% -600px transparent;
	background: #ffffff;
	border-bottom: 0px solid #515358;
	display: inline;
    white-space: nowrap;
    font-size: 7.5pt;
}

#p-cactions li a {
	display: block;
	float: left;
	margin: 0;
	padding: 4px 4px 4px 10px;
	z-index: 0;
	//background: url(header_tab.gif) no-repeat scroll 0 -600px transparent;
	//background: #226BBB;
	background: #ffffff;
	color: #000000;
	border: none;
	text-decoration: none;
}

#p-cactions li div.share-wrapper {
	display: block;
	float: left;
	margin: 0;
	padding-left: 10px;
	z-index: 0;
	//background: url(header_tab.gif) no-repeat scroll 0 -600px transparent;
	//background: #226BBB;
	background: #ffffff;
	color: #000000;
	border: none;
	text-decoration: none;
}

#p-cactions li:hover {
	background-position: 100% -400px;
}
#p-cactions li:hover a,
#p-cactions li a:hover, #p-cactions li:hover div.share-wrapper,
#p-cactions li div.share-wrapper:hover {
	z-index: 3;
	background-position: 0 -400px;
    text-decoration: none;
    border-bottom: 0px;
}
#p-cactions li.selected {
	background-position: 100% -200px;
	border-bottom: 1px solid #FFF;
    font-weight: normal;
}
#p-cactions li.selected a {
	z-index: 3;
	background-position: 0 0;
	//color: #455372;
	color: #000000;

}
#p-cactions .new a {
	//color: #FFD955;
	color: #000000;

}
#p-cactions .hiddenStructure {
	display: none;
}

/* offsets to distinguish the tab groups */
#p-cactions li#ca-talk, #p-cactions li#ca-watch,#p-cactions li#ca-unwatch {
    margin-right: 1.6em;
}

#p-cactions li#ca-edit {
    font-weight: normal;    
}

div#header {
    clear: both;
}

#header h6 a {
    display: block;
    text-indent: -700em;
    text-decoration: none;
}

#header h6 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 2px;
    //background: url("header_tl.gif") no-repeat;
    height: 8px;
    z-index: 100; /* above the UL */
   padding-left:5px;
}

/* P-Personal */
#p-personal {
    margin-bottom: 0;
}

#p-personal h5 {
    display: none;
}

#p-personal .pBody {
    line-height: 19px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 1.4em;
    text-align: right;
    white-space: nowrap;
    border: none;
    z-index: 0;
    overflow: visible;
    background: none;
    padding: 0;
}

#p-personal .portlet {
    padding: 0;
    margin: 0;
    border: none;
    z-index: 0;
    overflow: visible;
    background: none;
}

#p-personal .top-nav-element {
    display: inline;
    margin: 0;
    height: 25px;
    font-size: 10px;
    padding: 0;

}

#p-personal .top-nav-left {
    width: 7px;
    height: 25px;
    display: inline;
    //background: url("top-left.png") no-repeat;
    padding-top: 5px;
    padding-right: 4px;
    padding-bottom: 8px;
    margin-left: 3px;
    margin-right: -1px;
}

#p-personal .top-nav-right {
    width: 7px;
    height: 25px;
    display: inline;
    //background: url("top-right.png") no-repeat;
    padding-top: 5px;
    padding-left: 4px;
    padding-bottom: 8px;
    margin-left: -1px;
    margin-right: 3px;
}

#p-personal .top-nav-mid {
    text-decoration: none;
    height: 25px;
    display: inline;
    //background: url("top-mid.png") repeat-x;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 8px;
    margin-left: -4px;
    margin-right: -4px;
    font-size: 10px;
    /*text-shadow: 0.1em 0.1em 0.1em grey; */
}

#-userpage a,#pt-mytalk a {
    font-weight: bold;
}

/*
 #p-personal {
 width:100%;
 white-space:nowrap;
 padding: 0;
 margin: 0;
 position:absolute;
 left:0px;
 top:0px;
 z-index: 0;
 border: none;
 background: none;
 overflow: visible;
 line-height: 1.2em;
 }
 */

/* this is the ul contained in the portlet */
#p-personal ul {
    border: none;
    line-height: 22px;
    color: #2f6fab;
    /* padding: 0em 2em 0 3em; */
    margin: 0;
    text-align: right;
    /* text-transform: lowercase; */
    list-style: none;
    z-index: 0;
    background: none;
}
/*
 #p-personal li {
 z-index:0;
 border:none;
 padding:0;
 display: inline;
 color: #2f6fab;
 margin-left: 1em;
 line-height: 1.2em;
 background: none;
 }
 #p-personal li a {
 text-decoration: none;
 color: #005896;
 padding-bottom: 0.2em;
 background: none;
 }
 #p-personal li a:hover {
 background-color: White;
 padding-bottom: 0.2em;
 text-decoration: none;
 }
 
 */

/*
html.msie body #container #p-personal .top-nav-mid {
	padding-top: 5px;
	padding-bottom: 10px;
}

html.msie body #container #p-personal .top-nav-left {
	padding-top: 5px;
	padding-bottom: 10px;
}

html.msie body #container #p-personal .top-nav-right {
	padding-top: 5px;
	padding-bottom: 10px;
}
*/


/*
 ** the main content area
 */
h3#siteSub {
    display: none;
    font-size: 0.75em;
    color: #aaa;
}

#contentSub, #contentSub2 {
    font-size: 84%;
    line-height: 1.2em;
    margin: 0 0 0.8em 0;
    color: #7d7d7d;
    width: auto;
}

#contentSub div, #contentSub2 div {
	margin-right: 0;
}

#jump-to-nav {
    display: none;
}

span.subpages {
    display: block;
}

img {
    border: none;
    vertical-align: middle;
}

p {
    margin: .4em 0 .5em 0;
    line-height: 1.5em;
}

p img {
    margin: 0;
}

ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.4em 0 0.4em 1.5em;
    padding: 0;
    list-style-image: url("bullet.gif");
//    list-style-image: url("orange_check.png");
    font-weight: normal;
}

ol {
    line-height: 1.5em;
    margin: .3em 0 0 3.2em;
    padding: 0;
    list-style-image: none;
    font-weight: normal;
}

li {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

dt {
    font-weight: bold;
    margin-bottom: .1em;
}

dl {
    margin-top: .2em;
    margin-bottom: .5em;
}

dd {
    line-height: 1.5em;
    margin-left: 2em;
    margin-bottom: .1em;
}

sup,sub {
    font-size: 0.8em;
}

legend {
    font-size:10pt;
    font-weight: bold;
    margin-bottom: 0.5em;
    }

fieldset {
    border: 1px solid #2f6fab;
    margin: 1em 0 1em 0;
    padding: 0 1em 1em;
    line-height: 1.5em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
}

fieldset fieldset {
    background-color: #E0E9E9;
    }

fieldset.nested {
    margin: 0 0 0.5em 0;
    padding: 0 0.5em 0.5em;
}

form {
    border: none;
    margin: 0;
}

textarea {
    width: 100%;
    padding: .1em;
}

input.historysubmit {
    padding: 0 .3em .3em .3em !important;
    cursor: pointer;
    height: 1.7em !important;
    margin-left: 1.6em;
}

input#wpSummary {
    width: 80%;
}

input {
	margin: 2px;
}

/*
fieldset input, fieldset select {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 2px inset;
	background: white;
}
*/

input[type="submit"] {
    cursor: pointer;
}

/* nested elements */
td > p, td > div {
	margin: 0;
	padding:0;
}

#wpSave {
    font-weight: bold;
}

select {
	vertical-align: top;
}

abbr,acronym,.explain {
    border-bottom: 1px dotted black;
    color: black;
    background: none;
    cursor: help;
}

/*
q, blockquote {
    font-family: "times new roman", serif;
	font-size: 1.15em;
}
*/

/* Code */
/*code,pre,tt { /* override IE6 default 
    font-size: 1em;
    font-family: "Courier New", monospace;
    overflow: auto;
}

code,tt {
    background-color: #f9f9f9;
    white-space: nowrap;
}

code.long,tt.long {
    display: block;
    margin: 0.1em 1em;
    white-space: normal;
}
*/
/*pre {
    border: 1px dashed #2f6fab;
    color: black;
    background-color: #f9f9f9;
    line-height: 1.1em;
    padding: 15px 20px 15px 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

pre.code {
    overflow: auto;
    margin: 1em .5em;
    padding: .2em;
    border: solid 1px;
}
*/
pre.code .remark {
    font-size: 1em;
    font-style: italic;
}

/* turn off content generation */
pre.code .remark:before,pre.code .remark:after,pre.code .note:before {
    content: "";
}

/* user notification thing */
.usermessage {
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    color: black;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#sitenotice {
    text-align: center;
    font-size: 95%;
    padding: 0.9em 0.9em 0 0.9em;
    margin-top: -1em;
    margin-bottom: 0.5em;
}

#sitenotice p {
    margin: 0;
    padding: 0;
}

#catlinks {
    border: 1px solid #aaaaaa;
    background-color: #f9f9f9;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 1em;
    clear: both;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* emulate center */
.center {
    width: 100%;
    text-align: center;
}

* .center * {
    margin-left: auto;
    margin-right: auto;
}

/* small for tables and similar */
.small,.small * {
    font-size: 94%;
}

table.small {
    font-size: 100%
}

/*
 ** content styles
 */
.successbox, .errorbox, .warningbox {
    border-width:1px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 1em;
    padding-left:5em;
    padding-right:5em;
    text-align: center;
	margin-left: auto;
	margin-right: auto;
    } 
   
.successbox p, .errorbox p, .warningbox p {
    width: 100%;
    }
    
.successbox {
	color: green;
	box-shadow: 0 0 2px green;
}

.errorbox {
	color: red;
	background-color:#FFDDDD;
	box-shadow: 0 0 2px red;
}

.warningbox {
	color: #FFA500;
	box-shadow: 0 0 2px #FFA500;
}

#toc,.toc,.mw-warning {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 5px;
    font-size: 95%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#editpage-copywarn {
	margin-top: 2em;
	margin-bottom: 2em;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0.5em;
}

#mw-anon-edit-warning, .mw-warning-with-logexcerpt, .mw-editinginterface {
 	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-width: 1px;
}

#toc h2,.toc h2 {
    display: inline;
    border: none;
    padding: 0;
    font-size: 100%;
    font-weight: bold;
}

#toc #toctitle,.toc #toctitle,#toc .toctitle,.toc .toctitle {
    text-align: center;
}

#toc ul,.toc ul {
    list-style-type: none;
    list-style-image: none;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
}

#toc ul ul,.toc ul ul {
    margin: 0 0 0 2em;
}

#toc .toctoggle,.toc .toctoggle {
    font-size: 94%;
}

.mw-warning {
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
}

.mw-plusminus-pos {
    color: #006400; /* darkgreen */
}

.mw-plusminus-null {
    color: #aaaaaa; /* grey */
}

.mw-plusminus-neg {
    color: #8b0000; /* darkred */
}

#content table.mw-enhanced-rc {
    margin-bottom: 0.1em;   
}

#mw-pref-clear {
    clear: both;
}

table#mw_metadata {
    margin-left: 0;
    margin-top: 1em;
}

table#mw-prefixindex-list-table {
    width: 100%   
}

#mw-hidden-catlinks {
	font-style: italic;
	color: gray;
}

span.comment {
	color:gray;
}

.mw-specialpagecached {
    font-style: italic;
}

table.filehistory {
    overflow: scroll;
    width: 100%;
    font-size: 0.9em;
}

/* images */
img.floatright,img.float-right {
    clear: right;
    float: right;
    position: relative;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
    padding: 5px;
}

img div.floatright p,img div.float-right p {
    font-style: italic;
}

img.floatleft,img.float-left {
    float: left;
    clear: left;
    position: relative;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    padding: 5px;
}

img div.floatleft p,img div.float-left p {
    font-style: italic;
}

/* thumbnails */
div.thumb {
    margin-bottom: 0.5em;
    border-style: solid;
    border-color: white;
    width: auto;
}

div.thumb div {
    background-color: #f9f9f9;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}

div.thumbinner {
    border: 1px solid #cccccc;
    padding: 3px !important;
    background-color: #f9f9f9;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

li.gallerybox div.thumb {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    box-shadow: 5px 5px 5px #ccc;
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
}

div.thumb div a img {
/*    border: 1px solid #cccccc; */
}

div.thumbinner div.thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.4em;
    padding: 0.3em 0 0.1em 0.2em;
}

div.magnify {
    float: right;
    border: none !important;
    background: none !important;
}

div.magnify a,div.magnify img {
    display: block;
    border: none !important;
    background: none !important;
}

div.tright,.float-right,.floatright {
    clear: right;
    float: right;
    position: relative;
    margin-left: 0.7em;
    margin-right: 0;
}

table.float-right,table.floatright {
    margin-left: 0.7em;
    margin-right: 0;
}

div.tleft,.float-left,.floatleft {
    float: left;
    clear: left;
    position: relative;
    margin-right: 0.7em;
    margin-left: 0;
}

table.float-left,table.floatleft {
    margin-right: 0.7em;
    margin-left: 0;
}

.urlexpansion,.hiddenstructure {
    display: none;
}

img.tex {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

span.texhtml {
    font-family: "times new roman", serif;
}

/*
 ** classes for special content elements like town boxes
 ** intended to be referenced directly from the wiki src
 
 ** User styles

 table standards */
table.rimage {
    float: right;
    position: relative;
    margin-left: 1em;
    margin-bottom: 1em;
    text-align: center;
}

.toccolours {
    border: 1px solid #aaaaaa;
    background-color: #f9f9f9;
    padding: 5px;
    font-size: 95%;
}

div.townbox {
    position: relative;
    float: right;
    background: white;
    margin-left: 1em;
    border: 1px solid gray;
    padding: 0.3em;
    width: 200px;
    overflow: hidden;
    clear: right;
}

div.townbox dl {
    padding: 0;
    margin: 0 0 0.3em 0;
    font-size: 96%;
}

div.townbox dl dt {
    background: none;
    margin: 0.4em 0 0 0;
}

div.townbox dl dd {
    margin: 0.1em 0 0 1.1em;
    background-color: #f3f3f3;
}

div.sideBox {
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/*
 ** edit views etc
 */
.special li {
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}

/* Page history styling */ /* the auto-generated edit comments */
.autocomment {
    color: gray;
}

#pagehistory span.user {
    margin-left: 1.4em;
    margin-right: 0.4em;
}

#pagehistory span.minor {
    font-weight: bold;
}

#pagehistory li {
    border: 1px solid white;
	padding: 2px;
	border-radius: 3px;
}

#pagehistory li:focus, #pagehistory li:hover {
	box-shadow: 0 0 2px inset;
}

#pagehistory li.selected {
    background-color: #f9f9f9;
    border: 1px dashed #aaaaaa;
	border-radius: 3px;
}

/*
 ** Diff rendering
 */
table.diff {
    background: white;
}

td.diff-otitle {
    background: #ffffff;
}

td.diff-ntitle {
    background: #ffffff;
}

td.diff-addedline {
    background: #ccffcc;
    font-size: smaller;
}

td.diff-deletedline {
    background: #ffffaa;
    font-size: smaller;
}

td.diff-context {
    background: #eeeeee;
    font-size: smaller;
}

span.diffchange {
    color: red;
    font-weight: bold;
}

/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
#bodyContent a.external,#bodyContent a[href ^="gopher://"] {
    background: url("external.png") center right no-repeat;
    padding-right: 13px;
}

.rtl #bodyContent a.external,.rtl #bodyContent a[href ^="gopher://"] {
    background-image: url("external-rtl.png");
}

#bodyContent a[href ^="https://"],.link-https {
    background: url("lock_icon.gif") center right no-repeat;
    padding: 0 16px;
}

#bodyContent a[href ^="mailto:"],.link-mailto {
    background: url("mail_icon.gif") center right no-repeat;
    padding: 0 18px;
}

#bodyContent a[href ^="news://"] {
    background: url("news_icon.png") center right no-repeat;
    padding: 0 18px;
}

#bodyContent a[href ^="ftp://"],.link-ftp {
    background: url("file_icon.gif") center right no-repeat;
    padding: 0 18px;
}

#bodyContent a[href ^="irc://"],#bodyContent a.extiw[href ^="irc://"],.link-irc
    {
    background: url("discussionitem_icon.gif") center right no-repeat;
    padding: 0 18px;
}

#bodyContent a[href ^="skype:"],.link-skype {
    background: url("discussionitem_icon.gif") center right no-repeat;
    padding: 0 18px;
}

#bodyContent a.external[href $=".ogg"],#bodyContent a.external[href $=".ogg"],#bodyContent a.external[href
    $=".mid"],#bodyContent a.external[href $=".mid"],#bodyContent a.external[href
    $=".midi"],#bodyContent a.external[href $=".midi"],#bodyContent a.external[href
    $=".mp3"],#bodyContent a.external[href $=".mp3"],#bodyContent a.external[href
    $=".wav"],#bodyContent a.external[href $=".wav"],#bodyContent a.external[href
    $=".wma"],#bodyContent a.external[href $=".wma"],#bodyContent a.external[href $=".m4a"],.link-audio {
    background: url("audio.png") center right no-repeat;
    padding: 0 13px;
}

#bodyContent a.external[href $=".ogm"],#bodyContent a.external[href $=".ogm"],#bodyContent a.external[href
    $=".avi"],#bodyContent a.external[href $=".avi"],#bodyContent a.external[href
    $=".mpeg"],#bodyContent a.external[href $=".mpeg"],#bodyContent a.external[href
    $=".mpg"],#bodyContent a.external[href $=".mpg"],#bodyContent a.external[href $=".m4v"],.link-video {
    background: url("video.png") center right no-repeat;
    padding: 0 13px;
}

#bodyContent a.external[href $=".pdf"], #bodyContent a.external[href $=".doc"], #bodyContent a.external[href
    $=".docx"],#bodyContent a.external[href $=".odt"], .link-document {
    background: url("document.png") center right no-repeat;
    padding: 0 12px;
}

/* for rtl wikis */
.rtl #bodyContent a.external {
    background-position: left;
    padding-right: 0;
}

.rtl a.feedlink {
    background-position: right;
    padding-right: 16px;
    padding-left: 0;
}

/* correction for ltr wikis */
.ltr #bodyContent a.external {
    padding-left: 0;
}

/* disable interwiki styling */
#bodyContent a.extiw,#bodyContent a.extiw:active {
    color: #36b;
    background: none;
    padding: 0;
}

#bodyContent a.external {
    color: #36b;
}

/* this can be used in the content area to switch off
special external link styling */
#bodyContent .plainlinks a {
    background: none !important;
    padding: 0 !important;
}

/*
 ** Structural Elements
 */

/*
 ** general portlet styles (elements in the quickbar)
 */
.portlet {
    border: none;
    margin: 0 0 0.5em 0em;
    float: none;
    padding: 0;
    /*    width: 11.6em; */
    overflow: hidden;
}

.portlet h4 {
    font-size: 95%;
    font-weight: normal;
    white-space: nowrap;
}

.portlet h5 {
    background: transparent;
    padding: 0em 1em 0em 0.5em;
    /*    text-transform: lowercase; */
    display: inline;
    font-size: 100%;
    height: 1em;
    font-weight: normal;
    white-space: nowrap;
    border-bottom: none;
    
}

.portlet h6 {
    background: #ffae2e;
    border: 1px solid #2f6fab;
    border-style: solid solid none solid;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    display: block;
    font-size: 1em;
    height: 1.2em;
    font-weight: normal;
    white-space: nowrap;
}

.pbody {
    font-size: 95%;
    background: white;
    border-collapse: collapse;
    border: 1px solid #aaaaaa;
    padding: 0 0.8em 0.3em 0.5em;
}

.portlet h1,.portlet h2,.portlet h3,.portlet h4 {
    margin: 0;
    padding: 0;
    
}

//#p-navigation, #p-tb h5, #p-tb .pBody { display:none }

/*
.portlet ul {
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url("bullet.gif");
    font-size: 95%;
}

.portlet li {
    padding: 0;
    margin: 0;
}
*/

/* Sidebar */
#nav:before {
    line-height: 0.1;
    font-size: 1px;
    //background: transparent url("menu_tr.gif") no-repeat top right;
    margin: 0;
    height: 9px;
    display: block;
    border-bottom: 0px solid #ddd;
	background-color: #ffffff;
    content: url("key-point_tl.gif");
    
}

#nav {
    background: #E0E9E9 url("menu_back.gif") right repeat-y;
	line-height: 1em;
    margin-bottom: 1em;
    
}

#nav:after {
    display: block;
    padding-top: 0;
    line-height: 0.1;
    font-size: 1px;
    content: url("key-point_bl.gif");
    margin: 0 0 0 0;
    height: 8px;
    background: transparent url("menu_br.gif") scroll no-repeat bottom right;
    border-top: 1px solid #fff;
    
}

#nav,#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
	background-color: #226BBB;

    

    
    
}

#nav div,#nav li {
    display: inline;
    padding: 0;
    margin: 0;
    }

#nav div span { /* used for un-linked menu items */
    display: block;
    padding: 6px 10px;
    font-weight: bold;
    color: #666;
    /*text-shadow: 0.1em 0.1em 0.1em grey; */
}

#nav div h5 {
    display: block;
    padding: 4px 10px;
    font-weight: bold;
    color: #ffffff;
    

    /*text-shadow: 0.1em 0.1em 0.1em grey;*/
}

#nav div span#configParent,#nav div span #configuration {
    display: inline;
    font-weight: normal;
    padding: 0;
}

#nav div a[href ^="http://"] {
    background: #EDF2F2 none repeat scroll 0 0;
}

#nav div a:hover {
    background: #E0E9E9;
}

#nav div li span { /* used for un-linked menu items */
    padding: 4px 8px 4px 20px;
}

#nav div li a {
    padding: 6px 8px 6px 20px;
}

#nav div#searchBody {
	text-align: center;
}

#nav div form#searchform {
	background: #EDF2F2;
}
#nav div form#searchform input#searchInput {
	margin-top: 1em;
}
#nav div form#searchform input {
	margin-bottom: 1em;
}

#oN {
    background-color: #E0E9E9;
}

#oN :hover {
    background-color: #C6DCDC;
}

#nav div ul #feedlinks {
    display: block;
    padding: 8px 20px;
    text-decoration: none;
    background: #EDF2F2;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
    border-right: 1px solid #ddd;
   
}

#nav div ul #feedlinks #feed-rss {
    display: inline;
    padding: 8px 20px;
    background: #EDF2F2;
    border: none;
    padding: 0px;
}

#nav div ul #feedlinks  #feed-atom {
    display: inline;
    text-decoration: none;
    background: #EDF2F2;
    border: none;
    padding: 0px;
}

#nav .pBody {
    border: none;
}

/*
 ** Logo properties
 */
#p-logo {
    z-index: 3;
    position: absolute; /*needed to use z-index */
    top: 0;
    left: 0;
    height: 155px;
    width: 12em;
    overflow: visible;
}

#p-logo h5 {
    display: none;
}

#p-logo a,#p-logo a:hover {
    display: block;
    height: 155px;
    width: 12.2em;
    background-repeat: no-repeat;
    background-position: 35% 50% !important;
    text-decoration: none;
}

/*
 ** the navigation portlet
 */
#p-nav {
    position: relative;
    z-index: 3;

}

/*
 ** Search portlet
 */
#header form {
    display: inline;
}

#header #p-search {
    position: absolute;
    font-size: 10pt;
    top: 0;
    right: 0;
    padding: 15px 20px 0 0;
    //background: url("header_tr.gif") no-repeat top right;
    margin: 0; /* need for IE Mac */
    text-align: right; /* need for IE Mac */
    white-space: nowrap; /* for Opera */
}

#searchBody {
    display: inline;
}

#header form label,#header label {
    color: #000000;
    font-size: 8.5pt;
}

#header form input {
    font-size: 8.5pt;
}

#header form #submit {
    font-size: 8.5pt;
    background: #6A7389;
    color: #fff;
    padding: 1px 4px;
    border-right: 1px solid #283043;
    border-bottom: 1px solid #283043;
    border-top: 1px solid #9097A2;
    border-left: 1px solid #9097A2;
}

#header form #searchInput:hover,#header form #searchInput:focus {
    background: #fff;
}

#p-search { /*    position: relative; */
    z-index: 3;
    border-bottom: none;
}

#p-search .pbody {
    text-align: center;
    padding: 0.5em 0.4em 0.4em 0.4em;
}

#searchform input.searchbutton {
    margin-top: 1px;
    font-size: 8.5pt;
}
#searchform div {
	display:inline
}

#searchgobutton,#searchGoButton {
    padding-left: .5em;
    padding-right: .5em;
    font-weight: bold;
}

#header form #searchInput {
    width: 270px;
    font-size: 8.5pt;
    border: 1px solid #9097A2;
    background-color: #D9DBE1;
    padding: 2px;
    margin: 0 0.5em 0 0.5em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	box-shadow: 2px inset;
}

#searchInputResult {
	font-size: 8.5pt;
}

/*
 ** the remaining portlets
 */
#p-tbx,#p-lang {
    position: relative;
    z-index: 3;
}


/*
 ** Footer
 */
#footer {
    clear: both;
    margin-top: 1em;
    font-size: 7pt;
    border-top: 1px solid #999;
    padding-top: 2em;
    color: #666;
}

#footer ul {
    margin: 0 0 1em 0;
    padding: 0;
    line-height: 1.5em;
    list-style: none;
}

#footer li {
    margin: 0;
    white-space: nowrap;
}

#footer table {
	width:100%;
	text-align:center;
}

#f-list {
	width: 70%;
}

#f-list #f-credits {
    white-space: normal;
}

#footer td.f-iconsection {
	width:5%;
	text-align:center;
	vertical-align:top;
	padding-right:1em;
	white-space:nowrap
}

#f-list li {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

#footer #f-poweredbyico a, #footer #f-copyrightico a {
	display: list-item;
    margin-bottom: 5px;
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}

#footer p,#footer a {
    margin: 0.6em 0;
    display: inline;
    white-space: nowrap;
}

#f-about,#f-disclaimer,#f-privacy,#f-viewcount,#f-numberofwatchingusers
    {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}

/* js pref toc */
#preftoc {
    float: left;
    margin-right: 1em;
    margin-left: 0;
    margin-top: 1em;
    width: 13em;
    list-style-image: none;
    list-style-type: none;
}

#preftoc li {
    border: 1px solid #AAA;
    margin-bottom: 0.9em;
    padding: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	box-shadow: 2px 2px 2px;
}


#preftoc li.selected {
/*    border: 1px dashed #AAA; */
    font-weight: bold;
    background-color: #E0E9E9;
    }

#preftoc li:hover,#preftoc li:focus {
/*    border: 1px dashed #AAA; */
    background-color: #E0E9E9;
}

#preftoc a,#preftoc a:active {
    margin:1px;
    
}

#preftoc a:hover,#preftoc a:focus {
    text-decoration: none;
    margin:1px;
}

#prefcontrol {
    clear: both;
    float: left;
    margin-right: 1em;
}

div.prefsectiontip {
    font-size: 95%;
    margin-top: 1em;
}

fieldset.operaprefsection {
    margin-left: 15em
}

.mainLegend {
    display:none;
    } 
    
.prefsection {
    border: none;
    margin: 0;
    padding: 0;
    }

td.htmlform-tip {
    font-size: x-small;
    padding: .2em 2em;
    color: #666;
}

/*
 ** IE/Mac fixes, hope to find a validating way to move this
 ** to a separate stylesheet. This would work but doesn't validate:
 ** @import("IEMacFixes.css");
 */

/* tabs: border on the a, not the div */

/*
*>html #p-cactions li {
    border: none;
}

*>html #p-cactions li a {
    border: 1px solid #aaaaaa;
    border-bottom: none;
}

*>html #p-cactions li.selected a {
    border-color: #fabd23;
}
*/

/* footer icons need a fixed width */
*>html #f-poweredbyico,*>html #f-copyrightico {
    width: 88px;
}

*>html #mBody,*>html #mBody pre {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 25px;
}
/* more IE fixes */ /* float/negative margin brokenness */
* html #footer {
    margin-top: 0;
}

* html #column-content {
    display: inline;
    margin-bottom: 0;
}

* html div.editsection {
    font-size: smaller;
}

#pagehistory li.selected {
    position: relative;
}

/* Mac IE 5.0 fix; floated content turns invisible */
*>html #column-content {
    float: none;
}

*>html #column-one {
    position: absolute;
    left: 0;
    top: 0;
}

*>html #footer {
    margin-left: 13.2em;
}

.redirecttext {
    font-size: 150%;
    margin: 5px;
}

.printfooter {
    display: none;
}

.not_patrolled {
    background-color: #ffa;
}

div.patrollink {
    font-size: 75%;
    text-align: right;
}

span.newpage,span.minor,span.searchmatch {
    font-weight: bold;
}

span.unpatrolled {
    font-weight: bold;
    color: red;
}

span.searchmatch {
    color: red;
}

.sharedUploadNotice {
	font-style: italic;
	width: 100%; 
	font-size: 100%; 
	border: 1px solid #0000DD; 
	background-color:#DDDDFF; 
	margin-top: 3pt;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0 0 2px #0000DD;
}

span.updatedmarker { /*    color: black; */
    color: #00ff00;
}

span.newpageletter {
    font-weight: bold;
    color: black;
    background-color: yellow;
}

span.minoreditletter {
    color: black;
    background-color: #c5ffe6;
}

table.gallery {
    border: 1px solid #cccccc;
    margin: 2px;
    padding: 2px;
    background-color: #ffffff;
}

table.gallery tr {
    vertical-align: top;
}

table.gallery td {
    vertical-align: top;
    background-color: #f9f9f9;
    border: solid 2px white;
}

div.gallerybox {
    margin: 2px;
    width: 150px;
}

div.gallerybox div.thumb {
    text-align: center;
    border: 1px solid #cccccc;
    margin: 2px;
}

div.gallerytext {
    font-size: 94%;
    padding: 2px 4px;
}

/* ADDED BY DEB@DRIA.ORG FOR DEVMO WIKI */
.standard-table {
    border: solid black 1px;
    border-collapse: collapse;
}

.standard-table td {
    text-align: left;
    vertical-align: top;
    padding: 5px;
    border: solid #bbb 1px;
}

.standard-table td.header,.standard-table th {
    font-weight: bold;
    background: #ddd;
    border: solid #bbb 1px;
    text-align: left;
    padding: 0px 5px 0px 5px;
}

.fullwidth-table {
    border: solid #666 1px;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
}

.fullwidth-table td {
    text-align: left;
    vertical-align: top;
    padding: 5px 15px 5px 15px;
    border: solid #bbb 1px;
}

.fullwidth-table td.header,.fullwidth-table th {
    background: #ddd;
    border: solid #bbb 1px;
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
    padding: 0px 5px 0px 5px;
}

div.breadcrumbs {
    border: solid #888 1px;
    padding: 0px 5px 0px 5px;
    background: #ddd;
    margin: 5px 0px 10px 0px;
    font-size: 0.9em;
}

div.breadcrumbs a.breadcrumbs {
    text-decoration: none;
}

div.breadcrumbs span.breadcrumbs {
    font-weight: bold;
}

div.tip {
    border: solid green 2px;
    padding: 0px 10px 0px 10px;
    margin: 10px 0px 10px 0px;
    background: #dfd;
}

div.note { /*    border: solid goldenrod 2px; */
    padding: 0px 10px 0px 10px;
    margin: 10px 0px 10px 0px;
    background: #ffd;
    color: #000;
}

div.note:before {
    content: "";
}

.figure { /* for future use */
    
}

.originaldocinfo {
    font-size: 0.8em;
    background: #ffd;
    border: solid #cce 1px;
    width: auto;
    padding: 0px 10px 0px 10px;
    margin: 15px 0px 15px 0px;
}

.originaldocinfo p {
    line-height: 0.8em;
}

.originaldocinfo h2 {
    font-size: 1.3em;
    font-weight: bold;
}

.licenseblock {
    border: dashed #888 1px;
    background: #ddd;
    font-size: 0.8em;
    padding: 0px 10px 0px 10px;
}

.wrong-source-code {
    color: #d00;
}

.right-source-code {
    color: #0a0;
}

.template-toc {
    background: #ddd;
    font-size: 0.9em;
    border: solid black 1px;
    padding: 0px 10px 0px 10px;
    margin: 15px 0px 15px 0px;
    width: auto;
}

.prevnext {
    font-size: 0.9em;
    margin: 10px 0px 20px 0px;
}

div.highlight {
    border-left: solid blue 3px;
    padding-left: 15px;
}

span.highlightblue {
    color: blue;
}

span.highlightred {
    color: red;
}

.side-note {
    width: auto;
    padding: 0px 20px 0px 20px;
    margin: 10px 0px 10px 0px;
    border: solid #666 1px;
    background: #eee;
}

.side-note-left {
    float: left;
    width: 40%;
    padding: 0px 20px 0px 20px;
    margin: 10px 10px 10px 0px;
    border: solid #666 1px;
    background: #eee;
}

.side-note-right {
    float: right;
    width: 40%;
    padding: 0px 20px 0px 20px;
    margin: 10px 0px 10px 10px;
    border: solid #666 1px;
    background: #eee;
}

/* new for devmo topic pages */
.callout-box {
    float: right;
    border: solid black 1px;
    text-align: center;
    width: 200px;
    margin: 0px 0px 15px 15px;
    padding: 10px;
    background: #eee;
}

.topicpage-table {
    width: 100%;
}

.topicpage-table td {
    width: 50%;
    vertical-align: top;
    padding: 10px;
}

.alllinks {
    font-size: 10px;
    float: right;
}

.date {
    color: #668;
    font-style: italic;
}

.disambig {
    font-size: 0.9em;
    border-top: solid #aaa 1px;
    border-bottom: solid #aaa 1px;
}

.notice {
    font-size: 0.9em;
    border: solid #aaa 1px;
    padding: 5px;
    margin: 5px 0px 5px 0px;
}

.visualclear {
    clear: both;
}

/* Special:Recentchanges*/

.mw-special-Recentchanges ul.special {
	margin: 0;
	border-radius: 3px;
	border: 1px white solid;
}

.mw-special-Recentchanges ul.special li {
	list-style-type: none;
	list-style-image: none;
}

/** Special:Version */
table#sv-ext,table#sv-hooks,table#sv-software,#mw-version-entrypoints-table,.mw-special-Version #mw-content-text table {
    margin: 1em;
    padding: 0em;
}

#sv-ext td,#sv-hooks td,#sv-software td,#sv-ext th,#sv-hooks th,#sv-software th, .mw-special-Version #content td, .mw-special-Version #content th
    {
    border: 1px solid #a0a0a0;
    padding: 0 0.15em 0 0.15em;
}

#sv-ext th,#sv-hooks th,#sv-software th, .mw-special-Version #content th {
    background-color: #f0f0f0;
    color: black;
    padding: 0 0.15em 0 0.15em;
}

tr.sv-space {
    height: 0.8em;
    border: none;
}

tr.sv-space td {
    display: none;
}

/* Spezial:Allpages */
.allpageslist {
    margin: auto;
}

/* filetoc */
ul#filetoc {
    text-align: center;
    border: 1px solid #aaaaaa;
    background-color: #f9f9f9;
    padding: 5px;
    font-size: 95%;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
	border-radius: 3px;
}

#filetoc li {
    display: inline;
    list-style-type: none;
    padding-right: 2em;
}

.newpage {
    color: green;
}

.minor,.minoredit {
    color: gray;
}

.mw-line-odd {
	background-color: #EDF2F2;
}

.mw-line-even {
	background-color: #E0E9E9;
}

#qrcode {
	display:none;
}

.label,
.badge {
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success.top-right {
  background-color: #468847;
    position: relative;
    top: -6px;
    left: 1px;
    font-size: 7.998px;
    font-weight: lighter 200;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.alerthexonet {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alerthexonet-heading {
  color: inherit;
}
.alerthexonet .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alerthexonet-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alerthexonet-danger,
.alerthexonet-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alerthexonet-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alerthexonet-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alerthexonet-block > p,
.alerthexonet-block > ul {
  margin-bottom: 0;
}
.alerthexonet-block p + p {
  margin-top: 5px;
}

tablehexonet {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;

}
.tablehexonet {
  width: 100%;
  margin-bottom: 18px;
  
}

.hexonetheader {
  width: 900px;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  border: 1px solid #dddddd;

}

.hexonetheader tr,
.hexonetheader td {
  text-align: left;
  vertical-align: middle;
  border-top: 0px solid #dddddd;
  padding: 20px;
  
  
}


table.hexonetheader {
  max-width: 900px;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  width: 900px;
  height: 180px;
  margin-bottom: 0px;
  border: 1px solid #dddddd;
}

table.hexonetheader.ac {
  background-image: url("banner-ac.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.aero {
  background-image: url("banner-aero.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.centralnic {
  background-image: url("banner-centralnic.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.af {
  background-image: url("banner-af.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.ag {
  background-image: url("banner-ag.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.co.ag {
  background-image: url("banner-ag.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.ag {
  background-image: url("banner-ag.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.net.ag {
  background-image: url("banner-ag.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.org.ag {
  background-image: url("banner-ag.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.am {
  background-image: url("banner-am.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.asia {
  background-image: url("banner-asia.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.as {
  background-image: url("banner-as.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.at {
  background-image: url("banner-at.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.co.at {
  background-image: url("banner-at.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.or.at {
  background-image: url("banner-at.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.be {
  background-image: url("banner-be.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.biz {
  background-image: url("banner-biz.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.bz {
  background-image: url("banner-bz.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.co.bz {
  background-image: url("banner-bz.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.bz {
  background-image: url("banner-bz.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.net.bz {
  background-image: url("banner-bz.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.ca {
  background-image: url("banner-ca.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.cc {
  background-image: url("banner-cc.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.ch {
  background-image: url("banner-switch.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.cn {
  background-image: url("banner-cn.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.cn {
  background-image: url("banner-cn.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.net.cn {
  background-image: url("banner-cn.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.org.cn {
  background-image: url("banner-cn.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.cm {
  background-image: url("banner-cm.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.cm {
  background-image: url("banner-cm.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.co.cm {
  background-image: url("banner-cm.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.net.cm {
  background-image: url("banner-cm.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.co {
  background-image: url("banner-co.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com {
  background-image: url("banner-com.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.arcom {
  background-image: url("banner-arcom.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.br.com {
  background-image: url("banner-brcom.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.cn.com {
  background-image: url("banner-cncom.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.de.com {
  background-image: url("banner-decom.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.eu.com {
  background-image: url("banner-eucom.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.gb.com {
  background-image: url("banner-gbcom.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.hu.com {
  background-image: url("banner-hucom.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.jpn.com {
  background-image: url("banner-jpncom.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.kr.com {
  background-image: url("banner-krcom.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.no.com {
  background-image: url("banner-nocom.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.qc.com {
  background-image: url("banner-qccom.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.ru.com {
  background-image: url("banner-rucom.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.sa.com {
  background-image: url("banner-sacom.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.se.com {
  background-image: url("banner-secom.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.uk.com {
  background-image: url("banner-ukcom.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.us.com {
  background-image: url("banner-uscom.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.uy.com {
  background-image: url("banner-uycom.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.za.com {
  background-image: url("banner-zacom.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.cx {
  background-image: url("banner-cx.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.cz {
  background-image: url("banner-cz.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.de {
  background-image: url("banner-de.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.dk {
  background-image: url("banner-dk.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.cx {
  background-image: url("banner-cx.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.ec {
  background-image: url("banner-ec.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.es {
  background-image: url("banner-es.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.es {
  background-image: url("banner-es.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.nom.es {
  background-image: url("banner-es.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.org.es {
  background-image: url("banner-es.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.eu {
  background-image: url("banner-eu.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.fm {
  background-image: url("banner-fm.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.fi {
  background-image: url("banner-fi.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.fr {
  background-image: url("banner-fr.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.fr {
  background-image: url("banner-fr.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.gd {
  background-image: url("banner-gd.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.gg {
  background-image: url("banner-gg.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.gl {
  background-image: url("banner-gl.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.gs {
  background-image: url("banner-gs.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.gr {
  background-image: url("banner-gr.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.gy {
  background-image: url("banner-gy.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.co.gy {
  background-image: url("banner-gy.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.gy {
  background-image: url("banner-gy.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.net.gy {
  background-image: url("banner-gy.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.hk {
  background-image: url("banner-hk.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.hn {
  background-image: url("banner-hn.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.hn {
  background-image: url("banner-hn.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.net.hn {
  background-image: url("banner-hn.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.org.hn {
  background-image: url("banner-hn.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.ht {
  background-image: url("banner-ht.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.org.ht {
  background-image: url("banner-ht.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.ht {
  background-image: url("banner-ht.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.net.ht {
  background-image: url("banner-ht.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.info.ht {
  background-image: url("banner-ht.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.im {
  background-image: url("banner-im.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.co.im {
  background-image: url("banner-im.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.im {
  background-image: url("banner-im.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.net.im {
  background-image: url("banner-im.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.org.im {
  background-image: url("banner-im.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.plc.im {
  background-image: url("banner-im.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.in {
  background-image: url("banner-in.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.co.in {
  background-image: url("banner-in.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.firm.in {
  background-image: url("banner-in.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.gen.in {
  background-image: url("banner-in.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.ind.in {
  background-image: url("banner-in.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.net.in {
  background-image: url("banner-in.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.org.in {
  background-image: url("banner-in.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.info {
  background-image: url("banner-info.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.io {
  background-image: url("banner-io.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.it {
  background-image: url("banner-it.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.je {
  background-image: url("banner-je.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.jobs {
  background-image: url("banner-jobs.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.jp {
  background-image: url("banner-jp.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.ki {
  background-image: url("banner-cocca.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.biz.ki {
  background-image: url("banner-cocca.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.ki {
  background-image: url("banner-cocca.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.net.ki {
  background-image: url("banner-cocca.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.org.ki {
  background-image: url("banner-cocca.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.info.ki {
  background-image: url("banner-cocca.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.la {
  background-image: url("banner-la.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.lc {
  background-image: url("banner-lc.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.lc {
  background-image: url("banner-lc.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.net.lc {
  background-image: url("banner-lc.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.org.lc {
  background-image: url("banner-lc.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.co.lc {
  background-image: url("banner-lc.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.li {
  background-image: url("banner-switch.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.lt {
  background-image: url("banner-lt.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.lu {
  background-image: url("banner-lu.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.lv {
  background-image: url("banner-lv.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.md {
  background-image: url("banner-md.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.me {
  background-image: url("banner-me.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.mg {
  background-image: url("banner-mg.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.mn {
  background-image: url("banner-mn.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.mobi {
  background-image: url("banner-mobi.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.ms {
  background-image: url("banner-ms.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.ms {
  background-image: url("banner-ms.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.org.ms {
  background-image: url("banner-ms.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.mu {
  background-image: url("banner-mu.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.mu {
  background-image: url("banner-mu.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.net.mu {
  background-image: url("banner-mu.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.org.mu {
  background-image: url("banner-mu.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.mx {
  background-image: url("banner-mx.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.mu {
  background-image: url("banner-mx.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.net {
  background-image: url("banner-net.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.se.net {
  background-image: url("banner-senet.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.nf {
  background-image: url("banner-nf.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.nf {
  background-image: url("banner-nf.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.net.nf {
  background-image: url("banner-nf.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.info.nf {
  background-image: url("banner-nf.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.nl {
  background-image: url("banner-nl.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.no {
  background-image: url("banner-no.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.nu {
  background-image: url("banner-nu.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.conz {
  background-image: url("banner-nz.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.org {
  background-image: url("banner-org.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.ae.org {
  background-image: url("banner-aeorg.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.us.org {
  background-image: url("banner-usorg.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.pe {
  background-image: url("banner-pe.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.pe {
  background-image: url("banner-pe.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.net.pe {
  background-image: url("banner-pe.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.org.pe {
  background-image: url("banner-pe.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.nom.pe {
  background-image: url("banner-pe.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.ph {
  background-image: url("banner-ph.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.pro {
  background-image: url("banner-pro.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.med.pro {
  background-image: url("banner-pro.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.law.pro {
  background-image: url("banner-pro.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.jur.pro {
  background-image: url("banner-pro.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.bar.pro {
  background-image: url("banner-pro.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.cpa.pro {
  background-image: url("banner-pro.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.aca.pro {
  background-image: url("banner-pro.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.eng.pro {
  background-image: url("banner-pro.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.pl {
  background-image: url("banner-pl.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.pl {
  background-image: url("banner-pl.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.net.pl {
  background-image: url("banner-pl.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.org.pl {
  background-image: url("banner-pl.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.biz.pl {
  background-image: url("banner-pl.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.pt {
  background-image: url("banner-pt.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.pt {
  background-image: url("banner-pt.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.re {
  background-image: url("banner-re.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.re {
  background-image: url("banner-re.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.ro {
  background-image: url("banner-ro.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.ro {
  background-image: url("banner-ro.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.nom.ro {
  background-image: url("banner-ro.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.org.ro {
  background-image: url("banner-ro.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.ru {
  background-image: url("banner-ru.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.sb {
  background-image: url("banner-sb.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.net.sb {
  background-image: url("banner-sb.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.org.sb {
  background-image: url("banner-sb.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.sc {
  background-image: url("banner-sc.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.sc {
  background-image: url("banner-sc.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.net.sc {
  background-image: url("banner-sc.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.org.sc {
  background-image: url("banner-sc.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.se {
  background-image: url("banner-se.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.sg {
  background-image: url("banner-sg.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.sg {
  background-image: url("banner-sg.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.sh {
  background-image: url("banner-sh.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.sx {
  background-image: url("banner-sx.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.so {
  background-image: url("banner-so.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.tc {
  background-image: url("banner-tc.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.tel {
  background-image: url("banner-tel.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.tk {
  background-image: url("banner-tk.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.tl {
  background-image: url("banner-tl.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.tm {
  background-image: url("banner-tm.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.to {
  background-image: url("banner-to.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.travel {
  background-image: url("banner-travel.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.tv {
  background-image: url("banner-tv.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.tw {
  background-image: url("banner-tw.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.club.tw {
  background-image: url("banner-tw.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.tw {
  background-image: url("banner-tw.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.ebiz.tw {
  background-image: url("banner-tw.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.game.tw {
  background-image: url("banner-tw.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.idv.tw {
  background-image: url("banner-tw.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.uk {
  background-image: url("banner-uk.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.us {
  background-image: url("banner-us.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.vc {
  background-image: url("banner-vc.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.com.vc {
  background-image: url("banner-vc.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.net.vc {
  background-image: url("banner-vc.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.org.vc {
  background-image: url("banner-vc.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.vg {
  background-image: url("banner-vg.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.ws {
  background-image: url("banner-ws.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.xxx {
  background-image: url("banner-xxx.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.za {
  background-image: url("banner-coza.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.au {
  background-image: url("banner-au.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.pw {
  background-image: url("banner-pw.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.is {
  background-image: url("banner-is.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.cl {
  background-image: url("banner-cl.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.ie {
  background-image: url("banner-ie.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.my {
  background-image: url("banner-my.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.ar {
  background-image: url("banner-ar.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.ve {
  background-image: url("banner-ve.jpg"); background-repeat: no-repeat;
}


table.hexonetheader.bike {
  background-image: url("banner-bike.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.camera {
  background-image: url("banner-camera.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.clothing {
  background-image: url("banner-clothing.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.contractors {
  background-image: url("banner-contractors.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.construction {
  background-image: url("banner-construction.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.diamonds {
  background-image: url("banner-diamonds.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.directory {
  background-image: url("banner-directory.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.enterprises {
  background-image: url("banner-enterprises.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.estate {
  background-image: url("banner-estate.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.equipment {
  background-image: url("banner-equipment.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.gallery {
  background-image: url("banner-gallery.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.graphics {
  background-image: url("banner-graphics.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.guru {
  background-image: url("banner-guru.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.holdings {
  background-image: url("banner-holdings.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.kitchen {
  background-image: url("banner-kitchen.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.land {
  background-image: url("banner-land.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.lighting {
  background-image: url("banner-lighting.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.photography {
  background-image: url("banner-photography.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.plumbing {
  background-image: url("banner-plumbing.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.singles {
  background-image: url("banner-singles.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.technology {
  background-image: url("banner-technology.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.tips {
  background-image: url("banner-tips.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.today {
  background-image: url("banner-today.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.ventures {
  background-image: url("banner-ventures.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.academy {
  background-image: url("banner-academy.jpg"); background-repeat: no-repeat;
}

table.hexonetheader.builders {
  background-image: url("banner-builders.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.cab {
  background-image: url("banner-cab.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.careers {
  background-image: url("banner-careers.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.center {
  background-image: url("banner-center.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.company {
  background-image: url("banner-company.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.computer {
  background-image: url("banner-computer.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.domains {
  background-image: url("banner-domains.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.email {
  background-image: url("banner-email.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.limo {
  background-image: url("banner-limo.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.management {
  background-image: url("banner-management.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.photos {
  background-image: url("banner-photos.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.recipes {
  background-image: url("banner-recipes.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.shoes {
  background-image: url("banner-shoes.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.solutions {
  background-image: url("banner-solutions.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.support {
  background-image: url("banner-support.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.systems {
  background-image: url("banner-systems.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.training {
  background-image: url("banner-training.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.sexy {
  background-image: url("banner-sexy.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.tattoo {
  background-image: url("banner-tattoo.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.camp {
  background-image: url("banner-camp.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.glass {
  background-image: url("banner-glass.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.repair {
  background-image: url("banner-repair.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.education {
  background-image: url("banner-education.jpg"); background-repeat: no-repeat;
}
table.hexonetheader.institute {
  background-image: url("banner-institute.jpg"); background-repeat: no-repeat;
}



.tldheader {
    color: #000000;
    background: #f5f5f5;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
    padding-top: .5em;
    padding-left: .5em;
    padding-right: .5em;
    padding-bottom: .17em;
    //border-bottom: 1px solid #226BBB;
    border-bottom: 1px solid #cccccc;
    
}    

/*
.tldheader2 {
    color: #000000;
    background: #ffffff;
    font-weight: normal;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom: 0px solid #226BBB;

        
}  
*/

.tldheader2 {
    color: #000000;
    background: #ffffff;
    font-weight: normal;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-left: 5px;
    padding-bottom: 0px;
    border-bottom: 0px solid #226BBB;  
}    

#headertabs table td {width: 13%;}

.tablehexonet th,
.tablehexonet td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.tablehexonet th {
  font-weight: bold;
  
}
.tablehexonet thead th {
  vertical-align: bottom;
}
.tablehexonet caption + thead tr:first-child th,
.tablehexonet caption + thead tr:first-child td,
.tablehexonet colgroup + thead tr:first-child th,
.tablehexonet colgroup + thead tr:first-child td,
.tablehexonet thead:first-child tr:first-child th,
.tablehexonet thead:first-child tr:first-child td {
  border-top: 0;
}
.tablehexonet tbody + tbody {
  border-top: 2px solid #dddddd;
}
.tablehexonet-striped tbody tr:nth-child(odd) td,
.tablehexonet-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.tablehexonet-striped {
  width: 100%;
  margin-bottom: 18px;
}

.tablehexonet-striped td {
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.tablehexonet-striped tr {
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  font-size: 12px;
}


.tablehexonet tbody tr:hover td,
.tablehexonet tbody tr:hover th {
  background-color: #f5f5f5;
}
tablehexonet .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
tablehexonet .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
tablehexonet .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
tablehexonet .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
tablehexonet .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
tablehexonet .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
tablehexonet .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
tablehexonet .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
tablehexonet .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
tablehexonet .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
tablehexonet .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
tablehexonet .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
tablehexonet .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
tablehexonet .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
tablehexonet .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
tablehexonet .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
tablehexonet .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
tablehexonet .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
tablehexonet .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
tablehexonet .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
tablehexonet .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
tablehexonet .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
tablehexonet .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
tablehexonet .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
code,

pre {
 padding: 0 3px 2px;
 font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
 font-size: 12px;
 color: #333333;
 -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
         border-radius: 3px;
}

code {
 padding: 2px 4px;
 color: #d14;
 background-color: #f7f7f9;
 border: 1px solid #e1e1e8;
}

pre {
 display: block;
 padding: 8.5px;
 margin: 0 0 9px;
 font-size: 12.025px;
 line-height: 18px;
 word-break: break-all;
 word-wrap: break-word;
 white-space: pre;
 white-space: pre-wrap;
 background-color: #f5f5f5;
 border: 1px solid #ccc;
 border: 1px solid rgba(0, 0, 0, 0.15);
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
  border-radius: 4px;
}




/* ab hier Dennis Änderungen 

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
*/


/***************************
  CUSTOM TLD PAGE HEADER STYLES
 ***************************/
 
 #content table#toc {
  background-color: #FFFFFF;
 	border: none;
 	border-bottom: 7px solid #226BBB;
  padding: 0 0 20px;
  width: 60%;
	 border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
 }
 
 #content table#toc h2 {
 	color: #FFF;
 	display: block;
 	height: 33px;
 	line-height: 33px;
 	text-align: left;
 	text-transform: uppercase;
 	font-size: 13px;
 	font-weight: bold;
 	background: #226BBB;
 	padding: 0 10px;
 	
 	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; 	
 }
 
 #content table#toc ul {
 	padding-left: 10px;
 }
 
#content table#toc ul li a span {
	font-size: 13px;
}

table.infobox {
	background: #E3EFFF;
	border-color: #CCCCCC!important;
	border-spacing: 0!important;
	padding-bottom: 15px;
	margin-top: 10px;
	width: 35%!important;
}

table.infobox td,
table.infobox th
{
	padding:0 15px;
}

table.infobox tr:nth-child(2) th,
table.infobox tr:nth-child(2) td {
	border-top: 1px solid #ccc;
	padding-top: 15px !important;
}

table.infobox tbody {
	background: #E3EFFF;
}

table.infobox .infobox-img {
	background-color: #FFF;
	text-align: center;
	padding: 20px 0;
}

table.infobox .infobox-img a img {
	max-width: 60%;
	height: auto;
}


/********************************
  Custom Main Page
 ********************************/


#main-header {
	position: relative;
}

#main-header pre {
	border: none;
	padding: 0;
	margin: 0;
}

#main-header img {
	width: 100%;
	height: auto;
}

#main-header a {
	color: #FFF!important; 
	background: #FF6600!important;
	border-bottom: 2px solid #dd5800;
	display: inline-block;
	margin-top: 5px;
	padding: 5px 10px!important;
 -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 	
}

#main-header h1 {
	border-bottom: none;
  margin-top: 0;
  text-decoration: none;
}

div.col {
	width: 30%;
	float: left;
	padding-right: 10px;
	box-sizing: border-box;
	border-top: 3px solid #ccc;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	height: 145px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;	
}

div.col:not(:last-child) {
/* 	border-right: 1px solid #ccc; */
	margin-right: 5%;
}

div.col-container {
	overflow: hidden;
}

div.col-container.top {
	margin-top: 20px;
}

div.col-container.top h3 {
	margin: 0;
	padding: 0;
}

div.col-container.top p {
	text-align: left;
}

div.col-container.bottom {
	border-top: 1px dotted #ccc;
	margin-top: 20px;
}

div.botleft {
	float: left;
	margin-right: 5%;
	width: 50%;
}
div.botright {
	float: left;
}

#main-header-content {
	position: absolute;
	top: 10%;
	left: 5%;
	padding: 35px;
	width: 350px;
	height: 150px;
	background: rgba(255,255,255,0.80);
}



























