.perf-row {
	background-color: #E0F6FE;
	margin-bottom: 10px;
	height:50px;
	overflow:hidden;
	cursor:pointer;
}
.perf-row.selected {
	background-color: #F1F4CF;
}
.perf-row.unavailable {
	background-color: #ECEEEF;
	margin-bottom: 10px;
	height:60px;
	overflow:hidden;
	cursor:default;
}
.perf-row .check {
	display:none;
}
.perf-row.selected .check {
	display:block;
}
.perf-row .checkbox {
	height:22px;
	float:left;
	border-right:1px solid #fff;
	padding:14px;
}
.perf-row h4 {
	color: #005568;
	margin: 7px 0;
	text-indent: 10px;
}
.perf-row .changePrefBtn {
	float: left;
	margin: -2px 10px 0px 10px;
}
.perf-row .date {
	color:#F27930;
	text-transform: uppercase;
	font-size: 12px;
	float:left;
	margin: -6px 10px;
}
.perf-row .message {
	color:#666;
	font-size: 12px;
	float:left;
                font-style: italic;
	margin: -6px 10px;
}
select {
	margin: 0 0 28px 0;
	width: 120px;
	padding: 3px;
	margin-bottom: 12px;
	border: 1px solid #005568;
	font-family: arial;
	font-weight: normal;
}
.name, .tickets {
	float:left;
	width:50%;
}
label.error {
	color:#F27930;
	background-color:#ffe2cf;
	margin-bottom:10px;
	border:1px solid #F27930;
	padding:4px;
}
.select-perf {
	display:none;
}