@charset "utf-8";
/* CSS Document */

.pBreak {
	background: #eee;
	font-size: 8pt;
	color: #000;
}
.pSession {
	font-size: 8pt;
	background: #555;
	color: #fff;
}
.pSession a {
	color: #fff;
}

.pSession label {
	font-size: 8pt !important;
}

.pBreak td, .pSession td {
	border: 1px solid #000;
	border-top: 0;
	border-left: 0;
}

td.pTime {
	width: 55px;
	white-space: nowrap;
}

.pNumber {
	color: #fff;
	background: #ff0000 !important;
	width: 24px;
	font-weight: bold;
	text-align: center;
}

.pTable td {
	padding: 5px;
}

.pTable {
	border-top: 1px solid #000;
  /*
	width:650px;
  max-width:650px; 
  */	
}










