/* 
    Document   : leksykon
    Created on : 2009-07-03, 12:01:41
    Author     : Krzysztof Trojanowski
    Description:
        stylesheet for lexicon
*/
.lexicon_pane {
    width: 814px;
    height: 545px;
    font-size: 13px;
}
.lexicon_leftpane {
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    width: 217px;
    height: 500px;
    overflow: auto;
    border-left: solid 2px #D858B7;
    border-right: solid 1px #D858B7;
    border-bottom: solid 2px #D858B7;
    background: #ffe8f9;
}
.lexicon_rightpane { 
    float: left;
    width: 592px;
    height: 510px;
    overflow: auto;
    border-right: solid 2px #D858B7;
    border-bottom: solid 2px #D858B7;
    background: #ffe8f9;
}
.lexicon_subpanetop {
    height : 25px;
    width: 810px;
    border-top: solid 2px #D858B7;
    border-left: solid 2px #D858B7;
    border-right: solid 2px #D858B7;
    color: #FFF;
    text-align: center;
    font-weight:bold;
    padding-top:5px;
    background: url(/images/bar_maroong.jpg);
}
.lexicon_group {
    padding-left: 30px;
    padding-right: 5px;
    text-transform: capitalize;
}
.lexicon_pane a {
    text-decoration: none;
    color: #4f6b72 !important;
    outline-width: 0;
}
.lexicon_pane a:hover {
    text-decoration: underline;
}
.lexicon_questgroup {
    padding: 5px 5px 5px 10px;
}
.lexicon_quest {
    font-weight: bold;
    padding-bottom: 5px;
    color: #4f6b72;
}
.lexicon_answer {
    padding-left: 15px;
    color: #4f6b72;
}