/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License: 
http: //developer.yahoo.net/yui/license.txt
version:  2.3.1
*/

.yui-calendar {
	position: relative;
	border: 1px solid #8c8c8d;
	font-family: arial;
	font-size: 0.9em;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: center;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 30px 0px;
	width: 180px;
}

.yui-calendar .calnavleft {
	position: relative;
	width: 15px;
	background: url(../images/calArrowLft.gif) right no-repeat;
	padding: 0px 7px 0px 7px;
}

.yui-calendar .calnavright {
	width: 10px;
	position: relative;
	background: url(../images/calArrowRgt.gif) left no-repeat;
	padding: 0px 7px 0px 7px;
}

.yui-calendar .calheader {
	position: relative;
	text-align: center;
	color: #8c8c8d;
	width: 180px;
}

.yui-calendar .calhead {
	background: transparent;
	border: none;
	vertical-align: middle;
	border: 1px solid #8c8c8d;
	width: 180px;
}

.yui-calendar .calheader {
	background: transparent;
	font-weight: bold;
	padding: 0px;
	text-align: center;
}

.yui-calendar .calweekdayrow {
	height: 1.3em;
}

.yui-calendar .calweekdaycell {
	color: #8c8c8d;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	width: 1.8em;
	border: 1px solid #8c8c8d;
}

.yui-calendar .calfoot {
	background-color: #8c8c8d;
}

.yui-calendar .calrowhead,.yui-calendar .calrowfoot {
	color: #8c8c8d;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
}

.yui-calendar td.calcell {
	border: 1px solid #8c8c8d;
	background: #F2F0E1;
	padding: 0px;
	height: 1.3em;
	line-height: 1.3em;
	text-align: center;
	white-space: nowrap;
}

.yui-calendar td.calcell a {
	color: #8c8c8d;
	display: block;
	height: 100%;
	text-decoration: none;
}

.yui-calendar td.calcell.today {
	background-color: #A7B9CD;
}

.yui-calendar td.calcell.today a {
	background-color: #A7B9CD;
	color: #F2F0E1;
}

.yui-calendar td.calcell.oom {
	background-color: #CCCCCC;
	color: #A6A6A6;
	cursor: default;
}

.yui-calendar td.calcell.selected {
	background-color: #FFFFFF;
	color: #000000;
}

.yui-calendar td.calcell.selected a {
	background-color: #8c8c8d;
	color: #FFFFFF;
}

.yui-calendar td.calcell.calcellhover {
	background-color: #8c8c8d;
	color: #FFFFFF;
	cursor: pointer;
}

.yui-calendar td.calcell.calcellhover a {
	background-color: #8c8c8d;
	color: #FFFFFF;
}

