/******** CSS for jNotify.jquery.css  ********/
/*****************/
/** jNotify CSS **/
/*****************/
#jNotify {
	position:absolute;
/*	background:#d8e6fc  url('imagenotify/info.png') no-repeat 15px center;*/    
    background:#FFFFFF;
	color:#35517c;
	padding:0px;
	margin:45px 0px 0px 30px;
	z-index:9999;
}
#jNotify a {color:#35517c !important;text-decoration:none;}

/******************/
/** jSuccess CSS **/
/******************/
#jSuccess {
	position:absolute;
	background:#E6EFC2 ;
	color:#264409;
	border:1px solid #C6D880;
	padding:10px;
	padding-left:50px;
	margin:15px;
	z-index:9999;
}
#jSuccess a {color:#264409 !important;text-decoration:none;}



/****************/
/** jError CSS **/
/****************/
#jError {
	position:absolute;
	background:#FBE3E4;
	color:#8a1f11;
	border:1px solid #FBC2C4;
	padding:10px;
	padding-left:50px;
	margin:15px;
	z-index:9999;
	-moz-border-radius : 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
#jError a {color:#8a1f11 !important;text-decoration:none;}

/** OVERLAY **/
#jOverlay {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:9998
}

.jNotifyCloseBtn
{
	background:#FFFFFF url('images/dropdown-arrow.gif') no-repeat right top;
}





/******** CSS for ProcessShower.css  ********/
.ProcessShower
{
    z-index:1001;
}
.ProgressWarper
{
	height:14px;
	width:100%;
	background-color:#f0f0f0;
	text-align:center;
    z-index:1000;
}
.ProgressBar
{
	width:0px;
	height:14px;
	position:absolute;
	z-index:0;
	left:0px;
}
.ScreenDimmer
{
    z-index:999;
	background-color:#0a44b2;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.ProgressBar_Grid
{
	background-color:#bbeebb;
	height:14px;
	z-index:0;
	width:0px;
}
.ProgressNumberWarper
{
	position:absolute;
	width:100%;
	left: 0px;
}
.ProgressNumber
{
	margin:0px auto;
	display:block;
	font-size:8px;	
	z-index:1;
}
.LoadingGetProcess
{
	width:16px;
	height:16px;
	background-image:url(images/loading.gif);
}
.ProcessShower .clear
{
    clear:both;
}