/*
Default style for the nogray calendar
the default class prefix is ng-

made by Wesam Saif
http://www.nogray.com
support@nogray.com

*/

/* the main header table */
.ng-cal-header-table {margin:5px;
	border-collapse:collapse;
	background:#EAB795;
	border:solid #6C2E08 1px;
	font-size:12px;
	color: #2E1A0A;
	}
	
/* the previous and next table cells */
.ng-cal-previous-td, .ng-cal-next-td {width:20px;
	height:20px;
	color:#1A0F05;
	border:solid #6C2E08 1px;
	border-top:solid #EAD6C9 1px;
	border-left:solid #EAD6C9 1px;
	text-align:center;
	background-color: #F05D00;
	}
.ng-cal-previous-td:hover, .ng-cal-next-td:hover {
	background-color: #FFD362;
	}


/* the calendar header table cell (the area where the month and year is displayed) */
.ng-cal-header-td {text-align:center;
	font-weight:bold;
	padding:3px;}
	
/* the main month table */
.ng-cal {border:solid #1F1208 1px;
	border-collapse:collapse;
	margin:5px;
	margin-top:0px;
	background-color:#FFFFFF;}
	
.ng-cal * {font-size:8pt;}
.ng-cal td {padding:3px;
	border:solid #D89B74 1px;
	color: #5D2E1A;
	}

/* the days name table cells */
.ng-cal .ng-days-name-td {background:#E5935D;
	border:solid #744321 1px;}
	
/* the month name table cell */
.ng-month-name-th {background:#890505;
	font-weight:bold;
	padding:3px;
	color:#EAD6A7;
	text-align:center;}
	
/* weekends, days off, dates off (holidayes) */
.ng-dayOff, .ng-dateOff {color:#B2AA9B !important;}

.ng-weekend {
	background-color: #FFF5DB;
}

/* out of range days (previous or next month) */
.ng-outOfRange {color:#CE9881 !important;
	background:#efefef;
	text-decoration:none;}

/* the style for the table cell when the mouse is over it */
.ng-mouse-over {font-weight:bold;
	background:#faedd6;}
	
/* selected day */
.ng-selected-day {background:#ffbb45;
		font-weight:bold;}
		
/* the close and clear buttons in the bottom of the calendar */
.ng-close-link, .ng-clear-link  {padding:3px;
	text-align:center;
	color:#F5E3DE;
	text-decoration:none;
	font-size:8pt;
	background:#360F08;
	border:solid #050303 1px;
	float:right;
	margin-right:7px;
	width: 163px;

}
	
	
	