/*
Styles for listing tables (CN, D-Memo, etc,...) - Start
*/
table.formsList {
	border: 1px solid #ccc; border-bottom: 0px; border-right: 0px;
	font-size: 0.9em; text-align:left;
	width:100%;
}

table.formsList tr {background-color: transparent;}
table.formsList tr.topHead {background-color: #ccc;}
table.formsList tr.greyBG {background-color: #eee;}
/*table.formsList thead th { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }*/
table.formsList th { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
table.formsList td { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
table.formsList td.pLu { font-size:0.95em; text-align:center; white-space:nowrap; }
table.formsList td.pFormat { font-size:0.95em; width:70px; text-align:center; }

table.cn {width:100%;}
table.cn th.hNumber {width:70px; text-align:center;}
table.cn th.rNumber {width:70px; font-size:0.95em; text-align:center;}
table.cn th.hTitle {text-align:center;}
/*table.cn td.rTitle {}*/
table.cn th.hLu {width:80px; text-align:center;}
table.cn td.rLu {font-size:0.95em; width:80px; text-align:center;}
table.cn th.hFormat {width:70px; text-align:center;}
table.cn td.rFormat { font-size:0.95em; width:70px; text-align:center;}


/*table.dm {width:98.5%;}
table.dm th { border: 1px solid #ccc; }
table.dm td { border: 1px solid #ccc; }
table.dm th.hNumber {width:80px; text-align:center;}
table.dm th.rNumber {width:80px; font-size:0.95em; text-align:center;}
table.dm th.hTitle {text-align:center;}
/ * table.dm td.rTitle {} * /
table.dm th.hLu {width:80px; text-align:center;}
table.dm td.rLu {font-size:0.9em; width:80px; text-align:center;}
table.dm th.hFormat {width:110px; text-align:center;}
table.dm td.rFormat { font-size:0.9em; width:70px; text-align:center;}
table.dm td.fFormat { font-size:0.9em; text-align:center;}
table.dm td.fFormat ul { padding:0; margin:0; }
table.dm td.fFormat li { list-style-type:none; padding-bottom: 0.4em;}
table.dm td.fFormat li a:active,
table.dm td.fFormat li a:hover { color:#f00;}*/

table.dm {width:98.5%; font-size:0.85em;}
table.dm th, table.dm td { border: 1px solid #ccc; }
table.dm thead th {text-align:center; }
table.dm tbody th {text-align:left; white-space:nowrap; font-weight:normal;}

table.dm td.rLu { text-align:center; white-space:nowrap;}
table.dm th.hFormat { text-align:center;}
table.dm td.rFormat { text-align:center; white-space:nowrap;}
table.dm td.fFormat { text-align:center; white-space:nowrap;}
table.dm td.fFormat ul { padding:0; margin:0; }
table.dm td.fFormat li { list-style-type:none; padding-bottom: 0.4em;}
table.dm td.fFormat li a:active,
table.dm td.fFormat li a:hover { color:#f00;}

tr {background-color: transparent;}
tr.topHead {background-color: #ccc;}
tr.greyBG {background-color: #eee;}

/*
Styles for listing tables (CN, D-Memo, etc,...) - End
*/

