
div.eventcalx-wrap {
	padding: 3px;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	position: relative;
        /*new*/
        width: 223px;
}

div.eventcalx-wrap th, div.eventcalx-wrap td {
    font-size: 11px;
}

div.eventcalx-header {
	padding: 3px 2px 3px 1px;
	position: relative;
	font-size: 13px;
	color: #666;
	margin-bottom: 3px;
	border-bottom: 0px dotted #eee;
	background: #eee;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.eventcalx-header img {
	vertical-align: middle;
}

div.eventcalx-header a.eventcalx-prev {
	position: absolute;
	left: 4px;
	top: 2px;
	line-height: 1.2em;
	color: #666;
	text-decoration: none;
}

div.eventcalx-header a.eventcalx-next {
	position: absolute;
	right: 4px;
	top: 2px;
	display: block;
	color: #666;
	text-decoration: none;
}

div.eventcalx-header a.eventcalx-next:hover, div.eventcalx-header a.eventcalx-prev:hover {
	color: #000;
}

div.eventcalx-header span.eventcalx-title {
	display: block;
	text-align: center;
	line-height: 1.2em;
	
}

table.eventcalx {
	table-layout: fixed;
	border-collapse: collapse;
        width: 223px;
}

table.eventcalx td, table.eventcalx th {
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

table.eventcalx th {
	padding: 3px 7px;
	color: #666;
}

table.eventcalx td {
	background: transparent;
	padding: 1px;
}

table.eventcalx td a {
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	padding: 3px 3px 2px 6px;
	background: #f4f4f4;
	text-align: right;
	color: #333;
	border: 1px solid #ddd;
}

table.eventcalx td a.event-link {
	background: #fff url('../images/dot-event-day.jpg');
	border: 1px solid #ccc;
	cursor: pointer;
}

table.eventcalx td a.event-link:hover {
	background: #ccc;
}

table.eventcalx th {
	background: transparent;
}

table.eventcalx caption {
	padding: 4px;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	font-size: 13px;
}