@CHARSET "UTF-8";
.titleInactive,.titleActive{
	height: 19px;
	width : 100px;
	background-repeat: repeat-x;	
	float: left;
	cursor: pointer;
	vertical-align: middle;	
	border-top: 1px #70B8D6 solid;	 	
}
.titleInactive{
	text-align:center;
}
.titleActive{		
	text-align:center;
}
.bodyInactive,.bodyActive{
	width: 708px;
	height: 420px;
	border-bottom: 1px #70B8D6 solid;
	border-left: 1px #70B8D6 solid;
	border-right: 1px #70B8D6 solid;
}
.bodyInactive{	
	display: none;
}
.bodyActive{	
	display: block;
}
.borderHorizontal,.borderHorizontalInActive{
	width: 101px;
	height: 1px;	
	float:left;		
	border-top: 1px #70B8D6 solid;
}
.borderHorizontal{	
	border-top: none;
}
.borderVertical{
	float: left;
	height: 19px;
	border-left: 1px #70B8D6 solid;		
}
#yourInfoBody-1,#yourInfoBody-2,#yourInfoBody-3,#yourInfoBody-4,#yourInfoBody-5,#yourInfoBody-6{	
	height: auto;
	
}
#yourInfoBody-2 div.historyHeader{
	background-color: #EDEDED;
}
#yourInfoBody-2 div{
	width: 100%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;	
}
#yourInfoBody-2 div div{
	width: 14%;
	float: left;
	text-align: center;	
}
#allTicketTable{
	text-align: center;
	width: 680px;
}
.right{
	border-right: none;
}
#allTicketTable  tr td{
	border-right: 1px solid #70B8D6;
	border-bottom: 1px solid #70B8D6;
}

#ticketDetailTable {
	float: left;width: 100%;
	font-size: 12px;	 
}	
#ticketDetailTable tr td{
	border-bottom: 1px solid #70B8D6;
	border-right: 1px solid #70B8D6;
}
#availableSeatTable{
	font-size:11px;
	width: 660px;	
}
#availableSeatTable td.left,td.top,td.bottomLeft,td.bottom{
	padding-left: 20px;
}
#availableSeatTable td.left{
	border-left: 1px #70B8D6 solid; 
}
#availableSeatTable td.right{
	border-right: 1px #70B8D6 solid; 
}

#availableSeatTable td.bottomLeft{
	border-left: 1px #70B8D6 solid; 
}
#availableSeatTable td.bottomRight{
	border-right: 1px #70B8D6 solid; 
}
#availableSeatTable td.top{
	border: 1px #70B8D6 solid;	
	font-size: 12px;	
	color: #111111;
}

#availableSeatTable td.bottomLeft,td.bottomCenter,td.bottomRight{
	border-bottom: 1px #70B8D6 solid;
}
#availableSeatTable td.bottomLeft{	
	border-left: 1px #70B8D6 solid;
}
#availableSeatTable td.bottomRight{	
	border-right: 1px #70B8D6 solid;
}
#availableSeatTable tr{	
	text-align: left;
}

#selectedPaymentTicketCount,#selectedPrintTicketCount,#selectedCancelTicketCount,#selectedChangeTicketCount{
	font-size: 14px;
	font-weight: 800;
	color: blue;
	padding-right: 5px;
}
#paymentSumPrice,#returnSumPrice,#changePaymentSumPrice{
	color: blue; 
	font-size: 14px; 
	font-weight: 800;
}
#allAvailableTicketCount{
	color: blue; 
	font-size: 14px; 
	font-weight: 800;
}
#beforeGoingDayCount{
	color: red; 
	font-size: 13px; 
	font-weight: 800;
}
.leftLabel{
	background-color: #ffbea6;
	width: 140px;
	text-align: right;
}
.rightLabel{
	background-color: #eae4e2;
	width: 100%px;
}