/*  MoinMoin Default Styles

    Copyright (c) 2000 by J?gen Hermann

    modified by wkpark at kldp.org 2002/07/08
*/

body,td {
    color: #c0c0c0;
    background-color: #000000; 
    font-family: SansSerif,Verdana,Times New Roman,Verdana,Times New;
    font-size: 14px;
/*    ime-mode:active; /* */
}

body.editor {
    background-color: #000000; 
    margin-top:12pt;
    margin-left:12pt;
}

body.print,td.print {
    background-color: #000000; 
    color: #FFFFFF;
    margin-top:12pt;
    margin-left:12pt;
}


body.main {
    /* background-color: #F8F8E8; */
/*    background-color:#FBFCFD; */
    margin-top:0pt;
    margin-left:0pt;
    margin-right:1pt;
}

.headline {
    font-family: Helvetica;
    color:#FFFFFF;
    font-size: 24pt;
}

a.headline {
    text-decoration:none;
    background-color:#000000;
    color:#FFFFFF;
}

h1,h2,h3,h4,h5 {
    font-family: Helvetica;
    color: white;
    padding-left:3pt;
    margin-top:2pt;
    margin-bottom:8pt;
    border-style:none;
    border-width:thin;
    width:100%;
}
h1 {
    font-size: 18pt;
    background-color: #404040; /* blue tone */
/*    background-color: #C5C5C5; /* blue tone */
    color: white;
}
h2 {
    font-size: 16pt;
/*    background-color: #BCA422; /* blue tone */
    background-color: #006666; /* blue tone */
/*    background-color: #D5D5D5; /* blue tone */
    color: #ffffff;
    padding-left:6pt;
}
h3 {
    font-size: 12pt;
/*    background-color: #E5E5E5; /* blue tone */
    background-color: #555555; /* blue tone */
    color: #909090; /* gray */
    color: #eeeeee; /* gray */
    padding-left:9pt;
}
h4 {
    font-size: 10pt;
/*    background-color: #E0E0E0; /* blue tone */
    background-color: #808080; /* blue tone */
/*    color: #808080; /* */
    color: #eeeeee; /* */
    padding-left:12pt;
}
h5 {
    font-size: 8pt;
    background-color: #E0E0E0; /* blue tone */
    padding-left:15pt;
    color: #707070;
}
a:link {
  color: #40c040;
  /* color: #2d7fa8; */
}
a:visited {
    color: #409040;
/*    color: #4aa5d3; */
}
a.nonexistent {
/*    font-weight: normal; /* */
    font-weight: bold; /* */
    font-family: lucida sans typewriter,lucidatypewriter,Lucida Console;
    font-size: 12px;
/*    background-color: #a0a0a0; /* */
    color: #BEB2B2;
}
a.nonexistent:visited {
/*    background-color: #F8F8F8; */
    color: #900000;
}
a.external {
    color: #BEB2B2;
}
dl,ul,ol {
    margin-top: 1pt;
}
tt {
/*    font-family: Andale Mono,FixedSys,Lucida Console,Courier New,Courier,monotype; */
/*    font-family: FixedSys,Lucida Console,lucidasanstypewriter; */
    font-family: lucida Console,lucida sans typewriter,lucidatypewriter,Lucida Console;
    font-size: 12px;
}
pre.code {
    font-family: Lucida Console,lucida sans typewriter,lucidatypewriter,Lucida Console;
    font-size: 12px;
    margin-top: 8pt;
    background-color: #000000;
    border-style:solid;
    border-width:1pt;
    border-color:#999999;
    color: #ffd700;
    padding:5px;
    width:98%;
    white-space:pre;
}

.term {
    font-family: lucida sans typewriter,lucidatypewriter,Lucida Console,monotype;
    font-size: 10px;
    margin-top: 8pt;
    margin-bottom: 8pt;
    background-color: #000000;
    color: #ffd700;
    padding:5px;
    width:100%;
}

div.diffold {
    background-color: #FFFF80;
    color:red;
    border-style:none;
    border-width:thin;
/*    white-space: pre; */
}
div.diffnew {
    background-color: #80FF80;
    border-style:none;
    border-width:thin;
/*    white-space: pre; */
}
div.message {
    margin-top: 6pt;
    background-color: #E8E8E8;
    border-style:solid;
    border-width:1pt;
    border-color:#990000;
    color:#440000;
    padding:5px;
    width:100%;
}
strong.highlight {
    background-color: #FFBBBB;
/* as usual, NetScape fucks up with innocent CSS
    border-color: #FFAAAA;
    border-style: solid;
    border-width: 1pt;
*/
}

table.navibar {
    background-color: #000000;
    padding:0pt;
/*    border: 2 outset white; */
}
td.navibar {
    color:white;
    background-color: #000000;
    vertical-align: middle;
    text-align: right;
    padding: 1px;
    border: 1pt outset #FFFFFF;
}

a.navibar {
    text-decoration: none;
}
font.navibar {
    font-family: Tahoma,Arial,Helvetica;
    font-weight: bold;
    font-size: 8pt;
}

/*input {border:1 solid #5386AD;font-family: Tahoma,Helvetica;font-size:9pt}*/

.footer {
    font-family: Tahoma,Fixed;
    font-size: 8pt;
}

.footer {
    font-family: Tahoma,Fixed;
    font-size: 8pt;
}

.setbm {
    font-family: Tahoma,Helvetica;
    font-size: 8pt;
}

.form {
    font-family: Tahoma,lucida;
    font-size: 8pt;
 /*   border: 1pt solid gray; */
}

textarea.editor {
    font-family: lucida Console,lucida sans typewriter,lucidatypewriter,Lucida Console;
/*    font-family: lucidatypewriter,Lucida Sans TypeWriter,FixedSys; */
    font-size: 12px;
}

.btn {
    font-family: Tahoma,lucida;
    font-size: 7pt;
    font-weight: bold;
    border: 1pt solid gray;
}

/*.main{color:white;background-color:#184A8C;}*/
.head{color:white;background-color:#000000;}
.user{color:black;font-size:7pt;text-decoration:none;}

table.diff {
    width:1%;
    border:2px outset #ffffff;
    background-color: #000000;
}
pre.diff {
    font-family: lucida Console,lucida sans typewriter,lucidatypewriter,Lucida Console;
    font-size: 12px;
    margin-top: 8pt;
    margin-bottom: 8pt;
    background-color: #000000;
    white-space: normal;
    border-style:solid;
    border-width:1pt;
    border-color:#999999;
    white-space: normal;
    color: #ffd700;
    padding:5px;
}

font.diffold {
    background-color: #FFFF80;
    white-space: normal;
    color:red;
    width:100%;
}
font.diffnew {
    background-color: #80FF80;
    white-space: normal;
    color:black;
    width:100%;
}
font.mark {
    background-color: #ffd700;
    white-space: normal;
    color:red;
    width:100%;
}
font.diff {
}

table.comment {
    background-color:#505050;
    width:100%;
    

}

table.preview {
/*    background-img:url(~wiki/img/draft.png);  /* */
    background-color:#000000;
    color:black;
}

.closure {
/*    font-family: Lucida,Helvetica;
    background-color: #e0e0e0;
    color: black; */
    font-size: 14px;

    margin-top: 2pt;
    margin-bottom: 2pt;
    margin-left: 5pt;
    margin-right: 5pt;
    border-width:0pt;

    border-style:solid;
    padding-left: 3pt;
    padding-right: 3pt;

    background-color:#505050;
    /*width:100%;*/
}

span.insert_diff {
    /* white-space: pre; /* */
    background-color: #9999FF; /*blue; */
    text-decoration: underline;
    color:black;
}

span.delete_diff {
    /* white-space: pre; /* */
    background-color: red;
    text-decoration: line-through;
    color:black;
}

span.replace_diff {
    /* white-space: pre; /* */
    background-color: silver;
    color:black;
}
