div {
	font-family: Arial;
}

#container {
}

#day {
	background: #000000;
	font-family: Georgia;
	padding: 5px;
	color: #ffffff;
	text-align: center;
	margin: 0px 0px 10px 0px;
}

div#print a {
  float: right;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  background: #ff0000;
  padding: 5px;
  font-weight: bold;
}

div.times {
	position: relative;
	background: #ff0000;
	height: 27px;
	left: 15%;
	width: 85%;
}

div.time {
	float: left;
	top: 0px;
	left: 0px;
	font-size: 11px;
	color: #ffffff;
	height: 24px;
	width: 130px;
  position: relative;
	
}

div.venue_name {
	width: 15%;
	float: left;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	height: 39px;
	font-size: 12px;
	line-height: 12px;
	background: #bbbbbb;
}

div.venue_name div.content {
	padding: 5px 5px 0 0;
	text-align: right;
}

div.venue {
	overflow: hidden;
	height: 40px;
	border: 1px solid #bbbbbb;
}

div.venue-acts {
	position: relative;
	background: #e4e4e4;
	width: 85%;
	display: block;
	height: 39px;
	overflow: hidden;
}

div.act {
	position: absolute;
	border: 1px solid black;
	left: 0px;
	display: block;
	height: 37px;
	font-size: 10px;
	overflow: hidden;
	background: #cdcdcd;
}

div.act-content {
	padding: 4px;
}

div.act-content a {
	color: black;
	text-decoration: none;
}

div.act-content a.my_artist {
	color: red;
}

div.act-content a:hover {
	text-decoration: underline;
}

div.act p.time {
	font-family: Verdana;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: #000000;
}

div.clear {
	clear: both;
}

div.content {
	padding: 4px;
}


.open .timestamp {
  position: absolute;
  padding: 0 0 0 3px;
}

.close .timestamp {
  position: absolute;
  padding: 12px 0 0 3px;
}

.open .q1 {
  position: absolute;
	border-right: 1px solid #ffffff;
  margin: 22px auto 0 auto;
  height: 5px;
  left: 25%;
  float: left; 
}
.open .q2 {
  position: absolute;
	border-right: 1px solid #ffffff;
  margin: 17px auto 0 auto;
  height: 10px;
  left: 50%;
  float: left; 
}
.open .q3 {
  position: absolute;
  border-right: 1px solid #ffffff;
  margin: 22px auto 0 auto;
  height: 5px;
  left: 75%;
  float: left; 
}
.open .q4 {
  position: absolute;
  border-right: 1px solid #ffffff;
  height: 27px;
  left: 100%;
  float: left; 
}

.close .q1 {
  position: absolute;
  border-right: 1px solid #ffffff;
  margin: 0 auto 22px auto;
  height: 5px;
  left: 25%;
  float: left; 
}
.close .q2 {
  position: absolute;
  border-right: 1px solid #ffffff;
  margin: 0 auto 17px auto;
  height: 10px;
  left: 50%;
  float: left; 
}
.close .q3 {
  position: absolute;
  border-right: 1px solid #ffffff;
  margin: 0 auto 22px auto;
  height: 5px;
  left: 75%;
  float: left; 
}
.close .q4 {
  position: absolute;
  border-right: 1px solid #ffffff;
  height: 27px;
  left: 100%;
  float: left; 
}
