﻿/******************************************************************************************************************************************************
	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: #ffffff;
  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, #lrgCal001 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, #smlCal001 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, 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;
	background-color: #ebfce4;
}

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;
	height: 140px;
}

#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;
}



