body
{
    margin: 20px;
    font-family: sans-serif;
    font-size: 12px;
}

h5
{
    font-size: 14px;
    font-weight: bold;
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

div.menu
{
    line-height: 18px;
    height: 18px;
    padding-left: 9px;
    background-color: rgb(240, 240, 230);
    border: 1px solid rgb(211, 211, 211);
}

div.menu ul
{
    display: inline;
    padding: 0px;
    margin: 0px;
}

div.menu ul li
{
    display: inline;
    list-style-type: none;
}

div.locator
{
    line-height: 18px;
    height: 18px;
    padding-left: 9px;
    background-color: rgb(230, 240, 230);
    border: 1px solid rgb(211, 211, 211);
}

div.locator ul
{
    display: inline;
    padding: 0px;
    margin: 0px;
}

div.locator ul li
{
    display: inline;
    list-style-type: none;
}

div#navbar
{
    background-color: rgb(240, 240, 240);
    border: 1px solid rgb(211, 211, 211);
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 4px;
    padding-bottom: 4px;
}

textarea
{
    width: 100%;
    border: 1px inset;
    padding: 3px;
}

div.content
{
}

div.content_box
{
    border: 1px solid rgb(211, 211, 211);
    padding: 9px;
}

div.content_box_preview
{
    border: 1px solid rgb(211, 211, 211);
    padding: 9px;
    height: 300px;
    overflow: auto;
    background-image: url(/preview.png);
}

div.content_meta
{
}

div.content_title
{
    font-size: 20pt;
}

div.content_last_modified
{
    font-size: 10pt;
    color: grey;
}

a.author
{
    color: navy;
}

span.author
{
    color: black;
}

div.comment_action
{
    margin-top: 1px;
}

a.comment_action
{
    border: 1px outset;
    background-color: silver;
    padding: 1px 2px 1px 2px;
    color: black;
}

div.comment_box
{
    border: 1px solid rgb(211, 211, 211);
    padding: 9px;
    background-color: rgb(240, 240, 255);
    margin-top: 10px;
}

div.comment_title
{
    font-size: 20pt;
}

div.comment_created
{
    font-size: 10pt;
    color: grey;
}

div.comment
{
    margin-top: 10px;
}

div.field
{
    margin-top: 10px;
}

div.field_title
{
    font-weight: bold;
}

div.field_input
{
}

input.text_input
{
    width: 60%;
    border: 1px inset;
    padding-left: 3px;
}

input.text_input_short
{
    width: 30%;
    border: 1px inset;
    padding-left: 3px;
}

select
{
    border: 1px inset;
    padding-left: 3px;
}

div.capcha_input
{
    margin-bottom: 5px;
}

input.capcha_input
{
    border: 1px inset;
    padding-left: 3px;
}

div.block_title
{
    font-weight: bold;
}

table.help
{
    width: 100%;
}

table.help tr td
{
    width: 50%;
    border: 1px solid silver;
    padding: 3px;
    margin: 3px;
}

div.diff
{
    border: 1px solid rgb(211, 211, 211);
    padding: 9px;
    font-family: "Courier New", courier;
}

div.diff ins
{
    background-color: lightgreen;
    text-decoration: none;
}

div.diff del
{
    background-color: red;
    text-decoration: none;
}

span.error
{
	background-image: url(/themes/pohuist.net/images/excl.png);
	background-repeat: no-repeat;
	display: block;
	padding-bottom: 5px;
	padding-left: 24px;
}
