a.ev_attach_link
{
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	padding: 5px 25px 0px 0px;
	padding-right: 25px;
}

.calendar1_base
{
	margin-top: 10px;
}

.calendar1_daycell
{
	height: 20px;
	line-height: 20px;
	margin: 1px;
	padding: 3px;
	text-align: center;
	width: 20px;
}

.calendar1_daycell a
{
	display: block;
	text-decoration: none;
}

.calendar1_daycell a:hover
{
	background-color: #ffa914;
}

.calendar1_dayheader
{
}

.calendar1_dayheadercell
{
	background-color: #636363;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 1px;
	padding: 1px;
	text-align: center;
	width: 24px;
}

.calendar1_header
{
	font-size: 140%;
	font-weight: bold;
}

.calendar1_header a
{
	color: #000000;
	text-align: center;
	text-decoration: none;
	width: 14%;
}

.calendar1_header a:hover
{
	background-color: #d9d9d9;
}

.calendar1_header span
{
	margin-bottom: 3px;
	text-align: center;
	text-transform: capitalize;
	width: 70%;
}

.calendar1_invalidcell
{
	color: #c7c7c7;
}

.calendar1_selectedcell a
{
	background-color: #ffa914 !important;
	font-weight: bold;
}

.calendar1_todaycell
{
	background-color: #bfd1ff !important;
	font-weight: bold;
}

.calendar1_validcell
{
}

.calendar1_weekendcell
{
	background-color: #ffcec7;
}

.calendarPanel
{
	margin-top: 30px;
}

