/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0


#cal {
	width: 196px;
	background: #e7dec5;
}

.yui-calcontainer, #calendar-container {
	background-color:#d9ceb3;
}

.yui-calendar {
	font: tahoma, sans-serif;
	text-align:center;
}

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

.yui-calendar .calnavleft {
	position:absolute;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:17px;
	height:11px;   
	left:2px;
	z-index:1;
	background: url("/img/ffprev.png") no-repeat;
}

.yui-calendar .calnavright {
	position:absolute;
	cursor:pointer;
	top:2px;
	bottom:0;
	width:17px;
	height:11px;
	right:2px;
	z-index:1;
	background: url("/img/ffnext.png") no-repeat;
}

.yui-calendar td.calcell {
	text-align:center;
	font-size: 0.85em;
	padding: 3px;
}

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

.yui-calendar td.calcell.today {
	background: #d9ceb3;
}

.yui-calendar td.calcell.oom {
	color:#b3a992;
	background:#e0d7bf;
}

.yui-calendar td.calcell.selected {
	color:#003DB8;
	background-color:#FFF19F;
}

.yui-calendar td.calcell.calcellhover {
	cursor:pointer;
	color:#FFF;
	background-color:#d9ceb3;
}

.yui-calendar td.calcell.calcellhover a {
}

.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 {
	vertical-align:middle;
	background:#e7dec5;
	color: #393B62;
}

.calheader a:hover {
	text-decoration: none;
}

.yui-calendar .calheader {
	position:relative;
	width:100%;
	text-align:center;
}

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

.yui-calendar .calweekdaycell {
	color:#666;
	background: #d9ceb3;
	font-weight:normal;
	text-align:center;
	width:1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.85em;
}

.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;
}

.yui-calendar .calbody a:hover {background:inherit;}
p#clear {clear:left; padding-top:10px;}

*/

