﻿.Calendar
{
	background-color: white;
	border-color: Black;
	height: 500px;
	width: 100%;
	line-height: normal;
	border: solid 1px black;
}
.CalendarHeader
{
	font-weight: bold;
	background-color: #0092b0;
	color: white;
}
.CalendarDay
{
	font-size: 10px;
	height: 75px;
	text-align: left;
	vertical-align: top;
	width: 75px;
	border: solid 1px black;
}

.CalendarSelectedDay a:link
{
	color: white;
}
.CalendarSelectedDay a:hover
{
	color: #00C0D5;
}
.CalendarOtherMonthDay
{
	background-color: #F2F2F2;
}
.CalendarToday
{
}
.CalendarDayHeader
{
}
.CalendarNextPrev
{
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}
.CalendarNextPrev a:link
{
	color: White;
}
.CalendarNextPrev a:hover
{
	color: #00C0D5;
}
.CalendarSelector
{
}
.CalendarWeekend
{
}

.CalendarSelectedDay
{
	background-color: #0092b0;
}


.cal_title
{
	font-size: 10px;
}



.caltip
{
	color: #444444;
	max-width: 300px;
	z-index: 13000;
}

.caltip-title
{
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: white;
	padding: 4px;
	background-color: #0092b0;
	border: 1px solid #CCCCCC;
}

.caltip-text
{
	font-size: 11px;
	padding: 4px;
	background-color: #FCFCFC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}





.edit_Calendar
{
	background-color: white;
	border-color: Black;
	
	line-height: normal;
	border: solid 1px black;
}
.edit_CalendarHeader
{
	font-weight: bold;
	background-color: #0092b0;
	color: white;
}
.edit_CalendarDay
{
	font-size: 10px;
	height: 10px;
	text-align: center;
	vertical-align: middle;
	width: 10px;
	border: solid 1px black;
}

.edit_CalendarDay a:link
{
	color:#444444;
}

.edit_CalendarSelectedDay
{
	background-color: #0092b0;
}
