html {
	height:100%;
}
* {
	margin: 0;
	padding: 0;
}
body {
	font:12px Arial,Helvetica,sans-serif; 
	color: #606060;
	background: #fff;
	height:100%;
	position:absolute;

}
.undolist {
	width: 125px;
	padding: 5px 5px 5px 0;
	margin:0 0 2px 0
}
#artistundo {
	display:none;
}
#artistundo a {
	color: #000;
	width: 125px;
	display:block;
	text-decoration:none;
}
#artistundo #undo {
	background: url("../images/undo.gif") no-repeat;
	width:116px;
	height:38px;
	margin:0 0 10px 0;
}

#tooltip {
	position:absolute;
	background:#000;
	border:2px solid #f15a4f;
	padding:10px 5px;
	color:#fff;
	display:none;
}
#day {
	padding:20px 0 0 0;
	display:block;
	width:705px;
}
#day img {
	padding:0 0 8px 0;
	display:block;
	border:0;
}
#print {
	margin:0 0 10px 45px;
	color:#ccc;
	text-decoration:none;
	display:block;
}
#print:hover {
	text-decoration:underline;
}
#pdf {
	width:120px;
	height:8px;
	border:0;
	margin:0 0 40px 0;
	display:block;
	background: url("../images/pdf.gif") no-repeat;
}
#content {
	width:860px;
	border:1px solid #000;
}
#stages {
	height:46px;
	width:756px;
	padding:0 0 0 40px;
}
#stages a {
	float:left;
	width:80px;
	margin:0 5px 0 0;
	font-size:14px;
	color:#fff;
	display:block;
	background:#3f3e32;
	height:26px;
	padding:10px;
	text-align:center;
}
.stagetimecontainerleft {
	width:40px;
	left:0;
	float:left;
	position:absolute;
}
.stagetimecontainerright {
	float:right;
	width:45px;
	text-align:right;
}
.stagetime {
	height:28px;
	padding:2px 0 0 0;
}
#lineup {
	position:absolute;
	background:url("../images/bg_lineup_01.gif");
	width:825px;
}
.artistcontainer01, artistcontainer02, .artistcontainer03, .artistcontainer04, .artistcontainer05, .artistcontainer06, .artistcontainer07 {
	width:100px;
	position:absolute;
	margin-right:10px;
}
.artistcontainer01 {
	left:40px;
}
.artistcontainer02 {
	margin-left:145px;
}
.artistcontainer03 {
	left:250px;
}
.artistcontainer04 {
	left:355px;
}
.artistcontainer05 {
	left:460px;
}
.artistcontainer06 {
	left:565px;
}

.artistcontainer07 {
	left:670px;
}
.stage {
	position:absolute;
	width:92px;
	padding:2px 4px 3px 4px;
	background:#000;
	color:#fff;
	margin:0 10px 0 0;
	height:46px;
}
.stage a.tooltip {
	font-size:11px;
	line-height:11px;
	cursor:help;
}
.remove {
	background:url("../images/remove.gif") no-repeat;
	height:9px;
	display:block;
	position:absolute;
	width:9px;
	right:5px;
	bottom:5px;	
	cursor:pointer;
}
.clearer {
	clear: both;
	display: block;
}

