.event-image {
	float: left;
	width: 370px;
 	margin: 8px 0px 0px 10px;
}
.event-spec {
		float: left;	
		width: 348px;
		margin: 8px -4px 0px 0px;
		padding-top: 5px;
}

	.spec-group {
		padding-bottom: 9px;
	}
		.spec-title {
			float: left;
			width: 86px;
			padding-left: 14px;
			padding-right: 6px;
			padding-bottom: 5px;
			color: #000000;
			text-align: right;
			font-size: 13px;
			font-weight: bold;
		}
		.spec-detail {
			float: left;
			padding-right: 14px;
			padding-bottom: 5px;
			padding-left: 6px;
			border-left: 2px solid #0099CC;
			text-align: left;
			width: 220px;
			color: #000000;
		}
.event-description {
	padding: 8px 8px;
	float: left;
	font-size: 11px;
	width: 346px;
}
.event-buttons {
	margin-top: 4px;
	margin-left: 0px;
	text-align:left;
	width: 380px;
	margin-bottom: 5px;
	padding:5px;
}
.event-button {
	border: 2px solid #0099CC;
	color: #0099cc;
	width: 160px;
	height: 22px;
	font-weight: bold;
	padding: 2px 16px;
	margin-right: 13px;
}
.event-button-off {
	border: 2px solid #CCE4FF;
	color: #CCE4FF;
	width: 160px;
	height: 22px;
	font-weight: bold;
	padding: 2px 16px;
	margin-right: 13px;
}
.event-button a:hover{
	text-decoration: none;
}
/* WEEK BOX*/

.spacer-day {
	clear: both;
	height: 3px;
}
.day-box {
background: url(../images/week-box-backgrounds.gif) no-repeat 0px 0px;
cursor:pointer;
height:42px;
width:589px;
}
.day-box a{
color: #000000;
text-decoration: none;
}

.day-box-content {
cursor:pointer;
height: 33px;
margin: 0px;
padding: 11px 0 0 15px;
float: left;
width: 180px;
font-weight: bold;
font-size: 16px;
}
.day-box-content-ads {
cursor:pointer;
text-align:right;
padding: 7px 13px 5px 0;
margin: 0px;
height: 32px;
float: left;
width: 380px;
}
.events-date {
width: 280px;
text-align:center;
color: #000;
font-size:20px;
font-weight: bold;
}


/******************************************************************/
.cal-day-active {
	width: 97px;
	text-align:left;
	height: 97px;
	border: 1px dashed #0099cc;
	background: #CCE4FF;
	vertical-align: top;
}
.cal-day-active-gone {
	width: 97px;
	text-align:left;
	height: 97px;
	border: 1px dashed #0099cc;
	background: #ddd;
	vertical-align: top;
}
	.cal-day-grey {
		border: 1px dashed #DDDDDD;
		background: #EFEFEF;
	}
.calendar th{
	width: 97px;
	text-align:center;
}
.calendar p{
padding: 0;
margin: 0;
margin-top: 1px;
margin-left: 2px;
}
.cal-nav {
margin-bottom:10px;
margin-left:220px;
}
	.cal-nav h2{
		float: left;
		color: #0099cc;
	}
	.cal-nav a{
		float: left;
		width: 60px;
		height: 18px;
		border: 2px solid #0099cc;
		margin: 0px 20px;
		margin-top: 5px;
	}
	.cal-nav a:hover {
		text-decoration: none;
	}
	.cal-nav span{
		float: left;
		width: 60px;
		height: 18px;
		color: #CCCCCC;
		font-weight: bold;
		border: 2px solid #cccccc;
		margin: 0px 20px;
		margin-top: 5px;
	}
	
.calendar {
	margin-top: 8px;
	text-align: center;
}
.calendar a{
	color: #0099CC;
	font-weight: bold;
}
.calendar .hr{
height: 1px;
width:100%;
background-color:#0099cc;
margin: 3px 0px;
}
.calendar a:hover{
	text-decoration: underline;
}
.cal-link{
	float:left;
}
.cal-link a{
	padding-left: 2px;		
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}
.cal-link a:hover{
	text-decoration: underline;
}
.cal-links {
	padding-left: 2px;
	padding-top: 3px;
}
.cal-links a {
		font-size: 10px;
}
.cal-links a:hover{
	text-decoration: none;
}
.cal-links-fin {
	padding-left: 2px;
	padding-top: 3px;
	font-size: 10px;
	color: #555;
	font-weight:bold;
	
}
.cal-date {
	font-size: 12px;
	font-weight: bold;
}

