/* CSS Document */

.ds_box {
	
	border: 0px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	
}

.ds_head {
	
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}

.ds_subhead {
	
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	
	color: #000;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	cursor: pointer;
}

.ds_cell:hover {
	
} /* This hover code won't work for IE */





.clearboth {
	clear: both;
}

#calendar_box {	

}

#calendar_containter {
	width:199px; height:125px; 
	background:url(../images/calender-bg.jpg) no-repeat; 
	padding:15px 16px 20px 16px; margin:6px 0 0 0;}

#calendar_head {
	background: rgb(184, 210, 236) none repeat scroll 0% 0%; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial; 
	height: 20px;
}

#calhead_prev { 
	float:left;
	width:10px;
	padding:2px;
	}
#calhead_next { 
	float:right;
	width:10px;
	padding:3px;
	}
#calhead_month { 
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding:4px;
	}

#calendar_body {
}



#caldays, #caldates {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;	
	color: #000000;
	}

#caldays {
	font-size: 11px;
	font-weight: bold;
	}
#caldates {
	font-size: 10px;
	padding: 1px;
	cursor: pointer;	
	}

#caldays ul, #caldates ul {
	list-style: none;
	display:block;
	padding: 0;
	margin: 1% 0 0 4%;
	clear: both;
	}

#caldays ul li, #caldates ul li {
	float:left;	
	width: 24px;
	margin: 1px;
 	}


.current_date {
	text-decoration: underline;
	font-size:larger;
	font-weight:bold;
	}
