.yui-calendar td.calcell.restricted {
	text-decoration: none !important;
}
.yui-calcontainer {
	background-color: #000;
	padding: 10px 0 0 0;
	border: none;
	width: 232px;
	margin: 0 10px;
}
.yui-calendar {
	width: 100%;
	background-color: #313131;
}
.yui-calendar .calhead {
	background-color: #333;
	border: 1px solid #777;
}
.yui-calendar .calweekdaycell {
	color: #fff;
}
.yui-calendar td.calcell.oom {
	background-color:#212121;
	border:1px solid #555;
	color:#666;
	cursor:default;
}
.yui-calendar td.calcell {
	border:1px solid #555;
	padding:0.1em 0.2em;
	text-align:center;
}
.yui-calendar td.calcell.highlight1 {
	background-color:#009cf7;
	color: #000;
}
.yui-calendar td.calcell.today {
	border:1px solid #fff;
	font-weight: bold;
}
.yui-calendar td.calcell a {
color:#fff;
text-decoration:none;
}
.yui-calendar td.calcell.calcellhover  {
border:1px solid #53d5ff;
}

.small_cal_link {
	float: left;
	padding: 10px 0 10px 10px;
	width: 232px;
	text-transform: uppercase;
	text-align: center;
}

.small_cal_link a:link, .small_cal_link a:visited, .small_cal_link a:active {
	text-decoration: none;
	color: #666;
	font-weight: normal;
}
.small_cal_link a:hover {
	text-decoration: underline;
	color: #fff;
}
.small_cal_link select {
background-color:#1B1B1D;
border:1px solid #393939;
clear:left;
float:left;
height:auto;
width:229px;
}
