﻿table.Calendar{
	position: absolute;
	background-color: #ffffff;
	border: solid 1px #666666;
	border-collapse: collapse;
	display: none;
	margin: 0;
	padding: 0;
	
	z-index:10;
}

table.Calendar tr.Header th {
	background-color: #3399CC;
	text-align: center;
	font-size: 8pt;
	padding: 4px;
	color: #ffffff;
}

table.Calendar tr.Header th a, table.Calendar tr.Header th a:visited {
	color: #ffffff;
}

table.Calendar tr.Header th span a {
	padding: 0 5px 0 5px;
}

table.Calendar td.Months { padding: 0; margin: 0; }
table.Calendar td.Months table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

table.Calendar td.Months table td {
	padding: 2px 6px;
	border: none;
	text-align: center;
}

table.Calendar tr.Days th {
	background-color: #3399CC;
	font-size: 11px;
	text-align: center;
	width: 30px;
}

table.Calendar td, table.Calendar th {
	background-color: #ededed;
	border: 1px solid #ffffff;
	padding: 2px;
	color: #000000;
	font-size: 11px;
	empty-cells: show;
	cursor: hand;
}

table.Calendar td {
	text-align: right;
	padding: 2px 6px;
}

table.Calendar td.Weekend {
	background-color: #cccccc;
}

table.Calendar td.Target {
	background-color: #999999;
	font-weight: bold;
}

table.Calendar td.Today {
	background-color: red;
	font-weight: bold;
}

table.Calendar td.Target a, table.Calendar td.Target a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

table.Calendar a, table.Calendar a:visited {
	text-decoration: none;
	color: #000000;
}

table.Calendar a:hover {
	text-decoration: none;
	color: #000000;
}

#iframe 
{
		display: none;
        position: absolute;
        top: 10px;
        left: 100px;
        width: 222px;
        height: 102px;
        z-index: 10;
    }
