/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
Version 0.12
*/

.yui-calcontainer {
	position:relative;
	padding:5px;
	float:left;
	overflow:hidden;
	z-index:100;
}

.yui-calcontainer iframe {
	position:absolute;
	border:none;
	margin:0;padding:0;
	left:-1px;
	top:-1px;
	z-index:0;
}


.yui-calcontainer.multi {
	padding:0;
}

.yui-calcontainer.multi .groupcal {
	padding:5px;
	background-color:transparent;
	z-index:1;
	float:left;
	position:relative;
	border:none;
}

.yui-calcontainer .title {
	font:100% sans-serif;
	font-weight:bold;
	margin-top:-15px; font-size:14px; padding-left:5px;
	z-index:1;
}

.yui-calcontainer .close-icon {
	position:absolute;
	right:3px;
	top:3px;
	border:none;
	z-index:1; border-radius:5px;
}

/* Calendar element styles */

.yui-calendar 
{
	margin:8px 0 0;
	font:100% sans-serif;
	text-align:center;
	border-spacing:0;
	border-collapse:separate;
	position:relative;
}

.yui-calcontainer.withtitle {
	padding-top:1.5em; box-shadow:0px 0px 8px 0px #888;
}

.yui-calendar .calnavleft {
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	top:6px;
	bottom:0;
	width:9px;
	height:12px;   
	left:2px;
	z-index:1;
}

.yui-calendar .calnavright {
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	top:6px;
	bottom:0;
	width:9px;
	height:12px;  
	right:2px;
	z-index:1;
}

.yui-calendar td.calcell {
	padding:0.5em 0.7em;
	text-align:center;
}

.yui-calendar td.calcell a {
	text-decoration:none;
}

.yui-calendar td.calcell.oom {
	cursor:default;
	color:#999;
	
}



.yui-calendar td.calcell.calcellhover {
	cursor:pointer;
	
}


.yui-calendar td.calcell.restricted {
	text-decoration:line-through;
}


.yui-calendar .calheader {
	position:relative;
	width:100%;
	text-align:center; padding:5px 0;
}

.yui-calendar .calheader img {
	border:none;
}

.yui-calendar .calweekdaycell {
	font-weight:normal;
	text-align:center;
	width:1.5em; padding:0.5em;
}


.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
	font-size:9px;
	font-style:italic;
	font-weight:normal;
	width:15px;
}

.yui-calendar .calrowhead {
	border-right-width:2px;
}

/*Specific changes for calendar running under fonts/reset */
.yui-calendar a:hover {background:inherit;}
p#clear {clear:left; padding-top:10px;}
.link-close::after { content: "x";  position: absolute; right: 6px; top: 3px; font-size: 20px; }
.link-close img { display: none; }