div.clearer
{
    clear: both;
    line-height: 0;
    height: 0;
}

textarea.edit
{
    font-family: monospace;
    border: 1px solid #8cacbb;
    color: Black;
    background-color: white;
    font-size: 14px;
    padding: 3px;
    width: 100%;
}

div.secedit
{
    float: right;
    position: relative;
    top: -3px;
/*    margin-bottom: 5px;*/
    /*display: inline;*/
}

/*div.secedit form
{
    display: inline;
} */

/*div.secedit input.button
{
    float:right;
    display: inline;
} */

/* --------------------- Text formatting -------------------------------- */

/* external link */
a.urlextern,
a.urlexternconfirm
{
    text-decoration: none;
}

a.urlextern
{
    color: rgb(51,102,153);
}

a.urlextern:visited
{
    color: rgb(51,102,153);
}

a.urlextern:hover
{
    text-decoration: underline;
}

a.urlexternconfirm,
a.urlexternconfirm:link,
a.urlexternconfirm:visited,
a.urlexternconfirm:hover
{
    color: rgb(51,102,153);
}


/* windows share */
a.windows
{
    color: rgb(51,102,153);
    text-decoration: none;
}

a.windows:visited
{
    color: rgb(51,102,153);
}

a.windows:hover
{
    text-decoration: underline;
}

/* interwiki link */
a.interwiki
{
    color: rgb(51,102,153);
    text-decoration: none;
}

a.interwiki:visited
{
    color: rgb(51,102,153);
}

a.interwiki:hover
{
    text-decoration: underline;
}

/* link to some embedded media */
a.media
{
    color: rgb(51,102,153);
    text-decoration: none;
}

a.media:hover
{
    color: rgb(51,102,153);
    text-decoration: underline
}

/* embedded images */
img.media
{
    margin: 3px;
}

/* email link */
a.mail
{
    color: rgb(51,102,153);
    text-decoration: none;
}
a.mail:hover
{
    text-decoration: underline;
}

/* existing wikipage */
a.wikilink1:link
{
    color: rgb(51,102,153);
    text-decoration: none;
}

a.wikilink1:visited
{
    color: rgb(51,102,153);
    text-decoration: none;
}

a.wikilink1:hover
{
    color: rgb(51,102,153);
    text-decoration: underline;
}

/* not exisitng wikipage */
a.wikilink2:link
{
    color: #FF3300;
    text-decoration: none
}
a.wikilink2:visited
{
    color: #FF3300;
    text-decoration: none
}

a.wikilink2:hover
{
    color: #FF3300;
    text-decoration: underline
}

/* the list items overriding the ol definition */
span.li
{
    color: #000000;
    font-weight: normal;
}

.quote
{
    border-left: 2px solid #8cacbb;
    padding-left: 3px;
}

li.open
{
    list-style-image: url(images/open.gif);
}

li.closed
{
    list-style-image: url(images/closed.gif);
}

#pagebody .toc li.level2,
#pagebody .toc li.level3,
#pagebody .toc li.level4,
#pagebody .toc li.level5
{
    font-size: 90%;
}

#pagebody table.labeledcode
{
    width: 100%;
}

#pagebody table.labeledcode pre
{
    margin: 0;
}

#pagebody table.labeledcode td.codelabel
{
    width: 4em;
}

/* --------------- search result formating --------------- */

.search_sep
{
    color: #000000;
}

/* the same style as for forum search, where it is hard-coded */
.search_hit
{
    background-color:#ffff80;
    /*color: #FFA34F;
    font-weight: bold;*/
}

/* debug */

pre.dbg
{
    background-color:#ffffff;
}

.mediaselect-left
{
    float: left;
    padding: 0.5em;
    height: 230px;
    overflow: auto;
}

.mediaselect-right
{
    float: right;
    border-left: 1px solid #8cacbb;
    padding: 0.5em;
    width: 350px;
    height: 230px;
    overflow: auto;
}

div.uploadform
{
    margin-top: 0.5em;
    border-top: 1px solid #8cacbb;
}

.footerinc a img
{
    opacity: 0.5;
}

.footerinc a:hover img
{
    opacity: 1;
}
