
@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			{max-width:500px; margin:auto; direction:rtl; background-color:#ffffff; border:#887d8f 1px solid; position:relative; box-sizing:border-box;}
DIV.CalendarTitle				{text-align:center; margin:0px 10px 0px 10px; padding:10px 10px 7px 10px; border-bottom:#bfbcbe 1px solid;}
H3.CalendarTitle				{color:#006b9e; font-weight:bold; font-size:133%; line-height:115%; display:inline;}
TABLE.CalendarContainer			{text-align:center; width:100%; font-size:100%; background-color:#a49ca9; box-shadow:inset 0px 0px 1px 2px #ffffff;}
TABLE.CalendarContainer TD		{background-color:#ffffff;}
TR.CalendarHeader				{height:45px; background-color:#ffffff; color:#4c4047; font-size:105%; line-height:44px;}
TR.CalendarHeader TD			{background-color:#ffffff;}

TD.PrevMonth					{padding:0px 7px 0px 7px;}
A.PrevMonth						{display:block;}
A.PrevMonth:hover				{background-color:rgba(0,0,0,0.1);}

TD.NextMonth					{padding:0px 7px 0px 7px;}
A.NextMonth						{display:block;}
A.NextMonth:hover				{background-color:rgba(0,0,0,0.1);}

TD.ThisMonth					{}
TH.DayName						{background-color:#bfbcbe; color:#ffffff; font-weight:bold; line-height:32px; width:14.28571%;}
TD.SeperatorTop					{display:none;/*background-color:#274f83; height:4px;*/}
TD.SeperatorBottom				{display:none;/*background-color:#274f83; height:6px;*/}

TD.Day							{background-color:#ffffff;}
TD.DayEvent						{line-height:38px; font-weight:normal;}
TD.DayEvent A, TD.DayEvent A:visited		{background-color:#389ece; color:#ffffff;}
TD.DayEvent A:hover, TD.DayEvent A:active	{background-color:#006b9e; color:#ffffff;}

TD.ToDay										{} /* if the date is today */
TD.ToDay A, TD.ToDay A:visited					{background-color:#fff; box-shadow:inset 0px 0px 10px #006b9e;}
TD.ToDay A:hover, TD.ToDay A:active, TD.ToDay A:focus				{}
TD.ToDayEvent									{} /* if the event is today */
TD.ToDayEvent A, TD.ToDayEvent A:visited		{background-color:#389ece; box-shadow:inset 0px 0px 10px 1px #333;}
TD.ToDayEvent A:hover, TD.ToDayEvent A:active, TD.ToDayEvent A:focus	{}

A.Calendar, A.Calendar:visited	{text-decoration:none; color:#4c4047; display:block; width:100%; height:100%; line-height:32px; box-sizing:border-box;}
A.Calendar:hover				{text-decoration:none; color:#006b9e;}
A.Calendar:active				{}

A.ToAllEvents					{width:100%; display:table; background-color:#fff; color:#006b9e; font-size:133%; margin-top:-1px; border-top:#000 1px solid; text-decoration:none; text-align:center; line-height:50px;}
A.ToAllEvents:hover				{background:#006b9e; color:#ffffff; text-decoration:none;}
A.ToAllEvents:active			{background:#006b9e; color:#ffffff; text-decoration:none;}
A.ToAllEvents B					{display:none;}

