﻿.MV_Calendar_Layer {
	border: solid 1px #cccccc;
	width: 195px;
	height: 195px;
	position: absolute;
	display: none;
	background: #ffffff;
	font-family: Arial;
	z-index: 1200;
}

.MV_Calendar_Layer table {
	border-spacing: 4px;
}

#CalendarCloseLayer {
	z-index: 1300px;
}


.MV_Calendar_OtherMonth {
	/*color: #00486a;*/
	color: #52819A;
	text-align: center;
	font-size: 12px;
}

.MV_Calendar_BehindDays {
	color: #cccccc;
	text-align: center;
	font-size: 12px;
}

.MV_Calendar_TitleWeekDay {
	color: #666666;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

.MV_Calendar_TitleWeekEnd {
	color: #000000;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

.MV_Calendar_Days {
	color: #0091d7;
	text-align: center;
	font-size: 12px;
	width: 20px;
	height: 20px;
}

.MV_Calendar_Days :hover {
	background-color: #d9f2ff;
	font-weight: bold;
}

.MV_Calendar_DaysA {
	color: #0091d7;
	text-align: center;
	font-size: 12px;
}

.MV_Calendar_DaysB {
	color: #0091d7;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
}

.MV_Calendar_DaysImg {
	border: none;
}

.MV_Calendar_Title {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}
