@charset "utf-8";
	h2 {
		font-family:Century Gothic, Helvetica, Arial;
		font-size:24px;
		color: #003366;
		margin-bottom:10px;
		margin-top: 0px;
	}
	h3 {
		font-family:Century Gothic, Helvetica, Arial;
		color: #003366;
		font-size:20px;
		margin-bottom:0px;
		margin-top: 0px;
	}
	h4 {
		font-family:Century Gothic, Helvetica, Arial;
		color: #003366;
		font-size:16px;
		margin-bottom:0px;
		margin-top: 0px;
	}
	h5 {
		font-family:Century Gothic, Helvetica, Arial;
		color: #003366;
		font-size:14px;
		margin-bottom:0px;
		margin-top: 0px;
	}
	
	#scheduletable, #pricetable, .scheduletable {
		border: 1px solid #999999;
	}
	#scheduletable td, #pricetable td, #scheduletable th, #pricetable th, .scheduletable th, .scheduletable td {
		padding:5px;
	}
	#scheduletable th.normal, #pricetable th.normal, .scheduletable th.normal, .scheduletable th.normal {
		font-weight:bold;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
	}
	#scheduletable th.right, #pricetable th.right, .scheduletable th.right {
		font-weight:bold;
		border-right: 0px;
		border-bottom: 1px solid #999999;
	}
	#scheduletable td.normal, #pricetable td.normal, .scheduletable td.normal {
		border-right: 1px solid #999999;
		font-size:11px;
		border-bottom: 1px solid #999999;
	}
	#scheduletable td.soldout {	
		color: red;
		font-size:11px;
		font-weight: bold;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
	}
	#scheduletable td.right, #pricetable td.right, .scheduletable td.right {
		border-right: 0px;
		font-size:11px;
		border-bottom: 1px solid #999999;
	}
	#scheduletable td span.soldout {	
		color: red;
		font-size:11px;
		font-weight: bold;
	}
	#scheduletable td p.soldout {	
		color: red;
		font-size:11px;
		font-weight: bold;
		margin: 0px 0px 5px 0px;
	}
	#scheduletable td p, .scheduletable p {	
		color: #003366;
		font-size:11px;
		margin: 5px 0px 0px 0px;
	}
	#scheduletable td.soldout_right {	
		color: red;
		font-size:11px;
		font-weight: bold;
		border-bottom: 1px solid #999999;
	}
	#scheduletable td.bottom, #pricetable td.bottom, .scheduletable td.bottom {
		border-right: 1px solid #999999;
		font-size:11px;
	}
	#scheduletable td.soldout_bottom {	
		color: red;
		font-size:11px;
		font-weight: bold;
		border-right: 1px solid #999999;
	}
	#scheduletable td.bottomright, #pricetable td.bottomright, .scheduletable td.bottomright {
		border-right: 0px;
		border-bottom: 0px;
		font-size:11px;
	}
	#scheduletable td.soldout_bottom_right {	
		color: red;
		font-size:11px;
		font-weight: bold;
	}
	
	.scheduletable th {
		font-size:14px;
		font-family:Century Gothic,Helvetica,Arial;
	}
	.scheduletable h5 {
		font-size:12px;
		font-family:Century Gothic,Helvetica,Arial;
	}

