/* Start: Info Pop-up */

.IS_InfoPopup_BackgroundContainer
{
    background-color: Black;
    opacity: 0.5;
    filter: alpha(opacity=50);
}



.IS_InfoPopup_MainContainer
{

    background-image: url('/Customized/Uploads/sitetemplateimages/transparentbg.png') !important;
    width:100%;


}

.IS_InfoPopup_ContentTable
{
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 100000;
}

.IS_InfoPopup_ContentTableRow {}

.IS_InfoPopup_ContentTableCell {}

.IS_InfoPopup_ContentContainer
{
    max-width: 664px;
	
    width:100%;
    color: #222;
    border: solid 1px #F5F5F5;
    margin: 10px auto auto;
    border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
    background-color: #ffffff;
    /*filter:alpha(opacity=100);
    opacity: 0.85;
    -moz-opacity:0.85; */
}

.IS_InfoPopup_HeaderContainer
{
    height: 20px;
    background-color: #e5e5e5;
    text-align: left;
    padding: 0.5em 0.1em 0.3em 1em;
    margin-top: 6px;
    margin-left: 6px;
    margin-right: 6px;
    border-top: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.IS_InfoPopupHeader
{
    float: left;
    margin: 0.1em 16px 0.2em 0;
    color: #222;
    font-weight: bold !important;
    font: 12px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.IS_InfoPopup_CloseButton 
{
    float: right;
    cursor: pointer;
    background-image: url('/Customized/System/Images/InfoPopup/closex.png');
    background-repeat: no-repeat;
    width: 21px;
    height: 20px;
    display: block;
    color: transparent;
    font-size: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

.IS_InfoPopup_Content
{
    padding: 0.5em 1em;
    color: #222;
}

.IS_InfoPopup_DoNotShowAgainContainer
{
    height: 45px;
    text-align: left;
    border: 1px solid #BBB;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: 0.5em 0 0 0;
    padding: 0.3em 1em 0.5em 0.4em;
}

.IS_InfoPopup_DoNotShowAgainButton
{
    height: 25px;
    float: right;
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
    padding: 0.6em 0.6em 0em 0.6em;
    line-height: 1.4em;
    width: auto;
    overflow: visible;
    border: 1px solid lightGrey;
    background-color: #E6E6E6;
    font-weight: normal;
    color: #555;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font: 12px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.IS_InfoPopup_DoNotShowAgainButton:hover
{
    border: 1px solid #999999;
    background-color: #dadada;
    font-weight: normal;
    color: #212121;
}

/* End: Info Pop-up */