/***********************************************************
FORM DATE SELECT FIELD WITH POPUP CALENDAR
***********************************************************/

#displayStartDate, #displayEndDate, .dateFieldDisplay
{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 120px;
	border: 1px solid #999999;
	background-color: #ffffff;
}
#displayStartDate:hover, #displayEndDate:hover, .dateFieldDisplay:hover
{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#calendardiv
{
	position: absolute;
	margin-left: 10px;
	margin-top: -40px;
	display: none;
	border: 1px solid #999999;
	background-color: #ffffff;
	padding: 10px;
	-moz-box-shadow: 0px 0px 10px #666666;
	-webkit-box-shadow: 0px 0px 10px #666666;
	box-shadow: 0px 0px 10px #666666;
	z-index: 110;
}

#calendardiv-clear
{
	float: left;
	font-size: 12px;
	line-height: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -8px;
	margin-left: -5px;
	color: #666666;
	text-decoration: none;
}
#calendardiv-clear:hover
{
	color: #000000;
	text-decoration: none;
}

#calendardiv-close
{
	float: right;
	color: #666666;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -5px;
	margin-right: -5px;
	border: 1px solid #cccccc;
}
#calendardiv-close:hover
{
	color: #000000;
	text-decoration: none;
}


#calendardiv-prevyear
{
	font-weight: bold;
	float: left;
	color: #000000;
	text-decoration: none;
	margin-right: 8px;
}
#calendardiv-prevyear:hover
{
	color: #666666;
	text-decoration: none;
}

#calendardiv-prev
{
	font-weight: bold;
	float: left;
	color: #000000;
	text-decoration: none;
}
#calendardiv-prev:hover
{
	color: #666666;
	text-decoration: none;
}

#calendardiv-next
{
	font-weight: bold;
	float: right;
	color: #000000;
	text-decoration: none;
}
#calendardiv-next:hover
{
	color: #666666;
	text-decoration: none;
}

#calendardiv-nextyear
{
	font-weight: bold;
	float: right;
	color: #000000;
	text-decoration: none;
	margin-left: 8px;
}
#calendardiv-nextyear:hover
{
	color: #666666;
	text-decoration: none;
}

#calendardiv-month
{
	font-weight: normal;
	text-align: center;
	margin-top: -20px;
	padding-bottom: 10px;
	padding-left: 11px;
	font-size: 15px;
}

.calendardiv-header
{
	width: 32px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #ffffff !important;
	font-weight: normal;
}

.calendardiv-greyout
{
	width: 20px;
	height: 20px;
}

.calendardiv-day
{
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #ffffff;
}
.calendardiv-day:hover
{
	background-color: #ffff66;
}
.calendardiv-day a
{
	color: #000000;
	text-decoration: none;
	display: block;
}
.calendardiv-day a:hover
{
	color: #000000;
	text-decoration: none;
}

#event-calendardiv
{
	position: relative;
	border: 1px solid #999999;
	background-color: #ffffff;
	padding: 10px;
	-moz-box-shadow: 0px 0px 10px #666666;
	-webkit-box-shadow: 0px 0px 10px #666666;
	box-shadow: 0px 0px 10px #666666;
	z-index: 110;
}

#event-calendardiv-month
{
	font-weight: normal;
	text-align: center;
	padding-bottom: 10px;
	padding-left: 11px;
	font-size: 15px;
}

.event-calendardiv-day
{
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #ffffff;
}

.event-calendar-numevents
{
	position: absolute;
	margin-top: 26px;
	font-size: 7px;
	line-height: 7px;
	color: #000000;
}

#event-color-code-container
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	clear: both;
}

.event-color-code
{
	display: inline-block;
	width: 11px;
	height: 11px;
}
