/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
.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 {
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
	height:25px;
	position:absolute;
	top:3px;left:5px;
	z-index:1;
}

.yui-calcontainer .close-icon {
	position:absolute;
	right:6px;
	top:3px;
	border:none;
	z-index:1;
}

.yui-calcontainer .calclose {
	background: url(../images/calx.gif) no-repeat;
	width:17px;
	height:13px;
	cursor:pointer;	
}

/* Calendar element styles */

.yui-calendar {
	font-size:0.9em;
	text-align:center;
	border-spacing:1px;
	border-collapse:separate;
	position:relative;
	background-color:#F7F9FB;
	border:1px solid #304369;
	width:16em;
}

.yui-calcontainer.withtitle {
	padding-top:1.5em;
}

.yui-calendar .calnavleft {
	position:absolute;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;   
	left:2px;
	z-index:1;
	background: url(../images/callt.gif) no-repeat;
}

.yui-calendar .calnavright {
	position:absolute;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:9px;
	height:12px;
	right:2px;
	z-index:1;
	background: url(../images/calrt.gif) no-repeat;
}

.yui-calendar td.calcell {
	padding:.1em .2em;
	width:1em;
	border:1px solid #E0E0E0;
	text-align:center;
	background-color:#fff;
}
* html .yui-calendar td.calcell {
	width:auto;
}

.yui-calendar td.calcell a {
	color:#01194a;
	text-decoration:none;
}

.yui-calendar td.calcell.today {
	font-weight:bold;
}
.yui-calendar td.calcell.today a {
	color:#426fd9;
}
.yui-calendar td.calcell.oom {
	cursor:default;
	color:#999;
	background-color:#EEE;
	border:1px solid #E0E0E0;
}

.yui-calendar td.calcell.selected {
	color:#003DB8;
	background-color:#fff;
	border:1px solid #FF9900;
}

.yui-calendar td.calcell.calcellhover {
	cursor:pointer;
	color:#fff;
	background-color:#426fd9;
}

.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 .calhead {
	border:1px solid #E0E0E0;
	vertical-align:middle;
	background-color:#fff;
}

.yui-calendar .calheader {
	position:relative;
	width:auto;
	text-align:center;
	font-weight:bold;
	color:#01194a;
}

* html .yui-calendar .calheader {
	width:90%;
}

.yui-calendar .calheader img {
	border:none;
}

.yui-calendar thead th.calweekdaycell {
	color:#426fd9;
	font-weight:bold;
	text-align:center;
	width:3em;
	padding:0.25em;
}

.yui-calendar .calfoot {
	background-color:#EEE;
}

.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
	color:#01194a;
	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 .calbody a:hover {background:inherit;}
p#clear {clear:left; padding-top:10px;}
