﻿
div.jGrowl {

	z-index:9999;
	padding:5px;
	width:270px;
	/*background:url(http://static.jazanu.edu.sa/images/portal/Alerts/popup_bg.gif) repeat-x bottom #fff;*/
	border:0px solid #c4c5c4;
	text-align:center;
	margin-left:30px
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
body > div.jGrowl {
	position:			fixed;
}

body > div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

body > div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

body > div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

body > div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

body > div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer
{
    text-align:right;
	font-family:tahoma;
	color:#7e7e7e;
	font-size:11px;
	/*padding:3px;*/
	

/*
	opacity: .85;
	filter: alpha(opacity = 85);
	zoom: 1;
*/
	margin-top: 0px;
	margin-bottom: 0px;
	display: none;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

div.jGrowl div.jGrowl-notification {
	min-height: 			20px;
}

div.jGrowl div.jGrowl-notification div.header {

	background-color:#83aace;
	padding:5px;
	color:#fff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	background:url(http://static.jazanu.edu.sa/images/portal/Alerts/popup_bg_title.gif) repeat-x top #7ca3c8;
	
}

div.jGrowl div.jGrowl-notification div.close {
	float: 					left;
	font-weight: 			bold;
	font-size: 				12px;
	cursor:					pointer;
    padding:0px 0px 0px 10px;
    border:0px White solid;
    color:white;
	height:25px;
	padding-top:8px;
}

div.jGrowl div.jGrowl-closer {
	width:270px;
	height: 				30px;
	padding-top: 			10px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				11px;
	font-weight: 			bold;
	text-align: 			center;
}
.message{
border:1px solid #d7e4f0;padding:5px;color:#b1b1b1;font-family:tahoma;font-size:11px;background-color:#fff;text-align:center
}
.message a:link,.message a:visited{
color:#b1b1b1;font-family:tahoma;font-size:11px;text-decoration:none; text-align:right
}

.message div{
	color:#b1b1b1;font-family:tahoma;font-size:11px;text-decoration:none
}

.hide{
display:none
}
