﻿
div.calendar
{
	border:solid #d0cab7 1px;
	background:#f6f3ed;
	position:relative;
}
.CalendarContainer
{
    width:252px;
    margin:1px auto;
}
.CalendarPager
{
	position:relative;
	height:30px;
	background:url(/Images/bgCalendarPager.png) no-repeat;
}
.CalendarMonthName
{
	font-size:12px;
	text-align:center;
	line-height:30px;
}

.popupCalMonthName h1
{
	text-align:center;
}

.navBar div.calendar
{
	height: 116px;
	width: 120px;
	position: relative;
}

div.calendar div div
{
	position: relative;
}

div.calendarInner
{
	height: 228px;
	width: 248px;
	position: relative;
}

.navBar div.calendarInner
{
	height: 118px;
	width: 120px;
	position: relative;
}


div.calendar div div
{
	position: absolute;
	top: 2px;
	left: 2px;
	width: 248px;
	height: 248px;
}

.navBar div.calendar div div
{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 122px;
	height: 120px;
}

.btnCalendarModeArea
{
	margin-left: 30px;
	margin-right: 55px;
}

.btnCalendarModeArea div
{
	margin-top: 20px;
	width: 194px;
	font-family: Tahoma;
	font-size: 11px;
	margin-bottom: 20px;
}

a.btnCalendarMode:link,a.btnCalendarMode
{
	width: 194px;
	border: 1px solid #dedad5;
	background: #f6f3ed;
	display: block;
	margin-bottom: 17px;
}

a.btnCalendarMode img
{
	border: 1px solid #f1ebe3;
	margin: 4px;
}

a.activeMode:link,a.activeMode
{
	border: 1px solid #779dcc;
	background: #e2eefd;
}

a.activeMode img
{
	border: 1px solid #c4d7ef;
}

div.months
{
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

div.years
{
	margin: 1px;
}
div.calendar div div.years ul a
{
	width: 118px;
	border: 1px solid #f1ebe3;
	background-color: #ffffff;
	height: 23px;
	margin-right: 2px;
	margin-bottom: 3px;
	display: block;
	table-layout: fixed;
	font-family: Tahoma;
	color: #5f5f5f;
	font-size: 11px;
	text-align: right;
	padding-top: 17px;
	padding-right: 0px;
	text-decoration: none;
	text-align: center;
}

div.calendar div div.months ul a
{
	width: 78px;
	border: 1px solid #f1ebe3;
	background-color: #ffffff;
	height: 33px;
	margin-right: 2px;
	margin-bottom: 1px;
	display: block;
	table-layout: fixed;
	font-family: Tahoma;
	color: #5f5f5f;
	font-size: 11px;
	text-align: right;
	padding-top: 20px;
	padding-right: 0px;
	text-decoration: none;
	text-align: center;
}


div.calendar div div ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

/* header day names */
ul.headers
{
	height:14px;
	margin:0;
	padding:0;
	line-height:14px;
}
ul.headers li
{
	margin:0;
	padding:0;
}

div.calendar div div ul.headers a, 
div.calendar div div ul.headers a:hover, 
div.calendar div div ul.headers a:active
{
	display:block;
	width:35px;
	height:14px;
	background:none;
	border:0px none;
	color:#8e8980;
	table-layout:fixed;
	font-family:Tahoma;
	font-size:10px;
	text-align:center;
}

.navBar div.calendar div div ul.headers a, 
.navBar div.calendar div div ul.headers a:hover, 
.navBar div.calendar div div ul.headers a:active
{
	display: block;
	width:16px;
	height:12px;
	background:none;
	border: 0px none;
	color: #8e8980;
	table-layout: fixed;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
}

ul.days
{
	padding-left:2px;
}
div.calendar div div ul li
{
	float:left;
}
.days li
{
	display:inline;
	width:32px;
	height:32px;
	margin-left:1px;
	margin-bottom:1px;
	padding:0;
	border:1px solid #f1ebe3;
	overflow:hidden;
}
/*
.days li
{
	width:29px;
	border: 1px solid #f1ebe3;
	background-color: #ffffff;
	height:34px;
	margin-right:1px;
	margin-bottom:1px;
	display:block;
	table-layout:fixed;
	font-family:Tahoma;
	color:#5f5f5f;
	font-size:9px;
	text-align:right;
	text-decoration:none;
}
*/
div.calendar div div ul a, div.calendar div div ul span
{	
	/*
	display:block;
	background-color:#ffffff;
	width:32px;
	height:32px;
	table-layout:fixed;
	font-family:Tahoma;
	color:#5f5f5f;
	font-size:9px;
	text-align:right;
	text-decoration:none;
	*/
}
ul.days a, ul.days span
{
	display:block;
	padding:18px 2px 0 0;
	background-color:#ffffff;
	width:32px;
	height:32px;
	table-layout:fixed;
	font-family:Tahoma;
	color:#5f5f5f;
	font-size:9px;
	text-align:right;
	text-decoration:none;	
}
.navBar div.calendar div div ul a, .navBar div.calendar div div ul span
{
	display: block;
	width: 14px;
	padding-right: 0px;
	/*border: 1px solid #f1ebe3;*/
	background-color: #ffffff;
	height: 12px;
	/*
	margin-right: 1px;
	margin-bottom: 1px;
	*/
	table-layout: fixed;
	font-family: Tahoma;
	color: #858585;
	font-size: 9px;
	text-align: center;
	padding-top: 2px;
	text-decoration: none;
	border: 1px solid #dedad5;

}

div.calendar div div ul a.lastnextMonth, div.calendar div div ul span.lastnextMonth
{
	background-color: #fbf9f5;
}

.navBar div.calendar div div ul a.lastnextMonth, .navBar div.calendar div div ul span.lastnextMonth
{
	background-color: #f1ebe3;
	color:#ffffff;
}

.navBar div.calendar div div ul span.lastnextMonth
{
	background-color: #f1ebe3;
	color: #c4c4c4;
	
}

.navBar div.calendar div div ul a.lastnextMonth
{
	color: #a09e9e;
}

div.calendar div div ul a.today
{
	border: 1px solid #779dcc;
	background-color: #e2eefd;
}

.navBar div.calendar div div ul a.today
{
	border: 1px solid #779dcc;
	background-color: #e2eefd;
}

div.calendar div div ul span
{
	color: #dadada;
}

.navBar div.calendar div div ul span
{
	color: #c4c4c4;
}

div.calendar div div ul a.entry
{
	background-image:url(/Images/bgEventDate.png);
	background-repeat:no-repeat;
	background-position:3px 3px;
}

div.calendar div div ul a.lastnextMonth .entry
{
	background-image:url(/Images/bgEventDate.png);
	background-repeat:no-repeat;
	background-position:3px 3px;
}

.navBar div.calendar div div ul a.entry
{
	background-image:url(/Images/bgEventDate.png);
	background-repeat:no-repeat;
	background-position:3px 3px;
}

div.calendar div div ul a:hover, 
.navBar div.calendar div div ul a.lastnextMonth:hover
{
	/*border: 1px solid #779dcc;*/
	border:none;
	background-color: #e2eefd;
}

table.calendar
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	border: 1px solid #000000;
	table-layout: fixed;
	width: 244px;
	position: absolute;
	left: 0px;
	top: 0px;
}

table.calendar td
{
	width: 32px;
	height: 32px;
	border: 1px solid #f1ebe3;
	table-layout: fixed;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
}

.calBtn
{
	display:block;
	position:relative;
	height:16px;
	background:url(/images/default/calMonthHeaderBg.gif);
	border:1px solid #dedad5;
	width:56px;
	margin-bottom:5px;
	font-weight:bold;
	text-align:center;
	padding-top:2px;
	margin-right:6px;
	color:#696868;
}

.calBtn:link, .calBtn:active, .calBtn:visited
{
	color:#696868;
	cursor:pointer;
	text-decoration: none;
}
