#popup_container_old
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #eeeeee;
    border: 1px solid #fed22f;
    color: #000; /*-moz-border-radius: 5px; 	-webkit-border-radius: 5px; 	border-radius: 5px;*/
}

#popup_container
{
    border-radius: 7px;
    font-size: 14px;
    -webkit-box-shadow: 0px 2px 10px 2px #656464;
    -moz-box-shadow: 0px 2px 10px 2px #656464;
    box-shadow: 0px 2px 10px 2px #656464;
    background: white ;/*#23628e*/
}



#popup_title
{
    /*font-size: 14px; 	font-weight: bold; 	text-align: center; 	line-height: 1.75em; 	color: #000; 	border:1px solid #fed22f; 	background:#ffe45c;	 	cursor: default; 	padding: 0em; 	margin: 0em;*/
    display: none;
}

#popup_content
{
    background: 16px 16px no-repeat url(../Styles/Images/info.png);
    padding: 1.75em;
    margin: 0em;
}

/* Added by Sudhir */
#popup_content INPUT[type='button']
{
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    border: none;
    padding: 5px 20px;
    color:white;
    outline: none;
    cursor: pointer;
    background-color: #23628e;
}

/* ------ */
#popup_content.alert
{
    background-image: url(../Images/jAlert/info.png);
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
}

#popup_content.confirm
{
    background-image: url(../Images/jAlert/important.png);
}

#popup_content.prompt
{
    background-image: url(../Images/jAlert/help.gif);
}

#popup_message
{
    min-width: 300px;
    max-width: fit-content;
}

#popup_panel
{
    text-align: right;
    margin-top: 30px;
}

#popup_prompt
{
    margin: .5em 0em;
}

/*Added by Swapnil for custom confirmation*/
.popupContainer
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #eeeeee;
    border: 1px solid #fed22f;
    color: #000; /*-moz-border-radius: 5px; 	-webkit-border-radius: 5px; 	border-radius: 5px;*/
}

.popupTitle
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    color: #000;
    border: 1px solid .fed22f;
    background: #ffe45c;
    cursor: default;
    padding: 0em;
    margin: 0em;
}

.popupContent
{
    background: 16px 16px no-repeat url(../Images/jAlert/info.png);
    padding: 1em 1.75em;
    margin: 0em;
}

/* Added by Sudhir */
.popupContent INPUT[type='button']
{
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    padding: 0 12px 4px;
    background-color: #004b8b;
    border-color: #0561B4;
    color: White;
    height: 22px;
    line-height: 19px;
    outline: none;
}

.popupContent INPUT[type='button']:hover
{
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    padding: 0 12px 4px;
    background-color: #969594;
    color: Black;
    height: 22px;
    line-height: 19px;
    outline: none;
}
/* ------ */
.popupContent.alert
{
    background-image: url(../Images/jAlert/info.png);
}

.popupContent.confirm
{
    background-image: url(../Images/jAlert/important.png);
}

.popupContent.prompt
{
    background-image: url(../Images/jAlert/help.gif);
}

.popupMessage
{
    padding-left: 48px;
}

.popupPanel
{
    text-align: center;
    margin: 1em 0em 0em 1em;
}

.popupPrompt
{
    margin: .5em 0em;
}
