#wp-calendar
{
	text-align: center;
	width: 260px;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	background:#dce7ee;
	border-bottom:10px solid #dce7ee;
}
#wp-calendar td, #wp-calendar th{text-align: center;}
#wp-calendar td{vertical-align:middle;}
#wp-calendar a
{
	text-decoration: none;
	display: block;
	color: black;
	font-weight:normal;
}

#wp-calendar th
{
	font-weight: bold;
 	padding:3px 0;
 	border-bottom:1px solid #76bad5;
}
/* THEAD */
#wp-calendar thead tr td
{
	background:#65a8c3 url(../../themes/emdera-www.asti.lu/images/navigation/nav-bg.gif) repeat-x left top;
	height:32px;
	color:#fff;
	font-size:13px;
	text-transform:capitalize;
	padding:0;
	vertical-align:middle;
	font-weight:bold;
}
#wp-calendar thead td a
{
	color:#fff;
	display:block;
	line-height:32px;
	font-size:18px;
}
#wp-calendar thead td a:hover{background:#3e6d80;}

/* TBODY */
#wp-calendar tbody td
{
	text-align:center;
	padding:7px 10px; 
}
 #wp-calendar tbody td#today{}
#wp-calendar tbody td a.type
{
	color:#fff;
	width:18px;
	line-height:18px;
}
#wp-calendar tbody td a.type
{
	color:#fff;
	width:18px;
	line-height:18px;
}


#wp-calendar .show_popup{cursor:pointer;}
#wp-calendar .popup{position:absolute; border:1px solid #61a0ba; display: none; background-color:#fff; padding-bottom:20px; width:300px; text-align:left;}
#wp-calendar .popup-title{ background:#61a0ba; color:#fff; padding:5px 10px; font-weight:bold;}
#wp-calendar .popup a{color:#222;text-decoration:underline; background:none;display:inline; }
#wp-calendar .popup a:hover{text-decoration:none; }
#wp-calendar .popup .popuptitle{margin-bottom:10px;}

.event-types {margin:10px 10px 0 10px;}
.event-types li {list-style-type:none; margin-bottom:2px; padding-left:22px; }
.event-types li.event-15,
.event-types li.event-3912
{background:#fff url(events.png) no-repeat left 2px;}

.event-types li.event-17,
.event-types li.event-3913
{background:#fff url(events.png) no-repeat left -98px;}

.event-types li.event-8
{background:#fff url(events.png) no-repeat left -48px;}

#wp-calendar tbody td a.type15,
#wp-calendar tbody td a.type3912
{background-color:#f60;}
#wp-calendar tbody td a.type17,
#wp-calendar tbody td a.type3913
{background-color:#23c22a;}
#wp-calendar tbody td a.type8{background-color:#5598b4;}

