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

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

http://www.nogray.com/license.php

*/

/* the main header table */
.ng-cal-header-table {margin:2px;
	border-collapse:collapse;
	background:#efefef;
	border:solid #d7c4b2 1px;}
	
.ng-cal-header-table tr	{line-height:13px; border:0px solid red;}
	
/* the previous and next table cells */
.ng-cal-previous-td, .ng-cal-next-td {width:20px;
	line-height:13px;
	color:#336699;
	border:solid #d7c4b2 1px;
	text-align:center;}

/* the calendar header table cell (the area where the month and year is displayed) */
.ng-cal-header-td {text-align:center;font-size:11px; line-height:10px;
	font-weight:bold;
	padding:0x;}
	
/* the main month table */
.ng-cal {border:solid #d7c4b2 1px;
	border-collapse:collapse;
	margin:3px 0px 3px 12px;
	background-color:#FFFFFF;}
	
.ng-cal * {font-size:11px;}
.ng-cal td {padding:2px; line-height:12px;
	border:solid #d7c4b2 1px;}

/* the days name table cells */
.ng-cal .ng-days-name-td {background:#e6dfd5;
	border:solid #d7c4b2 1px;}
	
/* the month name table cell */
.ng-month-name-th {background:#fcf4e9;
	font-weight:bold;
	padding:0px;
	color:black;
	line-height:13px;
	text-align:center;}
	
/*weekends, days off, dates off (holidayes)*/
.ng-weekend, .ng-dayOff, .ng-dateOff {color:red;}

/* out of range days (previous or next month) */
.ng-outOfRange {color:#999999;
	background:#efefef;
	text-decoration:line-through;}

/* the style for the table cell when the mouse is over it */
.ng-mouse-over {font-weight:normal;
	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:2px; line-height:13px;
	text-align:center;
	color:#666666;
	text-decoration:none;
	font-size:8pt;
	background:#efefef;
	border:solid #cccccc 1px;
	float:left;
	margin-left:6px;}
	
	
input.neu {margin-left:4px;}

