/******************************************************************************************************************************************************
	Layout 1
/*****************************************************************************************************************************************************/
/***************************************************************************
	New Calendar Layout - Large
/**************************************************************************/
/* Header */
#lrgCal001_Head table
{
	background-color: inherit;
	border-collapse: collapse;
	border-top: 2px solid #000000; 
	border-right: 2px solid #000000; 
	border-bottom: 2px solid #000000; 
	border-left: 1px solid #000000; 
	background-color: #71273d;
	height: 25px;
	margin-bottom: 13px;

}
#lrgCal001_Head td
{
	width: 14%;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center; 
}

/* Grid Table*/
#lrgCal001 Table
{
	background-color: inherit;
	border-collapse: collapse;
	border: 2px solid #000000;
}

#lrgCal001 td
{
	width: 14%;
	height: 100px;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	vertical-align: top;
	padding: 5px;
	border-color: #000000;
}

#lrgCal001 a
{
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	color: #000000;
  text-decoration: none;
}
#lrgCal001 a:hover
{
  text-decoration: underline;
}

/* div to float number right*/
#lrgCal001 div.Date
{
	height: 18px;
	padding-left: 3px;
	vertical-align: top;
	text-align: right;
	float:right;
}

#lrgCal001 div #Date a
{
	font-family: Garamond, Serif;
	font-size: 15px;
	color: #9fa1a4;
}

/* no day */
#lrgCal001 td.NoDay
{
}

/* day */
#lrgCal001 td.Day
{
	background-color: #cfd2d5;
}
#lrgCal001 div.Day a, #lrgCal001 div.Day #Date a
{
	color: #000000;
}

/* empty day */
#lrgCal001 td.EmptyDay
{
}

/* current day */
#lrgCal001 td.CurrentDay, #lrgCal001 div.CurrentDay
{
	color: #f9eb0f;
	background-color: #71273d;
}
#lrgCal001 div.CurrentDay a, #lrgCal001 div.CurrentDay #Date a
{
	color: #f9eb0f;
}

/* weekend day */
#lrgCal001 td.WeekEndDay, div.WeekEndDay
{
}


#lrgCal001 div.Spacer
{
	width: 100%;
	height: 3px;
}


table.Cal001_EventTableHead
{
	background-color: inherit;
	border-collapse: collapse;
	border-top: 2px solid #000000; 
	border-right: 1px solid #000000; 
	border-bottom: 2px solid #000000; 
	border-left: 2px solid #000000; 
	background-color: #253441;
	
	height: 25px;
	margin-bottom: 13px;
}
td.Cal001_EventTableHead
{
	width: 100%;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center; 
}

/***************************************************************************
	New Calendar Layout - Sml
/**************************************************************************/

div.smlCal001_wrap, span.smlCal001_wrap
{
/*	background-color: inherit;
	border: 1px solid #A5A3A3;
	padding: 10px;*/
	text-align: center;
}

form.smlCal001_form
{
	display: inline; 
	margin: 0;
}

#smlCal001_head table, table.smlCal001_TableHead
{
	background-color: inherit;
	border-collapse: collapse;
	height: 25px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	border-color: #000000;
}
#smlCal001_head td, td.smlCal001_TableHead
{
	width: 14%;
	font-family: Arial, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-align: center; 
	/*border-bottom: 1px solid #A5A3A3;*/
}

#smlCal001 table
{
	background-color: inherit;
	border: 2px solid #000000;
	border-collapse: collapse;
}

#smlCal001 td
{
	width: 14%;
	height: 18px;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	vertical-align: top;
	padding: 1px;
	border-color: #000000;
}
#smlCal001_head font.short
{
	display: none;
}
#smlCal001_head font.long
{
	display: none;
}
#smlCal001 a
{
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	color: #000000;
  text-decoration: none;
}
#smlCal001 a:hover
{
  text-decoration: underline;
}

/* div to float the number*/
#smlCal001 div.Date
{
	height: 18px;
	padding: 3px 0px 0px 0px;
	vertical-align: bottom ;
	text-align: center;
}

#smlCal001 div #Date a
{
	font-family: Garamond, Serif;
	font-size: 15px;
	color: #9fa1a4;
	
}

/* no day */
#smlCal001 td.NoDay
{
}

/* day */
#smlCal001 td.Day, #smlCal001 div.Day
{
	color: #000000;
	background-color: #cfd2d5;
}
#smlCal001 div.Day a, #smlCal001 div.Day #Date a
{
	color: #000000;
}

/* empty day */
#smlCal001 td.EmptyDay
{
}

/* current day */
#smlCal001 td.CurrentDay, #smlCal001 div.CurrentDay
{
	color: #f9eb0f;
	background-color: #71273d;
}
#smlCal001 div.CurrentDay a, #smlCal001 div.CurrentDay #Date a
{
	color: #f9eb0f;
}

/* weekend day */
#smlCal001 td.WeekEndDay, div.WeekEndDay
{
}

div.smlCal001_Spacer
{
	width: 100%;
	height: 3px;
}

table.smlCal001_EventTableHead
{
	background-color: inherit;
	border-collapse: collapse;
	border-top: 0px solid #6c9e2f; 
	border-right: 1px solid #6c9e2f; 
	border-bottom: 1px solid #6c9e2f; 
	border-left: 1px solid #6c9e2f; 
	background-color: #71273d;
	height: 25px;
	margin-bottom: 13px;
}
td.smlCal001_EventTableHead
{
	width: 100%;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center; 
}


/***************************************************************************
	New Calendar Layout: picker
/**************************************************************************/

td.cal001_Picker
{
	font-family: Arial, san-serif;
  padding: 0px 5px;
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  color: #000000;
  line-height: 18px;
  text-decoration: none;
  
}

table.cal001_PickerMonth
{
  margin: 10px 0px 0px 0px;
}

table.cal001_PickerYear
{
  margin: 0px 0px 10px 0px;
}

.cal001_PickerFwd, A.cal001_PickerFwd:link, A.cal001_PickerFwd:visited, A.cal001_PickerFwd:active
{
	width: 18px;
	height: 18px;
  background-position: 4px 3px;
  display: block;
  padding-left: 0px;
  font-weight: bold;
  font-size: 14px;
  background-image: url("/custom/0561/img/calendar/arrow2_off.gif");
  vertical-align: middle;
  color: #ffffff;
  line-height: 18px;
  background-repeat: no-repeat;
  text-decoration: none;
}
A.cal001_PickerFwd:hover
{
	width: 18px;
	height: 18px;
  background-position: 4px 3px;
  display: block;
  padding-left: 0px;
  font-weight: bold;
  font-size: 14px;
  background-image: url("/custom/0561/img/calendar/arrow2_on.gif");
  vertical-align: middle;
  color: #ffffff;
  line-height: 18px;
  background-repeat: no-repeat;
  text-decoration: none;
}
/* changes for print */
@media print
{
	.cal001_PickerFwd, A.cal001_PickerFwd:link, A.cal001_PickerFwd:visited, A.cal001_PickerFwd:active,
	A.cal001_PickerFwd:hover
	{
		color: #000000;
    background-image: url("/custom/0561/img/calendar/prntarrow_off.gif");
	}
}
td.cal001_Picker
{
  width:20px;
  text-align: center;
}

.cal001_PickerRwd, A.cal001_PickerRwd:link, A.cal001_PickerRwd:visited, A.cal001_PickerRwd:active
{
	width: 18px;
	height: 18px;
  background-position: 1px 3px;
  display: block;
  padding-left: 0px;
  font-weight: bold;
  font-size: 14px;
  background-image: url("/custom/0561/img/calendar/arrow2r_off.gif");
  vertical-align: middle;
  color: #ffffff;
  line-height: 18px;
  background-repeat: no-repeat;
  text-decoration: none;
}
A.cal001_PickerRwd:hover
{
	width: 18px;
	height: 18px;
  background-position: 1px 3px;
  display: block;
  padding-left: 0px;
  font-weight: bold;
  font-size: 14px;
  background-image: url("/custom/0561/img/calendar/arrow2r_on.gif");
  vertical-align: middle;
  color: #ffffff;
  line-height: 18px;
  background-repeat: no-repeat;
  text-decoration: none;
}
/* changes for print */
@media print
{
	.cal001_PickerRwd, A.cal001_PickerRwd:link, A.cal001_PickerRwd:visited, A.cal001_PickerRwd:active,
	A.cal001_PickerRwd:hover
	{
		color: #000000;
    background-image: url("/custom/0561/img/calendar/prntarrow_off.gif");
	}
}
td.cal001_PickerRWD
{
  width:20px;
  text-align: center;
}

/***************************************************************************
	New Calendar Layout: day list
/**************************************************************************/

div.dlstCal001
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	margin-Bottom:15px;
}

div.dlstCal001 img
{
	margin: 0px 10px 10px 0px; 
	padding: 0px;
}


.dlstCal001_Title
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
}

table.dlstCal001_TableHead
{
	background-color: inherit;
	border-collapse: collapse;
	border-top: 2px solid #000000; 
	border-right: 2px solid #000000; 
	border-bottom: 2px solid #000000; 
	border-left: 1px solid #000000; 
	background-color: #71273d;

	height: 25px;
	margin-bottom: 13px;
}
td.dlstCal001_TableHead
{
	width: 100%;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left; 
	padding-left: 10px;
}


/***************************************************************************
	New Calendar Layout: Year 
/**************************************************************************/

table.smlCal001_YearTable
{
	background-color: inherit;
	border-collapse: collapse;
	margin-top: 13px;
}

td.smlCal001_YearTable
{
	font-family: Arial, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-align: center; 
	padding-bottom: 30px;
}

/******************************************************************************************************************************************************
	Layout 2
/*****************************************************************************************************************************************************/

/***************************************************************************
	New Calendar Layout - Large
/**************************************************************************/
/* Header */
#lrgCal002_Head table
{
	background-color: inherit;
	border-collapse: collapse;
	border-top: 2px solid #000000; 
	border-right: 2px solid #000000; 
	border-bottom: 2px solid #000000; 
	border-left: 1px solid #000000; 
	background-color: #71273d;
	height: 25px;
	margin-bottom: 13px;

}
#lrgCal002_Head td
{
	width: 14%;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center; 
}

/* Grid Table*/
#lrgCal002 Table
{
	background-color: inherit;
	border-collapse: collapse;
	border: 2px solid #000000;
}

#lrgCal002 td
{
	width: 14%;
	height: 100px;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	vertical-align: top;
	padding: 5px;
	border-color: #000000;
}

#lrgCal002 a
{
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	color: #000000;
  text-decoration: none;
}
#lrgCal002 a:hover
{
  text-decoration: underline;
}

/* div to float number right*/
#lrgCal002 div.Date
{
	height: 18px;
	padding-left: 3px;
	vertical-align: top;
	text-align: right;
	float:right;
}

#lrgCal002 div #Date a
{
	font-family: Garamond, Serif;
	font-size: 15px;
	color: #9fa1a4;
}

/* no day */
#lrgCal002 td.NoDay
{
}

/* day */
#lrgCal002 td.Day
{
	background-color: #cfd2d5;
}
#lrgCal002 div.Day a, #lrgCal002 div.Day #Date a
{
	color: #000000;
}

/* empty day */
#lrgCal002 td.EmptyDay
{
}

/* current day */
#lrgCal002 td.CurrentDay, #lrgCal002 div.CurrentDay
{
	color: #f9eb0f;
	background-color: #71273d;
}
#lrgCal002 div.CurrentDay a, #lrgCal002 div.CurrentDay #Date a
{
	color: #f9eb0f;
}

/* weekend day */
#lrgCal002 td.WeekEndDay, div.WeekEndDay
{
}


#lrgCal002 div.Spacer
{
	width: 100%;
	height: 3px;
}


table.Cal002_EventTableHead
{
	background-color: inherit;
	border-collapse: collapse;
	border-top: 2px solid #000000; 
	border-right: 1px solid #000000; 
	border-bottom: 2px solid #000000; 
	border-left: 2px solid #000000; 
	background-color: #253441;
	
	height: 25px;
	margin-bottom: 13px;
}
td.Cal002_EventTableHead
{
	width: 100%;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center; 
}

/***************************************************************************
	New Calendar Layout - Sml
/**************************************************************************/

div.smlCal002_wrap, span.smlCal002_wrap
{
	text-align: center;
}

form.smlCal002_form
{
	display: inline; 
	margin: 0;
}

#smlCal002_head table, table.smlCal002_TableHead
{
	background-color: #ebfce4;
	border-collapse: collapse;
	height: 25px;
}
#smlCal002_head td, td.smlCal002_TableHead
{
	width: 14%;
	font-family: verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center; 
	/*border-bottom: 1px solid #A5A3A3;*/
}
#smlCal002_head font.short
{
}
#smlCal002_head font.long
{
	display: none;
}

#smlCal002 table
{
	background-color: #ebfce4;
	border: 1px solid #ebfce4;
	border-collapse: collapse;
}

#smlCal002 td
{
	width: 14%;
	height: 18px;
	font-family: verdana, Sans-Serif;
	font-size: 10px;
	color: #000000;
	vertical-align: middle;
	padding: 1px;
	border-color: #ebfce4;
}

#smlCal002 a
{
	font-family: verdana, Sans-Serif;
	font-size: 10px;
	color: #000000;
  text-decoration: none;
}
#smlCal002 a:hover
{
  text-decoration: underline;
}

/* div to float the number*/
#smlCal002 div.Date
{
	height: 18px;
	padding: 3px 0px 0px 0px;
	vertical-align: bottom ;
	text-align: center;
}

#smlCal002 div #Date a
{
	font-family: verdana, Serif;
	font-size: 11px;
	color: #000000;
	
}

/* no day */
#smlCal002 td.NoDay
{
}

/* day */
#smlCal002 td.Day, #smlCal002 div.Day
{
	color: #000000;
	/*background-color: #cfd2d5;*/
}
#smlCal002 div.Day a, #smlCal002 div.Day #Date a
{
	color: #000000;
}

/* empty day */
#smlCal002 td.EmptyDay
{
}

/* current day */
#smlCal002 td.CurrentDay, #smlCal002 div.CurrentDay
{
	background-color: #d6f0ca;
}
#smlCal002 div.CurrentDay a, #smlCal002 div.CurrentDay #Date a
{
}

/* weekend day */
#smlCal002 td.WeekEndDay, div.WeekEndDay
{
}

div.smlCal002_Spacer
{
	width: 100%;
	height: 3px;
}

table.smlCal002_EventTableHead
{
	background-color: inherit;
	border-collapse: collapse;
	border-top: 0px solid #6c9e2f; 
	border-right: 1px solid #6c9e2f; 
	border-bottom: 1px solid #6c9e2f; 
	border-left: 1px solid #6c9e2f; 
	background-color: #71273d;
	height: 25px;
	margin-bottom: 13px;
}
td.smlCal002_EventTableHead
{
	width: 100%;
	font-family: verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center; 
}


/***************************************************************************
	New Calendar Layout: picker
/**************************************************************************/

td.Cal002_Picker
{
	font-family: verdana, san-serif;
  padding: 0px 5px;
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  color: #000000;
  line-height: 18px;
  text-decoration: none;
  
}

table.Cal002_PickerMonth
{
  margin: 10px 0px 0px 0px;
}

table.Cal002_PickerYear
{
  margin: 0px 0px 10px 0px;
}

.Cal002_PickerFwd, A.Cal002_PickerFwd:link, A.Cal002_PickerFwd:visited, A.Cal002_PickerFwd:active
{
	width: 18px;
	height: 18px;
  background-position: 4px 3px;
  display: block;
  padding-left: 0px;
  font-weight: bold;
  font-size: 14px;
  background-image: url("/custom/0561/img/calendar/arrow2_off.gif");
  vertical-align: middle;
  color: #ffffff;
  line-height: 18px;
  background-repeat: no-repeat;
  text-decoration: none;
}
A.Cal002_PickerFwd:hover
{
	width: 18px;
	height: 18px;
  background-position: 4px 3px;
  display: block;
  padding-left: 0px;
  font-weight: bold;
  font-size: 14px;
  background-image: url("/custom/0561/img/calendar/arrow2_on.gif");
  vertical-align: middle;
  color: #ffffff;
  line-height: 18px;
  background-repeat: no-repeat;
  text-decoration: none;
}
/* changes for print */
@media print
{
	.Cal002_PickerFwd, A.Cal002_PickerFwd:link, A.Cal002_PickerFwd:visited, A.Cal002_PickerFwd:active,
	A.Cal002_PickerFwd:hover
	{
		color: #000000;
    background-image: url("/custom/0561/img/calendar/prntarrow_off.gif");
	}
}
td.Cal002_Picker
{
  width:20px;
  text-align: center;
}

.Cal002_PickerRwd, A.Cal002_PickerRwd:link, A.Cal002_PickerRwd:visited, A.Cal002_PickerRwd:active
{
	width: 18px;
	height: 18px;
  background-position: 1px 3px;
  display: block;
  padding-left: 0px;
  font-weight: bold;
  font-size: 14px;
  background-image: url("/custom/0561/img/calendar/arrow2r_off.gif");
  vertical-align: middle;
  color: #ffffff;
  line-height: 18px;
  background-repeat: no-repeat;
  text-decoration: none;
}
A.Cal002_PickerRwd:hover
{
	width: 18px;
	height: 18px;
  background-position: 1px 3px;
  display: block;
  padding-left: 0px;
  font-weight: bold;
  font-size: 14px;
  background-image: url("/custom/0561/img/calendar/arrow2r_on.gif");
  vertical-align: middle;
  color: #ffffff;
  line-height: 18px;
  background-repeat: no-repeat;
  text-decoration: none;
}
/* changes for print */
@media print
{
	.Cal002_PickerRwd, A.Cal002_PickerRwd:link, A.Cal002_PickerRwd:visited, A.Cal002_PickerRwd:active,
	A.Cal002_PickerRwd:hover
	{
		color: #000000;
    background-image: url("/custom/0561/img/calendar/prntarrow_off.gif");
	}
}
td.Cal002_PickerRWD
{
  width:20px;
  text-align: center;
}

/***************************************************************************
	New Calendar Layout: day list
/**************************************************************************/

div.dlstCal002
{
	font-family: verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	margin-Bottom:15px;
}

div.dlstCal002 img
{
	margin: 0px 10px 10px 0px; 
	padding: 0px;
}


.dlstCal002_Title
{
	font-family: verdana, Sans-Serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
}

table.dlstCal002_TableHead
{
	background-color: inherit;
	border-collapse: collapse;
	border-top: 2px solid #000000; 
	border-right: 2px solid #000000; 
	border-bottom: 2px solid #000000; 
	border-left: 1px solid #000000; 
	background-color: #71273d;

	height: 25px;
	margin-bottom: 13px;
}
td.dlstCal002_TableHead
{
	width: 100%;
	font-family: verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left; 
	padding-left: 10px;
}


/***************************************************************************
	New Calendar Layout: Year 
/**************************************************************************/

table.smlCal002_YearTable
{
	background-color: inherit;
	border-collapse: collapse;
	margin-top: 13px;
}

td.smlCal002_YearTable
{
	font-family: verdana, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-align: center; 
	padding-bottom: 30px;
}


/******************************************************************************************************************************************************
	Layout 003 - main site and library
/*****************************************************************************************************************************************************/

/***************************************************************************
	New Calendar Layout - Large
/**************************************************************************/
/* Header */
#lrgCal003_Head table
{
	background-color: inherit;
	border-collapse: collapse;
	border-top: 2px solid #000000; 
	border-right: 2px solid #000000; 
	border-bottom: 2px solid #000000; 
	border-left: 1px solid #000000; 
	background-color: #ffffff;
	height: 25px;
	margin-bottom: 13px;

}
#lrgCal003_Head td
{
	width: 14%;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center; 
}

/* Grid Table*/
#lrgCal003 Table
{
	background-color: inherit;
	border-collapse: collapse;
	border: 2px solid #000000;
}

#lrgCal003 td
{
	width: 14%;
	height: 100px;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	vertical-align: top;
	padding: 5px;
	border-color: #000000;
}

#lrgCal003 a
{
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	color: #000000;
  text-decoration: none;
}
#lrgCal003 a:hover
{
  text-decoration: underline;
}

/* div to float number right*/
#lrgCal003 div.Date
{
	height: 18px;
	padding-left: 3px;
	vertical-align: top;
	text-align: right;
	float:right;
}

#lrgCal003 div #Date a
{
	font-family: Garamond, Serif;
	font-size: 15px;
	color: #9fa1a4;
}

/* no day */
#lrgCal003 td.NoDay
{
}

/* day */
#lrgCal003 td.Day
{
	background-color: #cfd2d5;
}
#lrgCal003 div.Day a, #lrgCal003 div.Day #Date a
{
	color: #000000;
}

/* empty day */
#lrgCal003 td.EmptyDay
{
}

/* current day */
#lrgCal003 td.CurrentDay, #lrgCal003 div.CurrentDay
{
	color: #f9eb0f;
	background-color: #ffffff;
}
#lrgCal003 div.CurrentDay a, #lrgCal003 div.CurrentDay #Date a
{
	color: #f9eb0f;
}

/* weekend day */
#lrgCal003 td.WeekEndDay, div.WeekEndDay
{
}


#lrgCal003 div.Spacer
{
	width: 100%;
	height: 3px;
}


table.Cal003_EventTableHead
{
	background-color: inherit;
	border-collapse: collapse;
	border-top: 2px solid #000000; 
	border-right: 1px solid #000000; 
	border-bottom: 2px solid #000000; 
	border-left: 2px solid #000000; 
	background-color: #253441;
	
	height: 25px;
	margin-bottom: 13px;
}
td.Cal003_EventTableHead
{
	width: 100%;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center; 
}

/***************************************************************************
	New Calendar Layout - Sml
/**************************************************************************/

div.smlCal003_wrap, span.smlCal003_wrap
{
	text-align: center;
}

form.smlCal003_form
{
	display: inline; 
	margin: 0;
}

#smlCal003_head table, table.smlCal003_TableHead
{
	background-color: #ffffff;
	border-collapse: collapse;
	height: 25px;
}
#smlCal003_head td, td.smlCal003_TableHead
{
	width: 14%;
	font-family: verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center; 
	/*border-bottom: 1px solid #A5A3A3;*/
}
#smlCal003_head font.short
{
}
#smlCal003_head font.long
{
	display: none;
}

#smlCal003 table
{
	background-color: #ffffff;
	border: 1px solid #ecf6f8;
	border-collapse: collapse;
}

#smlCal003 td
{
	width: 14%;
	height: 18px;
	font-family: verdana, Sans-Serif;
	font-size: 10px;
	color: #000000;
	vertical-align: middle;
	padding: 1px;
	border: solid 1px #ecf6f8;
}

#smlCal003 a
{
	font-family: verdana, Sans-Serif;
	font-size: 10px;
	color: #000000;
  text-decoration: none;
}
#smlCal003 a:hover
{
  text-decoration: underline;
}

/* div to float the number*/
#smlCal003 div.Date
{
	height: 18px;
	padding: 3px 0px 0px 0px;
	vertical-align: bottom ;
	text-align: center;
}

#smlCal003 div #Date a
{
	font-family: verdana, Serif;
	font-size: 11px;
	color: #000000;
	
}




/* no day */
#smlCal003 td.NoDay
{
}



/* day */
#smlCal003 td.Day, #smlCal003 div.Day
{
	color: #000000;
	/*background-color: #cfd2d5;*/

}
#smlCal003 div.Day a, #smlCal003 div.Day #Date a
{
	color: #000000;
}

/* empty day */
#smlCal003 td.EmptyDay
{
}

/* current day */
#smlCal003 td.CurrentDay
{
	background-color: #d7f0fd;
}
#smlCal003 div.CurrentDay
{
/*	border: dotted 1px #0468cd;
	background-color: #d7f0fd;*/
}
#smlCal003 div.CurrentDay a, #smlCal003 div.CurrentDay #Date a
{
}

/* weekend day */
#smlCal003 td.WeekEndDay, div.WeekEndDay
{
}

div.smlCal003_Spacer
{
	width: 100%;
	height: 3px;
}

table.smlCal003_EventTableHead
{
	background-color: inherit;
	border-collapse: collapse;
	border-top: 0px solid #6c9e2f; 
	border-right: 1px solid #6c9e2f; 
	border-bottom: 1px solid #6c9e2f; 
	border-left: 1px solid #6c9e2f; 
	background-color: #ffffff;
	height: 25px;
	margin-bottom: 13px;
}
td.smlCal003_EventTableHead
{
	width: 100%;
	font-family: verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center; 
}


/***************************************************************************
	New Calendar Layout: picker
/**************************************************************************/

td.Cal003_Picker
{
	font-family: verdana, san-serif;
  padding: 0px 5px;
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  color: #000000;
  line-height: 18px;
  text-decoration: none;
  
}

table.Cal003_PickerMonth
{
  margin: 10px 0px 0px 0px;
}

table.Cal003_PickerYear
{
  margin: 0px 0px 10px 0px;
}

.Cal003_PickerFwd, A.Cal003_PickerFwd:link, A.Cal003_PickerFwd:visited, A.Cal003_PickerFwd:active
{
	width: 18px;
	height: 18px;
  background-position: 4px 3px;
  display: block;
  padding-left: 0px;
  font-weight: bold;
  font-size: 14px;
  background-image: url("/custom/0561/img/calendar/arrow2_off.gif");
  vertical-align: middle;
  color: #ffffff;
  line-height: 18px;
  background-repeat: no-repeat;
  text-decoration: none;
}
A.Cal003_PickerFwd:hover
{
	width: 18px;
	height: 18px;
  background-position: 4px 3px;
  display: block;
  padding-left: 0px;
  font-weight: bold;
  font-size: 14px;
  background-image: url("/custom/0561/img/calendar/arrow2_on.gif");
  vertical-align: middle;
  color: #ffffff;
  line-height: 18px;
  background-repeat: no-repeat;
  text-decoration: none;
}
/* changes for print */
@media print
{
	.Cal003_PickerFwd, A.Cal003_PickerFwd:link, A.Cal003_PickerFwd:visited, A.Cal003_PickerFwd:active,
	A.Cal003_PickerFwd:hover
	{
		color: #000000;
    background-image: url("/custom/0561/img/calendar/prntarrow_off.gif");
	}
}
td.Cal003_Picker
{
  width:20px;
  text-align: center;
}

.Cal003_PickerRwd, A.Cal003_PickerRwd:link, A.Cal003_PickerRwd:visited, A.Cal003_PickerRwd:active
{
	width: 18px;
	height: 18px;
  background-position: 1px 3px;
  display: block;
  padding-left: 0px;
  font-weight: bold;
  font-size: 14px;
  background-image: url("/custom/0561/img/calendar/arrow2r_off.gif");
  vertical-align: middle;
  color: #ffffff;
  line-height: 18px;
  background-repeat: no-repeat;
  text-decoration: none;
}
A.Cal003_PickerRwd:hover
{
	width: 18px;
	height: 18px;
  background-position: 1px 3px;
  display: block;
  padding-left: 0px;
  font-weight: bold;
  font-size: 14px;
  background-image: url("/custom/0561/img/calendar/arrow2r_on.gif");
  vertical-align: middle;
  color: #ffffff;
  line-height: 18px;
  background-repeat: no-repeat;
  text-decoration: none;
}
/* changes for print */
@media print
{
	.Cal003_PickerRwd, A.Cal003_PickerRwd:link, A.Cal003_PickerRwd:visited, A.Cal003_PickerRwd:active,
	A.Cal003_PickerRwd:hover
	{
		color: #000000;
    background-image: url("/custom/0561/img/calendar/prntarrow_off.gif");
	}
}
td.Cal003_PickerRWD
{
  width:20px;
  text-align: center;
}

/***************************************************************************
	New Calendar Layout: day list
/**************************************************************************/

div.dlstCal003
{
	font-family: verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	margin-Bottom:15px;
}

div.dlstCal003 img
{
	margin: 0px 10px 10px 0px; 
	padding: 0px;
}


.dlstCal003_Title
{
	font-family: verdana, Sans-Serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
}

table.dlstCal003_TableHead
{
	background-color: inherit;
	border-collapse: collapse;
	border-top: 2px solid #000000; 
	border-right: 2px solid #000000; 
	border-bottom: 2px solid #000000; 
	border-left: 1px solid #000000; 
	background-color: #ffffff;

	height: 25px;
	margin-bottom: 13px;
}
td.dlstCal003_TableHead
{
	width: 100%;
	font-family: verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left; 
	padding-left: 10px;
}


/***************************************************************************
	New Calendar Layout: Year 
/**************************************************************************/

table.smlCal003_YearTable
{
	background-color: inherit;
	border-collapse: collapse;
	margin-top: 13px;
}

td.smlCal003_YearTable
{
	font-family: verdana, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-align: center; 
	padding-bottom: 30px;
}


/******************************************************************************************************************************************************
	Layout 004 - main site and library
/*****************************************************************************************************************************************************/

/***************************************************************************
	New Calendar Layout - Large
/**************************************************************************/
/* Header */
#lrgCal004_Head table
{
	background-color: inherit;
	border-collapse: collapse;
	border-top: 2px solid #000000; 
	border-right: 2px solid #000000; 
	border-bottom: 2px solid #000000; 
	border-left: 1px solid #000000; 
	background-color: #ffffff;
	height: 25px;
	margin-bottom: 13px;

}
#lrgCal004_Head td
{
	width: 14%;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center; 
}

/* Grid Table*/
#lrgCal004 Table
{
	background-color: inherit;
	border-collapse: collapse;
	border: 2px solid #000000;
}

#lrgCal004 td
{
	width: 14%;
	height: 100px;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	vertical-align: top;
	padding: 5px;
	border-color: #000000;
}

#lrgCal004 a
{
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	color: #000000;
  text-decoration: none;
}
#lrgCal004 a:hover
{
  text-decoration: underline;
}

/* div to float number right*/
#lrgCal004 div.Date
{
	height: 18px;
	padding-left: 3px;
	vertical-align: top;
	text-align: right;
	float:right;
}

#lrgCal004 div #Date a
{
	font-family: Garamond, Serif;
	font-size: 15px;
	color: #9fa1a4;
}

/* no day */
#lrgCal004 td.NoDay
{
}

/* day */
#lrgCal004 td.Day
{
	background-color: #cfd2d5;
}
#lrgCal004 div.Day a, #lrgCal004 div.Day #Date a
{
	color: #000000;
}

/* empty day */
#lrgCal004 td.EmptyDay
{
}

/* current day */
#lrgCal004 td.CurrentDay, #lrgCal004 div.CurrentDay
{
	color: #f9eb0f;
	background-color: #ffffff;
}
#lrgCal004 div.CurrentDay a, #lrgCal004 div.CurrentDay #Date a
{
	color: #f9eb0f;
}

/* weekend day */
#lrgCal004 td.WeekEndDay, div.WeekEndDay
{
}


#lrgCal004 div.Spacer
{
	width: 100%;
	height: 3px;
}


table.Cal004_EventTableHead
{
	background-color: inherit;
	border-collapse: collapse;
	border-top: 2px solid #000000; 
	border-right: 1px solid #000000; 
	border-bottom: 2px solid #000000; 
	border-left: 2px solid #000000; 
	background-color: #253441;
	
	height: 25px;
	margin-bottom: 13px;
}
td.Cal004_EventTableHead
{
	width: 100%;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center; 
}

/***************************************************************************
	New Calendar Layout - Sml
/**************************************************************************/

div.smlCal004_wrap, span.smlCal004_wrap
{
	text-align: center;
}

form.smlCal004_form
{
	display: inline; 
	margin: 0;
}

#smlCal004_head table, table.smlCal004_TableHead
{
	background-color: #ffffff;
	border-collapse: collapse;
	height: 25px;
}
#smlCal004_head td, td.smlCal004_TableHead
{
	width: 14%;
	font-family: verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center; 
	/*border-bottom: 1px solid #A5A3A3;*/
}
#smlCal004_head font.short
{
}
#smlCal004_head font.long
{
	display: none;
}

#smlCal004 table
{
	background-color: #ffffff;
	border: 1px solid #e6d0ff;
	border-collapse: collapse;
}

#smlCal004 td
{
	width: 14%;
	height: 18px;
	font-family: verdana, Sans-Serif;
	font-size: 10px;
	color: #000000;
	vertical-align: middle;
	padding: 1px;
	border: solid 1px #e6d0ff;
}

#smlCal004 a
{
	font-family: verdana, Sans-Serif;
	font-size: 10px;
	color: #000000;
  text-decoration: none;
}
#smlCal004 a:hover
{
  text-decoration: underline;
}

/* div to float the number*/
#smlCal004 div.Date
{
	height: 18px;
	padding: 3px 0px 0px 0px;
	vertical-align: bottom ;
	text-align: center;
}

#smlCal004 div #Date a
{
	font-family: verdana, Serif;
	font-size: 11px;
	color: #000000;
	
}




/* no day */
#smlCal004 td.NoDay
{
}



/* day */
#smlCal004 td.Day, #smlCal004 div.Day
{
	color: #000000;
	/*background-color: #cfd2d5;*/

}
#smlCal004 div.Day a, #smlCal004 div.Day #Date a
{
	color: #000000;
}

/* empty day */
#smlCal004 td.EmptyDay
{
}

/* current day */
#smlCal004 td.CurrentDay
{
	background-color: #b675ff;
}
#smlCal004 div.CurrentDay
{
/*	border: dotted 1px #0468cd;
	background-color: #d7f0fd;*/
}
#smlCal004 div.CurrentDay a, #smlCal004 div.CurrentDay #Date a
{
}

/* weekend day */
#smlCal004 td.WeekEndDay, div.WeekEndDay
{
}

div.smlCal004_Spacer
{
	width: 100%;
	height: 3px;
}

table.smlCal004_EventTableHead
{
	background-color: inherit;
	border-collapse: collapse;
	border-top: 0px solid #6c9e2f; 
	border-right: 1px solid #6c9e2f; 
	border-bottom: 1px solid #6c9e2f; 
	border-left: 1px solid #6c9e2f; 
	background-color: #ffffff;
	height: 25px;
	margin-bottom: 13px;
}
td.smlCal004_EventTableHead
{
	width: 100%;
	font-family: verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center; 
}


/***************************************************************************
	New Calendar Layout: picker
/**************************************************************************/

td.Cal004_Picker
{
	font-family: verdana, san-serif;
  padding: 0px 5px;
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  color: #000000;
  line-height: 18px;
  text-decoration: none;
  
}

table.Cal004_PickerMonth
{
  margin: 10px 0px 0px 0px;
}

table.Cal004_PickerYear
{
  margin: 0px 0px 10px 0px;
}

.Cal004_PickerFwd, A.Cal004_PickerFwd:link, A.Cal004_PickerFwd:visited, A.Cal004_PickerFwd:active
{
	width: 18px;
	height: 18px;
  background-position: 4px 3px;
  display: block;
  padding-left: 0px;
  font-weight: bold;
  font-size: 14px;
  background-image: url("/custom/0561/img/calendar/arrow2_off.gif");
  vertical-align: middle;
  color: #ffffff;
  line-height: 18px;
  background-repeat: no-repeat;
  text-decoration: none;
}
A.Cal004_PickerFwd:hover
{
	width: 18px;
	height: 18px;
  background-position: 4px 3px;
  display: block;
  padding-left: 0px;
  font-weight: bold;
  font-size: 14px;
  background-image: url("/custom/0561/img/calendar/arrow2_on.gif");
  vertical-align: middle;
  color: #ffffff;
  line-height: 18px;
  background-repeat: no-repeat;
  text-decoration: none;
}
/* changes for print */
@media print
{
	.Cal004_PickerFwd, A.Cal004_PickerFwd:link, A.Cal004_PickerFwd:visited, A.Cal004_PickerFwd:active,
	A.Cal004_PickerFwd:hover
	{
		color: #000000;
    background-image: url("/custom/0561/img/calendar/prntarrow_off.gif");
	}
}
td.Cal004_Picker
{
  width:20px;
  text-align: center;
}

.Cal004_PickerRwd, A.Cal004_PickerRwd:link, A.Cal004_PickerRwd:visited, A.Cal004_PickerRwd:active
{
	width: 18px;
	height: 18px;
  background-position: 1px 3px;
  display: block;
  padding-left: 0px;
  font-weight: bold;
  font-size: 14px;
  background-image: url("/custom/0561/img/calendar/arrow2r_off.gif");
  vertical-align: middle;
  color: #ffffff;
  line-height: 18px;
  background-repeat: no-repeat;
  text-decoration: none;
}
A.Cal004_PickerRwd:hover
{
	width: 18px;
	height: 18px;
  background-position: 1px 3px;
  display: block;
  padding-left: 0px;
  font-weight: bold;
  font-size: 14px;
  background-image: url("/custom/0561/img/calendar/arrow2r_on.gif");
  vertical-align: middle;
  color: #ffffff;
  line-height: 18px;
  background-repeat: no-repeat;
  text-decoration: none;
}
/* changes for print */
@media print
{
	.Cal004_PickerRwd, A.Cal004_PickerRwd:link, A.Cal004_PickerRwd:visited, A.Cal004_PickerRwd:active,
	A.Cal004_PickerRwd:hover
	{
		color: #000000;
    background-image: url("/custom/0561/img/calendar/prntarrow_off.gif");
	}
}
td.Cal004_PickerRWD
{
  width:20px;
  text-align: center;
}

/***************************************************************************
	New Calendar Layout: day list
/**************************************************************************/

div.dlstCal004
{
	font-family: verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	margin-Bottom:15px;
}

div.dlstCal004 img
{
	margin: 0px 10px 10px 0px; 
	padding: 0px;
}


.dlstCal004_Title
{
	font-family: verdana, Sans-Serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
}

table.dlstCal004_TableHead
{
	background-color: inherit;
	border-collapse: collapse;
	border-top: 2px solid #000000; 
	border-right: 2px solid #000000; 
	border-bottom: 2px solid #000000; 
	border-left: 1px solid #000000; 
	background-color: #ffffff;

	height: 25px;
	margin-bottom: 13px;
}
td.dlstCal004_TableHead
{
	width: 100%;
	font-family: verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left; 
	padding-left: 10px;
}


/***************************************************************************
	New Calendar Layout: Year 
/**************************************************************************/

table.smlCal004_YearTable
{
	background-color: inherit;
	border-collapse: collapse;
	margin-top: 13px;
}

td.smlCal004_YearTable
{
	font-family: verdana, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-align: center; 
	padding-bottom: 30px;
}



