
@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			{width:100%; height:224px; margin:4px 0px 0px 0px; display:table; direction:rtl; background-color:#d1e9ff; position:relative; box-sizing:border-box;}
DIV.CalendarTitle				{display:none; /*height:66px; padding-top:17px; text-align:center; box-sizing:border-box;*/}
H3.CalendarTitle				{/*font-size:36px; line-height:38px; color:#333333; display:inline;*/}
TABLE.CalendarContainer			{text-align:center; width:100%; font-size:100%;}
TR.CalendarHeader				{height:32px; background-color:#46b1d5; color:#fff;}
TR.CalendarHeader STRONG		{font-weight:normal; font-size:100%; line-height:32px;}

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					{font-size:115%;}
TH.DayName						{height:28px; color:#555; font-weight:bold; width:14.28571%; border-bottom:#fff 1px solid;}
TD.SeperatorTop					{height:4px;}
TD.SeperatorBottom				{display:none;}

TD.Day							{background-color:#fff; border:#d1e9ff 1px solid; line-height:24px;}
TD.DayEvent						{border:#d1e9ff 1px solid; line-height:24px; font-weight:normal;}
TD.DayEvent A, TD.DayEvent A:visited		{background-color:#46b1d5; color:#fff;}
TD.DayEvent A:hover, TD.DayEvent A:active, TD.DayEvent A:focus		{background-color:#0456a8; color:#fff;}

TD.ToDay										{background-color:#fff; border:#bbbbbb 1px solid;} /* if the date is today */
TD.ToDay A, TD.ToDay A:visited					{}
TD.ToDay A:hover, TD.ToDay A:active, TD.ToDay A:focus				{}
TD.ToDayEvent									{line-height:24px; font-weight:normal; border:#bbbbbb 1px solid;} /* if the event is today */
TD.ToDayEvent A, TD.ToDayEvent A:visited		{}
TD.ToDayEvent A:hover, TD.ToDayEvent A:active, TD.ToDayEvent A:focus	{background-color:#0456a8; color:#fff;}

A.Calendar, A.Calendar:visited	{text-decoration:none; color:#465661; display:block; width:100%; height:100%; line-height:24px; box-sizing:border-box;}
A.Calendar:hover				{text-decoration:none; color:#465661;}
A.Calendar:active				{}

A.ToAllEvents					{color:#3392cc; display:inline-block; position:absolute; left:5px; bottom:0px; text-decoration:none;}
A.ToAllEvents:hover				{color:#ff6a31; text-decoration:underline;}
A.ToAllEvents:active			{}

