

.performances .item {
	border-bottom: 3px double #563500;
	margin-bottom: 10px;
	padding-bottom: 5px;
	clear: both;
	position: relative;
}

.performances .date {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;;
	float: left;
}

.performances .date STRONG {
	color: white;
	font-size: 15pt;
	font-weight: normal;
}
.performances .date SPAN {
	display: block;
	text-align: right;
	color: gray;
}
.performances .date DIV {
	font-size: 15pt;
}
.performances .name {
	font-size: 15pt;
	color: orange;
	margin-left: 200px;
	text-transform: uppercase;
}

.performances .info {
	font-size: 11px;
	margin-left: 200px;
	color: gray;
}
.performances .place {
	font-size: 11px;
	margin-left: 200px;
}
.performances .canceled {
	background-color: #990000;
}

.performances .canceled .date, .performances .canceled .info, .performances .canceled .name, .performances .canceled .place  {
	text-decoration: line-through;
}
.performances .cancel_msg {
	font-size: 25pt;
	position: absolute;
	top: 20px;
	color: white;
	right: 100px;
	text-decoration: none;
}

.performances .departures {
	background-color:#570000;
	border:4px solid #B70B0B;
	margin-left: 200px;
}

.performances .departures H3{
	margin: 0;
	padding: 5px 10px;
	color: white;
}

.performances .departure {
	position: relative;
	padding: 2px 5px;
	border-bottom: 1px dotted #B70B0B;
	border-top: 1px dotted #B70B0B;
}

#members_list LI {
	float: left;
	width: 120px;
	height: 15px;
	overflow: hidden;
	border: 1px solid white;
}
#formation_list DIV.member {
	width: 200px;
}

#formation_list DIV.with_member {
	width: 200px;
}

#formation_with_list .ready_drop {
	background-color: yellow;
}

