﻿.ContentArea
{
    margin: 20px auto 20px auto;
    border: solid 1px #000000;
    background-color: #E0E0E0;
    width: 700px;
}
.ContentAreaTop
{
    /* This style should be used if you want child div's         (such as calendar extenders) to show up on top          when they overlap other content areas  */
    margin: 20px auto 20px auto;
    border: solid 1px #000000;
    background-color: #E0E0E0;
    width: 700px;
    z-index: 25;
}
.ContentAreaTitle
{
    padding: 3px;
    background-color: #405738;
    text-align: center;
}
.ContentAreaTitleText
{
    font-weight: bold;
    color: #FFFFFF;
}
.ContentHeading
{
    margin: 10px;
}
.ContentHeadingText
{
    font-weight: bold;
}
.FormPanel
{
    margin: 10px 20px 10px 20px;
}
.FormCalendar .ajax__calendar_container
{
    background-color: #405738;
    color: #CCFFCC;
    border: solid 1px #FFFFFF;
    z-index: 1000;
}
.ajax__calendar_hover
{
    background-color: #7BA26F;
    color: #000000;
}
.ajax__calendar_active
{
    background-color: #7BA26F;
    color: #FFFFFF;
}
.ajax__calendar_other
{
    background-color: #405738;
    color: #7BA26F;
}
.FormCalendarButton
{
    vertical-align: text-top;
    margin-right: 10px;
}
.FormField
{
    vertical-align: middle;
    margin-right: 10px;
}
.FormLabel
{
    margin-right: 10px;
    font-weight: bold;
    vertical-align: middle; /*font-size: smaller;*/
}
.FormHelperText
{
    font-style: italic;
    color: #101010;
    font-size: smaller;
    vertical-align: middle;
}
.FormButton
{
    margin: 10px;
    vertical-align: middle;
}
.ButtonWarning
{
    margin-right: 10px;
    vertical-align: middle;
    font-size: smaller;
    font-style: italic;
    color: #C00000;
}
.ButtonBox
{
    width: 100%;
    text-align: right;
    padding-top: 10px;
}
.RadioGroup
{
    margin: 10px 10px 10px 50px;
}
.RadioItem
{
    /*vertical-align: middle;*/
    margin: 10px;
}
.ValidationSummary
{
    padding: 10px;
    color: #C00000;
}
.ReportPanel
{
    position: relative;
    margin: 20px auto 20px auto;
    border: solid 1px #000000;
    width: 750px;
    background-color: #E0E0E0;
}
.EmptyDataPanel
{
    text-align: center;
}
.GridLabel
{
    font-size: x-small;
    font-weight: bold;
}


/********************** modal div styles ***************************/

div.ModalPageDiv
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

div.ModalBackground
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 500;
    filter: Alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    background-color: #000000;
}
div.ModalAjaxBackground
{
    filter: Alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    background-color: #000000;
}
div.ModalContainer
{
    border: dotted 20px #223366;
    position: absolute;
    width: 5px;
    left: 50%;
    top: 50%;
    z-index: 750;
}

div.ModalBox
{
    background-color: white;
    border: solid 4px black; position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 300px;
    padding: 0px;
}
div.ModalTopBar
{
    width: 100%;
    background-color: #000099;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}
div.ModalTopBar a, div.ModalTopBar a:visited
{
    color: #ffffff;
}
div.ModalBody
{
    padding: 10px;
}


body
{
    margin: 0px;
}
/*
.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    width: 300px;
    left: 50%;
    top: 50%;
    z-index: 750;
}
.modal
{
    background-color: white;
    border: solid 4px black; position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 300px;
    padding: 0px;
}
.modalTop
{
    width: 292px;
    background-color: #000099;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 10px;
}
*/
