	/* SKV Calender */
	table{margin:0; padding:0;}
	table.skv-calendar{background:url(../../../../themes/twentyten/images/all_shadow_bg.jpg) repeat-y;}
	
	table.skv-calendar td { text-align: center;  width:36px;  padding-right:2px;}
	table.skv-calendar tr{line-height:30px; width:266px; display:inline-block; }
	table.skv-calendar.table tr.days-names { font-weight: bold; } 
	table.skv-calendar td.eventless-pre, .skv-calendar td.eventless-post { color: #ccc; }
	table.skv-calendar td.eventful-pre a, table.skv-calendar td.eventful-post a{ color: #aaa; text-decoration:underline; }
	table.skv-calendar td.eventful a, table.skv-calendar td.eventful-today a { color: #084082; background:#8eccdc; display:block; line-height:22px;}
		table.skv-calendar td.eventful a:hover, table.skv-calendar td.eventful-today a:hover{ color:#fff; text-decoration:none; }
	table.skv-calendar td.eventful-today a { font-weight: bold; background-color: #008bb0; color:#fff; }
	table.skv-calendar td.eventless-today { background-color: #008bb0; color:#fff; }
	table.skv-calendar thead { font-size: 120%; font-weight: bold; }
	table.fullcalendar { border-collapse: collapse; }

	div.skv-calendar-wrapper { position:relative; }
	div#em-loading { position:absolute; width:100%; height:100%; background:#FFFFFF url(../../../../themes/images/loading.gif) 50% 50% no-repeat; left:0px; top:0px; opacity:0.8; filter:alpha(opacity=80); z-index:9999999999; }
	
	
	