﻿.alertContainer
{
    /*background: url(../images/alerts/alert-bg.gif) repeat-y left; */
    width: 880px;
    margin: auto;
    background-color: #E2FFDB;
    border: 1px #A3DB72 solid;
    margin-bottom: 10px;
    height:115px;
}

.alertContainerTopBrdr
{
    /*background: url(../images/alerts/alert-top-brdr.gif) no-repeat top left; */
}
.alertContainerBtmBrdr
{
    /* background: url(../images/alerts/alert-btm-brdr.gif) no-repeat bottom left; */
    padding: 10px 10px 25px;
}
/* Error */
.errorAlert
{
    background-color: #ffdede;
    border: 1px #ff4f4f solid; /* background-image: url(../images/alerts/alert-bg-error.gif);*/
}
.errorAlert .alertContainerTopBrdr
{
    /* background-image: url(../images/alerts/alert-top-brdr-error.gif);*/
}
.errorAlert .alertContainerBtmBrdr
{
    /*  background-image: url(../images/alerts/alert-btm-brdr-error.gif);*/
}

/* Warning */
.warningAlert
{
    background-color: #fffdde;
    border: 1px #fff64f solid; /* background-image: url(../images/alerts/alert-bg-warning.gif);*/
}
.warningAlert .alertContainerTopBrdr
{
    /* background-image: url(../images/alerts/alert-top-brdr-warning.gif);*/
}
.warningAlert .alertContainerBtmBrdr
{
    /* background-image: url(../images/alerts/alert-btm-brdr-warning.gif);*/
}

.alertContainerBtmBrdr img
{
    float: left;
}
.mainNotifierMessage
{
    width: 738px;
    float: left;
    padding-left: 20px;
    font-size: 13px; /* font-weight: bold; */
    line-height: 20px;
    color: #000;
}
.mainNotifierMessage li
{
    list-style: disc inside;
}

.notifierLink
{
    text-decoration: underline;
    color: Blue;
}
.alertTitle
{
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-left: 15px;
    color: #000;
    float: left;
}
.alertTitle span
{
    font-size: 13px;
}
a.closeAlert
{
    width: 15px;
    height: 15px;
    display: block;
    float: right;
    background: url(../images/alerts/close-alert.gif) no-repeat top left;
}
a:hover.closeAlert
{
    background-position: bottom left;
}



/* popup alerts */
.alertButtons
{
    float: right;
    margin-right: 80px;
    margin-top: 0px;
}
.alertButtons a, .alertButtons input
{
    font-weight: bold;
    margin-right: 15px;
    font-size: 14px;
    text-decoration: underline;
}

.alertButtons input
{
    border: 1px solid gray;
}

/* loading alert */
.loadingPopup
{
    width: 500px;
    border: 4px solid #CFCFCF;
    background-color: #fff;
    padding: 10px;
    height: 35px;
    display: none;
    margin: auto;
        color:#666;

}

.loadingPopup img
{
    float: left;
    margin: 5px;
}

.loadingPopup span
{
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 10px;
}


/* simplae modal script css */
#simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}

#simplemodal-container {
  height:650px;
  width:600px;
  background-color:transparent;
  border:0;
}

#simplemodal-container a.modalCloseImg {
  background:url(../images/pop-up/close-btn.gif)) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}
