﻿#CalendarControlIFrame
{
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
	height: 250px;
	width: 250px;
	z-index: 99;
}

#CalendarControl
{
	position: absolute;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 100;
}

#CalendarControl table
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	border-left: 1px solid #608b15;
	border-right: 1px solid #608b15;
}

#CalendarControl th
{
	background-color:#608b15;
	color:#e1ffac;
	font-weight: bold;
	text-align: center;
}

#CalendarControl th a
{
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	padding: 1px;
}

#CalendarControl td
{
	text-align: center;	
}

#CalendarControl .header
{
	background-color: Black;
}

#CalendarControl .weekday
{
	background-color: #d3fb8e;
	color: #608b15;
}

#CalendarControl .weekend
{
	background-color:#e3e1e2;
	color: #000;
}

#CalendarControl .current
{
	border: 1px solid #608b15;
    background-color: Black;
	color:#ffea95;
	font-weight:bold;
}

#CalendarControl .weekday, #CalendarControl .weekend, #CalendarControl .current
{
	display: block;
	text-decoration: none;
	border: 1px solid #608b15;
	width: 2em;
}

#CalendarControl .weekday:hover, #CalendarControl .weekend:hover, #CalendarControl .current:hover
{
	color: Black;
	background-color: #d3fb8e;
	border: 1px solid #608b15;
	font-weight:bold;
}

#CalendarControl .previous
{
	text-align: left;
}

#CalendarControl .next
{
	text-align: right;
}

#CalendarControl .previous, #CalendarControl .next
{
	padding: 1px 3px 1px 3px;
	font-size: 1.4em;
}

#CalendarControl .previous a, #CalendarControl .next a
{
	color: #ffea95;
	text-decoration: none;
	font-weight: bold;
}

#CalendarControl .title
{
	text-align: center;
	font-weight: bold;
	color: #ffea95;
}

#CalendarControl .empty
{
	background-color:#d3fb8e;
	border: 1px solid #608b15;
}

.balloonstyle
{
	position: absolute;
	top: -500px;
	left: 0;
	padding: 5px;
	visibility: hidden;
	border: 1px solid black;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 200px; /*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);*/
}

#arrowhead
{
	z-index: 99;
	position: absolute;
	top: -500px;
	left: 0;
	visibility: hidden;
}
