@charset "UTF-8";

.newBox {
	width:875px;
}

.newBox_tickets {
	width:875px;
	padding:0 0 0 15px;
}

.program_newTittle{
	background-image: url(../../img/program_bg_tittle.gif);
	height: 33px;
	padding: 15px 0 10px 0;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top;
}

.program_newTittle p {
	color:#607B00;
	font-size: 110%;
	font-weight: bold;
}

.ticket_newTittle{
	width:875px;
	background-image: url(../../img/ticket_bg_tittle.gif);
	height: 33px;
	padding: 15px 0 10px 0;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top;
}

.ticket_newTittle p {
	color:#262F62;
	font-size: 110%;
	font-weight: bold;
}

/*staff*/

.staff_table {
	width:566px;
}

.staff_table th {
	vertical-align: top;
	padding: 10px 10px 0 0;
	text-align: left;
}

.staff_table td {
	padding: 10px 0 10px 0;
}


