@CHARSET "ISO-8859-1";

.alert {
    float: left;
    width: 910px;
    border-width: 0px;
    background-image: url("/shared/images/bkgd-white-box-910.gif");
    background-repeat: repeat-y;
}

.alertWarnIcon {
	background-repeat: no-repeat;
    background-image: url("/shared/images/warning-icon.gif");
    width: 60px;
    height: 75px;
    float: left;
}

.alertEmailIcon {
	background-repeat: no-repeat;
    background-image: url("/shared/images/email-icon.gif");
    width: 60px;
    height: 75px;
    float: left;
}

.alertLockIcon {
	background-repeat: no-repeat;
    background-image: url("/shared/images/lock-icon.gif");
    width: 60px;
    height: 75px;
    float: left;
}

.alertErrorIcon {
	background-repeat: no-repeat;
    background-image: url("/shared/images/error-icon.gif");
    width: 60px;
    height: 44px;
    float: left;
}

.alertInfoIcon {
	background-repeat: no-repeat;
    background-image: url("/shared/images/information-icon.gif");
    width: 60px;
    height: 44px;
    float: left;
}

.alertNoneIcon {
	background-repeat: no-repeat;
    background-image: url("/shared/images/bkgd-white-top-left-corner.gif");
    width: 60px;
    height: 44px;
    float: left;
}

.alertTopBorder {
	background-repeat: repeat-x;
    background-image: url("/shared/images/bkgd-white-box-top-850.gif");
    width: 850px;
    height: 30px;
    float: left;
}

.alertBottomBorder {
	background-repeat: repeat-x;
    background-image: url("/shared/images/bkgd-white-box-bottom-910.gif");
    float: left;
    width: 910px;
    height: 32px;
    border-width: 0px;
}

.alertContent {
    float: left;
    width: 810px; /* actual width - (left/right padding) - (2 * border) - left image */
    padding: 0px 40px 0px 0px;
    word-wrap: break-word;
    border-width: 0px;
}

.alertSmall {
    float: left;
    width: 590px;
    border-width: 0px;
    background-image: url("/shared/images/bkgd-white-box-590.gif");
    background-repeat: repeat-y;
}
.alert540 {
    float: left;
    width: 540px;
    border-width: 0px;
    background-image: url("/shared/images/bkgd-white-box-540.gif");
    background-repeat: repeat-y;
}

.alertTopBorderSmallYellow {
	background-repeat: repeat-x;
    background-image: url("/shared/images/bkgd-white-box-top-540-yellow.gif");
    width: 530px;
    height: 30px;
    float: left;
}

.alertTopBorderSmall {
	background-repeat: repeat-x;
    background-image: url("/shared/images/bkgd-white-box-top-540.gif");
    width: 530px;
    height: 30px;
    float: left;
}
.alertTopBorder540 {
	background-repeat: repeat-x;
    background-image: url("/shared/images/bkgd-white-box-top-490.gif");
    width: 480px;
    height: 30px;
    float: left;
}
.alertTopBorder550{
	background-repeat: repeat-x;
	background-image: url("/shared/images/bkgd-white-box-header-550.gif");
    width: 550px;
    height: 45px;
    float: left;
}
.alertTopGreenCheckBorder550{
	background-repeat: repeat-x;
	background-image: url("/ducdmr/images/alert-top-green-check-550.gif");
    width: 550px;
    height: 35px;
    float: left;
}

.alertBottomBorderSmall {
	background-repeat: repeat-x;
    background-image: url("/shared/images/bkgd-white-box-bottom-590.gif");
    float: left;
    width: 590px;
    height: 32px;
    border-width: 0px;
}
.alertBottomBorder540 {
	background-repeat: repeat-x;
    background-image: url("/shared/images/bkgd-white-box-bottom-540.gif");
    float: left;
    width: 540px;
    height: 32px;
    border-width: 0px;
}
.alertBottomBorder550 {
	background-repeat: repeat-x;
    background-image: url("/shared/images/bkgd-white-box-bottom-550.gif");
    float: left;
    width: 550px;
    height: 22px;
    border-width: 0px;
}
.alertContent550 {
    float: left;
    width: 520px;
    border-width: 0px;
    background-image: url("/shared/images/bkgd-white-box-550.gif");
    background-repeat: repeat-y;
    padding-left: 30px;
}
.alertContent540{
	border-width: 0;
	float: left;
	list-style: disc outside none;
	margin-left: 40px;
	padding: 0 10px 0 0;
	width: 480px;
	word-wrap: break-word;
}
.alertContentSmall {
    float: left;
    width: 490px; /* actual width - (left/right padding) - (2 * border) - left image */
    padding: 0px 40px 0px 0px;
    word-wrap: break-word;
    border-width: 0px;
    text-align: left;
}

.bkgd-white-box-top-850 {
	background-repeat: repeat-x;
    background-image: url("/shared/images/bkgd-white-box-top-850.gif");
    width: 850px;
    height: 30px;
    float: left;
}  

/****************************************	*/
/*	11/05/2010								*/
/*	Alert Box 250 Styles					*/
.alert250 {
    float: left;
    width: 250px;
    border-width: 0px;
    background-image: url("/ducdmr/images/box250-bkgd.gif");
    background-repeat: repeat-y;
}
.alert250TopBorder {
	background-repeat: repeat-x;
    background-image: url("/ducdmr/images/box190-top.gif");
    width: 190px;
    height: 30px;
    float: left;
}

.alert250BottomBorder {
	background-repeat: repeat-x;
    background-image: url("/ducdmr/images/box250-bottom.gif");
    float: left;
    width: 250px;
    height: 32px;
    border-width: 0px;
}
.alertContent250 {
    float: left;
    width: 190px; /* actual width - (left/right padding) - (2 * border) - left image */
    padding: 0px 10px 0px 0px;
    word-wrap: break-word;
    border-width: 0px;
    margin-left: -20px;
    list-style: outside;
}
/****************************************	
*	11/23/2010								
*	Standard ul styling should be overridden by default.
*   Including both ul and li tags.  -lidnbvv							
/****************************************/
/*
.alertContent250 ul{
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: none;
	
}
*/
.alertContent250 li{
	padding-top: 5px;
}


/****************************************	*/
/*	11/19/2010								*/
/*	Alert Box 830 Styles					*/
/****************************************	*/
.alert830 {
    float: left;
    width: 830px;
    border-width: 0px;
    background-image: url("/shared/images/bkgd-white-box-830.gif");
    background-repeat: repeat-y;
    text-align: left;
}
.alert830Yellow {
    float: left;
    width: 830px;
    border-width: 0px;
    background-image: url("/shared/images/bkgd-white-box-830.gif");
    background-repeat: repeat-y;
}
.alert830TopBorder {
	background-repeat: repeat-x;
    background-image: url("/shared/images/bkgd-white-box-top-770.gif");
    width: 770px;
    height: 30px;
    float: left;
}

.alert830BottomBorder {
	background-repeat: repeat-x;
    background-image: url("/shared/images/bkgd-white-box-bottom-830.gif");
    float: left;
    width: 830px;
    height: 32px;
    border-width: 0px;
}
.alertContent830 {
    float: left;
    width: 770px; /* actual width - (left/right padding) - (2 * border) - left image */
    padding: 0px 10px 0px 0px;
    word-wrap: break-word;
    border-width: 0px;
    margin-left: -20px;
    list-style: outside;
}
.alertContent830 ul{
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
	
}
.alertContent830 li{
	padding-top: 5px;
}

.boxWhite910 {
    float: left;
    width: 910px;
    border-width: 0px;
    background-image: url("/shared/images/bkgd-white-box-910.gif");
    background-repeat: repeat-y;
}

.boxWhite910Bottom {
    float: left;
    width: 910px;    
    height: 30px;
    border-width: 0px;
    background-image: url("/shared/images/bkgd-white-box-bottom-910.gif");
    background-repeat: repeat-x;
}

.boxWhite910Header {
	width: 870px;
	height: 30px;
	padding: 25px 0px 0px 40px;
	background-image: url("/shared/images/content-top5.gif");
	background-repeat: no-repeat;
	vertical-align: bottom;
}

* html .boxWhite910Header{
    margin-bottom: -13px;
}

.boxWhite930InnerTextMargins {
    float: left;
    width: 810px; /* actual width - (left/right padding) - (2 * border) - left image */
    padding: 0px 40px 0px 0px;
    word-wrap: break-word;
    border-width: 0px;
}