/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
Version 0.11.3
*/

.yui-cal2upwrapper {*height:1%;} /* IE */
.yui-cal2upwrapper:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */

.yui-calcontainer {
	float:left;
	padding:5px;
	border:1px solid #8A1015;
	background-color: #FFFFFF;
}

.yui-calcontainer .title {
	font:bold 10px Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	margin-bottom:5px;
	height:auto;
	position:relative;
}

.yui-calcontainer .title .close-icon {
	position:absolute;
	right:0;
	top:0;
	border:none;
}

.yui-calcontainer .cal2up {
	float:left;
}

.yui-calendar .calnavleft {
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;   
	left:2px;
}

.yui-calendar .calnavright {
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;  
	right:2px;
}

/* Calendar element styles */

.yui-calendar {
	font:10px Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	text-align:center;
}

.yui-calendar td.calcell {
	padding:2px;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #EFEFEF;
}

.yui-calendar td.calcell a {
	text-decoration:none;
	color: #000000;
}

.yui-calendar td.calcell.today {
	border:1px solid #000;
}

.yui-calendar td.calcell.oom {
	cursor:default;
	color:#999;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
}

.yui-calendar td.calcell.selected {
	color:#FFFFFF;
	background-color:#8B1015;
	border:1px solid #FFFFFF;
}

.yui-calendar td.calcell.selected a {
	color:#FFFFFF;
}

.yui-calendar td.calcell.calcellhover {
	cursor:pointer;
	color:#000000;
	background-color:#CCCCFF;
	border:1px solid #7777FF;
}

.yui-calendar td.calcell.calcellhover a {
	color:#000000;
}

.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 #CCCCCC;
	vertical-align:middle;
	background-color:#D8D8D8;
}

.yui-calendar .calheader {
	position:relative;
	width:100%;
	text-align:center;
}

.yui-calendar .calheader img {
	border:none;
}

.yui-calendar .calweekdaycell {
	color:#666;
	font-weight:normal;
}

.yui-calendar .calfoot {
	background-color:#EEE;
}

.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;}
