@charset "UTF-8";
/* CSS Document */

#right_events{
	float:right;
	height: 100%;
	width: 300px;
	padding-left:10px;
	background-image:url(../images/dot_v.png);
	background-position:left;
	background-repeat:repeat-y;
}
#left_events{
	float:left;
	height:100%;
	width:480px;
}

.eventbox {
	width:100%;
	height:auto;
	border-top-width:2px;
	border-top-color:#ff0066;
	border-top-style:dotted;
	margin-top:15px;
	pading-bottom:10px;
	padding-top:10px;
	position:relative;
}
.eventbox_poster {
	width:75px;
	height:100%;
	float:left;
}
.eventbox_text {
	width:395px;
	height:100%;
	float:right;
}
.date {
	font-size:12px;
	color:#ff0066;
	font-weight:bold;
}
.acts {
	font-size:18px;
	line-height:22px;
	color:#000000;
	font-weight:bold;
}
.acts a:link {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.acts a:visited {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.acts a:hover {
	color:#ff0066;
	font-weight:bold;
	text-decoration:none;
}
.acts a:active {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.ev_txt {
	font-size:11px;
	line-height:16px;
	color:#666666;
}
.ev_txt a:link {
	color:#ff0066;
	font-weight:bold;
	text-decoration:none;
}
.ev_txt a:visited {
	color:#ff0066;
	font-weight:bold;
	text-decoration:none;
}
.ev_txt a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.ev_txt a:active {
	color:#ff0066;
	font-weight:bold;
	text-decoration:none;
}
.ev_details {
	font-size:9px;
	color:#666666;
	font-style:italic;
	margin-top:2px;
	margin-bottom:7px;
}

.pink {color: #FF0066}

