/* CSS Document */



.wtd {
	white-space: nowrap;
	text-align: left;
}

#m_t{
	width:100%;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

#m_t td,
#m_t th{
	padding: 5px;
	font-size: 13px;
}

#m_t th{
	background:#CCCCCC;
	font-weight: bold;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size: 10px;
}

#m_t td{
	border-top: 1px solid #999999;
	border-left: 1px dotted #999999;
}

#m_t td.m_tc{
	border-top: 1px dolid #999999;
	border-left: 1px solid #999999;
}

#m_t td span{
	display:block;
	font-size: 0.9em;
}	
