/* CSS Document 
* Quick Calendar Styles
*/

.QuickCalendar2 {	
	font-family: Arial, Sans Serif;
	font-weight: bold;
	font-size: 10px;
	color: #999999;
	width: 760px;
	height: 50px;
	margin-bottom: 0px;
	overflow: hidden;
	background: #ffffff;	
}
.QuickCalendar {	
	background: #ffffff;	
}

/* Element Width of 126px */
#qc_monthYear {
	background-color:#FFFFFF;
	z-index: 10;
	border-right: #999999;
	border-right-style:solid;
	border-right-width:1px;
	padding: 10px 3px 0px 0px;
	margin: 0px 8px 0px 0px;
	vertical-align: middle;
	text-align: center;
	float: left;
	height: 45px;
	width: 100px;
}

#qc_monthYearFormat {
	background-color:#FFFFFF;
	z-index: 10;
	vertical-align: middle;
	text-align: center;
}

#qc_year {
}

/* Outer div */
#qc_days {
	width: 644px;
	position: relative;
	padding-top: 0px;
	height: 50px;
	overflow:hidden;
	float: right;
	left: 0px;
}

/* Inner div 
*  VERY IMPORTANT!
*
*/
#qc_monthDays {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #999999;
	margin: 5px 0px 0px 0px;
	border-collapse:collapse;
	table-layout: fixed;
	left: 0px;
	width: 0px;
}
div.innerdiv {
	
}

td.celldiv {
	width: 16px;
	height: 18px;
	padding: 3px 0px 3px 0px;
	text-align: center;
}

td.celldiv.event {
	background-color: #e6e6e6;
	cursor: pointer;
	opacity: 1.0;
}

/* style for saturday elements 
	decreases margin by 1px & adds 1px border
*/

.cellspace {
	width: 8px !important;
	padding: 0px 0px 0px 0px;
}
td.celldiv.sat {
/*	border-right: #BABABA;
	border-right-style:solid;
	border-width:1px;*/
}

td.celldiv.sun {
	border-left: #BABABA;
	border-left-style:solid;
	border-width:1px;

}

td.celldiv.sat.event{
	background-color: #e6e6e6;
	cursor: pointer;
	opacity: 1.0;
}

td.celldiv.sun.event{
	background-color: #e6e6e6;
	cursor: pointer;
	opacity: 1.0;
}

a.qc_slide:link { 
	text-decoration: none;
	color: #30AFE2;
	font-size: 10px;
}

a.qc_slide:visited { 
	text-decoration: none;
	color: #30AFE2;
	font-size: 10px;
}

a.qc_slide:active { 
	text-decoration: none;
	color: #30AFE2;
	font-size: 10px;
}

a.qc_slide:hover { 
	text-decoration: none;
	color: #30AFE2;
	font-size: 10px;
}



