/* Start of CMSMS style sheet 'TempleOhevShalom.org' */
*
{
	font-family: Arial;
}

BODY 
{ 
	background-image: url("/images/background.gif"); 
	background-repeat: repeat; 
	background-position: center; 
}

td 
{ 
	font-family: Arial; 
	font-size: 12px;
}

a 
{ 
	color:#7B7B7B;
}

a:visited 
{ 
	color:#7B7B7B;
}

a:link 
{ 
	color:#7B7B7B;
}

a:active 
{ 
	color:#000000; 
}

a:hover 
{ 
	color:#DBA11D; 
}

.navigationNormal
{
	background-color: #FFFFFF;
	text-align: center;
}

.navigationHover
{
	background-color: #FFBC23;
	cursor: pointer;
	text-align: center;
}

.navigationNormal a
{
	color: #000000;
	text-decoration: none;
}

.navigationNormal a:visited
{
	color: #000000;
	text-decoration: none;
}

.navigationNormal a:link
{
	color: #000000;
	text-decoration: none;
}

.navigationNormal a:active
{
	color: #000000;
	text-decoration: none;
}

.navigationNormal a:hover
{
	color: #000000;
	text-decoration: none;
}

.navigationHover a
{
	color: #000000;
}

.navigationHover a:visited
{
	color: #000000;
}

.navigationHover a:link
{
	color: #000000;
}

.navigationHover a:active
{
	color: #000000;
}

.navigationHover a:hover
{
	color: #000000;
}


/* End of 'TempleOhevShalom.org' */

/* Start of CMSMS style sheet 'Calendar' */
/* make all links red */

.calendar tr td a
{
color: #000000;
}

.calendar tr td ul li a
{
color: #000000;
font-size: 75%;
font-weight: bold;
}



/* highlight "today" for the small calendar */
.calendar-today
{
font-weight: bold;
}

.calendar-month
{
	padding-bottom: 5px;
}

/* display the "upcominglist" or "pastlist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
display: inline;
margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
color: red;
font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
font-size: 110%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big {
margin: 0px;
border-collapse:    collapse;
}

table .calendar
{
border: 1px solid black;
}

/* nice squares for the #big table */
#big th
{
border: 1px solid black;
padding: 3px;
width: 75px;
font-size: 50%;
background-color: #CFCFBB;
}

#big td {
border: 1px solid black;
vertical-align: top;
padding: 3px;
height: 75px;
width: 75px;
}

/* format summaries nicely in #big */
#big ul
{
margin: 0px;
padding: 0px;
padding-left: 5px;
}

#big li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

/* background colours for #big */
#big td
{
background-color: #FFFFFF;
}

#big .calendar-day
{
background-color: #FFFFFF;
}

#big .calendar-today
{
font-weight: normal;
background-color: #FFBC23;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
display: none;
}

table .calendar-event
{
	border: 0px;
}

.calendar-event h1
{
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 14px;
}

.calendar-list h1
{
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 16px;
}

/* End of 'Calendar' */

