/*
Style Sheet for Knights of Columbus - Van Nuys Council
Created by Scott Clark
Version 1.0 Last Updated 6/19/2006
*/

body{
	font-family: sans-serif;
	font-size: 14px;
	background-color: #F7F7F7;
	color: #666666  ;
	margin: 0;
}

table {
	background-color: white;
}

p {
	font-family: sans-serif;
	font-size: 14px;
}

.menu a:link {
	color: #666666;
	text-decoration: underline;
}

.menu a:visited {
	color: #333333;
	text-decoration: underline;
}

.menu a:hover {
	color: #000000;
	text-decoration: underline;
}

a:link {
	color: navy;
	text-decoration: none;
}

a:visited {
	color: navy;
	text-decoration: none;
}

a:hover {
	color: maroon;
	text-decoration: underline;
}

li {
	font-size: 14px;
}

.sectionTitle {
	font-family: sans-serif;
	font-size: 22px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}

.sectionTitleSpecial {
	font-family: sans-serif;
	font-size: 22px;
	color: #346699;
	font-style: italic;
	font-weight: bold;
}

.sectionSubTitle{
      font-weight: bold; 
      font-size: 18px;
}

.highlight
{
      background-color: #FFFFCC;
      border: 1px solid orange;
      padding: 2px;
}

.footer{
	background-image: url(images/footer_back.gif);
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: 12px;
	color: black;
}

.calendarDate {
	border: 1px solid #E7E7E7; 
	border-top: 0px;
	border-right: 0px;
	background-color: transparent;
}

.calendarEvent {
	border: 1px solid #E7E7E7;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	background-color: transparent;
}

.calendarTime {
	border: 1px solid #E7E7E7; 
	border-top: 0px;
	border-left: 0px;
	background-color: transparent;
}

.calendarHeader {
	font-weight: bold; 
	background-color: #E7E7E7; 
	border: 1px solid silver;
}

.calendarTitle {
	font-size: 18px; 
	font-weight: bold; 
	color: black; 
	border-bottom: 1px solid gray; 
	padding: 5px;
}

/* Holiday Calendar Coloring */

.calendarDateHoliday {
	border: 1px solid #E7E7E7; 
	border-top: 0px;
	border-right: 0px;
	background-image: url(/images/patriotic_holiday_bkg_left.jpg);
	color: black;
	font-weight: 500;
}

.calendarEventHoliday {
	border: 1px solid #E7E7E7;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	background-image: url(/images/patriotic_holiday_bkg.jpg);
	color: black;
	font-weight: 500;
}

.calendarTimeHoliday {
	border: 1px solid #E7E7E7; 
	border-top: 0px;
	border-left: 0px;
	background-image: url(/images/patriotic_holiday_bkg_right.jpg);
	color: black;
	font-weight: 500;
}

.leftSidebar{
  background-image: url(/images/jesus-statue.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 107 150;
  height: 350;
}

.menu {
	padding:5px; 
	background:#EFEFEF; 
	border-bottom:1px solid #CCCCCC;
	font-family: sans-serif;
	font-size: 11px;
	color: #666666;
}
.newMembers
{
     width: 170px;
}
ul
{
	margin: 0;
	padding-left: 10px;
	list-style: none;
}
li
{
	margin: 0;
      padding: 5px;
	display: block;
	border-bottom: 1px dashed #BBB;
}
li:hover
{
     background-color: #E7E7E7;
}
