/** Forms and stuff **/
label
{
    min-width: 4em;
    clear: left;
    float: left;
}

/* let checkbox labels be on the right */
#directoryopts label, #adminopts label, #upload label
{
    float: none;
}

input[type=text], input[type=password], select
{
    float: right;
    margin-bottom: 0.5em;
    clear: right;
}

.formrow
{
    width: 50%;
    clear: both;
}

.wide
{
    width: 70% !important;
}

.wide input[type=text], .wide input[type=password]
{
    width: 20em;
}

.error
{
    background-color: #F2D0D0;
    color: #183562;
    border: 1px solid #D1D1E1;
    padding: 4pt;
}

ul
{
    clear: left;
}

#startswith ul
{
    padding: 0px;
}

#startswith ul li
{
    display: inline;
}

#startswith p
{
    margin-top: 0px;
}

ul#memberlist li
{
    margin-bottom: 0.5em;
    -webkit-column-break-inside: avoid;
}

/** pagination **/
#pagination li
{
    display: inline;
    color: #fff;
}

#pagination li a
{
    background-color: #003366;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    padding: 2pt;
}

#pagination li a:hover, #pagination li a#curpage
{
    background-color: #0060c0;
}

/** Page layout **/
body
{
    margin: 0px;
}

#content
{
    margin: 8px 220px 8px 8px;
}

#sidebar
{
    width: 200px;
    background-color: #ccc;
    margin-top: 2em;
    position: absolute;
    right: 1em;
    text-align: left;
}

#sidebar a
{
    color: #c00;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
}

#sidebar ul li
{
    list-style-type: none;
}

#sidebar ul
{
    padding-left: 1em;
    margin-left: 0px;
}

/** Header and footer fixes **/
div.bottomlogo
{
    display:none;
}

td.bottomlogo
{
    background-image: url('includes/logo-bottom.png');
    background-repeat: no-repeat;
    background-position: bottom;
    height: 65px;
}

#myfooter
{
    background-position: bottom;
    background-repeat: repeat-x;
}

#myfooter td
{
    vertical-align: bottom;
}

#startswith
{
    float: right;
}

#name
{
    float: left;
}