#plat4m_calendar_search_results {
	position: absolute;
	display: none;
	border: 1px solid #3e638a;
	background-color: #000;
	width: 283px;
	padding: 5px;
	top: 0;
	left: 0;
}

/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
/* Container Styles */

.calcontainer {*height:1%;} /* IE */
.calcontainer:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */

.calbordered {
	float:left;
	padding:5px;
}

.calbordered .title {
	font: 8pt Verdana, Arial,Helvetica,sans-serif;
	color:#fff;
	font-weight:normal;
	margin-bottom:5px;
	height:auto;
	position:relative;
}

.title .close-icon {
	position:absolute;
	right:0;
	top:0;
	border:none;
}

.cal2up {
	float:left;
}

.calnavleft {
	position:absolute;
	top:1px;
	bottom:0;
	height:12px;
	left:2px;
}

.calnavright {
	position:absolute;
	top:1;
	bottom:0;
	height:12px;  
	right:2px;
}

/* Calendar element styles */

.calendar {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-spacing:0;
	color: #fff;
}

td.calcell {
	width:1.5em;
	height:1em;
	border: 0;
	font-size: 8pt;
}

.calendar.wait td.calcell {
	color:#999;
	background-color: #f00;
}

.calendar.wait td.calcell a {
	color:#999;
	font-size: 9pt;
}

td.calcell a {
	color: #ffe1e1;
	text-decoration: none;
	font-size: 8pt;
}

td.calcell a:hover {
	color: #ffe1e1;
}

td.calcell.today {
	border: 0;
}

td.calcell.oom {
	visibility: hidden;
}

td.calcell.selected {
}

td.calcell.calcellhover {
}

/* Added to perform some correction for Opera 8.5
   hover redraw bug */
table:hover {
}

td.calcell.calcellhover a {
}

td.calcell.restricted {
	text-decoration: none;
}

td.calcell.previous {
	color:#CCC;
}

td.calcell.highlight1 { background-color:#CCFF99; }
td.calcell.highlight2 { background-color:#99CCFF; }
td.calcell.highlight3 { background-color:#FFCCCC; }
td.calcell.highlight4 { background-color:#CCFF99; }


.calhead {
	text-align: center;
	padding-bottom: 15px;
	color: #fff;
}

.calheader {
	position:relative;
	width:100%;
}

.calheader img {
	border: none;
}

.calweekdaycell {
	color: #4974A7;
	font-weight: bold;
	font-size: 8pt;
}

.calweekdaycell a {
	color: #f00;
	font-weight: bold;
}

.calfoot {
	background-color:#EEE;
}

.calrowhead, .calrowfoot {
	color: #666;
	font-size: 8pt;
	font-style:italic;
	font-weight:normal;
	width:15px;
}

.calrowhead {
	border-right-width:2px;
}

td.date_active {
	padding: 2px;
	background-image: url(../../../images/plat4m/calendar/bg_calendar.gif);
	background-position: center center;
	background-repeat: no-repeat;
	color: #000;
}

td.date_active a {
	color: #211B1B;
}

td.date_active a:hover {
	color: #000;
}