/******************************************************************************************************************************************************
	Layout 1
/*****************************************************************************************************************************************************/
/***************************************************************************
	New Calendar Layout - Large
/**************************************************************************/
/* Header */
#lrgCal001_Head table
{
	background-color: inherit;
	border-collapse: collapse;
	border-top: 0px solid #A5A3A3; 
	border-right: 1px solid #A5A3A3; 
	border-bottom: 1px solid #A5A3A3; 
	border-left: 1px solid #A5A3A3; 
	background-color: #f0fff0;
	height: 25px;
	margin-bottom: 13px;

}
#lrgCal001_Head td
{
	width: 14%;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center; 
}

/* Grid Table*/
#lrgCal001 Table
{
	background-color: inherit;
	border-collapse: collapse;
	border: 1px solid #A5A3A3;
}

#lrgCal001 td
{
	width: 14%;
	height: 100px;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	color: #000000;
	background-color: #f0fff0;
	vertical-align: top;
	padding: 5px;
	border-color: #A5A3A3;
}

#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-size: 15px;
	color: #000000;
}

/* no day */
#lrgCal001 td.NoDay
{
}

/* day */
#lrgCal001 td.Day
{
}
#lrgCal001 div.Day a, #lrgCal001 div.Day #Date a
{
}

/* empty day */
#lrgCal001 td.EmptyDay
{
}

/* current day */
#lrgCal001 td.CurrentDay, div.CurrentDay
{
	background-color: #9acd32;
}
#lrgCal001 div.CurrentDay a, #lrgCal001 div.CurrentDay #Date a
{
	color: #000000;
}

/* weekend day */
#lrgCal001 td.WeekEndDay, #lrgCal001 div.WeekEndDay
{
		background-color: #cccccc;
}

a.lrgCal001_Date,a.lrgCal001_Date:link, a.lrgCal001_Date:visited, a.lrgCal001_Date:active
{
	font-size: 15px;
	color: #fdfdfc;
  text-decoration: none;
}
a.lrgCal001_Date:hover
{
	font-size: 15px;
	color: #fdfdfc;
  text-decoration: underline;
}

a.lrgCal001_Details,a.lrgCal001_Details:link, a.lrgCal001_Details:visited, a.lrgCal001_Details:active
{
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	color: #000000;
  text-decoration: none;
}
a.lrgCal001_Details:hover
{
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	color: #000000;
  text-decoration: underline;
}

#lrgCal001 div.Spacer
{
	width: 100%;
	height: 3px;
}

table.Cal001_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: #6c9e2f;
	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;
}

form.smlCal001_form
{
	display: inline; 
	margin: 0;
}

#smlCal001_head table, table.smlCal001_TableHead
{
	background-color: inherit;
	border-collapse: collapse;
	height: 25px;
}
#smlCal001_head td, td.smlCal001_TableHead
{
	width: 14%;
	font-family: arial, Sans-Serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	text-align: center; 
	border-bottom: 1px solid #A5A3A3;
}

#smlCal001 table
{
	background-color: inherit;
	border-collapse: collapse;

}

#smlCal001 td
{
	width: 14%;
	height: 18px;
	font-family: arial, Sans-Serif;
	font-size: 10px;
	color: #000000;
	background-color: #000000;
	vertical-align: top;
	padding: 1px;
	border: 5px solid #000000;
}
#smlCal001_head font.short
{
	display: none;
}
#smlCal001_head font.long
{
	display: none;
}
#smlCal001 a
{
	font-family: arial, Sans-Serif;
	font-size: 15px;
	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: arial, Sans-Serif;
	font-size: 15px;
	color: #000000;
	
}

/* no day */
#smlCal001 td.NoDay
{
	background-color: #ffffff;
}

/* day */
#smlCal001 td.Day, #smlCal001 div.Day
{
	color: #000000;
	background-color: #ffffff;
	
}
#smlCal001 div.Day a, #smlCal001 div.Day #Date a
{
	color: #000000;
}

/* empty day */
#smlCal001 td.EmptyDay
{
	background-color: #ffffff;
}

/* current day */
#smlCal001 td.CurrentDay, #smlCal001 div.CurrentDay
{
	color: #000000;
	background-color: #9acd32;
}
#smlCal001 div.CurrentDay a, #smlCal001 div.CurrentDay #Date a
{
	color: #000000;
}

/* weekend day */
#smlCal001 td.WeekEndDay, #smlCal001 div.WeekEndDay
{
	background-color: #cccccc;
}


div.dlstCal001 img
{
	margin: 0px 10px 10px 0px; 
	padding: 0px;
}






