
@import url('https://fonts.googleapis.com/css?family=Heebo:400,700&subset=hebrew');

/*********************************** Event Calendar ********************************/
HTML							{font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}
BODY							{margin:0px; padding:0px; font-size:95%; font-family:'Heebo', Arial, Verdana, Helvetica, sans-serif;}
DIV.CalendarContainer			{height:350px; direction:rtl; position:relative; padding:0px 10% 0px 10%; box-sizing:border-box;}
DIV.CalendarTitle				{text-align:center; padding:15px 20px 10px 20px; border-bottom:#a394ba 2px solid;}
H3.CalendarTitle				{color:#ffffff; font-weight:bold; font-size:100%; line-height:115%; display:inline;}
TABLE.CalendarContainer			{text-align:center; width:100%;}
TR.CalendarHeader				{height:40px; color:#fff; font-size:105%; line-height:115%;}

TD.PrevMonth					{padding:0px 7px 0px 7px;}
A.PrevMonth						{display:block;}
A.PrevMonth:hover				{}

TD.NextMonth					{padding:0px 7px 0px 7px;}
A.NextMonth						{display:block;}
A.NextMonth:hover				{}

TD.ThisMonth					{}
TD.ThisMonth STRONG				{font-weight:normal;}
TH.DayName						{color:#ffffff; font-size:85%; line-height:34px; font-weight:bold; background-color:#7d699d; width:14.28571%;}
TD.SeperatorTop					{height:4px;}
TD.SeperatorBottom				{display:none;/*height:6px;*/}

TD.Day							{background-color:transparent; /*border:#274f83 1px solid;*/}
TD.DayEvent_main				{line-height:35px; font-weight:normal;}
TD.DayEvent_main A, TD.DayEvent_main A:visited		{background-color:#fb8302; color:#ffffff;}
TD.DayEvent_main A:hover, TD.DayEvent_main A:active	{background-color:#7d699d; color:#ffffff;}
TD.DayEvent_sifria				{line-height:35px; font-weight:normal;}
TD.DayEvent_sifria A, TD.DayEvent_sifria A:visited		{background-color:#6cb87f; color:#ffffff;}
TD.DayEvent_sifria A:hover, TD.DayEvent_sifria A:active	{background-color:#7d699d; color:#ffffff;}
TD.DayEvent_main_and_sifria		{line-height:35px; font-weight:normal;}
TD.DayEvent_main_and_sifria A, TD.DayEvent_main_and_sifria A:visited {
	background: -moz-linear-gradient(top,  #fb8302 0%, #fb8302 50%, #6cb87f 51%, #6cb87f 100%); /* FF3.6-15 */
	 /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fb8302 0%,#fb8302 50%,#6cb87f 51%,#6cb87f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb8302+1,fb8302+51,6cb87f+51,6cb87f+51,fb8302+51,6cb87f+51,6cb87f+100 */
	background: #fb8302; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #fb8302 1%, #fb8302 51%, #6cb87f 51%, #6cb87f 51%, #fb8302 51%, #6cb87f 51%, #6cb87f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #fb8302 1%,#fb8302 51%,#6cb87f 51%,#6cb87f 51%,#fb8302 51%,#6cb87f 51%,#6cb87f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #fb8302 1%,#fb8302 51%,#6cb87f 51%,#6cb87f 51%,#fb8302 51%,#6cb87f 51%,#6cb87f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8302', endColorstr='#6cb87f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color:#ffffff;
}
TD.DayEvent_main_and_sifria A:hover, TD.DayEvent_main_and_sifria A:active	{background:#7d699d; color:#ffffff;}

TD.ToDay										{} /* if the date is today */
TD.ToDay A, TD.ToDay A:visited					{color:#fb8302;}
TD.ToDay A:hover, TD.ToDay A:active, TD.ToDay A:focus				{}
TD.ToDayEvent									{font-weight:bold;} /* if the event is today */
TD.ToDayEvent A, TD.ToDayEvent A:visited		{color:#103b1b;}
TD.ToDayEvent A:hover, TD.ToDayEvent A:active, TD.ToDayEvent A:focus	{color:#ffffff;}

A.Calendar, A.Calendar:visited	{text-decoration:none; color:#ffffff; font-size:85%; display:block; width:100%; height:100%; line-height:35px; box-sizing:border-box;}
A.Calendar:hover				{text-decoration:none; color:#fb8302;}
A.Calendar:active				{}

A.ToAllEvents					{display:none; /*color:#ffffff; display:inline-block; position:absolute; left:10px; bottom:10px; text-decoration:none;*/}
A.ToAllEvents:hover				{color:#fb8302;}
A.ToAllEvents:active			{}
