h3.stage-list-year {
	
}

#stage-list {
	width: 90%;
	margin-bottom: 12px;
}

div .stage-list-date {
	font-size: 10px;
	font-weight: bold;
}

div .stage-list-name {
	font-size: 10px;
}

.head {
	cursor: pointer;
	display: block;
	padding: 5px;
	width: 100%; margin-top : 0;
	margin-bottom: 5px; text-indent : 1em;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px dotted #999;
	background: url(../images/collapsed.gif) no-repeat scroll 3px 4px;
	text-indent: 1em;
	margin-top: 0;
}

a.head:hover {
	color: #FFFF99;
}

a.selected {
	background-image: url(../images/expanded.gif);
}

.no-stage-message {
	margin-top: 100px;
	margin-bottom: 800px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 200%;
}

.schedule {
	
	font-size: 14px;
	padding: 10px;
}

.title {

	padding: 10px;
	font-weight: bold;
	border-bottom: 2px dotted black;
	border-top: 2px dotted black;
	text-align: center;
	margin: 5px 0 10px 0;
	
}

.place {
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
}

.location-map-link {
	padding-left: 10px;
    font-size: 12px;
}

.location-map {
  margin: 1em;
  text-align: center;
}

.price {
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
}

.schedule-body {
	border: 1px solid #aaa;
	padding: 1em;
	line-height: 150%;
	
}

.stage-time {
	line-height: 150%;
	padding: 10px;
	font-size: 12px;
	}

.header {
  background: #ccc;
  font-weight: bold;
  padding: 12px;
  font-size: 12px;
}

	textarea {
		width: 400px;
		height: 30em;
	}
	
td.name {
  background: #ccc;
  padding: 5px;
  margin: 5px;
  text-align: center;
}