.ajax__calendar {
    z-index: 100002 !important;
}

.ajax__calendar_container {
    z-index: 100003 !important;
}

.modalBackground {
    background-color: #000000;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.dialogPanelInit
{
	display: none;
}

.dialogPanel {
    font-size: 11px;
    background-color: ghostwhite;
    border: black 1px solid;
    height: 160px;
    width: 350px;
}

.dialogWarningIcon
{
    background-image: url( '../warning.gif' );
    background-repeat: no-repeat;
    background-position:center;
    width: 48px;
    height: 42px;
    padding: 5px;
}

.dialogErrorIcon
{
    background-image: url( '../error.gif' );
    background-repeat: no-repeat;
    background-position:center;
    width: 47px;
    height: 47px;
    padding: 5px;
}

.dialogQuestionIcon
{
    background-image: url( '../question.gif' );
    background-repeat: no-repeat;
    background-position:center;
    width: 46px;
    height: 47px;
    padding: 5px;
}

.dialogInformationIcon
{
    background-image: url( '../information.gif' );
    background-repeat: no-repeat;
    background-position:center;
    width: 46px;
    height: 47px;
    padding: 5px;
}

.dialogPanelHandler
{
    background-image: url( '../bg_toolBar.jpg' );
    background-repeat: repeat-x;
    height: 30px;
    font-weight: bold;
    color: DimGray;
    width: auto;
    cursor: move;
}

.dialogPanel .dialogPanelHandler .title
{
    vertical-align: bottom;
    padding: 3px;
    float: left;
}

.dialogPanel .dialogPanelHandler .closeButtonPanel
{
    padding: 6px;
    text-align: right;
}

.dialogPanel .dialogPanelHandler .closeButtonPanel .closeButton
{
    cursor: pointer;
}

.dialogPanel .dialogPanelContent {
    padding: 5px;
    height: 91px;
    z-index: 2100 !important;
}