
/*
div#wrapper *{
    color: #000;
}
*/
body{
    color: #000;
}

div.dokuwiki .li {
    color: #000;
}



div#wrapper {
	width: auto;
    overflow: hidden;
}

div.left_sidebar {
	width: 20% !important;
}

div#wrapper>div.dokuwiki>div.dcgi-page {
    width: 78% !important;
}

textarea#wiki__text.edit {
	min-height: 50em;
}




#dcgi-translations a:hover {
    background-color: #ccc;
}
div.left_sidebar a.wikilink1 {
    border-bottom: none !important;
    color: #000 !important;
    background-color: #ccc;
}
div.left_sidebar a.wikilink1:hover {
    text-decoration: none;
    color: #ccc !important;
    background-color: #000;
}

div.left_sidebar a.wikilink2 {
    border-bottom: none !important;
    color: #a00 !important;
    background-color: #000;
}
div.left_sidebar a.wikilink2:hover {
    border-bottom: none !important;
    color: #ccc !important;
}
div.left_sidebar div.li:hover {
    background-color: #ccc;
}




div.dcgi-page a {
  color: #666 !important;
  text-decoration: none !important;
    font-weight:bold;
    text-align: left !important;
    padding: 0 !important;
}
div.dcgi-page a:visited {
    color: #888 !important;
}
div.dcgi-page h1, div.dcgi-page h2, div.dcgi-page h3, 
div.dcgi-page h4, div.dcgi-page h5, div.dcgi-page h6 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-top: 0em;
    font-size: 1em;
    text-indent: 1em;
    color: #fff;
    background:#ccc;
}
div.dcgi-page a.wikilink1 {
    border-bottom: none !important;
    color: #666 !important;
}
div.dcgi-page a.wikilink1:visited {
    color: #888 !important;    
}
div.dcgi-page a.wikilink1:hover {
    text-decoration: underline !important;
}
div.dokuwiki input.button,
div.dokuwiki button.button {
    background-color:#fff !important;
    color:#666;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Tahoma;
}

div.dokuwiki div.secedit input.button {
    background-color:#fff;
    color:#666;
    font-size: 11px;
    font-weight: bold;
}
div.left_sidebar h1 a, div.toctoggle, div.trace_sidebar h1 {
    padding-left: 1em !important;
    color: #fff !important;
    background-color: #666 !important;
    font-variant: small-caps;
}
div.ajax_qsearch strong {
    padding-left: 1em !important;
    color: #fff !important;
    background-color: #666 !important;
    font-variant: small-caps;
    margin-bottom: 0.5em !important;
}



div.dcgi-page h1>a, div.dcgi-page h2>a, div.dcgi-page h3>a, 
div.dcgi-page h4>a, div.dcgi-page h5>a, div.dcgi-page h6>a {
    color: #000 !important;
}

div.dcgi-page h1>a:hover, div.dcgi-page h2>a:hover, div.dcgi-page h3>a:hover, 
div.dcgi-page h4>a:hover, div.dcgi-page h5>a:hover, div.dcgi-page h6>a:hover {
    color: #000 !important;
}


div.left_sidebar>div.toc_sidebar ul li *:hover{
    color: #000 !important;   
}
div.left_sidebar>div.toolbox_sidebar ul li *:hover{
/*    border: 5px solid red;*/
    color: #000 !important;
}

div.dcgi-page table th {
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
}
div.dcgi-page td {
    border: 1px solid #ccc !important;
}

div.dcgi-page textarea#wiki__text{
    position: relative;
    left: -22%;
    width: 122% !important;
    border: 5px solid #888;
    background-color: transparent;
}
