html
{
    height: 100%;
}

body
{
    height: 100%;
    font-size: 95%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

h2
{
    margin: 0;
}

#outerPage
{
    position: relative; /* needed for footer positioning*/
    margin: 0 auto; /* center, not in IE5 */
    height: auto !important; /* real browsers */
    height: 98%; /* IE6: treaded as min-height*/
    min-height: 98%; /* real browsers */
    padding-bottom: 1em;
}

div#viewContent
{
    margin-top: 0.2em;
    border-top: 1px solid #DDD;
}

div#siteFooter
{
    position: absolute;
    padding: 0;
    width: 100%;
    bottom: 0; /* stick to bottom */
    border-top: 1px solid gray;
    font-size: 75%;
    text-align: center;
    color: Gray;
    z-index: -1;
}

    div#siteFooter p
    {
        padding: 0.5em;
        margin: 0;
    }

div#ajaxProgress
{
    display: none;
    position: fixed;
    top: 36%;
    left: 50%;
    width: 400px;
    height: 400px;
    margin-top: -200px; /*set to a negative number 1/2 of your height*/
    margin-left: -200px; /*set to a negative number 1/2 of your width*/
    z-index: 99 !important;
}

/* Styles for basic forms
-----------------------------------------------------------*/
h1
{
    font-size: 90%;
}

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

.editor-label
{
    color: #a9a9a9;
    font-size: 80%;
    font-weight: bold;
    margin: 1em 0 0 0;
}

.editor-field
{
    margin: 0.5em 0 0 0;
}

table.inputTable td
{
    padding: 0.25em;
    padding-left: 0;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}

.input-help
{
    font-size: 80%;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    font-size: 85%;
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Standard Html tags 
-----------------------------------------------------------*/

a
{
    color: #0000FF;
}

    a:link
    {
        text-decoration: underline;
    }

    a:hover
    {
        text-decoration: none;
    }

/* Common classes 
-----------------------------------------------------------*/
.PseudoHyperlink
{
    text-decoration: underline;
    color: Blue;
    cursor: pointer;
}

    .PseudoHyperlink:hover
    {
        cursor: pointer;
    }

.Hidden
{
    display: none;
}

.DisplayBlock
{
    display: block;
}

.ClearBoth
{
    clear: both;
}

.centered
{
    text-align: center;
}

/* Master page header 
-----------------------------------------------------------*/
div#accountHeader
{
    text-align: right;
    font-size: 85%;
    width: 100%;
}

/* System message displayed in master page 
-----------------------------------------------------------*/
div.SystemMessages
{
    background-color: #FFFFCC;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

div#AllUIMessages
{
    float: left;
    width: 94%;
}

.SystemMessagesClose
{
    font-size: 80%;
    display: block;
    text-align: right;
    padding: 0.2em;
    padding-right: 0;
    float: right;
    width: 5%;
}

div.SystemMessages UL
{
    margin: 0;
    list-style-type: none;
}

.SystemMessagesAnimated
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

ul.PageErrors
{
    color: Red;
}

ul.PageFeedback
{
    color: Blue;
}

/* End of system messages displayed in master page */

input.datePicker
{
    width: 8em;
}

select.dpHoursMinutes
{
    width: 6em;
}

.selectedMenuItem
{
    background-color: #EAEAEA;
}

.hasWatermark
{
    color: #CCCCCC;
    font-style: italic;
}

tr.alt
{
    background-color: #EAEAEA;
}

table#agendaTable
{
    border-collapse: collapse;
    font-size: 80%;
}

    table#agendaTable th
    {
        padding-top: 1em;
        border-top: solid 1px darkgrey;
        vertical-align: top;
        text-align: left;
        color: darkgrey;
    }

    table#agendaTable tr.agendaToday
    {
        background-color: lightblue;
    }

    table#agendaTable td
    {
        border-top: solid 1px gray;
        vertical-align: top;
        padding: 1em 8px .5em 1em;
    }

    table#agendaTable tr.agendaWeek th, table#agendaTable tr.agendaWeek td
    {
        border-top-style: dotted;
        border-top-color: #000000;
        border-top-width: 2px;
    }

.agendaTime
{
    font-weight: bold;
}

.clickable
{
    cursor: pointer;
}

div.agendaEvent
{
    padding-bottom: .5em;
}

div.agendaPopout
{
    padding-bottom: .5em;
}

.sharedEvent
{
    color: green;
}

.smaller
{
    font-size: 90%;
}

th.left
{
    text-align: left;
}

table#quickList
{
    border: none;
    border-collapse: collapse;
}

    table#quickList tbody
    {
        border-top: solid 5px white;
    }

    table#quickList th, table#quickList td
    {
        font-size: 95%;
        border: none;
        text-align: left;
        padding: .5em;
        padding-right: .5em;
    }

        table#quickList td:first-child
        {
            padding-left: 1.5em;
        }

        table#quickList td.sharedEvent
        {
            font-size: 80%;
        }

        table#quickList td.monthBoundary
        {
            border-top: solid 5px white;
            color: #a9a9a9;
            font-weight: bold;
            padding-left: .5em;
        }

        table#quickList td span.duration
        {
            font-size: 90%;
        }
