﻿/* ********** START OF Forum Style.CSS FROM LAYOUT.CSS ********** */

html
{
    /* Force Vertical Scroll Bar */
    height: 100%;
    padding-bottom: 1px;
}

body
{
    height: 100%;
    text-align: center; /* IE6 needs this to center the layout in the browser window */
}

#wrapper
{
    margin: 0px auto;
    width: 930px;
    position: relative;
    text-align: left;
}

#header
{
    position: relative;
    padding: 0px;
    height: 100px;
    font: 0.8em Lucida, Arial, sans-serif;
}

#nav
{
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
}

#nav a
{
    display: block;
    float: right;
    padding: 4px 6px 4px 4px;
    margin: 0px 0 0 6px;
}

#nav a img
{
    margin-right: 2px;
    vertical-align: middle;
    border: none;
}

#nav a:hover
{
    text-decoration: none;
    margin: 2px 0 0 8px;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
}

.aspForm
{
    height: 100%;
}

#content
{
    padding: 0;
}

#footer
{
    text-align: right;
    width: 930px;
    margin: 0 auto;
    font-size: small;
}

/* Start footer placement */

#wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

body > #wrapper
{
    height: auto;
}

#main
{
    padding-bottom: 35px;
}
/* must be same height as the footer */

#footer
{
    position: relative;
    margin-top: -35px; /* negative value of footer height */
    height: 30px;
    clear: both;
}
/* End footer placement */



@media print
{
    .NoPrint
    {
        display: none;
    }

    #wrapper
    {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #nav
    {
        display: none;
    }

    body
    {
        background: normal;
    }
}

/* ********** END OF Forum Style.CSS FROM LAYOUT.CSS ********** */

#LogInOut
{
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#panelTop
{
    padding: 0;
}

#panelLeft
{
    vertical-align: top;
    padding: 0;
}

#panelRight
{
    vertical-align: top;
    width: 465px;
    padding: 0px 10px 0px 10px;
}
#panelMiddle
{
    vertical-align: top;
    width: 100%;
}

#panelBottom
{
    padding: 0;
}

#contentTop
{
}

#contentLeft
{
}

#contentRight
{
}

#contentMiddle
{
}

#contentBottom
{
}

h1.PageHead
{
    margin: 0 0 5px 0;
}
h2.PageHead
{
    margin: 0 0 0 15px;
}
h3.PageHead
{
    margin: 0 0 0 30px;
}
h4.PageHead
{
    margin: 0 0 0 30px;
}

.contentTable
{
    border-collapse: collapse;
    table-layout: fixed;
}

.contentTable tr.AltRow
{
    background-color: #ddd;
}

.contentTable th, .contentTable td
{
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 2px 5px;
}

td.groupHeader
{
    font-weight: bold;
    padding-top: .8em;
    text-decoration: underline;
}

fieldset
{
    margin: 0;
    padding: 0;
}

fieldset h1
{
    margin: 0px;
    padding-left: 12px;
}

fieldset table
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

fieldset th
{
    padding: 2px;
    height: 1.2em;
    text-align: right;
    vertical-align: baseline;
    white-space: nowrap;
}

fieldset td
{
    padding: 2px 2px 2px 7px;
    text-align: left;
    vertical-align: baseline;
}

fieldset .width1
{
    width: 70px;
}

fieldset .width2
{
    width: 145px;
}

fieldset .width3
{
    width: 220px;
}

fieldset .width4
{
    width: 295px;
}

fieldset .width5
{
    width: 370px;
}

fieldset .width6
{
    width: 445px;
}

fieldset .width7
{
    width: 520px;
}

.buttonSet
{
    margin: 0px;
    padding-left: 12px;
    text-align: left;
}

.buttonSet button, .buttonSet input
{
    margin-right: 5px;
}

.PopupContent
{
    clear: both;
}

.PopupContent h2
{
    margin: 0px;
    margin-top: 5px;
}

.PopupContent ul
{
    margin: 0 0 5px 2em;
}

.PopupContent img
{
    float: left;
}

.PopupContent div
{
    float: left;
}

button, input[type="submit"]
{
    border: 1px solid #000;
    font-size: 0.9em;
    padding: .1em .4em .1em .4em;
}

.colorPickerBlock
{
    height: 30px;
    width: 30px;
    cursor: hand;
    float: left;
}

.MemberCard
{
    width: 430px;
    float: left;
    border: 1px solid #000;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 5px 10px 5px;
    padding: 5px;
    position: relative;
}

.MemberCard img
{
    float: left;
    width: 70px;
    height: 98px;
    margin-right: 5px;
}

.CardActions
{
    position: absolute;
    top: 5px;
    right: 2px;
}

.CardActions img
{
    float: none;
    width: auto;
    height: auto;
    margin-right: 3px;
}

@media print
{
    #content
    {
        background-color: Transparent !important;
        padding: 0;
    }

    .contentTable
    {
        width: 100%;
    }

    .ActionCol
    {
        width: 1px !important;
    }
}
