﻿.calDay {
	width: 17px;
	height: 17px;
	text-align: right;
	border-bottom: solid 1px #8A8A8A;
	border-left: solid 1px #8A8A8A;
	background: #ADADAD;
	padding-left:3px;
}
.mihLayerCalendar {
	width:184px;
	border: solid 2px #783329;
	background: #4D4D4D;
	font-size: 11px;
	color: #999999;
	z-index: 100;
}
 .calDay a {
	text-decoration: none;
	color: #5A261F !important;
	font-weight:bold;
	font-size:11px;
}
.mihLayerCalendar a:hover 
{
	text-decoration:underline;
}
.mihLayerCalendarMonth {
	height: 20px;
	color: #999999;
	border-bottom: solid 1px #8A8A8A;
	border-top: solid 0px #ffffff;
	border-left: solid 0px #ffffff;
	border-right: solid 0px #ffffff;
	font-size:12px;
}
.mihLayerCalendarMonth a {
	color: #ffffff;
}
.mihLayerCalendarHeader a 
{
	color:#ffffff;
}
.mihLayerCalendarDay, .mihLayerCalendarDisabledDay {
	width: 17px;
	height: 17px;
	text-align: right;
	border-left: solid 1px #8A8A8A;
	border-bottom: solid 1px #8A8A8A;
	background: #ADADAD;
}
.mihLayerCalendarDay {
	text-decoration:none;
	color: #999999;
}
.mihLayerCalendarDisabledDay {
	color: #000000;
	font-weight:bold;
	padding-left:3px;
	text-decoration: line-through;
}
.mihLayerCalendarHeader {
	height:13px;
	background: #4D4D4D;
	padding: 0px 6px 0px 6px;
	text-align: center;
	font-size: 11px;
}
.calDayHead {
	height:13px;
	background: #4D4D4D;
	text-align: center;
	font-size: 11px;
	border-left: solid 1px #8A8A8A;
	border-bottom: solid 1px #8A8A8A;
}
