@charset "utf-8";
/* CSS Document */

 
 #ppage{
 padding-top:25px;
 position:relative;
 width: 850px;
 height: 475px;
 background:url(../images/common/past.png) no-repeat;
}

  #ptext{
  padding: 5px 5px 5px 5px;
  margin-left: 50px;
  margin-top:10px;
  width: 750px;
  height:400px;
   overflow-y:auto;
  overflow-x:hidden;
  background-image: url(../images/common/black.png);
  position:relative;
  }
  
#pheader{
	width:700px;
	margin:0px 20px 0px 25px;
	color:#003333;
	font-size:14px;
}

#pform{
	margin-left:310px;
}
#season, div.artist{
	float: left;
}

#season{
	margin-left:5px;
	width:200px;
	position:relative;
	margin-right: 30px;
}

#artist{
	margin_left:400px;
	width: inherit;
	position:relative;
}
.selectionbox{
	background-color:#333333;
	color:#FFFFFF;
}

#psubmit{
	width:50px;
	margin-left:450px;
}

 .intro{
  	font-size: 11px;
	color:#CC3300;
	font-weight: bold;
	width:450px;
  }
  
  .pic, class.descrption{
  	float: left;
	margin-left: 0px;
  }
 .events{
  	border-bottom:dashed #FFFFFF;
  }
  
  .pic{
  	width: 225px;
	height:inherit;
  }
  
  .description{
  	width: 500px;
	height:inherit;
	margin-left:225px;
  }
  
  /* fonts setting */
  
  .eventname a{
  	font-size: 18px;
	font-weight:bolder;
	color: #660000;
  }
  
  .eventname a:hover{
  	text-decoration:underline;
  }
  
  .evendate{
  	font-weight: bold;
	font-size:16px;
	color:#FF3333;
  }
  
  .eventdescription{
  	color: #333333;  
  }
  
  .performer{
  font-weight:bold;
  }
  
  .performer a:hover{
  	text-decoration:underline;
  }
  
