﻿iframe.moCalendar
{
	position: absolute;
	display: block;
	visibility: hidden;
	top: -300px;
	left: 400px;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	width: 135px;
	height: 160px;
	background: transparent;
	overflow: hidden;
	z-index: 10000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body.calendarBody
{
	margin: 0px;
	overflow: hidden;
	border: 0px;
	background-color: transparent;
}


div.calendarContainer
{
	float: left;
	clear: none;
	position: relative;
	display: block;
	width: 135px;
	height: 160px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	/*
	overflow: -moz-scrollbars-horizontal ! important;
	overflow-x: scroll;
	overflow-y: hidden;
	*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.calendarDisplay
{
	display: block;
	float: left;
	clear: right;
	margin: 0px;
	padding: 0px;
	width: 135px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.calendarDisplay div.calendarHeader
{
	display: block;
	float: left;
	clear: none;
	width: 135px;
	height: 8px;
	background-image: url(i/calendar.pointer.png);
	background-position: 3px 1px;
	background-repeat: no-repeat;
	background-color: transparent;
}

* html .calendarDisplay div.calendarHeader
{
	display : none;
}

.calendarDisplay div.calendarFooter
{
	display: none;
	float: left;
	clear: none;
}


.calendarDisplay table
{
	float: left;
	clear: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: auto;
	margin-top: auto; 
	width: 135px;
	/*
	margin-left: 3px;
	margin-right: 4px;
	*/
	border-collapse: collapse; 
	border-spacing: 0;
	background-color: #fff;
	border: 1px solid #068E39;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

* html .calendarDisplay table
{
	//height: 100%;
}

.calendarDisplay table thead
{
	border: 1px solid #068E39;
}

.calendarDisplay thead td
{
	font-family: arial, helvetica;
	font-size: 8pt;
	font-weight: normal;
	color: #fff;
	text-align: center;
	background-color: #088C30;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.calendarDisplay thead td.navigation
{
	font-family: arial, helvetica;
	font-size: 8pt;
	padding: 0px 3px 0px 3px;
	color: #00003F;
	border: 1px solid #068E39;
	background-color: #D1EACD;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.calendarDisplay thead td.navigation a
{
	float: left;
	display: block;
	width: 100%;
	height: 100%;
	padding: 3px;
	color: #00007F;
	text-decoration: none;
	font-size: 8pt;
	cursor: pointer;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.calendarDisplay thead td.navigation a:hover
{
	color: #f44;
	font-weight: bold;
}

.calendarDisplay thead td.dayNames
{
	font-family: arial, helvetica;
	font-size: 8pt;
	padding: 1px 2px 1px 2px;
	color: #00003F;
	border: 1px solid #068E39;
	background-color: #D1EACD;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.calendarDisplay tbody
{
}

.calendarDisplay tbody td
{
	padding: 1px;
	margin: 1px;
	cursor: pointer;
	font-family: arial, helvetica;
	font-size: 7pt;
	/*padding: 2px 4px 2px 4px;*/
	padding: 0px;
	/*background-color: #eee;*/
	text-align: center;
	background-color: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.calendarDisplay td.holiday
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.calendarDisplay td.hover
{
	background-color: #eee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.calendarDisplay tbody td a
{
	float: left;
	display: block;
	width: 100%;
	height: 100%;
	padding: 3px;
	color: #00007F;
	text-decoration: none;
	font-size: 7pt;
	border: 1px solid #eee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.calendarDisplay tbody td a:hover
{
	color: #f44;
	border: 1px solid #999;
	border-color: #efefef #999 #999 #efefef;
	font-weight: bold;
}

.calendarDisplay tbody td.disabled
{
	background-color: #efefef;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.calendarDisplay tbody td.disabled a
{
	background-image: url(i/disabled.html);
}

.calendarDisplay tbody td.disabled a:hover
{
	color: #00007F;
	border: 1px solid #eee;
	font-weight: normal;
}

.calendarDisplay tbody td.empty
{
	color: #fff;
	border-color: none;
	text-decoration: none;
	line-height: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}