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


.lpTb {
	clear: both;	
	width: auto;
	text-align:center;	
}
.lpTb table {
	width: 98%;	
	margin: 5px 0px 10px 0px;
	border-collapse: collapse;	
	border-bottom:2px solid #b0ddf0;
}
.lpTb table caption {
	line-height: 120%;
	text-align:left;
	color:#999;
}
.lpTb table tr.altrow{
	background: #FDFEF5;
}
.lpTb table th {
	line-height: 250%;
	white-space: nowrap;
	vertical-align: top;
	padding: 4px 4px 1px 4px;
	white-space: nowrap;
	color: #fff;	
	font-weight: bold;
	border-right:1px solid #fff;
	border-bottom:2px solid #fff;
	background: #59a3c2 url(none);	
}

.lpTb table th img {
	margin: 0 3px;
	cursor: pointer;
}
.lpTb table td {
	line-height: 165%;
	vertical-align: top;
	padding: 4px 1px 2px 1px;
	border-top: 1px solid #DDD;	
}
.lpTb table th.date{ text-align:center}
.lpTb table td.dept{ border:0px;border-top: 1px dotted #BBBBBB;	}
.lpTb table td.date{ width:65px; word-break:break-all; text-align:center; }
.lpTb table td.number{ text-align:center;}
.lpTb table td a {
	margin-right: 4px;
}


