﻿.calendar
{
}

.calendarContainer
{
	padding: 20px 0 0 0;
}

.dayWithEvents
{
	cursor: pointer;
	font-weight: bold;	
}

.dropDown
{
/*	display: none;
	visibility: hidden;
*/	width: 330px;
	background-color: White;
	position: absolute;
	border: 1px solid black;
	font-style: normal;
	overflow: hidden;
}

.dropDownItem
{
	padding: 4px 4px 4px 4px;
	text-align: left;
	cursor: pointer;
}

.dropDownItem:hover
{
	background-color: #FFFACD;
	color: Black;
}

.dropDownItem a:hover
{
	text-decoration: none;
}

.dropDownItem a
{
	color: Black;
}

.dropDownShowAll
{
	font-weight: bold;
}

.linkStrong
{
	cursor: pointer;
	font-weight: bold;
	color: Red;
}

.menuClose, .menuTitle
{
	font-weight: bold;
}

.menuTitle
{
	background-color: #F8F8F8;
}

.pnlExtender
{
	float: none;
}

.calendar_day_has_events
{
	font-weight: bold;
	color: Red;
}

.popupContainer
{
	border-collapse:collapse;
	color:Black;
	font-family:Verdana;
	font-size:8pt;
	position: absolute;
	z-index: 99999;
}