div#dynpg_calendar_container {
	position: absolute;
	font-size: 11px;
	border: 1px #00498c solid;
	background-color: #e5f3fb;
	padding: 10px;
	width: 192px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	display: none;
	top: 0;
	left: 0;
	z-index: 500;
}

div#dynpg_calendar_container div.titlebar a {
	color: white;
	text-decoration: none;
}

div#dynpg_calendar_container div.titlebar {
	margin: -10px -10px 10px -10px;
	padding: 3px;
	background-color: #00498c;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}

* html div#dynpg_calendar_container div.titlebar {
	width: 212px;
}

div#dynpg_calendar_container div.calendar_display {
	display: block;
}

div#dynpg_calendar_container div.calendar_hidden {
	display: none;
}

div#dynpg_calendar_container form {
	margin: 0;
	padding: 0;
}

div#dynpg_calendar_container div.head {
	border: 1px #00498c solid;
	width: 190px;
	margin: 0 0 2px 0;
}

div#dynpg_calendar_container fieldset.timespan {
	color: #00498c;
	width: 186px;
	padding: 2px;
	margin: 0;
	border: 1px #00498c solid;
}

div#dynpg_calendar_container fieldset.timespan legend {
	font-weight: bold;
	color: #00498c;
}

div#dynpg_calendar_container fieldset.timespan input.query {
	color: #00498c;
	width: 160px;
	border: 1px #00498c solid;
	font-size: 10px;
}

div#dynpg_calendar_container select {
	font-size: 10px;
	color: #00498c;
}

div#dynpg_calendar_container select.group_selection {
	width: 170px;
	margin: 2px 0 2px 0;
}

div#dynpg_calendar_container p.year select {
	width: 170px;
	margin: 2px 0 2px 0;
}

* html div#dynpg_calendar_container p.year select {
	margin-right: -12px;
	width: 150px;
}

div#dynpg_calendar_container p.month_menu {
	margin: 0;
	padding: 0;
	display: inline;
	color: #00498c;
	font-weight: bold;
}

div#dynpg_calendar_container p.month_menu img {
	border: 0;
}

div#dynpg_calendar_container p.year {
	margin: 0;
	padding: 0;
	display: inline;
}

div#dynpg_calendar_container table.dynpg_calendar {
	border: 1px #00498c solid;
	background-color: #e5f3fb;
	width: 190px;
	font-size: 11px;
}

div#dynpg_calendar_container table.dynpg_calendar th {
	padding: 3px;
	background-color: #00498c;
	color: white;
}

div#dynpg_calendar_container table.dynpg_calendar td.number {
	background-color: #00498c;
	color: white;
	padding: 3px;
}

div#dynpg_calendar_container table.dynpg_calendar td {
	padding: 5px;
	text-align: center;
}

div#dynpg_calendar_container table.dynpg_calendar td.day,
div#dynpg_calendar_container table.dynpg_calendar td.day_filled {
	color: #00498c;
}

div#dynpg_calendar_container table.dynpg_calendar td.day_filled {
	font-weight: bold;
}

div#dynpg_calendar_container table.dynpg_calendar td.day_filled a:link { color: #00498c; border-bottom: 1px #00498c dashed; text-decoration: none; }
div#dynpg_calendar_container table.dynpg_calendar td.day a:link { color: #00498c; text-decoration: none; }

div#dynpg_calendar_container table.dynpg_calendar td.day_filled a:visited,
div#dynpg_calendar_container table.dynpg_calendar td.day a:visited { color: #00498c; text-decoration: none; }

div#dynpg_calendar_container table.dynpg_calendar td.day_filled a:hover { color: #00498c; border-bottom: 0; text-decoration: none; }
div#dynpg_calendar_container table.dynpg_calendar td.day a:hover { color: #00498c; border-bottom: 1px #00498c dashed; text-decoration: none; }

div#dynpg_calendar_container table.dynpg_calendar td.day_filled a:active,
div#dynpg_calendar_container table.dynpg_calendar td.day a:active { color: #00498c; text-decoration: none; }

div#dynpg_calendar_container table.dynpg_calendar td.day_filled a:focus,
div#dynpg_calendar_container table.dynpg_calendar td.day a:focus { color: #00498c; text-decoration: none; }

