﻿.modalBackground 
{
    background-color:#000000;
    filter:alpha(opacity=50);
    opacity:0.5;
    z-index:101;
}

.modalPopup
{
    width:660px;
}

.modalBorder
{
    border-color: #354657;
    border-width: 30px;
    border-style: solid;
}

.modalBorderWithExtraButtons
{
    border-color: #354657;
    border-width: 40px 30px 30px 30px;
    border-style: solid;
}

.modalContent
{
    background-color:#ffffff;
    border-width:1px;
    border-style:solid;
    border-color: #355984;
    padding: 10px 10px 10px 10px;
}

.closeButton
{
    float: right;
    margin: 5px 5px 0px 0px;
    border-style: none none none none;
}

.pdfButton
{
    float: right;
    margin: 5px 5px 0px 0px;
    border-style: none none none none;
}


.modalHeaderBlock
{
    background-color:#eef2f4;
    border-width:1px;
    border-style:solid;
    border-color: #d0d9df;
    padding: 5px;
}

#modalHeaderBlockLeft
{
    width:50%;
    line-height:14px;
}

#modalHeaderBlockRight
{
    float:right;
}

table.formTable
{
    margin-top: 7px;
    margin-left: -3px;
    margin-bottom: 22px;
    clear:both;
}

table.formTable th 
{
	background-color:#eef2f4;
    border-width:1px;
    border-style:solid;
    border-color: #d0d9df;
    padding: 3px;
    width: 145px;
    text-align: left;
    color:#003365;
    font-weight: bold;
    vertical-align: top;
}

table.formTable td
{
    margin-bottom: 3px;
}

.requiredIcon
{
    vertical-align: middle;
    margin: 0px 4px 0 0;
    float: left;
}

.notRequiredFieldText
{
   margin-left: 11px;
   width: 125px;
   float: left;
}

.isRequiredFieldText
{
   width: 125px;
   float: left;
}

table.formTable input
{
    color: #8398a9;
}

table.formTable input.disabled 
{
    color: #d4c1c5;
}

.bottomHr
{
    border-top: 1px solid #b1bec9;
    margin: 5px 2px 5px 2px;
}

.formButtonDividerLine
{
    border-left: 1px solid #b1bec9;
    padding-top: 2px;
    padding-bottom: 2px;
}

.messageArea 
{
  display:block;
  height: 25px;  
  margin-top: 10px;
}

#progressBackgroundFilter
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=5);        /* set transparency in IE, which must be done or IE doesn't respect the DIV */
    opacity: 0.05;                   /* set transparency in Firefox, to be consistent among browsers */
    z-index: 1000;
    display: none;
}

#progressMessage
{
    background-color: Red; 
    position: fixed;
    color: White; 
    padding: 5px; 

    top: 30%;
    left: 43%;
    width: 14%;
    z-index: 1001;
}

.compareGridViewPanel
{
    max-height: 450px;
}

div.atpSelectionPanel 
{
    border-bottom: 1px solid #aaaaaa;
}

div.atpSelectionPanel .formTable
{
    margin-bottom: 7px;
    width: fit-content;
}

div.atpSelectionPanel .formTable td
{
    width: fit-content;
}

div.atpSelectionPanel .formTable th
{
    width: fit-content;
}

div.atpButtonPanel
{
    border-top: 5px;
    text-align: right;
    margin-top: 7px;
}
