/*
scal.css - The style sheet for the scal calendar control.
*/


.rightbar{
	margin:2px;
	font-size:10pt;
	width:200px; /* cellwidth * 7 + cellpadding * 14 + cellborder * 14 */
	display:block;
	min-height:162px;
}
.rightbar:hover{
	cursor:pointer;
	/*cursor:hand; /* If you're worried about old IE versions, turn this on.  I have it off because I hate seeing css exceptions in my debug window. ;) */
}
.rightbar .calwrapper{
	display:block;
}
.rightbar .calweekswrapper{
	display:block;
}
.rightbar .calheader{
	display: block;
	width:100%;
	text-align:center;
	font-size:10pt;
	font-weight: bold;
	margin:5px 0;
}
.rightbar .caltitle{
	width:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.rightbar .calcontrol{
	font-weight: bold;
	color: #003399;
	width:25px;
}
.rightbar .calcontrol:hover{
}
.rightbar .calclose{
	float:right;
	display:none;
}
.rightbar .calprevmonth{
	float:left;
}
.rightbar .calnextmonth{
	float:right;
	margin-right: 5px;
}
.rightbar .daybox{
	float:left;
	border-right: 1px solid #CCCCCC;
	width:25px;
	padding:1px;
	color: #000000;
	text-align:center;	
}
.rightbar .datefull {
	font-weight: bold;
	color: #660000;
	background: #F5F5F5 url(../img/back/calendar_event.png) center no-repeat;
}
.rightbar .dayboxname{
	border-right: 1px solid #CCCCCC;
	background-color: #E0E0E0;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}
.rightbar .dayboxvalue{
	display: none;
	font-size: 10px;
}
.rightbar .daybox:hover{
}
.rightbar .dayboxname:hover{
}
.rightbar .dayinmonth{
}
.rightbar .dayoutmonth{
	color: #999999;
}
.rightbar .dayselected{
	color: #FFFFFF;
	font-weight: bold;
	background: #F5F5F5 url(../img/back/calendar_today.png) center no-repeat;
}
.rightbar .daycurrent{
}
.rightbar .weekbox{
	width:100%;
	display:block;
}
.rightbar .endweek{
	float:left;
	border-right: 0;
}
.rightbar .weekboxname{
}
