/* tables */
table.pfi-list {
	font-family:arial;
	background-color: #dddddd;
	margin:10px 0pt 15px;
	font-size: 12px;
	width: 100%;
}
table.pfi-list thead tr th, table.pfi-list tfoot tr th {
	border: 1px solid #FFF;
	font-size: 12px;
	padding: 4px;
}
table.pfi-list thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.pfi-list tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: middle;
}
table.pfi-list tbody tr.odd td {
	background-color:#F0F0F6;
}
table.pfi-list thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.pfi-list thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.pfi-list thead tr .headerSortDown, table.pfi-list thead tr .headerSortUp {
background-color: #CCCCFF;
}

/*==========================================================*/
/*  list   */


#ts-list table {
   width: 100%;
   border: 1px solid #cccccc;
   margin: 0;
   padding: 0;
   }

#ts-list th,
#ts-list td {
   border: 1px solid #cccccc;
   padding: 3px;
   }

#ts-list caption {
   margin-bottom: 10px;
   padding-left: 10px;
   padding-bottom: 2px;
   border-left: 5px solid #CC0000;
   text-align: left;
   font-size: 15px;
   line-height: 1.5;
   font-weight: bold; }
   }
* html #ts-list caption { margin-top: 20px; }

#ts-list th { 
   text-align: center;
   }

img.eturan { margin: 0 2px 0 2px; }

#ts-list th.nowrap, 
#ts-list td.nowrap {
   white-space: nowrap;
   }