<!-- /* Site wide style */ -->

A
{
    color: green;
    font-family: Lucidasans, Helvetica, Tahoma, Arial, sans-serif;
}

body
{
    background-color: white;
    color: black;
    font-family: Lucidasans, Helvetica, Tahoma, Arial, sans-serif;
    margin: 0em 0em 0em 0em;
}

code
{
    display: block;
    font-family: monospace;
    margin: 0em 0em 0em 3em;
    white-space: pre;
}

div.Block
{
    margin: 0em 2em 0em 2em;
    text-align: justify;
}

div.LastMod
{
    margin: 2em 0em 0em 0em;
    text-align: center;
}

div.Title
{
    font-size: 2em;
    font-weight: bold;
}

em.Bold
{
    font-weight: bold;
}

.News
{
    text-indent: 1em;
    text-align: justify;
}

.added_in_version
{
    color: red;
}

.done
{
    color: red;
    text-decoration: line-through;
}

<!-- /* Survey styles */ -->

div.survey_result_single
{
    background-color: #FFFFBB;
}

table.survey_results
{
/*     border: solid thin; */
    width: 100%;
}

tr.survey_results_level_1a tr.survey_results_level_1b tr.survey_results_level_2a tr.survey_results_level_2b
{
    text-align: left;
    vertical-align: bottom;
}

tr.survey_results_level_1a
{
    background-color: #FFFFBB;
}

tr.survey_results_level_1b
{
    background-color: #FFFFFF;
}

tr.survey_results_level_2a
{
    background-color: #FFFFCC;
}

tr.survey_results_level_2b
{
    background-color: #DDDDFF;
}

td.survey_results_question_cell
{
    vertical-align: bottom;
    width: 75%;
}

td.survey_results_question_cell_level_2
{
    padding : 0 0 0 2em;
}

td.survey_results_answer_cell
{
    text-align: center;
    vertical-align: bottom;
    width: 25%;
}


<!-- /* Right-hand column */ -->

.PageFrame, .SectionFrame
{
    margin: 0em 0em 0.8em 0em;
    padding: 0.5em;
}

.PageFrame
{
    border: 0.15em solid darkblue;
    -moz-border-radius: 0.7em;
}

.PageTitle, .SectionTitle, .Copyright
{
    background-color: #FFFF88;
    border: 0.15em solid darkblue;
    color: darkblue;
    font-family: lucida, Lucidasans, Helvetica, Tahoma, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 0.6em;
    margin: 0em 0em 0em 0em;
    padding: 0.25em 0.7em 0.25em 1em;
    text-align: right;
    -moz-border-radius: 8px;
}

.SectionTitle
{
    font-weight: normal;
    text-align: center;
}

.SubsectionTitle
{
    text-align: center;
}

.Copyright
{
    font-size: 0.6em;
}

div.TwoPane
{
    margin: 2em 0em 3em 0em;
    text-align: center;
    vertical-align: bottom;
}

div.TwoPaneLeft
{
    float: left;
    position: relative;
    width: 50%;
}

div.TwoPaneRight
{
    float: right;
    position: relative;
    width: 50%;
}

p.question
{
    font-weight: bold;
}

p.answer
{
    margin: 1em;
}

<!-- /* Left-hand column */ -->

.SideBarHeader
{
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
}

.SideBar
{
    margin: 0em 0.2em 0.2em 0.2em;
    width: 100%;
}

.SideBarTitle
{
    border: 0.15em solid darkblue;
    background: #FFFF88;
    color: darkblue;
    font-family: Lucidasans, Helvetica, Tahoma, Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.4em;
    margin: 0em 0em 0em 0em;
    text-align: center;
    -moz-border-radius: 0.7em;
}

.SideBarBody
{
    border: 0.15em solid darkblue;
    color: darkblue;
    font-size: 0.9em;
    padding: 1em 1em 1em 1em;
    -moz-border-radius: 0.7em;
}

.SideBarList
{
    list-style-type: none;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 1em 1em;
}

.SideBarLink
{
    color: darkblue;
}

.FAQQList, .FAQAList
{
    line-height: 1.8em;
}

.FAQAListItem
{
    padding: 0em 0em 2em 0em;
}

.Nav2Index
{
    margin: 0em 0em 2em 0em;
    text-align: center;
}

.HOWTO
{
    margin: 2em 0em 0em 0em;
}

.DarkBar
{
    background-color: darkslateblue;
    border-style: none;
    color: darkslateblue;
    height: 0.17em;
}

.important
{
    font-size: 0.95em;
    font-weight: bold;
}

.authors
{
    font-size: 1em;
    font-weight: normal;
}


<!-- /* Classes unique to each page */ -->

#LeftColumn
{
    float: left;
    width: 29%;
}

#RightColumn
{
    float: right;
    width: 70%;
}

