.yui-calcontainer {
	float: left;
	margin: 0px 6px 10px 0;
}

/* Calendar element styles */
.yui-calendar {
	margin: 5px;
}

.yui-calendar caption {
	font-weight: bold;
	font-size: 100%;
	padding: 0 0 5px 0;
}

.yui-calendar .calnavleft {
	position: absolute;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 9px;
	height: 12px;
	left: 2px;
	z-index: 1;
	text-decoration: none;
}

.yui-calendar .calnavright {
	position: absolute;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 9px;
	height: 12px;
	right: 2px;
	z-index: 1;
	text-decoration: none;
}

.yui-calendar td.calcell {
	color: #424542;
	border: 0;
	text-align: center;
}

.yui-calendar td.calcell a {
    display: block;
	color: #f1910d;
	text-decoration: none;
	padding: 2px;
	text-align: center;
}

.yui-calendar td.calcell.selected a {
    background-color: #f1910d;
    color: #ffffff;
	text-decoration: none;
}

.yui-calendar td.calcell.today {
	border: 0;
}

.yui-calendar td.calcell.oom {
	padding: 2px;
}

.yui-calendar td.calcell.selected {
	color: #fff;
	font-weight: bold;
	background: #f1910d;
	border: 0;
}

.yui-calendar td.calcell.calcellhover {
	cursor: pointer;
	color: #424542;
	border: 0;
}

.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: #fff;
}

.yui-calendar td.calcell.highlight2 {
	background-color: #fff;
}

.yui-calendar td.calcell.highlight3 {
	background-color: #fff;
}

.yui-calendar td.calcell.highlight4 {
	background-color: #fff;
}

.yui-calendar .calhead {
	background-color: #fff;
}

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

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

.yui-calendar th.calweekdaycell {
	background: transparent;
}

.yui-calendar .calweekdaycell {
	text-align: center;
	width: 1.5em;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	font-weight: bold;
	color: #424542;
	padding: 4px 3px 0px 3px;
}

.yui-calendar .calfoot {
	
}

.yui-calendar .calrowhead,.yui-calendar .calrowfoot {
	color: #424542;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	width: 15px;
}

.yui-calendar .calrowhead {
	border: 0;
}

/*Specific changes for calendar running under fonts/reset */
.yui-calendar td.calcell.selected  a:hover {
	color: #fff;
	font-weight: bold;
	background: #f1910d;
	text-align: center;
}

.yui-calendar td.calcell  a:hover {
	color: #fff;
	font-weight: bold;
	background: #f1910d;
	text-align: center;
}

p#clear {
	clear: left;
	padding-top: 10px;
}
