
a img {
	border: 0;
      color: white;
}
a:link, a:visited {
	text-decoration: none;
	color: white;
}
p {
	font-family: 'Times New Roman';
	margin: 0;
      color: #4B6DAD;
}

table.sortable {
	border-spacing: 0;
	border: 0px solid #000;
	border-collapse: collapse;
	table-layout: auto
}
table.sortable th, table.sortable td {
	text-align: center;
	padding: 1px 1px 1px 1px;
   /*   width: 605px; */
      border-style: solid;
	border-color: #444;
      font-family: 'Times New Roman';
      font-size: 8pt;
      //white-space: nowrap;

}
table.sortable th {
	border-width: 0px 1px 1px 0px;
	border-color: white;
	background-color: #4B6DAD;
      color: white;
      white-space: nowrap;
	border-bottom: none;
}
table.sortable td {
	border-width: 0px 1px 0px 0px;
      color: black;
      //white-space: nowrap;
}
table.sortable tr.odd td {
	background-color: #B7CEEC;
}
table.sortable tr.even td {
	background-color: #fff;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}
#Doit {
	background-color: #FFFF99;
        color: black;
        border-bottom: 1px solid #444;
}

#DeSuGi{
	background-color: maroon;
      color: white;
      border-bottom: 1px solid #444;
}

#ISI {
	background-color: #CC99FF;
      color: black;
      border-bottom: 1px solid #444;
}

#Mass {
	background-color: #CCFFCC;
      color: black;
      border-bottom: 1px solid #444;
}

#NPI {
	background-color: #00CCFF;
      color: black;
      border-bottom: 1px solid #444;
}
#Sakura {
	background-color: #FF99CC;
      color: black;
      border-bottom: 1px solid #444;
}

#SFI {
	background-color: #FFCC99;
      color: black;
      border-bottom: 1px solid #444;
}
#STI {
	background-color: #99CC00;
      color: black;
      border-bottom: 1px solid #444;
}
#Unaff {
	background-color: white;
      color: black;
      border-bottom: 1px solid #444;
}
#kosho {
	background-color: #F2F2F2;
      color: black;
}

div#tbl-container {
  width: 76%;
  height: 90%;
  overflow: auto;
  scrollbar-base-color:#C9C299;
}

table {
  table-layout: auto;
  border-collapse: collapse;
  background-color: WhiteSmoke;
}

div#tbl-container table th {
 /* width: 100px; */
}

thead th, thead th.locked	{
font-size: 10.0pt;
font-weight: bold;
text-align: center;
/* background-color: navy; */
/* border-right: 1px solid silver; */
color: white;
position:relative;
cursor: default; 
}
	
thead th {
top: expression(document.getElementById("tbl-container").scrollTop-2); /* IE5+ only */
z-index: 20;
}

thead th.locked {z-index: 30;}

td.locked,  th.locked{
background-color: #ffeaff;
/* border-right: 1px solid silver; */
left: expression(parentNode.parentNode.parentNode.parentNode.scrollLeft); /* IE5+ only */
position: relative;
z-index: 10;
}




