/* Some general things */

body {
    background: #f7f7f7;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

td {
    padding: 5px;
}

ol {
    padding-left: 2.5em;
    list-style: decimal outside;
}

ul {
    padding-left: 2.5em;
    list-style: disc outside;
}

sub {
    font-size: smaller;
    line-height: normal;
    vertical-align: sub;
}

sup {
    font-size: smaller;
    line-height: normal;
    vertical-align: super;
}

blockquote {
    padding-left: 2.5em;
    margin: 1.0em 0;
}

.clear {
    clear: both;
}

.invisible {
    display: none;
}

.feedbutton {
    background: transparent url('wikiicons/feed.png') top left no-repeat;
    padding-left: 18px;
}

.header {
    background: #000 url('wikiicons/Logo04.jpg') 1.9em 0px no-repeat;
    color: #fff;
    padding: 20px 10px 5px 20px;
}
    .header span {
        font-size: 2.0em;
        font-weight: bold;
    }
    
    .header a {
        color: #fff;
        padding-right: 0.4em;
    }

    #searchform {
        text-align: right;
    }

    #searchform input[type='text'] {
        border: 1px solid #444;
    }
    
.actions {
    background: #000;
    margin-bottom: 5px;
    height: 1.7em;
}

    .actions ul {
        margin-left: 168px;
    }
        
        .actions li {
            display: block;
            float: left;
            padding: 0 0.4em;
        }
        
        .actions a {
            color: #999;
            text-decoration: none;
        }
  
       .actions a:hover {
            text-decoration: underline;
        }

#sidebar {
    width: 145px;
    margin-bottom: 5px;
    float: left;
    z-index: 9999;
}
    #sidebar ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    #sidebar li {
		display: inline;
    }
    
    #sidebar li a {
        background: #567;
        border-bottom: 1px solid #134;
        border-left: 3px solid #134;
        display: block;
        padding: 3px 3px 3px 15px;
        color: #fff;
        text-decoration: none;
    }

    #sidebar li a:hover {
        background: #134;
        border-left: 3px solid #222;
    }
    
    
    #sidebar li span {
        background: #134;
        border-left: 3px solid #222;
        display: block;
        padding: 3px 3px 3px 15px;
        color: #fff;
    }

    #sidebar ul ul li span {padding-left: 28px} /*Fix menu bug*/

    #sidebar ul ul a {
        padding-left: 28px;
    }

#content {
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 20px;
    margin-left: 150px;
}

    #content img.picture {
        float: right;
        padding: 3px;
        border: 1px solid #ccc;
        background: #fff;
    }

    #content ul {
        margin-bottom: 1.5em;
    }

    #content ol {
        margin-bottom: 1.5em;
    }

    #content code {
        background: #f7f7f7;
    }

    #content pre {
        background: #f7f7f7;
        border: 1px dashed #ccc;
        padding: 10px;
        max-width: 80em;
        margin-bottom: 2.0em;
    }

    #content blockquote {
        font-style: italic;
    }

    #content h4 {
        font-style: italic;
    }

.toc {
    background: #f7f7f7;
    border: 1px solid #ccc;
    width: 25em;
    padding: 15px;
    margin: 5px;
}

.toc ol {
    margin-bottom: 0 !important;
}

.data {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 5px;
    margin: 20px 0;
}

    .data th {
        font-weight: bold;
        text-align: center;
        padding: 0.5em 1.5em;
        border-bottom: 1px solid #999;
    }

    .data td {
        padding: 0.2em 1.5em;
        text-align: center;
    }

.teximg {
    margin-left: 5.0em;
}

.image_gallery {
  overflow: hidden;
}

.image_gallery img {
  background:#f7f7f7;
  border: 1px solid #ccc;
  padding: 4px;
  margin: 20px;
  float:left;
}

#editcontent {
    width: 100%;
}

#footer {
    background: #444;
    clear: both;
    padding-left: 175px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #bbb;
}

#footer .pagedate {
    font-style: italic;
}

    #footer a {
        color: #fff;
    }
    
    #footer .popup {
        color: #fff;
        cursor: pointer;
        cursor: hand;
    }

    #footer .balloon {
        position: absolute;
        padding: 5px;
        border: 1px solid #ccc;
        background: #666;
        display: none;
    }
    
    #footer .popup:hover .balloon {
        display: inline;
    }


