/* --------------------------- ALERT SCHEDULER --------------------------- */
div.TopBar_AlertDiv{float:right;width:400px}
div.AlertQuantity{float:right;width:22%;margin-top:3px;direction:rtl;text-align:right}
.AlertQuantityEm{color:#6FD152;font-weight:bold;font-size:14px}
div.AlertNext{float:right;width:75%;margin-top:3px;direction:rtl;text-align:right}
.AlertNextTitle{width:115px;height:14px;}
.AlertNextTitle a{padding:0;float:left;width:110px;height:16px;overflow:hidden}
.AlertNextTime{width:100px;height:14px;color:#6FD152;font-weight:bold}
/* the overlayed elements */
.simple_overlay *{text-align:right}
.simple_overlay {color:#666666;display:none; background-repeat:no-repeat;width:656px;height:526px;padding:35px}

#DivAddAlert.simple_overlay , #AlertNextDescription.simple_overlay {background-image:url(../js/jquery/overlay/white.png);}

.simple_overlay .close {background-image:url(../js/jquery/overlay/close.png);right:5px;top:5px;cursor:pointer;height:35px;width:35px;position:absolute}
.simple_overlay h4{color:#666666;width:90%;padding:35px 35px 5px 35px;}
.simple_overlay p {color:#666666;width:90%;padding:10px 35px;}
.simple_overlay p#pAlert_DateTime {font:bold 18px arial;}
.simple_overlay p a{margin:1px 5px;padding:1px;color:blue}
.simple_overlay p a.go {float:left;cursor:pointer;margin:10px 2%;width:95%;height:24px;color:#ffffff;border:1px outset #666666;text-align:center;background-color:#4989C8;font-weight:bold}

.simple_overlay .add_details div *{text-align:right}
.simple_overlay .add_details div{float:left;margin:5px 5px 5px 60px;direction:ltr; width:545px}
.simple_overlay .add_details h4{padding:5px;text-align:right;direction:rtl;color:#1D63A3}
.simple_overlay #Alert_Scheduler_Form{text-align:right;direction:rtl}
.simple_overlay .add_details select , .simple_overlay .add_details b{float:left;}
.simple_overlay .add_details input{float:left;border:1px solid #666;font-size:16px;padding:2px;margin:1px 5px;width:350px}
.simple_overlay .add_details input.checkbox{float:left;margin:1px 5px;padding:1px;border:1px solid #666666;width:35px}
.simple_overlay .add_details em{margin:1px 5px;padding:1px;color:#666666;width:130px;float:right}
.simple_overlay .add_details em.asterisk{margin:1px 5px;padding:1px;font-size:16px;color:red;width:10px;}
.simple_overlay .add_details a{margin:1px 5px;padding:1px;color:blue}
.simple_overlay .add_details legend , .simple_overlay .details legend {padding:0px 15px;color:red;font-weight:bold}
.simple_overlay .details{direction:rtl}
.simple_overlay .details fieldset{width:auto;height:335px;}
.simple_overlay .add_details textarea {float:left;margin:1px 5px;padding:1px;border:1px solid #666666;width:350px;height:200px}
.simple_overlay input#Alert_Scheduler_Reset, .simple_overlay input#Alert_Scheduler_Submit{ cursor:pointer; margin:10px;width:245px;color:#ffffff;border:1px outset #666666;text-align:center;background-color:#4989C8;font-weight:bold}
#Alert_Scheduler_Hours, #Alert_Scheduler_Minute{border:1px solid #666;font-size:12px;padding:2px;margin:1px 5px;width:63px}
#Alert_Scheduler_AdminUsersID{border:1px solid #666;font-size:12px;padding:2px;margin:1px 5px;width:350px}
.simple_overlay input#Alert_Scheduler_Reset:hover, .simple_overlay input#Alert_Scheduler_Submit:hover{color:red;border:1px inset #666666;}

.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;
	z-index: 11000;
	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}
.error p{position:relative;top:-9px;color:red}

/* calendar */
#Alert_Scheduler_DateTime {text-align:center;width:200px;color:black;background:transparent url(../js/jquery/calendar/calendarTime.png) no-repeat scroll 1px center;
-moz-box-shadow:0 0 10px #eee inset;-webkit-box-shadow:0 0 10px #eee inset;}

/* calendar root element */
#calroot {
	/* place on top of other elements. set a higher value if nessessary */
	z-index:10000;
	
	margin-top:-1px;
	width:198px;
	padding:2px;
	background-color:#fff;
	font-size:11px;
	border:1px solid #ccc;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;	
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {	
	padding:2px 0;
	height:22px;
} 

#caltitle {
	font-size:14px;
	color:#0150D1;	
	float:left;
	text-align:center;
	width:150px;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
	display:block;
	width:20px;
	height:20px;
	background:transparent url(../js/jquery/calendar/prev.gif) no-repeat scroll center center;
	float:left;
	cursor:pointer;
}

#calnext {
	background-image:url(../js/jquery/calendar/next.gif);
	float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
	visibility:hidden;	
}

/* year/month selector */
#caltitle select {
	font-size:10px;	
}

/* names of the days */
#caldays {
	height:14px;
	border-bottom:1px solid #ddd;
}

#caldays span {
	display:block;
	float:left;
	width:27px;
	text-align:center;
}

/* container for weeks */
#calweeks {
	background-color:#fff;
	margin-top:4px;
}

/* single week */
.calweek {
	clear:left;
	height:22px;
}

/* single day */
.calweek a {
	display:block;
	float:left;
	width:26px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 		
} 

/* different states */
.calweek a:hover, .calfocus {
	background-color:#ddd;
}

/* sunday */
a.calsun {
	color:red;		
}

/* offmonth day */
a.caloff {
	color:#ccc;		
}

a.caloff:hover {
	background-color:rgb(245, 245, 250);		
}


/* unselecteble day */
a.caldisabled {
	background-color:#efefef !important;
	color:#ccc !important;
	cursor:default;
}

/* current day */
#calcurrent {
	background-color:#498CE2;
	color:#fff;
}

/* today */
#caltoday {
	background-color:#333;
	color:#fff;
}
/* --------------------------- END ALERT SCHEDULER --------------------------- */