h1
{
   margin-top: 0.2em;
   margin-bottom: 0.5em;
}
h2
{
   margin-top: 0.2em;
   margin-bottom: 0.5em;
}
img
{
    border-width: 2px;
}
th
{
   padding: 0.2em;
}
.symbol
{
    text-decoration: none;
    font-size:x-large;
}


#topnavi fieldset legend
{
    display: none;
}

#rightnavi li img
{
    vertical-align: middle;
    margin: 2px;
}

#textfield ul.gallery
{
    list-style: none;
    margin: 0.5em;
    padding: 0;
}


#textfield ul.gallery li
{
    display: inline;
    text-align: center;
    margin-left: 0; /* no margin, because space character between list items (opera bug) */
    margin-right: 0;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

#textfield table {
    border-spacing: 0;
    border-collapse: collapse;
}

#textfield table td {
    padding: 0 0.3em 0 0.3em;
}

#textfield div.settingsbox {
    margin: 0.5em;
    padding: 1em;
    border: 1px solid black;
}

#textfield div.settingsbox table tr {
    border: 1px solid black;
}

#textfield div.settingsbox table td {
    margin: 0.5em;
    padding: 0.2em;
}


.checkboxlist {
    margin-top: 0.3em;
    border-width: 2px;
    border-style: inset;
    border-color: #CCC;
    max-height: 8em;
    min-height: 3em;
    overflow: auto;
}
.checkboxlist ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.checkboxlist li {
    margin: 1px;
}

.current
{
    border-style: solid;
    border-width: 1px;
    background-color: #C5C5FF;
    border-color: #5F5FFF;
}

a
{
    color: #3737FF;
}

.odd {
    background-color: #d5d5ff;
}

.even {
    background-color: #fff;
}
.detailed td {
    vertical-align: top;
}

div.navbar
{
    border-style: solid;
    border-width: 1px;
    border-color: #5F5FFF;
    margin: 0em;
}
div.navbar ul
{
    margin: 0.1em;
    padding: 0;
}
div.navbar ul li
{
    display: inline;
    margin-left: 0.07em;
    margin-right: 0.07em;
}
div.navbar li img
{
    vertical-align: middle;
    padding: 2px;
    margin-left: -0.1em;
    margin-right: -0.1em;
}

tr.locked.even
{
    background-color: #FF7FFF;
}
tr.private.even
{
    background-color: #FFE0E0;
}
tr.protected.even
{
    background-color: #FFFFE0;
}
tr.public.even
{
    background-color: #E0E0FF;
}

tr.locked.odd
{
    background-color: #FF4FFF;
}
tr.private.odd
{
    background-color: #FFC0C0;
}
tr.protected.odd
{
    background-color: #FFFFA0;
}
tr.public.odd
{
    background-color: #C0C0FF;
}

img.locked
{
    border-style: solid;
    border-color: #FF00FF;
}
img.private
{
    /*
    border-style: solid;
    border-color: #FF5555;
    */
}
img.protected
{
    /*
    border-style: solid;
    border-color: #FFFF55;
    */
}
.current
{
    background-color: #C5C5FF;
}

.greyed
{
    color: #444;
}

div.imgbox {
    position: relative;
}

a.prevbutton, a.nextbutton {
    text-decoration: none;
}

div.imgbox a.prevhover, div.imgbox a.nexthover {
    position: absolute;
    width: 80px;
    height: 120px;
    overflow: hidden;
    text-decoration: none;
    font-size: 200px;
}
div.imgbox a.prevhover img, div.imgbox a.nexthover img {
    display: none;
}
div.imgbox a.prevhover {
    left: 10px;
}
div.imgbox a.nexthover {
    right: 10px;
}
div.imgbox a.prevhover:hover {
    background-image: url(media/prevhover.png);
}
div.imgbox a.nexthover:hover {
    background-image: url(media/nexthover.png);
}


form.inline, form.inline fieldset {
    display: inline;
    border: none;
    padding: 0;
}

form.inline fieldset {
    margin: 0.3em;
}