.dragpage {
	background-image: url(images/bg.png);
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 700px;
}
.dragheader {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 128px;
	width: auto;
}
.dragshowtime {
	background-image: url(images/datearea.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 56px;
	text-align: right;
	width: auto;
	padding-right: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.dragcontent {
	background-image: url(images/bg2.png);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
	width: 700px;
}
.thumbcontent {
	background-color: #000000;
	padding: 5px;
	border: 1px solid #4C366E;
	margin: 2px;
	color: #EEEEEE;
	font-weight: bold;
}
.performerinfo {
	text-align: left;
	padding: 5px;
}
.performerinfo h2 {
	color: #FFCC00;
}
.righttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
}

a.performerlist {
	display: block;
	background-color: #543C77;
	margin: 2px;
	padding: 3px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	height: auto;
	clear: both;
}
a.performerlist:hover {

	background-color: #000000;

}
a.performerlist span {
	background-position: left top;
	height: 50px;
	width: 50px;
	float: left;
	background-repeat: no-repeat;
	margin: 5px;
}
.thumbcontent img {
	border: 10px solid #4A356C;
}
.satText {
	color: #FFFFFF;
	text-align: left;
	padding: 10px;
	margin-top: 20px;
}
