﻿/* Main Progress Panel Start */
.progressDiv { font-family:inherit; margin: auto; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color:#000; filter: alpha(opacity=75); opacity: 0.75; z-index: 999999; }
.progressTable { margin: 200px auto; }
.progressImage { width: 32px; height: 22px; background: url('../../Images/ui/22x22/pleasewait.gif') no-repeat scroll black; }
.progressText { font-family:inherit; color:#FFF; font-size: 18px; font-weight: bold; }

/* PEC:ModalPopup Styles */
.pecModalBackground { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 10000; background-color:#333333; display: none; opacity: 0.40; filter: alpha(opacity=40); }
.pecModalWindow { position: fixed; left: 0; top: 0; text-align:left; z-index: 10001; display: none; }
.modalPopupBackground { background-color:#000; filter:alpha(opacity=25); opacity:0.25; }
.modalInfoContent { border:solid 1px gray; padding:5px; background-color:#FFF; }
.modalInfoCloseButton { background:none; cursor:pointer; position:relative; top:-4px; }
.modalInfoDragHandleLeft { background:url('../../images/ui/popupInfoTop.png') no-repeat scroll top left; cursor:move; height:5px; width:6px; }
.modalInfoDragHandleMiddle { background:url('../../images/ui/popupInfoFloating.png') repeat-x scroll top left; cursor:move; height:5px; width:100%; margin-right:6px; }
.modalInfoDragHandleRight { background:url('../../images/ui/popupInfoTop.png') no-repeat scroll top right; cursor:move; height:5px; width:6px; }
.modalInfoPanelFooter { border-left:solid 1px gray; border-bottom:solid 1px gray; border-right:solid 1px gray; }
.modalInfoPanelFooter div { filter: alpha(opacity=95); opacity: 0.95; background-color:#e5e5e5; height:17px; border-top:solid 1px white; border-left:solid 1px white; }
.dragHandleInner { background:url('../../images/ui/floatingBody.png') repeat scroll; border-left:solid 1px gray; border-right:solid 1px gray; padding:0px 5px 5px 5px; cursor:move; }
.LargeText { font-family:inherit; font-size:16px !important; color:#ffffff; font-weight:bold; }

/* PEC:AlertMessage Styles */
.alertMessage_Container { margin:0 0 5px 0; }
.listMessage_Container { margin:0 0 1px 0; }

.alertMessage_Error,.alertMessage_Info,.alertMessage_Success,.alertMessage_Warning,.listMessage_Error,.listMessage_Info,.listMessage_Success,.listMessage_Warning { font-family:inherit; text-align:left; font-size:16px; font-weight:normal; padding:5px; }
.alertMessage_Error,.alertMessage_Info,.alertMessage_Success,.alertMessage_Warning { border-radius:4px; }
.alertMessage_ErrorExtra,.alertMessage_InfoExtra,.alertMessage_SuccessExtra,.alertMessage_WarningExtra,.listMessage_ErrorExtra,.listMessage_InfoExtra,.listMessage_SuccessExtra,.listMessage_WarningExtra { font-size:11px; font-weight:normal; }
.alertMessage_ErrorExtra,.listMessage_ErrorExtra { color: #000; }
.alertMessage_InfoExtra,.listMessage_InfoExtra { color:#000; }
.alertMessage_SuccessExtra,.listMessage_SuccessExtra { color: #000; }
.alertMessage_WarningExtra,.listMessage_WarningExtra { color: #000; }
.alertMessage_Error,.listMessage_Error { color: Red;background-color:#fffddd; border:solid 1px red; }
.alertMessage_Error img,.listMessage_Error img { padding-right:4px; background:none; }
.alertMessage_Warning,.listMessage_Warning { color: #ff6600;background-color:#fffddd; border:solid 1px orange; }
.alertMessage_Warning img,.listMessage_Warning img { padding-right:4px; background:none; }
.alertMessage_Info,.listMessage_Info { color:#000;background-color:#f0f5ff; border:solid 1px black; }
.alertMessage_Info img,.listMessage_Info img { padding-right:4px; background:none; }
.alertMessage_Success,.listMessage_Success { color:green;background-color:#f0fff2; border:solid 1px green; }
.alertMessage_Success img,.listMessage_Success img { padding-right:4px; background:none; }
.alertMessage_Empty,.listMessage_Empty { display:none; }

/* Remove the title bar on the jquery dialog popup*/
.popupDialog .ui-dialog-titlebar-close 
{
  display: none;
}

.ui-dialog-title 
{ 
    height: 0px; font-size: 0px;
}

/* Prevent orange outline in Chrome */
.popupDialog
{
    outline: none;
}
