@charset "utf-8";
/*-------------------------------------------------------------------------------------------
	CSS for small calendars.
	MJP // 03-09 // D3Corp
---------------------------------------------------------------------------------------------*/	

/*********************************************
	/ Main Calendar Div
*********************************************/	
div.small-calendar {
	padding:10px;
	/*padding: 0 30px 0 18px;
	background: url(../images/cal-bg.jpg) right top no-repeat;
	float: right;*/
}


.cal_scroller_flash{
	width:600px;
}
/*********************************************
	/ Below are the individual rows for
	/ the calendar.
*********************************************/

/*calendar header */
.cal-top {
	padding-bottom:10px;
	position:relative;
}


.cal-previous, .cal-next{
	position:absolute;
	top:-75px;
	font-weight:bold;
}

.cal-previous{
	left:10px;
}

.cal-next{
	right:10px;
}

.cal-month {
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin:0;
	padding:0;
	display:block;
	color:#333;
	font-size:18px;
	text-transform:uppercase;
}


/* the days and weeks layout */
div.cal-days {
	width: 122px;
	*width: 124px;
	padding: 12px 0;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	float: left;
	display: block;
	color:#fff;
	
}

.days{
	background:url(/../images/body.jpg) repeat-x scroll left top;
	width:854px;
	*width:868px;
}

div.cal-weeks {
	width: 120px;
	height: 80px;
	border:inset thin;
	color: #000;
	padding:0 0 8px 0;
	font-size: 11px;
	text-align: left;
	float: left;
	display: block;
	background:#EBE5CA url(/../images/content-inner.gif) no-repeat -775px -322px;
}

.inner-cal{
	padding:5px;
}

.inner-cal div{
	overflow:auto;
	height:60px;
}

.blanks {
	background-color: ;
}


	.cal-weeks a {
		text-decoration: none;
		display: block;
		color: #320000;
		font-size:9px;
	}
	
	.cal-weeks a:hover {
		text-decoration: none;
		background: #320000;
		color: #fff;
		font-weight: bold;
		display: block;
	}


/*********************************************
	/ Tooltip for the remember me area.  
*********************************************/

div.cal-title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #320000;
	width: 97%;
	padding: 15px 0 0 0;
}


/*********************************************
	/ Tooltip for the remember me area.  
*********************************************/

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 70px;
	padding: 2px;
	background: #fff;
	visibility: hidden;
	z-index: 20000;
	border: 1px solid #000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #000;
	}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 21000;
	visibility: hidden;
}
