/**********************
**** Common
*********************/

.ValidationBox {
	
	margin-top:10px;	
	margin-bottom: 20px;	
	width:87%;
    min-width:20em;
    width: 410px;
    background-color: #fed2d2;
    border: 1px solid #b90404;
}
.ValidationBox .header {	
	font-weight:bold;
	margin-left: 8px;
	padding-left: 35px;
	background-position:left center;
	background-repeat:no-repeat;
}
.ValidationBox .error-list {
	border-top:solid 1px #b90404;
	padding-bottom: 11px;
	padding-top: 11px;
}
.ValidationBox .body .content {
    padding-left: 20px;   
	border-top: 1px solid #b90404;    
}
.ValidationBox .msg-header {
	padding-top:9px;
	padding-bottom: 9px;
}
.ValidationBox .content {
	padding-top:9px;
}

.ValidationBox ul {
	margin-left:44px;
	list-style:none !important;
}

.ValidationBox li {
	padding-left:10px;
	list-style:none !important;
	background: url(../images/bullet-red.gif) no-repeat center left;
	display: list-item; 
}

.ValidationBox .collapse-div {
	font-weight:normal;
	float: right;
	background-color: #b60404;
	height:23px;
	width: 52px;
	padding-left: 11px;
	padding-top: 9px;	
}
.ValidationBox .collapse-div a {	
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
.ValidationBox .collapse-div .up {
	cursor: pointer;
	width: 47px;
	height: 13px;
	background-image: url(../images/up-red.png);
	background-position:right center;
	background-repeat:no-repeat;
}
.ValidationBox .collapse-div .down {
	cursor: pointer;
	width: 47px;
	height: 13px;
	background-image: url(../images/down-red.png);
	background-position:right center;
	background-repeat:no-repeat;
}

/**********************
**** Pink
*********************/

.ErrorValidationBox .header {
	background-image: url(../images/error.png);
}
.ErrorValidationBox {
	color: #cb0000;	
}

/**********************
**** Green
*********************/

.SuccessValidationBox .header {
	background-image: url(../images/Icon.Notifer.Good.gif);
}
.SuccessValidationBox {
	color: #3f8844;	
	background-color: #e5ff9b !important;
    border: 1px solid #779823 !important;
}

.ErrorValidationBox .header {
	background-image: url(../images/Icon.Notifer.Error.gif);
}
.ErrorValidationBox {
	color: #cb0000;	
	background-color: #fed2d2 !important;
    border: 1px solid #cb0000 !important;
}



.Error .header {	
	font-weight:bold;
	margin-left: 8px;
	padding-left: 35px;
	background-position:left center;
	background-repeat:no-repeat;
}
.Error .error-list {
	border-top:solid 1px #b90404;
	padding-bottom: 0px;
	padding-top: 0px;
}
.Error .body .content {
    padding-left: 20px;   
	border-top: 1px solid #b90404;    
}
.Error .msg-header {
	padding-top:2px;
	padding-bottom: 2px;
	color:#c00000;
	font-size:1.1em;
	font-weight:bold;
	min-height:16px;
}
.Error .content {
	padding-top:2px;
}

.Error ul {
	margin-left:44px;
	list-style:none !important;
}

.Error li {
	padding-left:10px;
	list-style:none !important;
	background: url(../images/bullet-red.gif) no-repeat center left;
	display: list-item; 
}

.Error .collapse-div {
	font-weight:normal;
	float: right;
	width: 52px;
	padding-left: 11px;
	padding-top: 2px;	
}
.Error .collapse-div a {	
	color: #c00000;
	font-size: 11px;
	text-decoration: none;
}
.Error .up {
	cursor: pointer;
	width: 47px;
	height: 13px;
	background-image: url(../images/up-red.png);
	background-position:right center;
	background-repeat:no-repeat;
}
.Error .down {
	cursor: pointer;
	width: 47px;
	height: 13px;
	background-image: url(../images/down-red.png);
	background-position:right center;
	background-repeat:no-repeat;
}
.Good .msg-header {
	padding-top:2px;
	padding-bottom: 2px;
	color:#70A608;
	font-size:1.1em;
	font-weight:bold;
	min-height:16px;
}
