/*
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:0px;
	background-color:#e5d9c5;
	border:1px solid #ED8922;
	float:left;
	overflow:hidden;
}

.yui-calcontainer table th 
{
	font-weight:normal;
	text-transform:uppercase;
}

.yui-calcontainer iframe {
	position:absolute;
	border:none;
	margin:0;padding:0;
	left:-1px;
	top:-1px;
	z-index:0;
	width:50em;
	height:50em;
}

.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:normal 11px Arial;
	color:#ED8922;
	margin-bottom:5px;
	padding-left:2px;
	position:absolute;
	top:0px;
	height:17px;
	width:100%;
	z-index:1;
	background-color:#ffffff;
	text-transform:uppercase;
}

.yui-calcontainer .close-icon {
	position:absolute;
	right:1px;
	top:1px;
	border:none;
	z-index:1;
	background-color:#ED8922;
}

/* Calendar element styles */

.yui-calendar {
	font:normal 11px Arial;
	text-align:center;
	border-spacing:0;
	border-collapse:separate;
	position:relative;

}

.yui-calcontainer.withtitle {
	padding-top:1.5em;
}

.yui-calendar .calnavleft {
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;   
	left:2px;
	z-index:1;
}

.yui-calendar .calnavright {
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;  
	right:2px;
	z-index:1;
}

.yui-calendar td.calcell {
	padding:.1em .2em;
	border:1px solid #e5d9c5;
	text-align:center;
	background-color:#fff;
}

.yui-calendar td.calcell a {
	text-decoration:none;
}

.yui-calendar td.calcell a:hover {
	color:#fff;
}

.yui-calendar td.calcell.today {
	border:solid 1px #000;
}

.yui-calendar td.calcell.oom {
	cursor:default;
	color:#fff;
	background-color:#e5d9c5;
	border:1px solid #e5d9c5;
}

.yui-calendar td.calcell.selectable a {
	color:#000;
}

.yui-calendar td.calcell.selected {
	border:1px solid #e5d9c5;
	color:#ffffff;
	background-color:#ED8922;
}

.yui-calendar td.calcell.calcellhover {
	cursor:pointer;
	border:1px solid #e5d9c5;
	color:#fff;
	background-color:#93461e;
}

.yui-calendar td.calcell.calcellhover a {
	color:#fff;
}

.yui-calendar td.calcell.restricted {
	text-decoration:line-through;
}

.yui-calendar td.calcell.previous {
	color:#CCC;
}

.yui-calendar td.calcell.highlight1 { background-color:#CCFF99; }
.yui-calendar td.calcell.highlight2 { background-color:#99CCFF; }
.yui-calendar td.calcell.highlight3 { background-color:#FFCCCC; }
.yui-calendar td.calcell.highlight4 { background-color:#CCFF99; }

.yui-calendar .calhead {
	border:1px solid #e5d9c5;
	vertical-align:middle;
	background-color:#FFF;
}

.yui-calendar .calheader {
	position:relative;
	width:100%;
	text-align:center;
	color:#000;
}

.yui-calendar .calheader img {
	border:none;
}

.yui-calendar .calweekdaycell {
	color:#fff;
	background-color:#ED8922;
	font-weight:normal;
	text-align:center;
	width:2em;
}

.yui-calendar .calfoot {
	background-color:#e5d9c5;
}

.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
	color:#666;
	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;}

