
.WeekGlanceTableHeader {
  background-color: #3399FF;  /*#0000AA;*/
  color:#FFFFFF; 
  border-width:1px; 
  border-color:#A6A8B2; 
  border-style:solid;
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  cursor:default;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11;
  font-weight: bold;
  text-align: center;
}

.WeekGlanceItem {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px; 
  background-color:#FFFFFF;
  color:black; 
  border-width:0px; 
  border-color:#A6A8B2; 
  border-style:solid;
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  cursor:default;
}

.WeekGlanceItemHeader {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px; 
  font-weight:bold;
  background-color:#C2C5C8;
  color:black; 
  border-width:0px; 
  border-color:#A6A8B2; 
  border-style:solid;
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  cursor:default;
  text-align: center;
}

.MenuGroup {
  background-color:#FFFFFF;
  border:1px;
  border-bottom-color:black;
  border-top-color:gray;
  border-left-color:gray;
  border-right-color:black;
  border-style:solid;
}

.MenuItem {
  background-color:#FFFFFF;
  color:black;
  font-family:verdana;
  font-size:12px;
  padding:2px;
  padding-left:5px;
  padding-right:15px;
  border:1px;
  border-color:#FFFFFF;
  border-style:solid;
  cursor:hand;
}

.MenuItemOver {
  background-color:#3B5386;
  color:white;
  font-family:verdana;
  font-size:12px;
  padding:2px;
  padding-left:5px;
  padding-right:15px;
  border:1px;
  border-color:3F3F3F;
  border-left-color:#8A99BA;
  border-top-color:#8A99BA;
  border-right-color:black;
  border-bottom-color:black;
  border-style:ridge;
  cursor:hand;
}

.MenuItemDown {
  background-color:#3B5386;
  color:white;
  font-family:verdana;
  font-size:12px;
  padding:2px;
  padding-left:5px;
  padding-right:15px;
  border:1px;
  border-color:3F3F3F;
  border-right-color:#8A99BA;
  border-bottom-color:#8A99BA;
  border-left-color:black;
  border-top-color:black;
  border-style:solid;
  cursor:hand;
}


.MenuBreak
{
  margin-left:5px;
  margin-right:25px;
}

/*  Used by Menu */
.TopGroup
{
}

/*  Used by menu's container table */
.TopBar
{
  background-color:#3F3F3F;
  border:1px;
  border-bottom-color:black;
  border-top-color:gray;
  border-left-color:gray;
  border-right-color:black;
  border-style:solid;
}

.TopMenuItem
{
  background-color:#3F3F3F;
  color:white;
  font-family:verdana;
  font-size:12px;
  font-weight: bold;
  text-align:center;
  padding:2px;
  padding-left:2px;
  padding-right:2px;
  border:1px;
  border-color:#3F3F3F;
  border-style:solid;
  cursor:hand;
}

.TopMenuItemOver 
{
  background-color:#3B5386;
  color:white;
  font-family:verdana;
  font-size:12px;
  font-weight: bold;
  text-align:center;
  padding:2px;
  padding-left:2px;
  padding-right:2px;
  border:1px;
  border-color:3F3F3F;
  border-left-color:#8A99BA;
  border-top-color:#8A99BA;
  border-right-color:black;
  border-bottom-color:black;
  border-style:ridge;
  cursor:hand;
}

.TopMenuItemDown 
{
  background-color:#3B5386;
  color:white;
  font-family:verdana;
  font-size:12px;
  font-weight: bold;
  text-align:center;
  padding:2px;
  padding-left:2px;
  padding-right:2px;
  border:1px;
  border-color:3F3F3F;
  border-right-color:#8A99BA;
  border-bottom-color:#8A99BA;
  border-left-color:black;
  border-top-color:black;
  border-style:solid;
  cursor:hand;
}

.CalendarDayStyle {
  font-family:MS Sans Serif; 
  font-size:12px; 
  background-color:#FFFFFF; /*#E5E5DF;*//*#DBD7D0;*/
  color:black; 
  border-width:1px; 
  border-color:#A6A8B2; 
  border-style:solid;
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  /*vertical-align:top;*/
  text-align:left;
  height:100;
  cursor:default;
}

.CalendarDayHeaderStyle{
  background-color:#C2C5C8; 
  color:black; 
  font-family:MS Sans Serif; 
  font-size:12px; 
  border-width:1px; 
  border-color:#A6A8B2; 
  border-style:solid;
  padding:2px;
  padding-left:10px;
  padding-right:10px;
  cursor:default;
}

.CalendarTitleStyle {
  font-name:MS Sans Serif; 
  font-size:12px; 
  background-color:#C2C5C8;
  color:black; 
  border-width:1px; 
  border-color:#A6A8B2; 
  border-style:solid;
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  cursor:default;
}

.MasterCalendarHeader {
    font-family: Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px    
}

/* hyperlink style for the MasterCalendarHeader link */
A.MasterCalendarHeader:link {
	font-family: Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-decoration:    none;
    font-weight: bold;
    color: #FFFFFF;
}

A.MasterCalendarHeader:visited  {
	font-family: Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-decoration:    none;
    font-weight: bold;
    color:#FFFFFF;
}

A.MasterCalendarHeader:active   {
	font-family: Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-decoration:    none;
    font-weight: bold;
    color:#FFFFFF;
}

A.MasterCalendarHeader:hover    {
    text-decoration:    underline;
    font-weight: bold;
    color: #FF3300;
}

/* module title style used for US date label, based on portal.css's SubSubHead  */
.USDateLabel {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #fcf712; /*black;*/
}

/* module title style used for IL date label, based on portal.css's Normal  */
.ILDateLabel
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #fcf712;
    line-height: 12px;
    direction: rtl    
}

/* text style for DownloadInstructions */
.DownloadInstructions
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    line-height: 14px    
}

/* text style for sponsor */
.Sponsor
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 12px;
    text-align: center;
}

/* hyperlink style for the sponsor link */
A.Sponsor:link {
    text-decoration:    none;
    color: #fcf712;
}

A.Sponsor:visited  {
    text-decoration:    none;
    color:#fcf712;
}

A.Sponsor:active   {
    text-decoration:    none;
    color:#fcf712;
}

A.Sponsor:hover    {
    text-decoration:    underline;
    color: #FF3300;
}

/* text style for the footer (copyright notice) */
.Footer
{
    font-family: Times;/*Lucida Sans, Verdana, Helvetica, Arial, sans-serif;*/
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    line-height: 12px;
}

/*.Footer {
    font-family: Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold
} */  

/* hyperlink style for the footer */
A.Footer:link {
    text-decoration:    underline;
    color: #000000;
}

A.Footer:visited  {
    text-decoration:    underline;
    color:#000000;
}

A.Footer:active   {
    text-decoration:    underline;
    color:#000000;
}

A.Footer:hover    {
    text-decoration:    underline;
    color: DarkRed;/*#FF3300;*/
}

/*  Taken straight from portal.css */    
/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
    font-size:  25px;
    font-weight: normal;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
    font-size:  18px;
    font-weight:    bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px    
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.Normal:link {
    text-decoration:    none;
    color: blue;
}

A.Normal:visited  {
    text-decoration:    none;
    color: blue;
}

A.Normal:active   {
    text-decoration:    none;
    color: blue;
}

A.Normal:hover    {
    text-decoration:    none;
    color: darkred;
}

/* text style used for articles */
.NormalArticle
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    /*line-height: 12px */   
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
/*  END of Taken straight from portal.css */  

/*begin special classes for www.templesolel.net/board templates*/

.DayList {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px; 
  text-decoration: [underline:none];
  cursor:default;
  padding:3px;
  text-align:left;
}

.LinkList {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px; 
  text-decoration: [underline:none];
  cursor:default;
  padding:3px;
  text-align:center;
}

.LinkListHeader {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px; 
  font-weight:bold;
  text-decoration: [underline:none];
  cursor:default;
  padding:3px;
  text-align:center;
}

.SiteLink {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

a:link {
text-decoration: none;
}

BODY {
background:  #FFFFFF url(images/Background.gif);
background-repeat: no-repeat;
background-position: 0% 0%;
margin-top: 0;
margin-right: 0;
margin-left: 0;
margin-bottom: 0;
}

